Files
iD/data/presets/presets/_attraction.json
T
Quincy Morgan a58dd9cf91 Removed the address, email, fax, phone, and website fields from the universal field list (re: #5719)
Added those fields to the moreFields list of relevant presets
2019-01-16 14:15:02 -05:00

31 lines
500 B
JSON

{
"icon": "maki-star",
"fields": [
"name",
"attraction",
"operator",
"opening_hours"
],
"moreFields": [
"opening_hours",
"fee",
"payment_multi",
"address",
"website",
"phone",
"email",
"fax"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"attraction": "*"
},
"searchable": false,
"name": "Attraction"
}