Need help with a format for GPS coordinates

edited January 2018 in How To...

Hi, I need to understand how to translate these coordinates into the typical google.maps coordinates lat and lon. The file is a geojson, and it says urn:ogc:def:crs:EPSG::3043 as a reference, but after searching for that format I still don't understand the values. They might be something like 41.389111, 2.176817 Any suggestion? Best

David

"type": "FeatureCollection", "name": "VIES_CICLABLES", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3043" } }, "features": [ { "type": "Feature", "properties": { "ID": "GL185708", "CODI_CAPA": "K026", "CODI_SUBCA": "K06", "TOOLTIP": "Via ciclable: Av Mistral muntanya 2" }, "geometry": { "type": "LineString", "coordinates": [ [ 429488.79089342802763, 4580941.111043030396104 ], [ 429719.675788666005246, 4581030.968142789788544 ] ] } },

Sign In or Register to comment.