@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
32 lines (31 loc) • 571 B
JSON
{
"icon": "maki-town-hall",
"fields": [
"community_centre",
"name",
"operator",
"operator/type",
"address",
"building_area_yes",
"opening_hours",
"website"
],
"moreFields": [
"{@templates/poi}",
"air_conditioning",
"baby_feeding",
"polling_station"
],
"geometry": [
"point",
"area"
],
"terms": [
"event",
"hall"
],
"tags": {
"amenity": "community_centre"
},
"name": "Community Center"
}