From 9679f54b4bf16aa6b8d7e4cdbb62fa72ce87e95e Mon Sep 17 00:00:00 2001
From: Armand Bahi <armand.bahi@veremes.com>
Date: Tue, 5 Feb 2019 12:21:31 +0100
Subject: [PATCH] Change description to RST

---
 description.md  |   1 -
 description.rst | 121 ++++++++++++++++++++++++++++++++++++++++++++++++
 index.rst       |   2 +-
 3 files changed, 122 insertions(+), 2 deletions(-)
 create mode 100644 description.rst

diff --git a/description.md b/description.md
index eadf394..afc8f6c 100644
--- a/description.md
+++ b/description.md
@@ -1,4 +1,3 @@
-# vMap
 
 vMap is a french powerful webmapping application based on the newest open-source libraries (OpenLayers 3, Google-Closure, AngularJS, Bootstrap…).
 It can use external map services, local data files produced in many formats (WMS, WMTS, Bing, OSM, GPX, GeoJSON, KML, TopoJSON...) or publish WMS services using MapServer.
diff --git a/description.rst b/description.rst
new file mode 100644
index 0000000..c924e3b
--- /dev/null
+++ b/description.rst
@@ -0,0 +1,121 @@
+vMap is a french powerful webmapping application based on the newest
+open-source libraries (OpenLayers 3, Google-Closure, AngularJS,
+Bootstrap…). It can use external map services, local data files produced
+in many formats (WMS, WMTS, Bing, OSM, GPX, GeoJSON, KML, TopoJSON...)
+or publish WMS services using MapServer. vMap is able to manage business
+objects while using WMS producing server software like MapServer,
+GeoServer, QGIS Server or ArcGis Server.
+
+.. figure:: https://www.veremes.com/wp-content/uploads/vMap_Docker.png
+   :alt: 
+
+Getting started using Doker
+===========================
+
+Pull and build the image
+
+::
+
+    docker pull veremes/vmap
+    docker run --name vmap -d veremes/vmap
+
+You can get the container IP adress using the comand below
+
+::
+
+    docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' vmap
+
+Once you put the IP on your favorite browser you can see vMap is
+installing the latest version, this operation could take 2 or 3 minutes.
+
+.. figure:: https://www.veremes.com/wp-content/uploads/maintenance_page.jpg
+   :alt: 
+
+When the install is done you can sign in using the following credencials
+
+-  **login**: admin
+-  **pass**: admin\_veremes
+
+Now follow the section "*5. Premiers pas*\ " from the `install
+guide <https://www.veremes.com/procedure-dinstallation-de-vmap>`__
+(french)
+
+Available features
+==================
+
+Publish queryable layers using Mapserver and WMS GetFeatureInfo
+---------------------------------------------------------------
+
+The map view allows you to click on a item and display the
+GetFeatureInfo result
+
+.. figure:: https://www.veremes.com/wp-content/uploads/getfeatureinfo_mode_carto.jpg
+   :alt: 
+
+Use the **Mapserver** mode to create WMS layers with an HTML query
+templates
+
+.. figure:: https://www.veremes.com/wp-content/uploads/getfeatureinfo_admin_couche.jpg
+   :alt: 
+
+Publish queryable layers using vMap business objects
+----------------------------------------------------
+
+WMS GetFeatureInfo requests are limited, to go further use the **vMap
+business objects** that allows you to edit and insert data using full
+customizable forms.
+
+.. figure:: https://www.veremes.com/wp-content/uploads/mode_carto.png
+   :alt: 
+
+A powerful graphic interface will help you create complex forms with
+more than 30 different types of fields, external datasources etc...
+
+.. figure:: https://www.veremes.com/wp-content/uploads/bo_studio.jpg
+   :alt: 
+
+Snapping features when editing geometries
+-----------------------------------------
+
+Geographic **data quality** is essential, to avoid superpositions you
+can activate the snapping while creating or editing features.
+
+.. figure:: https://www.veremes.com/wp-content/uploads/accrochage.gif
+   :alt: 
+
+Compare maps
+------------
+
+You can use the compare button to compare two different maps and make
+PDF prints of them.
+
+.. figure:: https://www.veremes.com/wp-content/uploads/comparaison.gif
+   :alt: 
+
+Mobile mode
+-----------
+
+vMap is also available for mobile devices using a simple browser
+
+You will be able to display, insert and edit data in the same way you do
+using your computer. A **GPS** connection is also available to draw
+features using your current position.
+
++----------------+----------------+-----------------+
+| |image0|       | |image1|       | |image2|        |
++================+================+=================+
+| Display data   | Query layers   | Draw features   |
++----------------+----------------+-----------------+
+
+Usefull links
+=============
+
+-  **More about vMap:** https://www.veremes.com/produits/vmap (french)
+-  **Documentation:** https://vmap.readthedocs.io/fr/latest/
+-  **Gitlab repo:** https://gitlab.veremes.net/open-source/vmap
+
+Created and maintained by `Veremes <https://www.veremes.com/>`__
+
+.. |image0| image:: https://www.veremes.com/wp-content/uploads/mobile_measure.png
+.. |image1| image:: https://www.veremes.com/wp-content/uploads/mobile_cadastre.png
+.. |image2| image:: https://www.veremes.com/wp-content/uploads/mobile_saisie.png
diff --git a/index.rst b/index.rst
index 5c1556f..3bfd154 100644
--- a/index.rst
+++ b/index.rst
@@ -2,7 +2,7 @@ Documentation de vMap
 ====================================
 vMap est une application de webmaping permettant l'affichage de cartes géographiques sur un navigateur.
 
-.. include:: description.md
+.. include:: description.rst
 
 .. toctree::
    :maxdepth: 2
-- 
GitLab