You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I reproject a layer into a ZoomLayoutScheme using geotrellis.proj4.WebMercator as CRS, the json file of metadata of the resulting layer will contain this srs definition:
Current situation
When I reproject a layer into a
ZoomLayoutScheme
usinggeotrellis.proj4.WebMercator
as CRS, the json file of metadata of the resulting layer will contain this srs definition:If I query the
AttributeStore
metadata forcrs.epsgCode
it will return: 3785.EPSG:3785 is a deprecated code for Web Mercator.
In
geotrellis.proj4.WebMercator
, we explicitly exposeepsgCode
as 3857.Expected situation
When looking at
metadata.crs.epsgCode
of a layer reprojected togeotrellis.proj4.WebMercator
, I would expect the value to be 3857.The text was updated successfully, but these errors were encountered: