From 2e05939224dcf0652500ab07a97b6fdd1b14387f Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Thu, 9 May 2024 13:45:09 +0000 Subject: [PATCH] Update docs/source/maps.rst --- docs/source/maps.rst | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/docs/source/maps.rst b/docs/source/maps.rst index a046ccc..52b41c3 100644 --- a/docs/source/maps.rst +++ b/docs/source/maps.rst @@ -104,9 +104,31 @@ The InfoBox is a modal information box you can display to map users. Security -------------- +Maps can be Private or Public. + The Security section is where you assign permissions to your map. -You can also tick the "Public" box to make your map public. +Security is Group based, so any users belonging to the Group will be able to view the map. -.. image:: images/Security-Group.png +.. image:: images/users-3.jpg + +1. Private Maps + +Private maps can be viewed by the user logging into your map portal or via Secure Share link (for temporary access) + +For example, since we gave access to the Group containing user Jane Doe, when she logs in she will see only the two maps she has permissions to + +.. image:: images/users-2.jpg + +2. Public Maps + +You can also tick the “Public” box to make your map public. + +.. image:: images/public-users.jpg + +If your map is “Public”, you can use the map url to display the map. + +By default, the map is full screen. You can also use an iframe like below: + +.. image:: images/public-map.png