-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
đ [BUG] ApidaeTrekParser now fallbacks on trace filename extension ifâŠ
⊠no extension property
- Loading branch information
1 parent
ad5cca0
commit 642b30c
Showing
4 changed files
with
55 additions
and
2 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
21 changes: 21 additions & 0 deletions
21
geotrek/trekking/tests/data/apidae_trek_parser/trek_with_plan_without_extension_prop.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,21 @@ | ||
{ | ||
"numFound": 1, | ||
"objetsTouristiques": [ | ||
{ | ||
"id": 123123, | ||
"multimedias": [ | ||
{ | ||
"type": "PLAN", | ||
"traductionFichiers": [ | ||
{ | ||
"url": "https://example.net/trace.kml" | ||
} | ||
] | ||
} | ||
], | ||
"nom": { | ||
"libelleFr": "Une belle randonnée de test avec un plan sans extension (déduite du filename)" | ||
} | ||
} | ||
] | ||
} |
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