Hide markets when zoomed out #64
Answered
by
Nohus
TimPushkin
asked this question in
Q&A
-
|
I have a map with a lot of markers which start to overlap when the map is zoomed out. Is it possible to hide all (or some of) the markers when the map is zoomed out (when zoom value is lower than some predefined value)? |
Beta Was this translation helpful? Give feedback.
Answered by
Nohus
Apr 27, 2022
Replies: 1 comment 1 reply
-
|
You can just update your marker list when the zoom level changes. I have an allowed scale range on my marker class, and filter by that when the map scale changes. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TimPushkin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can just update your marker list when the zoom level changes. I have an allowed scale range on my marker class, and filter by that when the map scale changes.