Does leafmap support other map projections? #746
Answered
by
giswqs
glemoine62
asked this question in
Q&A
-
Using other than the default EPSG:3857 projection for leafmap.Map() does not seem to work. This seems to be inherited from either ipyleaflet or folium, which appear to have the same issue.
displays a crooked map (weirdly centered on Russia...) for which the bounds are not correct. Adding any layer on top of this produces non-sense. What is the correct way to use other map projections? Guido |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
May 28, 2024
Replies: 1 comment
-
See https://github.com/jupyter-widgets/ipyleaflet/blob/master/examples/CustomProjections.ipynb |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
https://github.com/jupyter-widgets/ipyleaflet/blob/master/examples/CustomProjections.ipynb