@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
25 lines (24 loc) • 430 B
JSON
{
"icon": "maki-amusement-park",
"fields": [
"name",
"operator",
"address",
"opening_hours",
"website"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"branch_brand",
"brand"
],
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "theme_park"
},
"name": "Theme Park"
}