@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 443 B
JSON
{
"icon": "fas-gavel",
"fields": [
"name",
"operator",
"address",
"building_area_yes"
],
"moreFields": [
"{@templates/contact}",
"gnis/feature_id-US",
"level",
"polling_station",
"smoking",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "courthouse"
},
"name": "Courthouse"
}