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
Thanks to changes discussed and implemented in #207, plugins providing notes now have access to use the zoom parameter to filter out results that are not relevant at the current zoom level. Unfortunately, it seems there is some sort of caching mechanism built-in to Freeboard that causes resources to only be reloaded on zooming out and therefore revealing more map. On zoom in, Freeboard seems to use cached resources from the request made at a lower zoom level and therefore rendering the zoom parameter unusable in the context of zoom based filtering.
The text was updated successfully, but these errors were encountered:
Notes get reloaded on map pan / zoom when the map centre has moved a certain distance.
You can see this behaviour in the network tab of the browser console.
Notes get reloaded on map pan / zoom when the map centre has moved a certain distance. You can see this behaviour in the network tab of the browser console.
Agreed the notes seem to load when the map centre moves, but never occurs when zooming in or out without panning. The desired filtering effect would be to reveal more detailed markers as the user zooms in, then remove those again as the user zooms back out. This can't work unless the notes are reloaded on zoom changes.
Thanks to changes discussed and implemented in #207, plugins providing notes now have access to use the zoom parameter to filter out results that are not relevant at the current zoom level. Unfortunately, it seems there is some sort of caching mechanism built-in to Freeboard that causes resources to only be reloaded on zooming out and therefore revealing more map. On zoom in, Freeboard seems to use cached resources from the request made at a lower zoom level and therefore rendering the zoom parameter unusable in the context of zoom based filtering.
The text was updated successfully, but these errors were encountered: