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
I just by accident found your map component and it is pretty cool. I am wondering if it is possible to apply a projection to this map. This maps (google, OSM) are usually in mercator projection. Do you have an idea if it is somehow possible to apply a projection with your library that makes it possible to have a EPSG:4326 transformation?
To be honest, that's the first time I hear about EPSG:4326 - so there is no support I know about :)
Maybe the leaflet.js library (which is used by the map component) contains such support and it could be used from the mapping component with minor effort as well.
I just by accident found your map component and it is pretty cool. I am wondering if it is possible to apply a projection to this map. This maps (google, OSM) are usually in mercator projection. Do you have an idea if it is somehow possible to apply a projection with your library that makes it possible to have a EPSG:4326 transformation?
Here you can see how a map looks with EPSG:4326: https://openlayers.org/en/latest/examples/epsg-4326.html It is kinda compressed in north and south.
Thank you very much
The text was updated successfully, but these errors were encountered: