-
Is it possible to control the zoom speed? Let's say we have one interested location and wanna zoom out a little bit to check the surrounding region, but the default zoom setting leads to a much larger area. |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Jun 12, 2023
Replies: 1 comment 3 replies
-
This appears to be an ipyleaflet issue. I thought it should work, but it doesn't.
import ipyleaflet
m = ipyleaflet.Map(center=[40, -100], zoom=4, zoom_delta=0.1)
m |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This appears to be an ipyleaflet issue. I thought it should work, but it doesn't.