mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Add parking=street_side (#73)
Adds a preset for street-side parking¹. 1: https://wiki.openstreetmap.org/wiki/Proposed_features/parking%3Dstreet_side
This commit is contained in:
parent
f47186efba
commit
97240c04a9
4 changed files with 66 additions and 1 deletions
12
data/fields/parking/orientation.json
Normal file
12
data/fields/parking/orientation.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "parking:orientation",
|
||||
"type": "combo",
|
||||
"label": "Orientation",
|
||||
"strings": {
|
||||
"options": {
|
||||
"parallel": "Parallel to the Carriage Way",
|
||||
"diagonal": "Diagonal in Relation to the Carriage Way",
|
||||
"perpendicular": "Meets the Carriage Way at a Straight Angle"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue