@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
25 lines (24 loc) • 409 B
JSON
{
"icon": "fas-school",
"fields": [
"{building}"
],
"moreFields": [
"{building}",
"polling_station"
],
"geometry": [
"area"
],
"terms": [
"academy",
"elementary school",
"high school",
"middle school"
],
"tags": {
"building": "school"
},
"matchScore": 0.5,
"name": "School Building"
}