mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
a58dd9cf91
Added those fields to the moreFields list of relevant presets
31 lines
500 B
JSON
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"
|
|
}
|