@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
40 lines (39 loc) • 778 B
JSON
{
"icon": "temaki-school",
"fields": [
"name",
"operator",
"operator/type",
"address",
"building_area_yes",
"opening_hours",
"language_multi"
],
"moreFields": [
"{@templates/contact}",
"{@templates/internet_access}",
"gnis/feature_id-US",
"level",
"payment_multi",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"esl"
],
"tags": {
"education": "language_school"
},
"addTags": {
"amenity": "language_school",
"education": "language_school"
},
"reference": {
"key": "amenity",
"value": "language_school"
},
"name": "Language School"
}