You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
Dear group
I am pretty new to programming - so maybe this is kind of a lame question :-)
This is my problem:
I have a set of markers, which are added to the map. Those markers are all attached with:
bindLabel({noHide: false})
If the zoom level of my Leaflet map changes to a value >= 11 I want the labels to be seen permanently.
Thus I want to change noHide to true.
I tried something like: mymarkers.setLabelNoHide(true).showLabel() and several variations of it.
Nothing worked so far :-(
Do you have any idea on how to do this?
Thanks in advance and a happy Easter monday
R
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear group
I am pretty new to programming - so maybe this is kind of a lame question :-)
This is my problem:
I have a set of markers, which are added to the map. Those markers are all attached with:
bindLabel({noHide: false})
If the zoom level of my Leaflet map changes to a value >= 11 I want the labels to be seen permanently.
Thus I want to change noHide to true.
I tried something like: mymarkers.setLabelNoHide(true).showLabel() and several variations of it.
Nothing worked so far :-(
Do you have any idea on how to do this?
Thanks in advance and a happy Easter monday
R
The text was updated successfully, but these errors were encountered: