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
gc:def:crs:EPSG:3857" } }}Is there a problem with my geojson? What could be the cause of the offset?
أكثر...
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
أكثر...