@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
42 lines (41 loc) • 820 B
JSON
{
"icon": "fas-vote-yea",
"fields": [
"name",
"ref",
"operator",
"address",
"opening_hours",
"building_area_yes"
],
"moreFields": [
"{@templates/contact}",
"{@templates/internet_access}",
"air_conditioning",
"gnis/feature_id-US",
"level",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"ballot box",
"ballot drop",
"democracy",
"elections",
"polling place",
"vote",
"voting booth",
"voting machine"
],
"tags": {
"amenity": "polling_station"
},
"addTags": {
"amenity": "polling_station",
"polling_station": "yes"
},
"name": "Permanent Polling Place"
}