mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-25 13:50:53 +02: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:
@@ -11,7 +11,8 @@
|
||||
"carports": "Carports",
|
||||
"garage_boxes": "Garage Boxes",
|
||||
"rooftop": "Rooftop",
|
||||
"sheds": "Sheds"
|
||||
"sheds": "Sheds",
|
||||
"street_side": "Street-side"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user