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
hello @nemesifier This feature would improve usability by showing names dynamically when users zoom in, reducing clutter at lower zoom levels. here firstly we can define a zoom thresold and then modify the map rendering logic and we can also implement dynamic tooltips in case of leaflet . working on this currently . Would need help in integration my code into this . Hoping for ur response
I took a look at the codebase regarding your request to show node names on geo maps at high zoom levels by default. From what I found, this feature is already in place—labels automatically appear when users zoom to level 7 or above, thanks to the showLabelsAtZoomLevel setting.
Could you clarify what exactly you'd like to change?
LIke:
-Do you want labels to appear at a different zoom level?
-Are you running into an issue where labels aren’t showing as expected?
-Are you looking for changes in the way labels are styled or positioned?
From what I can see, the current setup already aligns with your request, but let me know if I’m missing something!
We can allow showing node names on geo map on high zoom levels, we could turn this on by default.
The text was updated successfully, but these errors were encountered: