Continuous zoom
#154
-
When using the default backend, is it possible to realize a continuous zoom experience similar to that offered by kepler.gl? Would using Mapbox tiles with the default backend deliver that experience? I'm seeing the default backend step in discrete zoom levels as I zoom into the map which is what I'd like to avoid if possible. |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Dec 26, 2021
Replies: 1 comment 7 replies
-
You can set the m = leafmap.Map(zoom_snap=0.1) |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set the
zoom_snap
parameter (Forces the map’s zoom level to always be a multiple of this
) when creating the map. See https://ipyleaflet.readthedocs.io/en/latest/api_reference/map.html