Files
iD/data/presets/presets/shop.json
T
Quincy Morgan 2591fb9525 Add Air Conditioning field
Update some tourism presets to use field inheritance
2019-03-17 12:53:59 -04:00

32 lines
518 B
JSON

{
"icon": "maki-shop",
"fields": [
"name",
"shop",
"operator",
"address",
"building_area",
"opening_hours",
"payment_multi"
],
"moreFields": [
"air_conditioning",
"brand",
"currency_multi",
"website",
"phone",
"email",
"fax",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "*"
},
"terms": [],
"name": "Shop"
}