mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 22:03:53 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
17
data/fields/parking.json
Normal file
17
data/fields/parking.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue