Update docs/source/quickstart.rst
This commit is contained in:
parent
8fe7619d60
commit
f5e8bcfd6d
|
@ -1,6 +1,15 @@
|
|||
|
||||
=============
|
||||
Quick Start
|
||||
=====
|
||||
=============
|
||||
|
||||
.. contents:: Table of Contents
|
||||
|
||||
*******************
|
||||
qgis2web Quick Start
|
||||
*******************
|
||||
|
||||
Below is a Quick Start Guide for qgis2web
|
||||
|
||||
|
||||
1. Login to QuartzMap
|
||||
|
@ -24,6 +33,64 @@ Enter your FTP information:
|
|||
.. image:: images/FTP-qgis2web.png
|
||||
|
||||
|
||||
.. note::
|
||||
The name you enter in the 'Remote folder' field will be created for you. Use your map name or something similar for easy organization.
|
||||
|
||||
|
||||
3. Go to Maps > Add New
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Give your R app a name and description.
|
||||
|
||||
Select the R you wish to publish, or paste your R code
|
||||
|
||||
.. image:: images/R-Paste.png
|
||||
|
||||
There are a large number of features and options, but for now, just go scroll down to Security and select the existing User Group
|
||||
|
||||
.. image:: images/Quick-Start-Login-12.png
|
||||
|
||||
Click Create
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
ON the home page, click the link to your new map:
|
||||
|
||||
.. image:: images/Quick-Start-Login-14.png
|
||||
|
||||
|
||||
Voila! Your R App has been published!
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. image:: images/Main.png
|
||||
|
||||
|
||||
*******************
|
||||
R Quick Start
|
||||
*******************
|
||||
|
||||
Below is a Quick Start Guide for qgis2web
|
||||
|
||||
|
||||
1. Login to QuartzMap
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
.. note::
|
||||
Your FTP username is displayed on the Users page. Your FTP password is your login password.
|
||||
|
||||
|
||||
.. image:: images/FTP-username-min.png
|
||||
|
||||
|
||||
|
||||
2. In R, open the Project you wish to publish
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
You can publish your R Project usign FTP, Manual Upload, or Paste Code
|
||||
|
||||
.. image:: images/R-Paste.png
|
||||
|
||||
|
||||
.. note::
|
||||
The name you enter in the 'Remote folder' field will be created for you. Use your map name or something similar for easy organization.
|
||||
|
||||
|
@ -46,19 +113,17 @@ Click Create
|
|||
|
||||
ON the home page, click the link to your new map:
|
||||
|
||||
.. image:: images/Quick-Start-Login-14.png
|
||||
.. image:: images/R-Choropleth-Dashboard.png
|
||||
|
||||
|
||||
Voila! Your map has been published!
|
||||
Voila! Your R app has been published!
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. image:: images/Main.png
|
||||
.. image:: images/R-Choropleth.png
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Next: Make Your Maps Dynamic
|
||||
Next: Make Your Apps Dynamic
|
||||
------------
|
||||
|
||||
Connecting to Data Sources.
|
||||
|
|
Loading…
Reference in New Issue