Skip to content

Update User Guide - User Session plugin #11115

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

Merged
merged 3 commits into from
Jun 3, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/user-guide/img/button/user-session-button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/button/yes-button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/user-guide/user-session.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# User Session

*******************

This extension allows users to manage their **User Session** directly within a MapStore viewer.
The user can access this functionality by clicking the <img src="../img/button/user-session-button.jpg" class="ms-docbutton"/> button, located in the [Side Toolbar](mapstore-toolbars.md#side-toolbar).

<img src="../img/user-session/user-session-panel.jpg" class="ms-docimage"/>

When the User Session panel is opened, all options are selected by default. So through the <img src="../img/button/yes-button.jpg" class="ms-docbutton"/> button the user can to restore the original map or context configuration by removing any temporary changes made during the session. An example can be the following one:

<video class="ms-docimage" controls><source src="../img/user-session/clear-user-session.mp4"/></video>

Or the user can select what he wants to remove from the session and unselect what he wants to preserve and save the configuration through the <img src="../img/button/yes-button.jpg" class="ms-docbutton"/> button. An example can be the following one:

<video class="ms-docimage" controls><source src="../img/user-session/clear-part-user-session.mp4"/></video>
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ nav:
- Extension Library: 'user-guide/extension-library.md'
- Map Catalog: 'user-guide/map-catalog.md'
- Map Templates: 'user-guide/map-templates.md'
- User Session: 'user-guide/user-session.md'
- Resources Properties: 'user-guide/resources-properties.md'
- Sharing Resources: 'user-guide/share.md'
- Exploring Maps:
Expand Down