Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map component projection #194

Open
joha78 opened this issue Dec 4, 2018 · 1 comment
Open

map component projection #194

joha78 opened this issue Dec 4, 2018 · 1 comment

Comments

@joha78
Copy link

joha78 commented Dec 4, 2018

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

@ssaring
Copy link
Owner

ssaring commented Dec 4, 2018

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.

Bye, Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants