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
If you zoom out with points/polygons/lines on screen in Leaflet, they fly to the upper left corner. When zooming in they disappear briefly which looks much more normal.
I will be putting up a demo and once this is up I will add steps to reproduce here, as it's not easy to reproduce without the measure tool.
The text was updated successfully, but these errors were encountered:
Ok, so after some changes (including to leaflet version?) the behaviour is now that the polygon goes from fillOpacity 0.25 to 1.0 during zoom. This doesn't happen during pan. It also doesn't happen with a geojson polygon dragged onto the map, or if the drawn polygon has hardcoded positions, so it's something to do with the CallbackProperty being used to define positions.
To reproduce:
Use rd_newui_measure with commit dacc4a8 with nationalmap commit 30cd4a7.
Switch to 2D mode.
Draw a polygon
Zoom out
Notice how the opacity of the polygon changes while the zoom is in progress.
I can't find a way to interactively draw polygons anymore. Is there a way to do it with the measure tool? I'm going to close this because there's no issue in other polygons cases.
If you zoom out with points/polygons/lines on screen in Leaflet, they fly to the upper left corner. When zooming in they disappear briefly which looks much more normal.
I will be putting up a demo and once this is up I will add steps to reproduce here, as it's not easy to reproduce without the measure tool.
The text was updated successfully, but these errors were encountered: