-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c068603
commit 6661937
Showing
3 changed files
with
67 additions
and
3 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
58 changes: 58 additions & 0 deletions
58
geotrek/trekking/tests/data/geotrek_parser_v2/trek_label.json
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,58 @@ | ||
{ | ||
"count": 3, | ||
"next": null, | ||
"previous": null, | ||
"results": [ | ||
{ | ||
"id": 1, | ||
"advice": { | ||
"fr": "<p>La divagation des chiens est autorisée sur le sentier.</p>\r\n<p><img src=\"http://www.mercantour-parcnational.fr/sites/mercantour.eu/files/styles/slide_750x500/public/22259_pnm-800px.jpg?itok=S1nrGDX_\" alt=\"Chient sur le territoire\" width=\"750\" height=\"500\" /></p>", | ||
"en": "The national park is an unrestricted natural area but subjected to regulations which must be known by all visitors.", | ||
"es": "El parque nacional es un área natural sin restricciones pero sometido a regulaciones que deben ser conocidas por todos los visitantes.", | ||
"it": "Il Parco Nazionale è un territorio naturale, aperto a tutti, ma soggetto ad un regolamento che è utile conoscere per preparare il vostro soggiorno." | ||
}, | ||
"filter": true, | ||
"name": { | ||
"fr": "Chien autorisé", | ||
"en": "Is in the midst of the park", | ||
"es": "En coeur de parc", | ||
"it": "Nel cuore del parco" | ||
}, | ||
"pictogram": "https://demo-admin.geotrek.fr/media/upload/dog.png" | ||
}, | ||
{ | ||
"id": 2, | ||
"advice": { | ||
"fr": "Le Parc national est un territoire naturel, ouvert à tous, mais soumis à une réglementation qu’il est utile de connaître pour préparer son séjour", | ||
"en": null, | ||
"es": null, | ||
"it": null | ||
}, | ||
"filter": true, | ||
"name": { | ||
"fr": "En coeur de parc", | ||
"en": null, | ||
"es": null, | ||
"it": null | ||
}, | ||
"pictogram": null | ||
}, | ||
{ | ||
"id": 3, | ||
"advice": { | ||
"fr": "Cette randonnée se déroule sur un territoire où les patous sont présents.", | ||
"en": null, | ||
"es": null, | ||
"it": null | ||
}, | ||
"filter": true, | ||
"name": { | ||
"fr": "Information Patou", | ||
"en": null, | ||
"es": null, | ||
"it": null | ||
}, | ||
"pictogram": null | ||
} | ||
] | ||
} |
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