Closed PawelGIX closed 4 years ago
Is this for display on a Leaflet map? The you should use L.Proj.GeoJSON
.
Otherwise, if you are looking to actually reprojecting the GeoJSON to another GeoJSON object with reprojected coordinates, please have a look at reproject
Is there any example? I'm looking for something like
projection(fromProjection[, toProjection, geoJSON])