Improve place of worship presets

This commit is contained in:
John Firebaugh
2013-03-07 17:07:45 -08:00
parent 52aae4e50d
commit 244d56ee42
6 changed files with 183 additions and 2 deletions

View File

@@ -500,7 +500,96 @@
"form": [
"religion",
"denomination",
"building_area",
"building",
"address"
]
},
{
"name": "church",
"match": {
"type": [
"point",
"area"
],
"terms": [
"christian",
"abbey",
"basilica",
"bethel",
"cathedral",
"chancel",
"chantry",
"chapel",
"church",
"fold",
"house of God",
"house of prayer",
"house of worship",
"minster",
"mission",
"oratory",
"parish",
"sacellum",
"sanctuary",
"shrine",
"tabernacle",
"temple"
],
"tags": {
"amenity": "place_of_worship",
"religion": "christian"
}
},
"icon": "religious-christian",
"form": [
"denomination",
"building",
"address"
]
},
{
"name": "synagogue",
"match": {
"type": [
"point",
"area"
],
"terms": [
"jewish",
"synagogue"
],
"tags": {
"amenity": "place_of_worship",
"religion": "jewish"
}
},
"icon": "religious-jewish",
"form": [
"denomination",
"building",
"address"
]
},
{
"name": "mosque",
"match": {
"type": [
"point",
"area"
],
"terms": [
"muslim",
"mosque"
],
"tags": {
"amenity": "place_of_worship",
"religion": "muslim"
}
},
"icon": "religious-muslim",
"form": [
"denomination",
"building",
"address"
]
},

View File

@@ -38,7 +38,7 @@
"form": [
"religion",
"denomination",
"building_area",
"building",
"address"
]
}

View File

@@ -0,0 +1,43 @@
{
"name": "church",
"match": {
"type": [
"point",
"area"
],
"terms": [
"christian",
"abbey",
"basilica",
"bethel",
"cathedral",
"chancel",
"chantry",
"chapel",
"church",
"fold",
"house of God",
"house of prayer",
"house of worship",
"minster",
"mission",
"oratory",
"parish",
"sacellum",
"sanctuary",
"shrine",
"tabernacle",
"temple"
],
"tags": {
"amenity": "place_of_worship",
"religion": "christian"
}
},
"icon": "religious-christian",
"form": [
"denomination",
"building",
"address"
]
}

View File

@@ -0,0 +1,23 @@
{
"name": "synagogue",
"match": {
"type": [
"point",
"area"
],
"terms": [
"jewish",
"synagogue"
],
"tags": {
"amenity": "place_of_worship",
"religion": "jewish"
}
},
"icon": "religious-jewish",
"form": [
"denomination",
"building",
"address"
]
}

View File

@@ -0,0 +1,23 @@
{
"name": "mosque",
"match": {
"type": [
"point",
"area"
],
"terms": [
"muslim",
"mosque"
],
"tags": {
"amenity": "place_of_worship",
"religion": "muslim"
}
},
"icon": "religious-muslim",
"form": [
"denomination",
"building",
"address"
]
}

View File

@@ -22,6 +22,9 @@
"shop/supermarket",
"amenity/restaurant",
"amenity/place_of_worship",
"amenity/place_of_worship/christian",
"amenity/place_of_worship/jewish",
"amenity/place_of_worship/muslim",
"amenity/school",
"amenity/university",
"amenity/parking",