@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 421 B
JSON
{
"icon": "maki-pitch",
"fields": [
"name",
"sport",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"terms": [
"martial arts",
"dojang"
],
"tags": {
"amenity": "dojo"
},
"name": "Dojo / Martial Arts Academy"
}