diff --git a/data/presets.yaml b/data/presets.yaml index f2ca0665b..b45b90ac0 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1773,6 +1773,11 @@ en: name: Church # 'terms: christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple' terms: '' + amenity/place_of_worship/hindu: + # 'amenity=place_of_worship, religion=hindu' + name: Hindu Temple + # 'terms: garbhargriha,mandu,puja,shrine,temple' + terms: '' amenity/place_of_worship/jewish: # 'amenity=place_of_worship, religion=jewish' name: Synagogue @@ -1783,6 +1788,21 @@ en: name: Mosque # 'terms: muslim' terms: '' + amenity/place_of_worship/shinto: + # 'amenity=place_of_worship, religion=shinto' + name: Shinto Shrine + # 'terms: kami,torii' + terms: '' + amenity/place_of_worship/sikh: + # 'amenity=place_of_worship, religion=sikh' + name: Sikh Temple + # 'terms: gurudwara,temple' + terms: '' + amenity/place_of_worship/taoist: + # 'amenity=place_of_worship, religion=taoist' + name: Taoist Temple + # 'terms: daoist,monastery,temple' + terms: '' amenity/planetarium: # amenity=planetarium name: Planetarium diff --git a/data/presets/presets.json b/data/presets/presets.json index 56dc8bbd4..148496de5 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1920,6 +1920,35 @@ }, "name": "Church" }, + "amenity/place_of_worship/hindu": { + "icon": "poi-hinduist", + "fields": [ + "denomination", + "building_area", + "address", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "garbhargriha", + "mandu", + "puja", + "shrine", + "temple" + ], + "tags": { + "amenity": "place_of_worship", + "religion": "hindu" + }, + "reference": { + "key": "amenity", + "value": "place_of_worship" + }, + "name": "Hindu Temple" + }, "amenity/place_of_worship/jewish": { "icon": "religious-jewish", "fields": [ @@ -1970,6 +1999,85 @@ }, "name": "Mosque" }, + "amenity/place_of_worship/shinto": { + "icon": "poi-shintoist", + "fields": [ + "denomination", + "building_area", + "address", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "kami", + "torii" + ], + "tags": { + "amenity": "place_of_worship", + "religion": "shinto" + }, + "reference": { + "key": "amenity", + "value": "place_of_worship" + }, + "name": "Shinto Shrine" + }, + "amenity/place_of_worship/sikh": { + "icon": "poi-sikhist", + "fields": [ + "denomination", + "building_area", + "address", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "gurudwara", + "temple" + ], + "tags": { + "amenity": "place_of_worship", + "religion": "sikh" + }, + "reference": { + "key": "amenity", + "value": "place_of_worship" + }, + "name": "Sikh Temple" + }, + "amenity/place_of_worship/taoist": { + "icon": "poi-taoist", + "fields": [ + "denomination", + "building_area", + "address", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "daoist", + "monastery", + "temple" + ], + "tags": { + "amenity": "place_of_worship", + "religion": "taoist" + }, + "reference": { + "key": "amenity", + "value": "place_of_worship" + }, + "name": "Taoist Temple" + }, "amenity/planetarium": { "icon": "museum", "fields": [ diff --git a/data/presets/presets/amenity/place_of_worship/hindu.json b/data/presets/presets/amenity/place_of_worship/hindu.json new file mode 100644 index 000000000..f2b57f78b --- /dev/null +++ b/data/presets/presets/amenity/place_of_worship/hindu.json @@ -0,0 +1,29 @@ +{ + "icon": "poi-hinduist", + "fields": [ + "denomination", + "building_area", + "address", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "garbhargriha", + "mandu", + "puja", + "shrine", + "temple" + ], + "tags": { + "amenity": "place_of_worship", + "religion": "hindu" + }, + "reference": { + "key": "amenity", + "value": "place_of_worship" + }, + "name": "Hindu Temple" +} diff --git a/data/presets/presets/amenity/place_of_worship/shinto.json b/data/presets/presets/amenity/place_of_worship/shinto.json new file mode 100644 index 000000000..ece48c7e4 --- /dev/null +++ b/data/presets/presets/amenity/place_of_worship/shinto.json @@ -0,0 +1,26 @@ +{ + "icon": "poi-shintoist", + "fields": [ + "denomination", + "building_area", + "address", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "kami", + "torii" + ], + "tags": { + "amenity": "place_of_worship", + "religion": "shinto" + }, + "reference": { + "key": "amenity", + "value": "place_of_worship" + }, + "name": "Shinto Shrine" +} diff --git a/data/presets/presets/amenity/place_of_worship/sikh.json b/data/presets/presets/amenity/place_of_worship/sikh.json new file mode 100644 index 000000000..7e3e28570 --- /dev/null +++ b/data/presets/presets/amenity/place_of_worship/sikh.json @@ -0,0 +1,26 @@ +{ + "icon": "poi-sikhist", + "fields": [ + "denomination", + "building_area", + "address", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "gurudwara", + "temple" + ], + "tags": { + "amenity": "place_of_worship", + "religion": "sikh" + }, + "reference": { + "key": "amenity", + "value": "place_of_worship" + }, + "name": "Sikh Temple" +} diff --git a/data/presets/presets/amenity/place_of_worship/taoist.json b/data/presets/presets/amenity/place_of_worship/taoist.json new file mode 100644 index 000000000..0df3cd13a --- /dev/null +++ b/data/presets/presets/amenity/place_of_worship/taoist.json @@ -0,0 +1,27 @@ +{ + "icon": "poi-taoist", + "fields": [ + "denomination", + "building_area", + "address", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "daoist", + "monastery", + "temple" + ], + "tags": { + "amenity": "place_of_worship", + "religion": "taoist" + }, + "reference": { + "key": "amenity", + "value": "place_of_worship" + }, + "name": "Taoist Temple" +} diff --git a/data/taginfo.json b/data/taginfo.json index 651b84fee..aa09de36d 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -391,6 +391,10 @@ "key": "religion", "value": "christian" }, + { + "key": "religion", + "value": "hindu" + }, { "key": "religion", "value": "jewish" @@ -399,6 +403,18 @@ "key": "religion", "value": "muslim" }, + { + "key": "religion", + "value": "shinto" + }, + { + "key": "religion", + "value": "sikh" + }, + { + "key": "religion", + "value": "taoist" + }, { "key": "amenity", "value": "planetarium" diff --git a/dist/locales/en.json b/dist/locales/en.json index 6b19ea8a9..317f6a363 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2618,6 +2618,10 @@ "name": "Church", "terms": "christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple" }, + "amenity/place_of_worship/hindu": { + "name": "Hindu Temple", + "terms": "garbhargriha,mandu,puja,shrine,temple" + }, "amenity/place_of_worship/jewish": { "name": "Synagogue", "terms": "jewish" @@ -2626,6 +2630,18 @@ "name": "Mosque", "terms": "muslim" }, + "amenity/place_of_worship/shinto": { + "name": "Shinto Shrine", + "terms": "kami,torii" + }, + "amenity/place_of_worship/sikh": { + "name": "Sikh Temple", + "terms": "gurudwara,temple" + }, + "amenity/place_of_worship/taoist": { + "name": "Taoist Temple", + "terms": "daoist,monastery,temple" + }, "amenity/planetarium": { "name": "Planetarium", "terms": "museum,astronomy,observatory" diff --git a/svg/iD-sprite.json b/svg/iD-sprite.json index c15a52c87..15e9a92b6 100644 --- a/svg/iD-sprite.json +++ b/svg/iD-sprite.json @@ -271,6 +271,8 @@ "poi-social-facility": { "viewBox": "580 320 15 15" }, "poi-elevator": { "viewBox": "595 320 15 15" }, "poi-windmill": { "viewBox": "610 320 15 15" }, + "poi-hinduist": { "viewBox": "625 320 15 15" }, + "poi-shintoist": { "viewBox": "640 320 15 15" }, "poi-foot-shape": { "fill": "currentColor" }, "poi-traffic-signals-shape": { "fill": "currentColor" }, @@ -287,6 +289,8 @@ "poi-social-facility-shape": { "fill": "currentColor" }, "poi-elevator-shape": { "fill": "currentColor" }, "poi-windmill-shape": { "fill": "currentColor" }, + "poi-hinduist-shape": { "fill": "currentColor" }, + "poi-shintoist-shape": { "fill": "currentColor" }, "poi-vending-machine": { "viewBox": "400 335 15 15" }, "poi-dice": { "viewBox": "415 335 15 15" }, @@ -302,6 +306,8 @@ "poi-bowling": { "viewBox": "565 335 15 15" }, "poi-binoculars": { "viewBox": "580 335 15 15" }, "poi-wind-generator": { "viewBox": "595 335 15 15" }, + "poi-sikhist": { "viewBox": "625 335 15 15" }, + "poi-taoist": { "viewBox": "640 335 15 15" }, "poi-vending-machine-shape": { "fill": "currentColor" }, "poi-dice-shape": { "fill": "currentColor" }, @@ -317,6 +323,8 @@ "poi-bowling-shape": { "fill": "currentColor" }, "poi-binoculars-shape": { "fill": "currentColor" }, "poi-wind-generator-shape": { "fill": "currentColor" }, + "poi-sikhist-shape": { "fill": "currentColor" }, + "poi-taoist-shape": { "fill": "currentColor" }, "poi-vertex": { "viewBox": "400 350 15 15" }, diff --git a/svg/iD-sprite.src.idraw b/svg/iD-sprite.src.idraw index 2a6cba6b6..0d5f34c54 100644 Binary files a/svg/iD-sprite.src.idraw and b/svg/iD-sprite.src.idraw differ diff --git a/svg/iD-sprite.src.svg b/svg/iD-sprite.src.svg index edba59bb7..bb6249851 100644 --- a/svg/iD-sprite.src.svg +++ b/svg/iD-sprite.src.svg @@ -315,8 +315,14 @@ + + + + + + - + @@ -357,6 +363,12 @@ + + + + + +