Document the support for "simple" CRS's
See original GitHub issuePerhaps I missed it, but I could not find any way to create an ipyleaflet
Map
that uses the built-in leaflet CRS’s. In particular I’m interested in the “simple” one (E.g., https://leafletjs.com/examples/crs-simple/crs-simple.html). The idea here is that applying leaflet to more generic datasets than geo maps (my specific interest is a variety of astronomy applications) is a lot easier with the Simple
CRS.
Depending on the answer, this issue could be either “feature request”, “where would I look to access the JS code that initializes map so that I can make a PR”, or “the explanation of how should be in the docs”.
Note this is a bit distinct from #70 mainly because that’s a much more general thing. This is about the built-in leaflet CRS’s (especially simple
)
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top GitHub Comments
I guess it would be this page: https://ipyleaflet.readthedocs.io/en/latest/api_reference/map.html. Adding one line for the CRS attribute
What ipyleaflet version are you using? It has been introduced in the latest ipyleaflet release (0.10.1) a week ago. You should be able to do: (It is not in the documentation though, we should add it)