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 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