@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
28 lines (27 loc) • 461 B
JSON
{
"icon": "maki-star",
"fields": [
"name",
"attraction",
"operator",
"opening_hours",
"fee",
"charge_fee"
],
"moreFields": [
"{@templates/contact}",
"address",
"payment_multi"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"attraction": "*"
},
"searchable": false,
"name": "Attraction"
}