Files
iD/data/presets/fields/parking.json
Quincy Morgan cd9c421091 Add Rooftop parking type field option (close #7578)
Deprecate various parking tag values
2020-05-18 13:39:52 -04:00

18 lines
420 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"
}
}
}