Skip to content

Commit 03b3c48

Browse files
authored
Omit religion=none from suggested options of religion field for places of worship (#1940)
1 parent 2df3411 commit 03b3c48

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"key": "religion",
3+
"type": "combo",
4+
"label": "Religion",
5+
"stringsCrossReference": "{religion}",
6+
"options": [
7+
"bahai",
8+
"benzhu",
9+
"buddhist",
10+
"caodaism",
11+
"chinese_folk",
12+
"christian",
13+
"confucian",
14+
"hindu",
15+
"jain",
16+
"jewish",
17+
"multifaith",
18+
"muslim",
19+
"pagan",
20+
"shinto",
21+
"sikh",
22+
"spiritualist",
23+
"taoist",
24+
"tenrikyo",
25+
"unitarian_universalist",
26+
"vietnamese_folk",
27+
"voodoo"
28+
]
29+
}

data/presets/amenity/place_of_worship.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"icon": "maki-place-of-worship",
33
"fields": [
44
"name",
5-
"religion",
5+
"religion_place_of_worship",
66
"denomination",
77
"address",
88
"building_area_yes",

0 commit comments

Comments
 (0)