-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When user logs out, unload web map #30
Comments
@mikewilburn this is completed, please verify |
Confirmed on iOS that when the user logs out, the currently-loaded web map will disapear from view and the default basemap that opens when the app starts up is loaded instead. |
Confirmed on Android that upon signing out, the currently-loaded web map is being wiped from the display and the map is restored to just the basemap the user sees upon first opening the app. |
Confirmed this works as expected on UWP. When the user logs out, the currently-displayed web map is removed from the map view. |
Not fixed for WPF. Unlike on UWP where, in order to view a chosen web map, the selection window is removed from view, WPF raises a pane for selecting a web map which does not obscure the map view from view. This allows the selection pane to remain exposed while the user interacts with the map. If the user signs out while this view is still visible, the user is still permitted to view these web maps. |
If a user is currently viewing a web map, then elects to log out of the account which gives access to the web map, we should remove that web map from the map.
We could do this by simply restoring the default map view when first starting up the app.
The text was updated successfully, but these errors were encountered: