From d58a5b041c1f82d942ba1f82a0ce1127e20538b7 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Mon, 27 May 2024 09:27:03 +0000 Subject: [PATCH 1/4] Update docs/source/index.rst --- docs/source/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 84caf0c..f306f21 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -15,7 +15,6 @@ Contents intro quickstart quick-dynamic - geoserver createdb dashboard users From 39db46d34d2cdf77441ef281b47c61a4fec69d48 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Mon, 27 May 2024 09:28:20 +0000 Subject: [PATCH 2/4] Update docs/source/index.rst --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index f306f21..90a3642 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -19,6 +19,7 @@ Contents dashboard users groups + qwctools qwcadmin tenant maps From a503ae8cb95ee2897c4e43e11c825d9e6b810c66 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Mon, 27 May 2024 09:28:35 +0000 Subject: [PATCH 3/4] Update docs/source/qwctools.rst --- docs/source/{geoserver.rst => qwctools.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/source/{geoserver.rst => qwctools.rst} (100%) diff --git a/docs/source/geoserver.rst b/docs/source/qwctools.rst similarity index 100% rename from docs/source/geoserver.rst rename to docs/source/qwctools.rst From 7bee89251badfec513553d2d093c217862f788d9 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Mon, 27 May 2024 09:38:35 +0000 Subject: [PATCH 4/4] Update docs/source/qwctools.rst --- docs/source/qwctools.rst | 69 +++++++++++++++++++++++++++++++--------- 1 file changed, 54 insertions(+), 15 deletions(-) diff --git a/docs/source/qwctools.rst b/docs/source/qwctools.rst index 8486a3d..252cd13 100644 --- a/docs/source/qwctools.rst +++ b/docs/source/qwctools.rst @@ -1,30 +1,69 @@ -Connect to GeoServer +QWC2_Tools ====================== -This section shows how to connect map layer(s) to GeoServer. +This section shows how to use the QWC2_Tools QGIS Plugin for publishing your maps. + +Note that the plugin is not required. You can publish your QGIS Projects by uploading them via your control panel. -1. Create or Edit Map +1. Install --------------------------- -Add a new map or edit an existing map. - - .. image:: images/data-source-4.png +The QWC2_Tools plugin can be installed using the QGIS Plugins Repository. - -2. Set Layer to GeoServer +2. Settings --------------------------- -Click layer(s) and set to GeoServer layer you wish to use. - - .. image:: images/geoserver-1.png +Click the Settings icon. + + +.. image:: images/qwc_tools_1.png + + +For Auth Type, select Basic. + + +Click the create new Configuration: + + +.. image:: images/qwc_tools_3.png + + +Enter your qwc_admin username and password. Click Save + +In the Instance Publish URL field, enter: + +https://yourdomain.com/default/publish + +Where 'yourdomain.com' is your QWC2 domain (or sub domain) + +In the Authentication URL field, enter: + +https://yourdomain.com/default/auth/login/ + +Where 'yourdomain.com' is your QWC2 domain (or sub domain) + + + +.. image:: images/qwc_tools_2.png + + +.. note:: + If you have created mutliple Tenants, be sure to connect as the correct Tenant + + + +Select the scan directory and click "Upload Project" as shown below + + +.. image:: images/qwc_tools_0.png + + +.. note:: + If you have created mutliple Tenants, be sure to connect as the correct Tenant -Click the Update button. - -Your map is now connected to your GeoServer and will update when GeoServer updates. - .. image:: images/Quick-Start-Login-22-min.png