docs: faq entry for map permissions and translation

Co-authored-by: Yohan Boniface <yohanboniface@free.fr>
This commit is contained in:
David Larlet 2024-12-23 11:40:31 -05:00
parent f69e8217cb
commit 64ad6f0273
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD
2 changed files with 34 additions and 5 deletions

View file

@ -92,3 +92,27 @@ Toute propriété de l'élément sera disponible, ainsi que:
- `{zoom}` → le zoom actuel de la carte - `{zoom}` → le zoom actuel de la carte
- `{lat}` → la latitude du centre actuel de la carte - `{lat}` → la latitude du centre actuel de la carte
- `{lng}` → la longitude du centre actuel de la carte - `{lng}` → la longitude du centre actuel de la carte
## Quels statuts peut avoir une carte ? {: #map-statuses}
### En accès
* **Brouillon (privé)**: Vous seul et votre équipe pouvez accéder à la carte.
* **Tout le monde (public)**: Tout le monde peut accéder à la carte, qui est visible dans la recherche et la page daccueil. La carte est indexée dans les moteurs de recherche (Google, etc.).
* **Quiconque a le lien**: La carte est visible par toutes les personnes qui en ont le lien. Elle nest pas indexée dans les moteurs de recherche.
* **Éditeurs et équipe seulement**: Vous seul et votre équipe pouvez accéder à la carte.
Les personnes affichant une carte à laquelle elles nont pas accès auront une page derreur 403.
### En édition
* **Propriétaire uniquement**: Vous seul pouvez modifier la carte.
* **Éditeurs et équipe seulement**: Vous seul et votre équipe pouvez modifier la carte.
* **Tout le monde**: Tout le monde peut modifier la carte, même les comptes anonymes.
Pour les cartes créées sans compte :
* **Modifiable seulement avec le lien dédition secret**: Seules les personnes avec un lien dédition pourront modifier la carte.
Ces réglages sont aussi disponibles pour chaque calque.

View file

@ -98,10 +98,10 @@ Any property of the feature will be available, plus:
### Access statuses ### Access statuses
* **Draft (private)**: You are the only one able to see your map. * **Draft (private)**: Only you and your collaborators are able to see the map.
* **Everybody (public)**: Everybody can see your map, it is listed on search results and potentially the homepage. * **Everybody (public)**: Everybody can see your map, it is listed on search results and potentially the homepage. It is indexed by search engines like Google.
* **Anyone with link**: The map will be accessible only to people knowing the secret link. * **Anyone with link**: The map will be accessible only to people knowing the link. The map is not indexed by search engines.
* **Editors and team only**: Only you and your team will be able to see the map. * **Editors and team only**: Only you and your collaborators will be able to see the map.
Providing a link of a map to unallowed people will display a `403 Forbidden` error. Providing a link of a map to unallowed people will display a `403 Forbidden` error.
@ -109,5 +109,10 @@ Providing a link of a map to unallowed people will display a `403 Forbidden` err
* **Owner only**: only the owner of the map can edit it. * **Owner only**: only the owner of the map can edit it.
* **Editors and team only**: the owner, editors and members of the linked team will be able to edit the map. * **Editors and team only**: the owner, editors and members of the linked team will be able to edit the map.
* **Only editable with secret edit link**: Only people with a secret link will be able to edit the map.
* **Everyone**: Everybody can edit the map without even being logged in. * **Everyone**: Everybody can edit the map without even being logged in.
Only for maps created without an account:
* **Only editable with secret edit link**: Only people with a secret link will be able to edit the map.
These settings are also available for each layer.