mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Add preset for Buddhist place of worship (#1586)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user