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
Right now, the map on the visibility page uses the extent of the world when the page loads. This means that a very large amount of data gets requested and slows things down.
We can explore a couple of options for improving performance and the user experience:
Use geolocation to identify the users position and set the extent at a certain level (experiment to see what appears reasonable).
If navigating from the main map page, use the center point of the map from the main page as the center point of the map on this vis page and zoom to an appropriate scale.
The text was updated successfully, but these errors were encountered:
Right now, the map on the visibility page uses the extent of the world when the page loads. This means that a very large amount of data gets requested and slows things down.
We can explore a couple of options for improving performance and the user experience:
The text was updated successfully, but these errors were encountered: