mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-12 22:26:07 +00:00
Improve place of worship presets
This commit is contained in:
@@ -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"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"form": [
|
||||
"religion",
|
||||
"denomination",
|
||||
"building_area",
|
||||
"building",
|
||||
"address"
|
||||
]
|
||||
}
|
||||
43
data/presets/presets/amenity/place_of_worship/christian.json
Normal file
43
data/presets/presets/amenity/place_of_worship/christian.json
Normal 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"
|
||||
]
|
||||
}
|
||||
23
data/presets/presets/amenity/place_of_worship/jewish.json
Normal file
23
data/presets/presets/amenity/place_of_worship/jewish.json
Normal 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"
|
||||
]
|
||||
}
|
||||
23
data/presets/presets/amenity/place_of_worship/muslim.json
Normal file
23
data/presets/presets/amenity/place_of_worship/muslim.json
Normal 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"
|
||||
]
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user