Open misev opened 4 months ago
The reprojection is done on the client side, using a library reproject-bbox
which is using proj4
as it's dependecy.
I'm aware with the distortion related shift in coordinates near (lat 60, -60) from/to WGS84, I tested some wms samples ( in our backend case, and it was fine).
I'll do more invistigation and see what it is can be done in this case.
Any updates?
Hi @baloola, any update on this issue? I have pushed a couple of md records that use the Austrian projection, but the leaflet map shows something else:
(original discussion here)
Original bbox:
The catalog editor generates a max lat coordinate 58.95275, but the correct one is 72.66. This is likely because it transforms individual coordinates which is incorrect. This can be verified with
gdaltransform
:It gives 58.952 like the catalog-editor and not 72.66.
The correct way is to transform the whole bbox, e.g. with
gdalwarp
:gdalinfo bbox_epsg4326.vrt
: