mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +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
|
|
@ -11,7 +11,8 @@
|
|||
"carports": "Carports",
|
||||
"garage_boxes": "Garage Boxes",
|
||||
"rooftop": "Rooftop",
|
||||
"sheds": "Sheds"
|
||||
"sheds": "Sheds",
|
||||
"street_side": "Street-side"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
|
|
|
|||
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