Add preset for Buddhist place of worship (#1586)

This commit is contained in:
John Firebaugh
2013-06-12 17:16:47 -07:00
parent 80b7fd7f40
commit ca4a524268
4 changed files with 44 additions and 1 deletions
+3
View File
@@ -351,6 +351,9 @@ en:
amenity/place_of_worship:
name: Place of Worship
terms: "abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple"
amenity/place_of_worship/buddhist:
name: Buddhist Temple
terms: ""
amenity/place_of_worship/christian:
name: Church
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"
+18
View File
@@ -650,6 +650,24 @@
},
"name": "Place of Worship"
},
"amenity/place_of_worship/buddhist": {
"icon": "place-of-worship",
"fields": [
"denomination",
"building_yes",
"address"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "place_of_worship",
"religion": "buddhist"
},
"name": "Buddhist Temple"
},
"amenity/place_of_worship/christian": {
"icon": "religious-christian",
"fields": [
@@ -0,0 +1,18 @@
{
"icon": "place-of-worship",
"fields": [
"denomination",
"building_yes",
"address"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "place_of_worship",
"religion": "buddhist"
},
"name": "Buddhist Temple"
}