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
The interface downloads the PBF vector tiles multiple times and this creates inefficiencies in both memory and response time for the interactions with the interface, with the additional issue that potentially polygons can change their ids making them even more difficult to find and to connect to.
This affects the resolution of the municipality from the click on the map, as well as the same operation from coordinates given via search form.
The issue can be problematic not at a single click, but after multiple clicks or interactions
The text was updated successfully, but these errors were encountered:
The interface downloads the PBF vector tiles multiple times and this creates inefficiencies in both memory and response time for the interactions with the interface, with the additional issue that potentially polygons can change their ids making them even more difficult to find and to connect to.
This affects the resolution of the municipality from the click on the map, as well as the same operation from coordinates given via search form.
The issue can be problematic not at a single click, but after multiple clicks or interactions
The text was updated successfully, but these errors were encountered: