Skip to content

Commit

Permalink
docs: improve minor stuff to keep it up to date with the app
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Nov 21, 2024
1 parent ae33a49 commit 1f06058
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 7 deletions.
10 changes: 10 additions & 0 deletions docs/application-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ Pour chaque type d'élément (titre, sous-titre, notes, étiquettes), il est pos

Il est possible de choisir la couleur par défaut pour les entités sans données (utilisée dans les cartes choroplèthes et choroplèthes catégorielles).

### Activation de la fonctionnalité "Annuler / Rétablir"

Il est possible d'activer ou de désactiver la fonctionnalité "Annuler / Rétablir" dans l'application.

Celle-ci se matérialise par le présence de deux boutons dans la barre de menu de l'application, en haut à droite de l'écran.

Il est alors possible d'annuler ou de rétablir les dernières actions effectuées dans l'application.

Cette option est désactivée par défaut car elle s'avère particulièrement gourmande en ressources et peut ralentir l'application dans certains cas. Nous
recommandons de l'activer uniquement si vous avez une configuration matérielle puissante et / ou lors du travail sur des jeux de données relativement légers.
11 changes: 11 additions & 0 deletions docs/en/application-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,14 @@ For each type of element (title, subtitle, notes, labels), the user can choose f
### Default color for no-data values

It is possible to choose the default color for entities without data (this is used in choropleth and categorical choropleth maps).

### Activating the “Undo / Redo” function

It is possible to activate or deactivate the “Undo / Redo” functionality within the application.

This is represented by two buttons in the application's menu bar, in the top right-hand corner of the screen.

This allows you to undo or redo the last actions performed in the application.

This option is disabled by default, as it is particularly resource-hungry and can slow down the application in some cases. We
recommend activating it only if you have a powerful hardware configuration and/or when working with relatively light datasets.
12 changes: 12 additions & 0 deletions docs/en/projection.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,15 @@ When the EPSG code of the desired projection is known, it is advisable to use it
alt="Selection of a local projection"
caption="Selection of a local projection"
/>

### Using a projection from a Proj4 or WKT1 character string

It's possible to use a projection from a Proj4 or WKT1 character string.

Simply copy and paste the string Proj4 or WKT1 into the dedicated field and give the projection a name.

<ZoomImg
src="/projection-panel3.png"
alt="Creation of a projection from a Proj4 or WKT1 character string"
caption="Creation of a projection from a Proj4 or WKT1 character string"
/>
6 changes: 3 additions & 3 deletions docs/en/tutorials/tuto2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ To do this, we're going to create a map of abstention in the second round of the

### 1.1 Recovering the base map

The <a href="http://data.metropolegrenoble.fr/" >Grenoble Metropole's Open Data platform</a> makes numerous datasets available,
including the delimitation of polling stations in the City of Grenoble: <a href="https://data.metropolegrenoble.fr/visualisation/information/?id=les-bureaux-de-vote" target="_blank" rel="noopener noreferrer">https://data.metropolegrenoble.fr/visualisation/information/?id=les-bureaux-de-vote</a>.
The <a href="http://data.metropolegrenoble.fr/" target="_blank" rel="noopener noreferrer">Grenoble Metropole's Open Data platform</a> makes numerous datasets available,
including the delimitation of polling stations in the City of Grenoble: https://data.metropolegrenoble.fr/visualisation/information/?id=les-bureaux-de-vote.

<ZoomImg
src="/tuto2-1.png"
Expand All @@ -38,7 +38,7 @@ We'll use the GeoJSON file for this example.
### 1.2 Retrieving the results of the 2022 legislative elections


The results of the 2022 legislative elections are also available on the Grenoble Metropole's Open Data platform: <a href="https://data.metropolegrenoble.fr/visualisation/information/?id=resultats_des_elections_legislatives_de_la_ville_de_grenoble" target="_blank" rel="noopener noreferrer">https://data.metropolegrenoble.fr/visualisation/information/?id=resultats_des_elections_legislatives_de_la_ville_de_grenoble</a>.
The results of the 2022 legislative elections are also available on the Grenoble Metropole's Open Data platform: https://data.metropolegrenoble.fr/visualisation/information/?id=resultats_des_elections_legislatives_de_la_ville_de_grenoble.

<ZoomImg
src="/tuto2-3.png"
Expand Down
12 changes: 12 additions & 0 deletions docs/projection.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,15 @@ Lorsque le code EPSG de la projection désirée est connu, il est conseillé de
alt="Sélection d'une projection locale"
caption="Sélection d'une projection locale"
/>

### Utilisation d'une projection à partir d'une chaîne de caractères Proj4 ou WKT1

Il est possible d'utiliser une projection à partir d'une chaîne de caractères Proj4 ou WKT1.

Pour cela, il suffit de copier-coller la chaîne de caractères Proj4 ou WKT1 dans le champ dédié et de donner un nom à la projection.

<ZoomImg
src="/projection-panel3.png"
alt="Création d'une projection à partir d'une chaîne de caractères Proj4 ou WKT1"
caption="Création d'une projection à partir d'une chaîne de caractères Proj4 ou WKT1"
/>
Binary file modified docs/public/layer-creation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/projection-panel1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/projection-panel2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/projection-panel3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions docs/tutorials/tuto2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ Pour cela, nous allons réaliser une carte de l'abstention au second tour de l'

### 1.1 Récupération du fond de carte

La <a href="http://data.metropolegrenoble.fr/" >plateforme Open Data de la Métropole de Grenoble</a>
met à disposition de nombreux jeux de données, parmi lesquels le découpage des bureaux de vote de la Ville de Grenoble :
<a href="https://data.metropolegrenoble.fr/visualisation/information/?id=les-bureaux-de-vote" target="_blank" rel="noopener noreferrer">https://data.metropolegrenoble.fr/visualisation/information/?id=les-bureaux-de-vote</a>.
La <a href="http://data.metropolegrenoble.fr/" target="_blank" rel="noopener noreferrer">plateforme Open Data de la Métropole de Grenoble</a>
met à disposition de nombreux jeux de données, parmi lesquels le découpage des bureaux de vote de la Ville de Grenoble : https://data.metropolegrenoble.fr/visualisation/information/?id=les-bureaux-de-vote.

<ZoomImg
src="/tuto2-1.png"
Expand All @@ -39,7 +38,7 @@ Nous utiliserons le fichier GeoJSON pour cet exemple.

### 1.2 Récupération des résultats des élections législatives de 2022

Les résultats des élections législatives de 2022 sont également disponibles sur la plateforme Open Data de la Métropole de Grenoble : <a href="https://data.metropolegrenoble.fr/visualisation/information/?id=resultats_des_elections_legislatives_de_la_ville_de_grenoble" target="_blank" rel="noopener noreferrer">https://data.metropolegrenoble.fr/visualisation/information/?id=resultats_des_elections_legislatives_de_la_ville_de_grenoble</a>
Les résultats des élections législatives de 2022 sont également disponibles sur la plateforme Open Data de la Métropole de Grenoble : https://data.metropolegrenoble.fr/visualisation/information/?id=resultats_des_elections_legislatives_de_la_ville_de_grenoble.

<ZoomImg
src="/tuto2-3.png"
Expand Down

0 comments on commit 1f06058

Please sign in to comment.