Skip to Main Content
Status Shipped to Production
Created by Guest
Created on Feb 27, 2024

Map - Airside: Store user's map base layer selected and use on map load

What I was trying to do:

See the map base layer that I last selected each time I open map


What I expected to happen:

See the map layer I selected when I last used the map


What actually happened:

It always opens on the standard no matter what I looked at last.

Suggested implementation

Add a new document under Users.Permissions called 'accountSettings'.

In it, add a map for each account they have, under that map, add a string called 'mapBaseLayer', and each time the user changes the base layer they are looking at write one of the 3 in the string:

  • satellite

  • normal

  • topography

Use the normal documentInfo in this document and update the updatedOn/By each time.


We will use this document for all future user settings when they are in accounts, as we start creating more of them.

  • Attach files