@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
41 lines (40 loc) • 735 B
JSON
{
"icon": "temaki-school",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"terms": [
"academic",
"act",
"homework",
"math",
"reading",
"sat",
"test prep",
"tutoring",
"writing"
],
"tags": {
"education": "prep_school"
},
"addTags": {
"amenity": "prep_school",
"education": "prep_school"
},
"reference": {
"key": "amenity",
"value": "prep_school"
},
"name": "Test Prep / Tutoring School"
}