[Geojs-users] transforming geojson with crs EPSG:26986

Michael Grauer michael.grauer at kitware.com
Sat Apr 16 18:54:33 EDT 2016


Hi GeoJs-ers,


I'm getting some GeoJson back from a server like the below, but I can't get
it to display in GeoJs, using 0.9.0.

I've tried transforming it like

geo.transform.transformCoordinates('EPSG:26986', 'EPSG:3857',
[{x:250428.21609999985,y:921269.2148999982}]);

and a few variations, but I'm never getting back what looks like long/lat
values, and I get exceptions like

colorbrewer.js:312 Can't use transform source: EPSG:26986r @


I could grab the LATITUDE/LONGITUDE properties, but these aren't provided
for other datasets from the same server of different geometries.

Any advice?

Thanks,
Mike


http://spatialreference.org/ref/epsg/26986/






{"type":"FeatureCollection","totalFeatures":1,"features":[{"type":"Feature","id":"MORIS.CARCINUS_MAENAS_2010_PT.1","geometry":{"type":"Point","coordinates":[250428.21609999985,921269.2148999982]},"geometry_name":"SHAPE","properties":{"SITE_NAME":"Beverly
Public
Pier","TYPE":"dock","CITY":"Beverly","STATE":"MA","LATITUDE":42.54035,"LONGITUDE":-70.8861,"bbox":[250428.21609999985,921269.2148999982,250428.21609999985,921269.2148999982]}}],"crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::26986"}},"bbox":[250428.2161,921269.2148999979,250428.2161,921269.2148999979]}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/geojs-users/attachments/20160416/b2ca3387/attachment.html>


More information about the Geojs-users mailing list