From 143926bf35d1996fb79c0585977aba77ec53cd5f Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Thu, 9 May 2024 13:56:30 +0000 Subject: [PATCH] Add docs/source/createdb.rst --- docs/source/createdb.rst | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/source/createdb.rst diff --git a/docs/source/createdb.rst b/docs/source/createdb.rst new file mode 100644 index 0000000..c052038 --- /dev/null +++ b/docs/source/createdb.rst @@ -0,0 +1,54 @@ +Create Database +====================== + +This section is a Quick Start to connecting your published maps to their original Data Source to make them dynamic. + +You can connect to a PostGIS Data Source or GeoServer Data Source. + +1. Go to Connections +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +On the Connections page, enter the connection details for your PostGIS or Server connection(s) + + .. image:: images/PostGIS-Add-Connection.png + + + +2. Go to Maps and click the edit link +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + .. image:: images/Dynamic-1.png + + +3. In Data section click on layer +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + .. image:: images/Dynamic-2.png + + +4. Select Connection, Schema, and Table +~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + .. image:: images/PostGIS-Select.png + + +.. note:: + Optionally, you can set Caching for each layer. Cache can be cleared via the Clear Cache link on the Map page or by disabling Cache. + + +Click the Update button. + +That's it! +~~~~~~~~~~~~~ + +Your map is now connected to your original Data Source and is fully dynamic. + + +.. image:: images/Quick-Start-Login-22.png + + +To test, try editing or udpating some data + + +.. image:: images/Quick-Start-Login-23.png