QuartzMap/docs/source/maps.rst

159 lines
3.1 KiB
ReStructuredText
Raw Permalink Normal View History

2024-07-14 22:59:48 +00:00
*******
2024-03-25 10:33:05 +00:00
Maps
2024-07-14 22:59:48 +00:00
*******
2024-03-16 23:06:56 +00:00
2024-03-25 14:31:46 +00:00
The Maps page allows you to create and edit Maps.
2024-03-16 23:06:56 +00:00
2024-07-14 23:11:10 +00:00
.. contents:: Table of Contents
2024-07-14 22:59:48 +00:00
2024-03-25 14:31:46 +00:00
Create Map
2024-07-14 22:59:48 +00:00
===================================
2024-03-16 23:06:56 +00:00
2024-03-25 14:31:46 +00:00
To create a Map, click on "Add New" button.
.. image:: images/Add-Map.png
There are two options for creating a Map.
2024-07-14 22:59:48 +00:00
Option 1: FTP.
------------
2024-03-25 14:31:46 +00:00
FTP Uploads are qgis2web maps you have uploaded directly via FTP.
It can also maps you uploaded via any FTP client.
2024-03-25 14:51:53 +00:00
.. image:: images/Map-2.png
2024-03-25 14:31:46 +00:00
2024-07-14 22:59:48 +00:00
Option 2: Archive (Upload)
------------
2024-03-25 14:31:46 +00:00
Archive is a zipped archive file you can upload.
2024-03-16 23:06:56 +00:00
2024-03-25 14:51:53 +00:00
.. image:: images/Map-3.png
2024-03-25 17:29:08 +00:00
2024-03-26 12:01:04 +00:00
Map Options
2024-07-14 22:59:48 +00:00
===================================
2024-03-26 12:20:02 +00:00
Below are the options availble for each map.
2024-03-26 12:01:04 +00:00
2024-03-26 16:39:05 +00:00
Name
2024-03-26 12:15:44 +00:00
--------------
2024-03-26 16:39:05 +00:00
Give your map a name. The name will appear as the map title on the dashboard.
.. image:: images/Name-Desc.png
Description
--------------
The Description is the text that will appear at the bottom of the map link
.. image:: images/Name.png
Data
--------------
The Data section is where you can connect your map layers to their Data Sources to make them dynamic.
2024-03-26 12:15:44 +00:00
2024-03-28 12:53:15 +00:00
.. image:: images/PostGIS-Select.png
2024-03-26 14:40:36 +00:00
2024-03-26 12:15:44 +00:00
2024-07-14 23:17:43 +00:00
Layer Cache
--------------
When you connect your map to a PostGIS Data Source, you have the option of caching layers for better performance.
By default, cache is disabled.
You can enable caching on a per Layer basis by specifying the cache interval.
When set, this is the interval at which your map will check the database for updates.
.. image:: images/cache.png
If you have enabled cache and wish to clear it, you can do so by clicking the Clear Cache icon on the Map page:
.. image:: images/clear-cache.png
2024-03-26 12:01:04 +00:00
QGIS Project File:
2024-03-26 12:15:44 +00:00
--------------
2024-03-26 12:01:04 +00:00
You can upload your QGIS Project file in order to use WMS, WFS, and WMTS
2024-03-25 17:29:08 +00:00
2024-03-26 16:39:05 +00:00
.. image:: images/QGIS-Project-File.png
2024-03-25 17:29:08 +00:00
2024-03-26 12:01:04 +00:00
Map CSS:
2024-03-26 12:15:44 +00:00
--------------
2024-03-26 12:01:04 +00:00
Enter any custom CSS for your map that wish to.
.. image:: images/CSS.png
Thumbnail Image:
2024-03-26 12:15:44 +00:00
--------------
2024-03-26 12:01:04 +00:00
Upload a thumbnail image for your map to be displayed on the home page.
2024-03-26 16:39:05 +00:00
.. image:: images/Thumbnail.png
2024-03-26 12:01:04 +00:00
Data Tables:
2024-03-26 12:15:44 +00:00
--------------
2024-03-26 12:01:04 +00:00
Check the "Show Data Tables" box in order to provide users with data in table format.
2024-03-26 16:39:05 +00:00
.. image:: images/Show-Data-Table.png
2024-03-26 12:01:04 +00:00
2024-03-26 12:15:44 +00:00
Info Box.
--------------
The InfoBox is a modal information box you can display to map users.
.. image:: images/Info-Box.png
2024-03-26 12:01:04 +00:00
2024-03-26 14:40:36 +00:00
Security
--------------
2024-03-16 23:06:56 +00:00
2024-05-09 13:45:09 +00:00
Maps can be Private or Public.
2024-03-26 14:40:36 +00:00
The Security section is where you assign permissions to your map.
2024-03-16 23:06:56 +00:00
2024-05-09 13:45:09 +00:00
Security is Group based, so any users belonging to the Group will be able to view the map.
.. 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:
2024-03-25 17:29:08 +00:00
2024-05-09 13:45:09 +00:00
.. image:: images/public-map.png
2024-03-25 17:29:08 +00:00
2024-07-14 22:57:00 +00:00