ogr2ogr - Convert geojson to shapefile create offset in coordinates

المشرف العام

Administrator
طاقم الإدارة
I want to convert this geojson file below into a shapefile using ogr2ogr command ogr2ogr output.shp input.geojson.

However, an offset is appearing in the output coordinates that make the shapefile not correctly aligned with the input.

input.geojson:

{ "type":"FeatureCollection", "features":[ { "type":"Feature", "geometry":{ "type":"LineString", "coordinates":[[-7551132, 6293816],[-7560916, 6260489]], }, "properties":{ "id":36 } }, "crs":{ "type":"name", "properties":{ "name":"urn:eek:gc:def:crs:EPSG:3857" } }}Is there a problem with my geojson? What could be the cause of the offset?



أكثر...
 
أعلى