Skip to content

Commit

Permalink
Merge pull request #12 from etalab/Miryad3108-patch-2
Browse files Browse the repository at this point in the history
Distinction voie droite/gauche champ "local"
  • Loading branch information
Miryad3108 authored Dec 17, 2020
2 parents 199e3fc + fff9d90 commit 040a70c
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 040a70c

Please sign in to comment.