Skip to content

Commit

Permalink
Distinction voie droite/gauche champ "local"
Browse files Browse the repository at this point in the history
Passage de "local_ame" à "local_d" et "local_g" afin de permettra aux producteurs de différencier l'emplacement de l'aménagement sur la voie de droite de celui sur la voie de gauche
  • Loading branch information
Miryad3108 authored Dec 17, 2020
1 parent 199e3fc commit fff9d90
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions schema_amenagements_cyclables.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@
3
]
},
"local_d": {
"type": "string",
"description": "Emplacement de l'aménagement sur la voie de droite",
"examples": [
"TROTTOIR"
],
"enum": [
"TROTTOIR",
"CHAUSSEE"
]
},
"ame_g": {
"type": "string",
"description": "Type d'aménagement présent sur la voie de gauche",
Expand Down Expand Up @@ -185,9 +196,9 @@
4.1
]
},
"local_ame": {
"local_g": {
"type": "string",
"description": "Emplacement de l'aménagement",
"description": "Emplacement de l'aménagement sur la voie de gauche",
"examples": [
"TROTTOIR"
],
Expand Down

0 comments on commit fff9d90

Please sign in to comment.