mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
2591fb9525
Update some tourism presets to use field inheritance
30 lines
475 B
JSON
30 lines
475 B
JSON
{
|
|
"icon": "temaki-tools",
|
|
"fields": [
|
|
"name",
|
|
"craft",
|
|
"operator",
|
|
"address",
|
|
"building_area",
|
|
"opening_hours"
|
|
],
|
|
"moreFields": [
|
|
"air_conditioning",
|
|
"product",
|
|
"website",
|
|
"phone",
|
|
"email",
|
|
"fax",
|
|
"wheelchair"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"craft": "*"
|
|
},
|
|
"terms": [],
|
|
"name": "Craft"
|
|
}
|