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 advanced-configuration.rst - ajout partie import POI et suppression import zones sensibles #3

Merged
merged 1 commit into from
May 29, 2024
Merged
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
31 changes: 15 additions & 16 deletions docs/install/advanced-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,21 @@ POI

500

Import from shapefile
'''''''''''''''''''''''

In user interface, in the top-right menu, go to Imports and choose "Données à importer depuis un fichier local"
then click on "Import POI ".

.. note::
The file must be a zip containing all the shapefile extensions (.shp, .shx, .prj, .dbf, .cpg)

.. figure:: ../images/advanced-configuration/import_poi_shapefile.png
:alt: Import shapefile in user interface
:align: center

Import shapefile in user interface

Diving
~~~~~~

Expand Down Expand Up @@ -870,22 +885,6 @@ On command line, run
sudo geotrek import geotrek.sensitivity.parsers.BiodivParser


Import from shapefile
'''''''''''''''''''''''

In user interface, in the top-right menu, go to Imports and choose "Shapefile zone sensible espèce"
or "Shapefile zone sensible réglementaire".

.. note::
The file must be a zip containing all the shapefile extensions (.shp, .shx, .prj, .dbf, .cpg)

.. figure:: ../images/advanced-configuration/import_shapefile.png
:alt: Import shapefile in user interface
:align: center

Import shapefile in user interface


On command line, run:

.. code-block:: bash
Expand Down
Loading