mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 22:03:53 +01:00
Adds a preset for street-side parking¹. 1: https://wiki.openstreetmap.org/wiki/Proposed_features/parking%3Dstreet_side
20 lines
521 B
JSON
20 lines
521 B
JSON
{
|
|
"key": "parking",
|
|
"type": "combo",
|
|
"label": "Type",
|
|
"strings": {
|
|
"options": {
|
|
"surface": "Surface",
|
|
"underground": "Underground",
|
|
"multi-storey": "Multilevel",
|
|
"lane": "Roadside Lane",
|
|
"carports": "Carports",
|
|
"garage_boxes": "Garage Boxes",
|
|
"rooftop": "Rooftop",
|
|
"sheds": "Sheds",
|
|
"street_side": "Street-side"
|
|
}
|
|
},
|
|
"autoSuggestions" : false,
|
|
"customValues" : false
|
|
}
|