Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #322

Merged
merged 2 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Welcome to TerraVisu's documentation!
.. toctree::
:maxdepth: 2
:hidden:
:caption: 📖 Installation & Configuration
:caption: 🔧 Installation & Configuration

installation_configuration/install.rst
installation_configuration/configuration.rst
Expand All @@ -28,7 +28,7 @@ Welcome to TerraVisu's documentation!
.. toctree::
:maxdepth: 2
:hidden:
:caption: 🪄 Contribute
:caption: Contribute

contribute/contributing.rst
contribute/development.rst
Expand All @@ -39,7 +39,7 @@ Welcome to TerraVisu's documentation!
.. toctree::
:maxdepth: 2
:hidden:
:caption: ✒️ Others
:caption: 📝 Others

others/authors.rst
others/changelog.rst
Expand All @@ -49,55 +49,55 @@ User Manual

We have a few places for you to get started:

🚀 `Plateforme TerraVisu <user_manual/user_guide.rst>`_
🚀 `Plateforme TerraVisu <user_manual/user_guide.html>`_
Discover everything you need to know about TerraVisu.

🚀 `Outil d'administration <user_manual/admin_user_guide.rst>`_
🚀 `Outil d'administration <user_manual/admin_user_guide.html>`_
Using the back-office for the first time? We have the manual to get you started.

Installation & Configuration
-----------------------------

Need to know how something works? Here are a few of the most important reference docs:

📖 `Install instruction <installation_configuration/install.rst>`_
🔧 `Install instruction <installation_configuration/install.html>`_
Learn about the requirements and install instructions.

📖 `Configuration <installation_configuration/configuration.rst>`_
🔧 `Configuration <installation_configuration/configuration.html>`_
Learn how to set your environment variables.

📖 `Troubleshooting <installation_configuration/troubleshooting.rst>`_
🔧 `Troubleshooting <installation_configuration/troubleshooting.html>`_
Learn how to fix common problems.

Contribute
-----------

Need to get something specific done? These guides provide step-by-step instructions in key areas to get you up to speed faster:

🪄 `Contributing <contribute/contributing.rst>`_
`Contributing <contribute/contributing.html>`_
Discover how to contribute to this project.

🪄 `Development <contribute/development.rst>`_
`Development <contribute/development.html>`_
Overview of all the main commands of developement.

🪄 `Translating <contribute/translating.rst>`_
`Translating <contribute/translating.html>`_
Feel free to translate our doc.

🪄 `Documentation <contribute/documentation.rst>`_
`Documentation <contribute/documentation.html>`_
Get familiar with some of the more advanced topics of building and deploying documentation with Read the Docs.

🪄 `Design <contribute/Design.rst>`_
`Design <contribute/Design.html>`_
Information about the architecture and main components

Others
-------

Learn about the authors and browse the changelog :
Learn about the authors and browse the changelog:

✒️ `Authors <others/authors.rst>`_
📝 `Authors <others/authors.html>`_
Learn more about the authors.

✒️ `Changelog <others/changelog.rst>`_
📝 `Changelog <others/changelog.html>`_
Overview of all notable changes made to the project.

Indices and tables
Expand Down
43 changes: 22 additions & 21 deletions docs/source/user_manual/admin_user_guide.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==================================================
Outil d'administration de la plateforme TerraVisu
==================================================
========================
Outil d'administration
========================


L'outil d'administration
Expand Down Expand Up @@ -496,24 +496,6 @@ Lors de la conception d’un style avec une analyse, il est possible d’activer

.. image :: ../_static/images/admin/admin_couche_style_assistant.png
Ajouter un style secondaire
""""""""""""""""""""""""""""

Une couche peut utiliser plusieurs styles. Le style principal utilise les données de la source utilisée par la couche, en revanche, le style secondaire peut faire appel à une source de données différente.

Le style secondaire doit être vu comme un élément de décoration sur la carte. De cette manière, aucune interaction ne sera possible avec les données du style secondaire (info-bulle, mini-fiche, filtre, etc.)

Exemple concret : Dans le cas d’une carte des communes, il pourra être intéressant de rajouter les étiquettes des noms au centre des communes. Pour se faire, on aura besoin de créer un style secondaire faisant appel à la source de données des centroides des communes pour pouvoir ajouter les étiquettes.

.. image :: ../_static/images/admin/admin_couche_style_secondaire.png
Style sans assistant
"""""""""""""""""""""

Il est possible d’aller plus loin dans la conception d’un style en désactivant le mode assistant. Ce mode s’adresse à des utilisateurs développeurs car il faut rédiger le code en JSON, en suivant la spécification `Mapbox <https://docs.mapbox.com/mapbox-gl-js/style-spec/>`_.

.. image :: ../_static/images/admin/admin_couche_style_sansassistant.png
Exemples de styles Mapbox avancés
""""""""""""""""""""""""""""""""""

Expand Down Expand Up @@ -822,6 +804,25 @@ Exemples de styles Mapbox avancés
"minzoom": 0
}
Ajouter un style secondaire
""""""""""""""""""""""""""""

Une couche peut utiliser plusieurs styles. Le style principal utilise les données de la source utilisée par la couche, en revanche, le style secondaire peut faire appel à une source de données différente.

Le style secondaire doit être vu comme un élément de décoration sur la carte. De cette manière, aucune interaction ne sera possible avec les données du style secondaire (info-bulle, mini-fiche, filtre, etc.)

Exemple concret : Dans le cas d’une carte des communes, il pourra être intéressant de rajouter les étiquettes des noms au centre des communes. Pour se faire, on aura besoin de créer un style secondaire faisant appel à la source de données des centroides des communes pour pouvoir ajouter les étiquettes.

.. image :: ../_static/images/admin/admin_couche_style_secondaire.png
Style sans assistant
"""""""""""""""""""""

Il est possible d’aller plus loin dans la conception d’un style en désactivant le mode assistant. Ce mode s’adresse à des utilisateurs développeurs car il faut rédiger le code en JSON, en suivant la spécification `Mapbox <https://docs.mapbox.com/mapbox-gl-js/style-spec/>`_.

.. image :: ../_static/images/admin/admin_couche_style_sansassistant.png
Onglet LÉGENDES
^^^^^^^^^^^^^^^^

Expand Down