-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from GeotrekCE/mfu-add-doc
docs: Add textual content to empty sections
- Loading branch information
Showing
24 changed files
with
255 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Éléments de l'application | ||
|
||
Le widget se présente sous la forme d'un tag HTML embarquant toutes les configurations nécessaires, par exemple : | ||
|
||
```js | ||
<grw-app | ||
api="https://geotrek-admin.portcros-parcnational.fr/api/v2/" | ||
name-layer="IGN,OpenStreetMap" | ||
url-layer="https://data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&STYLE=normal&FORMAT=image/png&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x},https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" | ||
attribution-layer="<a target='_blank' href='https://ign.fr/'>IGN</a>,OpenStreetMap" | ||
touristic-contents="true" | ||
touristic-events="true" | ||
weather="true" | ||
rounded="false" | ||
color-primary-app="#0043AE" | ||
color-on-primary="#ffffff" | ||
color-surface="#0043AE" | ||
color-on-surface="#000000" | ||
color-surface-variant="#0043AE" | ||
color-on-surface-variant="#000000" | ||
color-primary-container="#0043AE" | ||
color-on-primary-container="#FFFFFF" | ||
color-secondary-container="#B3C3DA" | ||
color-on-secondary-container="#0043AE" | ||
color-background="#ffffff" | ||
color-surface-container-high="#0043AE" | ||
color-surface-container-low="#ffffff" | ||
fab-background-color="#C9AE75" | ||
fab-color="#000000" | ||
color-sensitive-area="#F1F6FB" | ||
color-poi-icon="#0043AE" | ||
color-trek-line="#0043AE" | ||
font-family="Montserrat" | ||
emergency-number="114" | ||
></grw-app> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Gestion de la carte | ||
|
||
<center> | ||
<a title="Carte des randonnées"><img src="/components/map.png" alt="Carte des randonnées"></a> | ||
</center> | ||
|
||
Les fonctionnalités du composant cartographique de **Geotrek-rando-widget** sont très similaires à celles présentées sur **Geotrek-rando** : | ||
|
||
- Centrer la carte sur la vue d'un ou plusieurs objets avec le bon niveau de zoom | ||
- Proposer une liste de fonds de carte sélectionnables via l'interface | ||
- Géo-localisation de l'utilisateur | ||
- Affichage de cluster de points pour gagner en lisibilité | ||
- A usurvol du pictogramme sur la carte, ce dernier est agrandi | ||
- Affichage des informations de l'objet au clic sur la carte : nom, photo principale, bouton cliquable pour afficher sa fiche détaillée | ||
- Au survol et au clic d'un itinéraire sur la carte, son tracé est affiché | ||
|
||
## Exemple de paramétrages | ||
|
||
### Configuration de deux fonds de plan | ||
|
||
```js | ||
<grw-app | ||
name-layer="IGN,OpenStreetMap" | ||
url-layer="https://data.geopf.fr/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2&STYLE=normal&FORMAT=image/png&TILEMATRIXSET=PM&TILEMATRIX={z}&TILEROW={y}&TILECOL={x},https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" | ||
attribution-layer="<a target='_blank' href='https://ign.fr/'>IGN</a>,OpenStreetMap" | ||
></grw-app> | ||
``` | ||
|
||
### Personnalisation des couleurs d'objets sur la carte | ||
|
||
```js | ||
<grw-app | ||
color-trek-line="#6b0030" | ||
color-departure-icon="#006b3b" | ||
color-arrival-icon="#85003b" | ||
color-sensitive-area="#4974a5" | ||
color-poi-icon="#974c6e" | ||
></grw-app> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Vue détaillée d'un service | ||
|
||
La vue détaillée est composée de deux parties : | ||
|
||
- La fiche détaillée à gauche | ||
- La carte à droite | ||
|
||
## Fiche détaillée d'un service | ||
|
||
La fiche détaillée comporte les informations suivantes : | ||
|
||
- La ou les photos du service (carrousel) | ||
- Le type de contenu (hébergement, restauration, produits locaux, etc.) | ||
- Le nom du service | ||
- Un bouton de téléchargement de la fiche détaillée au format PDF | ||
- La commune de l'emplacement du service | ||
- Le chapeau et la description du service | ||
- Les informations pratiques (tarifs, modes de paiement, les langues parlées, les accès) | ||
- Les informations de contacts (adresse, téléphone, email, site web) | ||
|
||
<center> | ||
<a title="Fiche détail d'un service"><img src="/components/detail_touristic_content.png" alt="Fiche détail d'un service"></a> | ||
</center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Vue détaillée d'un évènement | ||
|
||
La vue détaillée est composée de deux parties : | ||
|
||
- La fiche détaillée à gauche | ||
- La carte à droite | ||
|
||
## Fiche détaillée d'un évènement | ||
|
||
La fiche détaillée comporte les informations suivantes : | ||
|
||
- La ou les photos de l'évènement (carrousel) | ||
- Le type d'évènement (nature et détente, culture, etc.) | ||
- Le nom de l'évènement | ||
- Les dates de début et de fin de l'évènement | ||
- Un bouton de téléchargement de la fiche détaillée au format PDF | ||
- La commune du lieu de l'évènement | ||
- Le chapeau et la description de l'évènement | ||
- Les informations pratiques (tarifs, modes de paiement, les langues parlées, les accès) | ||
- Les informations de contacts (adresse, téléphone, email, site web) | ||
|
||
<center> | ||
<a title="Fiche détail d'un évènement"><img src="/components/detail_touristic_event.png" alt="Fiche détail d'un évènement"></a> | ||
</center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Installation | ||
|
||
## Configuration dans le Storybook | ||
|
||
Le widget peut être facilement testé et configuré à l'aide d'un outil de construction appelé [**Storybook**](https://geotrekce.github.io/Geotrek-rando-widget/?path=/story/geotrek-rando-widget--app). Il se base sur les identifiants d'objets dans Geotrek-admin, permet d'appliquer des filtres potentiels et d'ajuster le style selon les besoins. | ||
|
||
Voici les différentes étapes à suivre : | ||
|
||
1. L'API doit au préalable autoriser les requêtes issues de geotrekce.github.io | ||
|
||
2. Adapter le code du widget dans le Storybook en éditant les controls : changer le fond de plan cartographique, les couleurs, la langue, l'attribution, l'API, les paramètres de requête | ||
|
||
3. Se rendre sur l'onglet Docs puis cliquer sur Show code pour afficher le code source qu'il vous faudra inclure dans votre site Web | ||
|
||
<center> | ||
<a title="Storybook"><img src="/introduction/storybook.png" alt="Storybook"></a> | ||
</center> | ||
|
||
::: tip | ||
- Dans les champs filtre (cities, districts, structures, themes, portals, etc.) il faut indiquer les identifiants des objets et non leur nom. | ||
- Pour connaître le lien entre identifiant et nom des objets, il est possible d'utiliser l'api (exemple pour lister l'ensemble des secteurs : https://randoadmin.parc-haut-jura.fr/api/v2/district/) | ||
- Il faut que l'itinéraire soit publié sur Geotrek-admin pour apparaître sur Geotrek-rando-widget | ||
|
||
::: | ||
|
||
## Intégration sur un site internet | ||
|
||
1. L'API doit au préalable autoriser n'importe qui à accéder aux données ou autoriser explicitement un nom de domaine | ||
|
||
2. Copier-coller ces balises HTML dans la section <head></head> du site web | ||
|
||
```html | ||
<link rel="stylesheet" href="https://rando-widget.geotrek.fr/latest/dist/geotrek-rando-widget/geotrek-rando-widget.css" /> | ||
<script type="module" src="https://rando-widget.geotrek.fr/latest/dist/geotrek-rando-widget/geotrek-rando-widget.esm.js"></script> | ||
<script nomodule src="https://rando-widget.geotrek.fr/latest/dist/geotrek-rando-widget/geotrek-rando-widget.js"></script> | ||
``` | ||
|
||
3. Insérer le code source du widget généré à la dernière étape de la section précédente, dans la section du site Web dans laquelle il devra s'afficher |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.