mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add Multilevel Car Parking preset
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "maki-parking-garage",
|
||||
"fields": ["name", "building", "levels", "height", "address"],
|
||||
"geometry": ["area"],
|
||||
"terms": [
|
||||
"multistorey car park",
|
||||
"parking garage",
|
||||
"parkade",
|
||||
"parking structure",
|
||||
"parking ramp",
|
||||
"parking deck",
|
||||
"parking building",
|
||||
"indoor parking"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "parking",
|
||||
"parking": "multi-storey"
|
||||
},
|
||||
"addTags": {
|
||||
"building": "parking",
|
||||
"amenity": "parking",
|
||||
"parking": "multi-storey"
|
||||
},
|
||||
"removeTags": {
|
||||
"building": "parking",
|
||||
"amenity": "parking",
|
||||
"parking": "multi-storey"
|
||||
},
|
||||
"reference": {
|
||||
"key": "parking",
|
||||
"value": "multi-storey"
|
||||
},
|
||||
"name": "Multilevel Car Parking"
|
||||
}
|
||||
Reference in New Issue
Block a user