@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
35 lines (34 loc) • 593 B
JSON
{
"icon": "maki-place-of-worship",
"geometry": [
"area"
],
"fields": [
"name",
"religion",
"denomination"
],
"moreFields": [
"{@templates/contact}",
"address"
],
"tags": {
"landuse": "religious"
},
"terms": [
"christian",
"churchyard",
"hindu",
"jewish",
"mosque",
"muslim",
"place of worship",
"shinto",
"sikh",
"taoist",
"temple",
"shrine",
"synagogue"
],
"name": "Religious Area"
}