diff --git a/.forgejo/workflows/deploy_hosted.yml b/.forgejo/workflows/deploy_hosted.yml
index 88b6f5c5c..e11635f0f 100644
--- a/.forgejo/workflows/deploy_hosted.yml
+++ b/.forgejo/workflows/deploy_hosted.yml
@@ -52,7 +52,7 @@ jobs:
- name: Zipping dist file
run: |
- mv -f dist /tmp/${{ github.ref_name }}
+ mv dist /tmp/${{ github.ref_name }}
cd /tmp
zip ${{ github.ref_name }}.zip -r ${{ github.ref_name }}/*
cd -
@@ -60,6 +60,9 @@ jobs:
- name: uploading file
run: scp /tmp/${{ github.ref_name }}.zip hetzner:/root/staging/
+ - name: cleanup files
+ run: rm /tmp/${{ github.ref_name }}.zip && rm -rf /tmp/${{ github.ref_name }}/
+
- name: unzipping remote file
run: ssh hetzner "cd /root/staging && rm -rf ${{ github.ref_name }} && unzip ${{ github.ref_name }}.zip && rm -rf /root/public/${{ github.ref_name }} && mv /root/staging/${{ github.ref_name }}/ /root/public/ && rm ${{ github.ref_name }}.zip"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 235b0a712..5e476d26e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+### [0.50.5](https://github.com/pietervdvn/mapcomplete/compare/v0.50.4...v0.50.5) (2025-03-17)
+
+
+### Bug Fixes
+
+* fix postfixdistinguished-charge input ([70ad243](https://github.com/pietervdvn/mapcomplete/commits/70ad2431d0aa0ad25772cd5a72ec0e6ecf16a3e9))
+* merge translations ([c83eaf9](https://github.com/pietervdvn/mapcomplete/commits/c83eaf9b1618ceac668782223e45c16b64f9a937))
+* tests ([e24b465](https://github.com/pietervdvn/mapcomplete/commits/e24b465783fc933f908b3d01290dd5166abff746))
+* tests ([874f92d](https://github.com/pietervdvn/mapcomplete/commits/874f92d70fc54285e42be69d9350b3b943029fc3))
+
+
+### Theme improvements
+
+* **entrance:** add question about reference numbers ([1933b8a](https://github.com/pietervdvn/mapcomplete/commits/1933b8a7be28d78bddb83c13619766338c85afcf))
+* **toilets:** add condition to supervision question: only ask if a public toilet ([1dd7856](https://github.com/pietervdvn/mapcomplete/commits/1dd78563efe0d4d8513f621884e8d42fbaa18513))
+* **toilets:** add supervision, hand_drying questions ([40c6a58](https://github.com/pietervdvn/mapcomplete/commits/40c6a582c76baacf007fa6a7675b1564c4e31f46))
+* **wayside_shrine:** add level, do not count 'artwork' ([ac19702](https://github.com/pietervdvn/mapcomplete/commits/ac19702189c36df50f20f7063387ac506b3dbbf9))
+
### [0.50.4](https://github.com/pietervdvn/mapcomplete/compare/v0.50.3...v0.50.4) (2025-03-13)
diff --git a/Docs/BuiltinIndex.md b/Docs/BuiltinIndex.md
index c1c23d8dd..9f431a055 100644
--- a/Docs/BuiltinIndex.md
+++ b/Docs/BuiltinIndex.md
@@ -132,6 +132,7 @@
- village_green
- waste_basket
- waste_disposal
+ - wayside_shrine
- windturbine
### luminous_or_lit
@@ -305,6 +306,10 @@
- artwork
- memorial
+ ### wayside_shrine.shrine_questions
+
+ - artwork
+
### preset_description
- assisted_repair
@@ -424,6 +429,7 @@
- toilet
- toilet_at_amenity
- vending_machine
+ - wayside_shrine
### shops.*
diff --git a/Docs/Layers/all_vending_machine.md b/Docs/Layers/all_vending_machine.md
index 7fd40fddd..84b54371d 100644
--- a/Docs/Layers/all_vending_machine.md
+++ b/Docs/Layers/all_vending_machine.md
@@ -242,21 +242,21 @@ This tagrendering has labels
### charge_bicycle_tube
The question is `How much does a a bicycle tube cost?`
-*a bicycle tube costs {charge:bicycle_tube}* is shown if `charge` is set
+*a bicycle tube costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
### charge_bicycle_light
The question is `How much does a bicycle light cost?`
-*bicycle light costs {charge:bicycle_light}* is shown if `charge` is set
+*bicycle light costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_light.*)$
### charge_condom
The question is `How much does a a condom cost?`
-*a condom costs {charge:condom}* is shown if `charge` is set
+*a condom costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$
diff --git a/Docs/Layers/artwork.md b/Docs/Layers/artwork.md
index f68bcfd67..bc8de6b84 100644
--- a/Docs/Layers/artwork.md
+++ b/Docs/Layers/artwork.md
@@ -33,6 +33,13 @@ An open map of statues, busts, graffitis and other artwork all over the world
- [bench-survey:date](#bench-surveydate)
- [bench-inscription](#bench-inscription)
- [bench-memorial](#bench-memorial)
+ - [doubles_as_wayside_shrine](#doubles_as_wayside_shrine)
+ - [shrine_name](#shrine_name)
+ - [religion](#religion)
+ - [denomination_christian](#denomination_christian)
+ - [denomination_muslim](#denomination_muslim)
+ - [denomination_jewish](#denomination_jewish)
+ - [denomination_other](#denomination_other)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [delete-button](#delete-button)
@@ -44,6 +51,7 @@ An open map of statues, busts, graffitis and other artwork all over the world
- [artwork](https://mapcomplete.org/artwork)
- [memorials](https://mapcomplete.org/memorials)
- [personal](https://mapcomplete.org/personal)
+ - [wayside_shrines](https://mapcomplete.org/wayside_shrines)
## Presets
@@ -83,6 +91,13 @@ Elements must match the expression ** [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
| [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
| [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
+| [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [wayside_shrine](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dwayside_shrine) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
+| [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
+| [religion](https://wiki.openstreetmap.org/wiki/Key:religion) | [string](../SpecialInputElements.md#string) | [christian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dchristian) [buddhist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dbuddhist) [hindu](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dhindu) [jain](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djain) [jewish](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djewish) [muslim](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dmuslim) [pagan](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dpagan) [shinto](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dshinto) [sikh](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dsikh) [taoist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dtaoist) [zoroastrian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dzoroastrian) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dcatholic) [roman_catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Droman_catholic) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [greek_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dgreek_orthodox) [russian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Drussian_orthodox) [serbian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dserbian_orthodox) [protestant](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dprotestant) [anglican](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Danglican) [adventist](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dadventist) [evangelical](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Devangelical) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [shia](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dshia) [sunni](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsunni) [sufi](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsufi) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [conservative](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dconservative) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [hasidic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dhasidic) [reform](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dreform) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | |
### images_no_blur
Same as `images`, but uploaded request to disable blurring to the panoramax server
@@ -156,7 +171,7 @@ This tagrendering has labels
The question is `Does this artwork serve as a memorial?`
- - *This artwork also serves as a memorial* is shown if with historic=memorial
+ - *This artwork also serves as a memorial* is shown if with historic=memorial
- *This artwork does not serve as a memorial* is shown if with historic=
### memorial-type
@@ -199,7 +214,7 @@ This tagrendering has labels
The question is `Does this artwork serve as a bench?`
- - *This artwork also serves as a bench* is shown if with amenity=bench
+ - *This artwork also serves as a bench* is shown if with amenity=bench
- *This artwork does not serve as a bench* is shown if with amenity=
- *This artwork does not serve as a bench* is shown if with amenity!=bench. _This option cannot be chosen as answer_
@@ -314,6 +329,101 @@ This tagrendering is only visible in the popup if the following condition is met
This tagrendering has labels
`bench-questions`
+### doubles_as_wayside_shrine
+
+The question is `Does this artwork also double as wayside shrine?`
+
+ - *This artwork acts as a wayside shrine* is shown if with historic=wayside_shrine
+ - *This artwork does not act as a wayside shrine* is shown if with historic=
+
+### shrine_name
+
+The question is `What's the name of this shrine?`
+*The name of this shrine is {name}* is shown if `name` is set
+
+ - *This shrine does not have a name* is shown if with noname=yes
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine
+This tagrendering has labels
+`shrine_questions`
+
+### religion
+
+The question is `To which religion is this shrine dedicated?`
+*This shrine is {religion}* is shown if `religion` is set
+
+ - *This is a Christian shrine* is shown if with religion=christian
+ - *This is a Buddhist shrine* is shown if with religion=buddhist
+ - *This is a Hindu shrine* is shown if with religion=hindu
+ - *This is a Jain shrine* is shown if with religion=jain
+ - *This is a Jewish shrine* is shown if with religion=jewish
+ - *This is an Islamic shrine* is shown if with religion=muslim
+ - *This is a Pagan shrine* is shown if with religion=pagan
+ - *This is a Shinto shrine* is shown if with religion=shinto
+ - *This is a Sikh shrine* is shown if with religion=sikh
+ - *This is a Taoist shrine* is shown if with religion=taoist
+ - *This is a Zoroastrian shrine* is shown if with religion=zoroastrian
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_christian
+
+The question is `What's the Christian denomination of the shrine?`
+*The religious denomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Catholic* is shown if with denomination=catholic
+ - *The religious subdenomination is Roman Catholic* is shown if with denomination=roman_catholic
+ - *The religious subdenomination is Orthodox* is shown if with denomination=orthodox
+ - *The religious subdenomination is Greek-Orthodox* is shown if with denomination=greek_orthodox
+ - *The religious subdenomination is Russian-Orthodox* is shown if with denomination=russian_orthodox
+ - *The religious subdenomination is Serbian Orthodox* is shown if with denomination=serbian_orthodox
+ - *The religious subdenomination is Protestant* is shown if with denomination=protestant
+ - *The religious subdenomination is Anglican* is shown if with denomination=anglican
+ - *The religious subdenomination is Adventist* is shown if with denomination=adventist
+ - *The religious subdenomination is evangelical* is shown if with denomination=evangelical
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion=christian
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_muslim
+
+The question is `What's the Muslim denomination of this shrine?`
+*The religious subdenomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Shia* is shown if with denomination=shia
+ - *The religious subdenomination is Sunni* is shown if with denomination=sunni
+ - *The religious subdenomination is Sufi* is shown if with denomination=sufi
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion=muslim
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_jewish
+
+The question is `What's the Jewish denomination of this shrine?`
+*The religious subdenomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Conservative* is shown if with denomination=conservative
+ - *The religious subdenomination is Orthodox* is shown if with denomination=orthodox
+ - *The religious subdenomination is Hasidic* is shown if with denomination=hasidic
+ - *The religious subdenomination is Reform* is shown if with denomination=reform
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion=jewish
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_other
+
+The question is `What's the denomination of this shrine?`
+*The denomination of this shrine is {denomination}* is shown if `denomination` is set
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion!=christian & religion!=muslim & religion!=jewish & religion~.+
+This tagrendering has labels
+`shrine_questions`
+
### leftover-questions
_This tagrendering has no question and is thus read-only_
diff --git a/Docs/Layers/artwork_on_wall.md b/Docs/Layers/artwork_on_wall.md
index 3b30dd0b8..c6a7953cf 100644
--- a/Docs/Layers/artwork_on_wall.md
+++ b/Docs/Layers/artwork_on_wall.md
@@ -34,6 +34,13 @@ An open map of statues, busts, graffitis and other artwork all over the world
- [bench-survey:date](#bench-surveydate)
- [bench-inscription](#bench-inscription)
- [bench-memorial](#bench-memorial)
+ - [doubles_as_wayside_shrine](#doubles_as_wayside_shrine)
+ - [shrine_name](#shrine_name)
+ - [religion](#religion)
+ - [denomination_christian](#denomination_christian)
+ - [denomination_muslim](#denomination_muslim)
+ - [denomination_jewish](#denomination_jewish)
+ - [denomination_other](#denomination_other)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [delete-button](#delete-button)
@@ -79,6 +86,13 @@ Elements must match **all** of the following expressions:
| [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
| [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
| [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
+| [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [wayside_shrine](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dwayside_shrine) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
+| [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
+| [religion](https://wiki.openstreetmap.org/wiki/Key:religion) | [string](../SpecialInputElements.md#string) | [christian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dchristian) [buddhist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dbuddhist) [hindu](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dhindu) [jain](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djain) [jewish](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djewish) [muslim](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dmuslim) [pagan](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dpagan) [shinto](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dshinto) [sikh](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dsikh) [taoist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dtaoist) [zoroastrian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dzoroastrian) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dcatholic) [roman_catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Droman_catholic) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [greek_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dgreek_orthodox) [russian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Drussian_orthodox) [serbian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dserbian_orthodox) [protestant](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dprotestant) [anglican](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Danglican) [adventist](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dadventist) [evangelical](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Devangelical) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [shia](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dshia) [sunni](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsunni) [sufi](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsufi) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [conservative](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dconservative) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [hasidic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dhasidic) [reform](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dreform) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | |
### historic_or_not
@@ -159,7 +173,7 @@ This tagrendering has labels
The question is `Does this artwork serve as a memorial?`
- - *This artwork also serves as a memorial* is shown if with historic=memorial
+ - *This artwork also serves as a memorial* is shown if with historic=memorial
- *This artwork does not serve as a memorial* is shown if with historic=
### memorial-type
@@ -202,7 +216,7 @@ This tagrendering has labels
The question is `Does this artwork serve as a bench?`
- - *This artwork also serves as a bench* is shown if with amenity=bench
+ - *This artwork also serves as a bench* is shown if with amenity=bench
- *This artwork does not serve as a bench* is shown if with amenity=
- *This artwork does not serve as a bench* is shown if with amenity!=bench. _This option cannot be chosen as answer_
@@ -317,6 +331,101 @@ This tagrendering is only visible in the popup if the following condition is met
This tagrendering has labels
`bench-questions`
+### doubles_as_wayside_shrine
+
+The question is `Does this artwork also double as wayside shrine?`
+
+ - *This artwork acts as a wayside shrine* is shown if with historic=wayside_shrine
+ - *This artwork does not act as a wayside shrine* is shown if with historic=
+
+### shrine_name
+
+The question is `What's the name of this shrine?`
+*The name of this shrine is {name}* is shown if `name` is set
+
+ - *This shrine does not have a name* is shown if with noname=yes
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine
+This tagrendering has labels
+`shrine_questions`
+
+### religion
+
+The question is `To which religion is this shrine dedicated?`
+*This shrine is {religion}* is shown if `religion` is set
+
+ - *This is a Christian shrine* is shown if with religion=christian
+ - *This is a Buddhist shrine* is shown if with religion=buddhist
+ - *This is a Hindu shrine* is shown if with religion=hindu
+ - *This is a Jain shrine* is shown if with religion=jain
+ - *This is a Jewish shrine* is shown if with religion=jewish
+ - *This is an Islamic shrine* is shown if with religion=muslim
+ - *This is a Pagan shrine* is shown if with religion=pagan
+ - *This is a Shinto shrine* is shown if with religion=shinto
+ - *This is a Sikh shrine* is shown if with religion=sikh
+ - *This is a Taoist shrine* is shown if with religion=taoist
+ - *This is a Zoroastrian shrine* is shown if with religion=zoroastrian
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_christian
+
+The question is `What's the Christian denomination of the shrine?`
+*The religious denomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Catholic* is shown if with denomination=catholic
+ - *The religious subdenomination is Roman Catholic* is shown if with denomination=roman_catholic
+ - *The religious subdenomination is Orthodox* is shown if with denomination=orthodox
+ - *The religious subdenomination is Greek-Orthodox* is shown if with denomination=greek_orthodox
+ - *The religious subdenomination is Russian-Orthodox* is shown if with denomination=russian_orthodox
+ - *The religious subdenomination is Serbian Orthodox* is shown if with denomination=serbian_orthodox
+ - *The religious subdenomination is Protestant* is shown if with denomination=protestant
+ - *The religious subdenomination is Anglican* is shown if with denomination=anglican
+ - *The religious subdenomination is Adventist* is shown if with denomination=adventist
+ - *The religious subdenomination is evangelical* is shown if with denomination=evangelical
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion=christian
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_muslim
+
+The question is `What's the Muslim denomination of this shrine?`
+*The religious subdenomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Shia* is shown if with denomination=shia
+ - *The religious subdenomination is Sunni* is shown if with denomination=sunni
+ - *The religious subdenomination is Sufi* is shown if with denomination=sufi
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion=muslim
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_jewish
+
+The question is `What's the Jewish denomination of this shrine?`
+*The religious subdenomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Conservative* is shown if with denomination=conservative
+ - *The religious subdenomination is Orthodox* is shown if with denomination=orthodox
+ - *The religious subdenomination is Hasidic* is shown if with denomination=hasidic
+ - *The religious subdenomination is Reform* is shown if with denomination=reform
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion=jewish
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_other
+
+The question is `What's the denomination of this shrine?`
+*The denomination of this shrine is {denomination}* is shown if `denomination` is set
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion!=christian & religion!=muslim & religion!=jewish & religion~.+
+This tagrendering has labels
+`shrine_questions`
+
### leftover-questions
_This tagrendering has no question and is thus read-only_
diff --git a/Docs/Layers/entrance.md b/Docs/Layers/entrance.md
index 1e4d4f1e9..ff9b13fb6 100644
--- a/Docs/Layers/entrance.md
+++ b/Docs/Layers/entrance.md
@@ -8,7 +8,6 @@ A layer showing entrances and offering capabilities to survey some advanced data
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `an entrance` snaps to this layer (entrance.presets[0])
- This layer will automatically load [pedestrian_path](./pedestrian_path.md) into the layout as it depends on it: preset `an entrance` snaps to this layer (entrance.presets[0])
- This layer will automatically load [indoors](./indoors.md) into the layout as it depends on it: preset `an indoor door` snaps to this layer (entrance.presets[1])
- - This layer is needed as dependency for layer [walls_and_buildings](#walls_and_buildings)
## Table of contents
@@ -24,6 +23,7 @@ A layer showing entrances and offering capabilities to survey some advanced data
- [automatic_door](#automatic_door)
- [width](#width)
- [kerb-height](#kerb-height)
+ - [ref](#ref)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [lod](#lod)
@@ -66,6 +66,7 @@ Elements must match **any** of the following expressions:
| [automatic_door](https://wiki.openstreetmap.org/wiki/Key:automatic_door) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dno) [motion](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dmotion) [floor](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dfloor) [button](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dbutton) [slowdown_button](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dslowdown_button) [continuous](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dcontinuous) [serviced_on_button_press](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_button_press) [serviced_on_request](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_request) |
| [width](https://wiki.openstreetmap.org/wiki/Key:width) | [pfloat](../SpecialInputElements.md#pfloat) | |
| [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height) | [pnat](../SpecialInputElements.md#pnat) | [0](https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0) |
+| [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:ref%3D) |
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
@@ -146,6 +147,13 @@ The question is `What is the height of this kerb?`
- *This door does not have a kerb* is shown if with kerb:height=0
+### ref
+
+The question is `Does this door have a reference number?`
+*This door has {ref} as reference number* is shown if `ref` is set
+
+ - *No reference number* is shown if with ref=
+
### leftover-questions
_This tagrendering has no question and is thus read-only_
diff --git a/Docs/Layers/group_campsite.md b/Docs/Layers/group_campsite.md
index 1a1cac99e..76d9cc5cc 100644
--- a/Docs/Layers/group_campsite.md
+++ b/Docs/Layers/group_campsite.md
@@ -34,12 +34,12 @@ Campsites
## Basic tags for this layer
-Elements must match **all** of the following expressions:
+Elements must match **any** of the following expressions:
-0. tourism=camp_site
-1. group_only=yes | scout=yes
+ - leisure=summer_camp
+ - tourism=camp_site & (group=yes | group_only=yes | scout=yes | scout=only) & group!=no & scout!=no
-[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22group_only%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22scout%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22leisure%22%3D%22summer_camp%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22group%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22group_only%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22scout%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22scout%22%3D%22only%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## Supported attributes
diff --git a/Docs/Layers/group_hostel.md b/Docs/Layers/group_hostel.md
index eea98200c..1a55bd4d3 100644
--- a/Docs/Layers/group_hostel.md
+++ b/Docs/Layers/group_hostel.md
@@ -50,9 +50,11 @@ The following options to create new points are included:
Elements must match **all** of the following expressions:
0. tourism=hostel
-1. group_only=yes | scout=yes
+1. group=yes | group_only=yes | scout=yes | scout=only
+2. group!=no
+3. scout!=no
-[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22group_only%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22scout%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22group%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22group_only%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22scout%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22scout%22%3D%22only%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## Supported attributes
diff --git a/Docs/Layers/indoors.md b/Docs/Layers/indoors.md
index fb967d196..3486a6475 100644
--- a/Docs/Layers/indoors.md
+++ b/Docs/Layers/indoors.md
@@ -32,8 +32,8 @@ Basic indoor mapping: shows room outlines
- [toilets-type](#toilets-type)
- [toilets-changing-table](#toilets-changing-table)
- [toilet-changing_table:location](#toilet-changing_tablelocation)
- - [toilet-handwashing](#toilet-handwashing)
- [toilet-has-paper](#toilet-has-paper)
+ - [toilet-handwashing](#toilet-handwashing)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [lod](#lod)
@@ -80,8 +80,8 @@ Elements must match **any** of the following expressions:
| [toilets:position](https://wiki.openstreetmap.org/wiki/Key:toilets:position) | Multiple choice | [seated](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated) [urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Durinal) [squat](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dsquat) [seated;urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated;urinal) |
| [changing_table](https://wiki.openstreetmap.org/wiki/Key:changing_table) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dno) |
| [changing_table:location](https://wiki.openstreetmap.org/wiki/Key:changing_table:location) | [string](../SpecialInputElements.md#string) | [female_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet) [male_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet) [wheelchair_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dwheelchair_toilet) [dedicated_room](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Ddedicated_room) |
-| [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno) |
| [toilets:paper_supplied](https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dno) |
+| [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno) |
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
@@ -290,17 +290,6 @@ This tagrendering is only visible in the popup if the following condition is met
This tagrendering has labels
`relevant-questions`
-### toilet-handwashing
-
-The question is `Do these toilets have a sink to wash your hands?`
-
- - *These toilets have a sink to wash your hands* is shown if with toilets:handwashing=yes
- - *These toilets don't have a sink to wash your hands* is shown if with toilets:handwashing=no
-
-This tagrendering is only visible in the popup if the following condition is met: amenity=toilets
-This tagrendering has labels
-`relevant-questions`
-
### toilet-has-paper
The question is `Does one have to bring their own toilet paper to this toilet?`
@@ -312,6 +301,17 @@ This tagrendering is only visible in the popup if the following condition is met
This tagrendering has labels
`relevant-questions`
+### toilet-handwashing
+
+The question is `Do these toilets have a sink to wash your hands?`
+
+ - *These toilets have a sink to wash your hands* is shown if with toilets:handwashing=yes
+ - *These toilets don't have a sink to wash your hands* is shown if with toilets:handwashing=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=toilets
+This tagrendering has labels
+`relevant-questions`
+
### leftover-questions
_This tagrendering has no question and is thus read-only_
diff --git a/Docs/Layers/scouting_group.md b/Docs/Layers/scouting_group.md
index 187d018e9..0543f165f 100644
--- a/Docs/Layers/scouting_group.md
+++ b/Docs/Layers/scouting_group.md
@@ -17,6 +17,7 @@ A map showing scouting groups.
- [phone](#phone)
- [email](#email)
- [website](#website)
+ - [start_date](#start_date)
- [questions](#questions)
- [mastodon](#mastodon)
- [move-button](#move-button)
@@ -51,6 +52,7 @@ Elements must match the expression ** [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
| [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
| [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
+| [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) | |
| [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) | |
### name
@@ -94,6 +96,11 @@ The question is `What is the website of {title()}?`
This tagrendering has labels
`contact`
+### start_date
+
+The question is `When was this group founded?`
+*This group was founded at {start_date}* is shown if `start_date` is set
+
### questions
Show the questions block at this location
_This tagrendering has no question and is thus read-only_
@@ -139,6 +146,10 @@ This tagrendering has labels
| brand.15 | 香港女童軍總會 Hong Kong Girl Guides Association | brand=香港女童軍總會 | brand:en=Hong Kong Girl Guides Association | brand:wikidata=Q5894627 | brand:zh=香港女童軍總會 | brand:zh-Hans=香港女童军总会 | brand:zh-Hant=香港女童軍總會 |
| brand.16 | 香港童軍總會 Scout Association of Hong Kong | brand=香港童軍總會 Scout Association of Hong Kong | brand:en=Scout Association of Hong Kong | brand:wikidata=Q1883585 | brand:zh=香港童軍總會 | brand:zh-Hans=香港童军总会 | brand:zh-Hant=香港童軍總會 |
+| id | question | osmTags | fields |
+-----|-----|-----|----- |
+| brand_search.0 | Search for brand: {search} | | search (regex) |
+
This document is autogenerated from [assets/layers/scouting_group/scouting_group.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/scouting_group/scouting_group.json)
diff --git a/Docs/Layers/toilet.md b/Docs/Layers/toilet.md
index 0a02a4196..2c0e8229f 100644
--- a/Docs/Layers/toilet.md
+++ b/Docs/Layers/toilet.md
@@ -30,8 +30,10 @@ A layer showing (public) toilets
- [menstrual_products_location](#menstrual_products_location)
- [toilets-changing-table](#toilets-changing-table)
- [toilet-changing_table:location](#toilet-changing_tablelocation)
- - [toilet-handwashing](#toilet-handwashing)
+ - [toilet-supervised](#toilet-supervised)
- [toilet-has-paper](#toilet-has-paper)
+ - [toilet-handwashing](#toilet-handwashing)
+ - [toilet-drying](#toilet-drying)
- [description](#description)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
@@ -84,8 +86,10 @@ Elements must match the expression ** [toilets:menstrual_products:location](https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location) | [string](../SpecialInputElements.md#string) | [female_toilet](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet) [male_toilet](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet) [wheelchair_toilet](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dwheelchair_toilet) |
| [changing_table](https://wiki.openstreetmap.org/wiki/Key:changing_table) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dno) |
| [changing_table:location](https://wiki.openstreetmap.org/wiki/Key:changing_table:location) | [string](../SpecialInputElements.md#string) | [female_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet) [male_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet) [wheelchair_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dwheelchair_toilet) [dedicated_room](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Ddedicated_room) |
-| [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno) |
+| [supervised](https://wiki.openstreetmap.org/wiki/Key:supervised) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:supervised%3Dyes) [interval](https://wiki.openstreetmap.org/wiki/Tag:supervised%3Dinterval) [no](https://wiki.openstreetmap.org/wiki/Tag:supervised%3Dno) |
| [toilets:paper_supplied](https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dno) |
+| [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno) |
+| [toilets:hands_drying](https://wiki.openstreetmap.org/wiki/Key:toilets:hands_drying) | Multiple choice | [electric_hand_dryer](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Delectric_hand_dryer) [paper_towel](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dpaper_towel) [towel_cabinet](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dtowel_cabinet) [towel](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dtowel) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dno) |
| [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
### images
@@ -263,15 +267,13 @@ This tagrendering is only visible in the popup if the following condition is met
This tagrendering has labels
`relevant-questions`
-### toilet-handwashing
+### toilet-supervised
-The question is `Do these toilets have a sink to wash your hands?`
+The question is `Is this toilets supervised by a person?`
- - *These toilets have a sink to wash your hands* is shown if with toilets:handwashing=yes
- - *These toilets don't have a sink to wash your hands* is shown if with toilets:handwashing=no
-
-This tagrendering has labels
-`relevant-questions`
+ - *There is a person supervising these toilets during (most of) the opening hours* is shown if with supervised=yes
+ - *There is a person supervising these toilets, but they are present only during certain times of the opening hours* is shown if with supervised=interval
+ - *These toilets are not supervised* is shown if with supervised=no
### toilet-has-paper
@@ -283,6 +285,28 @@ The question is `Does one have to bring their own toilet paper to this toilet?`
This tagrendering has labels
`relevant-questions`
+### toilet-handwashing
+
+The question is `Do these toilets have a sink to wash your hands?`
+
+ - *These toilets have a sink to wash your hands* is shown if with toilets:handwashing=yes
+ - *These toilets don't have a sink to wash your hands* is shown if with toilets:handwashing=no
+
+This tagrendering has labels
+`relevant-questions`
+
+### toilet-drying
+
+The question is `Do these toilets have a device to dry your hands?`
+
+ - *Electric hand dryers are available for drying hands.* is shown if with toilets:hands_drying=electric_hand_dryer
+ - *Paper towels are available for drying hands.* is shown if with toilets:hands_drying=paper_towel
+ - *A towel roll cabinet is available for drying hands* is shown if with toilets:hands_drying=towel_cabinet
+ - *A fabric towel available to dry your hands.* is shown if with toilets:hands_drying=towel
+ - *There are no hand drying facilities available.* is shown if with toilets:hands_drying=no
+
+This tagrendering is only visible in the popup if the following condition is met: toilets:handwashing=yes
+
### description
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
diff --git a/Docs/Layers/vending_machine.md b/Docs/Layers/vending_machine.md
index 67377891d..7e1a34936 100644
--- a/Docs/Layers/vending_machine.md
+++ b/Docs/Layers/vending_machine.md
@@ -249,21 +249,21 @@ This tagrendering has labels
### charge_bicycle_tube
The question is `How much does a a bicycle tube cost?`
-*a bicycle tube costs {charge:bicycle_tube}* is shown if `charge` is set
+*a bicycle tube costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
### charge_bicycle_light
The question is `How much does a bicycle light cost?`
-*bicycle light costs {charge:bicycle_light}* is shown if `charge` is set
+*bicycle light costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_light.*)$
### charge_condom
The question is `How much does a a condom cost?`
-*a condom costs {charge:condom}* is shown if `charge` is set
+*a condom costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$
diff --git a/Docs/Layers/vending_machine_bicycle.md b/Docs/Layers/vending_machine_bicycle.md
index de33e9cb8..d7bd3b22d 100644
--- a/Docs/Layers/vending_machine_bicycle.md
+++ b/Docs/Layers/vending_machine_bicycle.md
@@ -242,21 +242,21 @@ This tagrendering has labels
### charge_bicycle_tube
The question is `How much does a a bicycle tube cost?`
-*a bicycle tube costs {charge:bicycle_tube}* is shown if `charge` is set
+*a bicycle tube costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
### charge_bicycle_light
The question is `How much does a bicycle light cost?`
-*bicycle light costs {charge:bicycle_light}* is shown if `charge` is set
+*bicycle light costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_light.*)$
### charge_condom
The question is `How much does a a condom cost?`
-*a condom costs {charge:condom}* is shown if `charge` is set
+*a condom costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$
diff --git a/Docs/Layers/walls_and_buildings.md b/Docs/Layers/walls_and_buildings.md
index 09e20f1e5..3fcc5496c 100644
--- a/Docs/Layers/walls_and_buildings.md
+++ b/Docs/Layers/walls_and_buildings.md
@@ -9,7 +9,6 @@ Special builtin layer providing all walls and buildings. This layer is useful in
- This layer is not visible by default and the visibility cannot be toggled, effectively resulting in a fully hidden layer. This can be useful, e.g. to calculate some metatags. If you want to render this layer (e.g. for debugging), enable it by setting the URL-parameter layer-=true
- Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
- - This layer will automatically load [entrance](./entrance.md) into the layout as it depends on it: a calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _entrance_properties)
- This layer is needed as dependency for layer [advertising](#advertising)
- This layer is needed as dependency for layer [artwork](#artwork)
- This layer is needed as dependency for layer [clock](#clock)
@@ -18,6 +17,7 @@ Special builtin layer providing all walls and buildings. This layer is useful in
- This layer is needed as dependency for layer [ghostsign](#ghostsign)
- This layer is needed as dependency for layer [postboxes](#postboxes)
- This layer is needed as dependency for layer [surveillance_camera](#surveillance_camera)
+ - This layer is needed as dependency for layer [wayside_shrine](#wayside_shrine)
- This layer is needed as dependency for layer [facadegardens](#facadegardens)
- This layer is needed as dependency for layer [onwheels_entrance_data](#onwheels_entrance_data)
- This layer is needed as dependency for layer [parking_spaces_disabled](#parking_spaces_disabled)
@@ -27,10 +27,6 @@ Special builtin layer providing all walls and buildings. This layer is useful in
1. [Themes using this layer](#themes-using-this-layer)
2. [Basic tags for this layer](#basic-tags-for-this-layer)
3. [Supported attributes](#supported-attributes)
- - [entrance_info](#entrance_info)
- - [Entrances](#entrances)
- - [biggest_width](#biggest_width)
- - [leftover-questions](#leftover-questions)
- [lod](#lod)
## Themes using this layer
@@ -50,6 +46,7 @@ Special builtin layer providing all walls and buildings. This layer is useful in
- [stations](https://mapcomplete.org/stations)
- [surveillance](https://mapcomplete.org/surveillance)
- [walls_and_buildings](https://mapcomplete.org/walls_and_buildings)
+ - [wayside_shrines](https://mapcomplete.org/wayside_shrines)
## Basic tags for this layer
@@ -62,26 +59,6 @@ Elements must match **any** of the following expressions:
## Supported attributes
-### entrance_info
-
-_This tagrendering has no question and is thus read-only_
-*
Entrances
This building has {_entrances_count} entrances:{multi(_entrance_properties_with_width,An entrance of &LBRACEcanonical&LPARENSwidth&RPARENS&RBRACE,)}{_entrances_count_without_width_count} entrances don't have width information yet*
-
- - *No entrance has been marked* is shown if with _entrances_count=0
- - *None of the {_entrance_count} entrances have width information yet* is shown if with _entrances_count_without_width=_entrances_count
-
-### biggest_width
-
-_This tagrendering has no question and is thus read-only_
-*The entrance with the biggest width is {canonical(_biggest_width)} wide*
-
-This tagrendering is only visible in the popup if the following condition is met: _biggest_width_id~.+
-
-### leftover-questions
-
-_This tagrendering has no question and is thus read-only_
-*{questions( ,)}*
-
### lod
_This tagrendering has no question and is thus read-only_
diff --git a/Docs/Layers/wayside_shrine.md b/Docs/Layers/wayside_shrine.md
new file mode 100644
index 000000000..8fa911781
--- /dev/null
+++ b/Docs/Layers/wayside_shrine.md
@@ -0,0 +1,200 @@
+[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
+
+# wayside_shrine
+
+Shrines are religious places that are dedicated to specific deities, saints and other figures of religious importance. Typically, the contain religious depictions and people frequently leave offerings at those places. Wayside shrines are small shrines that can be found next to a road or pathway and are frequented by travellers passing by.
+
+ - This layer is shown at zoomlevel **12** and higher
+ - This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a wayside shrine mounted on a wall` snaps to this layer (wayside_shrine.presets[1])
+
+## Table of contents
+
+1. [Themes using this layer](#themes-using-this-layer)
+2. [Presets](#presets)
+3. [Basic tags for this layer](#basic-tags-for-this-layer)
+4. [Supported attributes](#supported-attributes)
+ - [images](#images)
+ - [shrine_name](#shrine_name)
+ - [religion](#religion)
+ - [denomination_christian](#denomination_christian)
+ - [denomination_muslim](#denomination_muslim)
+ - [denomination_jewish](#denomination_jewish)
+ - [denomination_other](#denomination_other)
+ - [repeated](#repeated)
+ - [single_level](#single_level)
+ - [leftover-questions](#leftover-questions)
+ - [move-button](#move-button)
+ - [delete-button](#delete-button)
+ - [lod](#lod)
+
+## Themes using this layer
+
+ - [personal](https://mapcomplete.org/personal)
+ - [wayside_shrines](https://mapcomplete.org/wayside_shrines)
+
+## Presets
+
+The following options to create new points are included:
+
+ - **a wayside shrine** which has the following tags:historic=wayside_shrine
+ - **a wayside shrine mounted on a wall** which has the following tags:historic=wayside_shrine (snaps to layers `walls_and_buildings`)
+
+## Basic tags for this layer
+
+Elements must match the expression **historic=wayside_shrine**
+
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22historic%22%3D%22wayside_shrine%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+
+## Supported attributes
+
+**Warning:**,this quick overview is incomplete,
+
+| attribute | type | values which are supported by this layer |
+-----|-----|----- |
+| [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
+| [religion](https://wiki.openstreetmap.org/wiki/Key:religion) | [string](../SpecialInputElements.md#string) | [christian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dchristian) [buddhist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dbuddhist) [hindu](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dhindu) [jain](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djain) [jewish](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djewish) [muslim](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dmuslim) [pagan](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dpagan) [shinto](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dshinto) [sikh](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dsikh) [taoist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dtaoist) [zoroastrian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dzoroastrian) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dcatholic) [roman_catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Droman_catholic) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [greek_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dgreek_orthodox) [russian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Drussian_orthodox) [serbian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dserbian_orthodox) [protestant](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dprotestant) [anglican](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Danglican) [adventist](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dadventist) [evangelical](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Devangelical) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [shia](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dshia) [sunni](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsunni) [sufi](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsufi) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [conservative](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dconservative) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [hasidic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dhasidic) [reform](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dreform) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | |
+| [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1) |
+
+### images
+This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
+_This tagrendering has no question and is thus read-only_
+*{image_carousel()}{image_upload()}*
+
+### shrine_name
+
+The question is `What's the name of this shrine?`
+*The name of this shrine is {name}* is shown if `name` is set
+
+ - *This shrine does not have a name* is shown if with noname=yes
+
+This tagrendering has labels
+`shrine_questions`
+
+### religion
+
+The question is `To which religion is this shrine dedicated?`
+*This shrine is {religion}* is shown if `religion` is set
+
+ - *This is a Christian shrine* is shown if with religion=christian
+ - *This is a Buddhist shrine* is shown if with religion=buddhist
+ - *This is a Hindu shrine* is shown if with religion=hindu
+ - *This is a Jain shrine* is shown if with religion=jain
+ - *This is a Jewish shrine* is shown if with religion=jewish
+ - *This is an Islamic shrine* is shown if with religion=muslim
+ - *This is a Pagan shrine* is shown if with religion=pagan
+ - *This is a Shinto shrine* is shown if with religion=shinto
+ - *This is a Sikh shrine* is shown if with religion=sikh
+ - *This is a Taoist shrine* is shown if with religion=taoist
+ - *This is a Zoroastrian shrine* is shown if with religion=zoroastrian
+
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_christian
+
+The question is `What's the Christian denomination of the shrine?`
+*The religious denomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Catholic* is shown if with denomination=catholic
+ - *The religious subdenomination is Roman Catholic* is shown if with denomination=roman_catholic
+ - *The religious subdenomination is Orthodox* is shown if with denomination=orthodox
+ - *The religious subdenomination is Greek-Orthodox* is shown if with denomination=greek_orthodox
+ - *The religious subdenomination is Russian-Orthodox* is shown if with denomination=russian_orthodox
+ - *The religious subdenomination is Serbian Orthodox* is shown if with denomination=serbian_orthodox
+ - *The religious subdenomination is Protestant* is shown if with denomination=protestant
+ - *The religious subdenomination is Anglican* is shown if with denomination=anglican
+ - *The religious subdenomination is Adventist* is shown if with denomination=adventist
+ - *The religious subdenomination is evangelical* is shown if with denomination=evangelical
+
+This tagrendering is only visible in the popup if the following condition is met: religion=christian
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_muslim
+
+The question is `What's the Muslim denomination of this shrine?`
+*The religious subdenomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Shia* is shown if with denomination=shia
+ - *The religious subdenomination is Sunni* is shown if with denomination=sunni
+ - *The religious subdenomination is Sufi* is shown if with denomination=sufi
+
+This tagrendering is only visible in the popup if the following condition is met: religion=muslim
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_jewish
+
+The question is `What's the Jewish denomination of this shrine?`
+*The religious subdenomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Conservative* is shown if with denomination=conservative
+ - *The religious subdenomination is Orthodox* is shown if with denomination=orthodox
+ - *The religious subdenomination is Hasidic* is shown if with denomination=hasidic
+ - *The religious subdenomination is Reform* is shown if with denomination=reform
+
+This tagrendering is only visible in the popup if the following condition is met: religion=jewish
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_other
+
+The question is `What's the denomination of this shrine?`
+*The denomination of this shrine is {denomination}* is shown if `denomination` is set
+
+This tagrendering is only visible in the popup if the following condition is met: religion!=christian & religion!=muslim & religion!=jewish & religion~.+
+This tagrendering has labels
+`shrine_questions`
+
+### repeated
+
+_This tagrendering has no question and is thus read-only_
+*Multiple, identical objects can be found on floors {repeat_on}.*
+
+This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
+This tagrendering has labels
+`level`
+
+### single_level
+
+The question is `On what level is this feature located?`
+*Located on the {level}th floor* is shown if `level` is set
+
+ - *Located underground* is shown if with location=underground. _This option cannot be chosen as answer_
+ - *Located on the ground floor* is shown if with level=0
+ - *Located on the ground floor* is shown if with level=. _This option cannot be chosen as answer_
+ - *Located on the first floor* is shown if with level=1
+ - *Located on the first basement level* is shown if with level=-1
+
+This tagrendering has labels
+`level`
+
+### leftover-questions
+
+_This tagrendering has no question and is thus read-only_
+*{questions( ,)}*
+
+### move-button
+
+_This tagrendering has no question and is thus read-only_
+*{move_button()}*
+
+### delete-button
+
+_This tagrendering has no question and is thus read-only_
+*{delete_button()}*
+
+### lod
+
+_This tagrendering has no question and is thus read-only_
+*{linked_data_from_website()}*
+
+This tagrendering has labels
+`added_by_default`
+
+
+This document is autogenerated from [assets/layers/wayside_shrine/wayside_shrine.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/wayside_shrine/wayside_shrine.json)
diff --git a/Docs/SpecialRenderings.md b/Docs/SpecialRenderings.md
index 5652d849f..7de46df1d 100644
--- a/Docs/SpecialRenderings.md
+++ b/Docs/SpecialRenderings.md
@@ -645,9 +645,14 @@ A component to set the language of the user interface
Show a login button
+| name | default | description |
+-----|-----|----- |
+| force | _undefined_ | Always show this button, even if logged in |
+| message | _undefined_ | Message to display on the button |
+
#### Example usage of login_button
-`{login_button()}`
+`{login_button(,)}`
### logout
diff --git a/Docs/TagInfo/mapcomplete_artwork.json b/Docs/TagInfo/mapcomplete_artwork.json
index 094e14b74..fb43bdd0e 100644
--- a/Docs/TagInfo/mapcomplete_artwork.json
+++ b/Docs/TagInfo/mapcomplete_artwork.json
@@ -404,6 +404,185 @@
"description": "Layer 'Artworks' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork) & amenity=bench)",
"value": "memorial"
},
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic=wayside_shrine with a fixed text, namely 'This artwork acts as a wayside shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork')",
+ "value": "wayside_shrine"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not act as a wayside shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') Picking this answer will delete the key historic.",
+ "value": ""
+ },
+ {
+ "key": "name",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)"
+ },
+ {
+ "key": "noname",
+ "description": "Layer 'Artworks' shows noname=yes with a fixed text, namely 'This shrine does not have a name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "yes"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'religion' (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=christian with a fixed text, namely 'This is a Christian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "christian"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=buddhist with a fixed text, namely 'This is a Buddhist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "buddhist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=hindu with a fixed text, namely 'This is a Hindu shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "hindu"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=jain with a fixed text, namely 'This is a Jain shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "jain"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=jewish with a fixed text, namely 'This is a Jewish shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "jewish"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=muslim with a fixed text, namely 'This is an Islamic shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "muslim"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=pagan with a fixed text, namely 'This is a Pagan shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "pagan"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=shinto with a fixed text, namely 'This is a Shinto shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "shinto"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=sikh with a fixed text, namely 'This is a Sikh shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "sikh"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=taoist with a fixed text, namely 'This is a Taoist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "taoist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=zoroastrian with a fixed text, namely 'This is a Zoroastrian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if historic=wayside_shrine)",
+ "value": "zoroastrian"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=catholic with a fixed text, namely 'The religious subdenomination is Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=roman_catholic with a fixed text, namely 'The religious subdenomination is Roman Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "roman_catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=greek_orthodox with a fixed text, namely 'The religious subdenomination is Greek-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "greek_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=russian_orthodox with a fixed text, namely 'The religious subdenomination is Russian-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "russian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=serbian_orthodox with a fixed text, namely 'The religious subdenomination is Serbian Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "serbian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=protestant with a fixed text, namely 'The religious subdenomination is Protestant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "protestant"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=anglican with a fixed text, namely 'The religious subdenomination is Anglican' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "anglican"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=adventist with a fixed text, namely 'The religious subdenomination is Adventist' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "adventist"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=evangelical with a fixed text, namely 'The religious subdenomination is evangelical' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "evangelical"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=muslim & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=shia with a fixed text, namely 'The religious subdenomination is Shia' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "shia"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=sunni with a fixed text, namely 'The religious subdenomination is Sunni' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "sunni"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=sufi with a fixed text, namely 'The religious subdenomination is Sufi' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "sufi"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=jewish & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=conservative with a fixed text, namely 'The religious subdenomination is Conservative' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "conservative"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=hasidic with a fixed text, namely 'The religious subdenomination is Hasidic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "hasidic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=reform with a fixed text, namely 'The religious subdenomination is Reform' and allows to pick this as a default answer (in the mapcomplete.org theme 'Artwork') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "reform"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Artwork') (This is only shown if religion!=christian & religion!=muslim & religion!=jewish & religion~.+ & historic=wayside_shrine)"
+ },
{
"key": "memorial",
"description": "The MapComplete theme Artwork has a layer Memorials showing features with this tag"
diff --git a/Docs/TagInfo/mapcomplete_climbing.json b/Docs/TagInfo/mapcomplete_climbing.json
index e37d2a451..fd9c38cd3 100644
--- a/Docs/TagInfo/mapcomplete_climbing.json
+++ b/Docs/TagInfo/mapcomplete_climbing.json
@@ -2432,13 +2432,18 @@
"value": "dedicated_room"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=yes with a fixed text, namely 'There is a person supervising these toilets during (most of) the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (access=yes | access=))",
"value": "yes"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=interval with a fixed text, namely 'There is a person supervising these toilets, but they are present only during certain times of the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (access=yes | access=))",
+ "value": "interval"
+ },
+ {
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=no with a fixed text, namely 'These toilets are not supervised' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (access=yes | access=))",
"value": "no"
},
{
@@ -2451,6 +2456,41 @@
"description": "Layer 'Toilets' shows toilets:paper_supplied=no with a fixed text, namely 'You have to bring your own toilet paper to this toilet' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if toilets:position!=urinal)",
"value": "no"
},
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')",
+ "value": "yes"
+ },
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')",
+ "value": "no"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=electric_hand_dryer with a fixed text, namely 'Electric hand dryers are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if toilets:handwashing=yes)",
+ "value": "electric_hand_dryer"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=paper_towel with a fixed text, namely 'Paper towels are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if toilets:handwashing=yes)",
+ "value": "paper_towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel_cabinet with a fixed text, namely 'A towel roll cabinet is available for drying hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel_cabinet"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel with a fixed text, namely 'A fabric towel available to dry your hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=no with a fixed text, namely 'There are no hand drying facilities available.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if toilets:handwashing=yes)",
+ "value": "no"
+ },
{
"key": "description",
"description": "Layer 'Toilets' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots')"
diff --git a/Docs/TagInfo/mapcomplete_ghostsigns.json b/Docs/TagInfo/mapcomplete_ghostsigns.json
index 48a776f29..edb3e903c 100644
--- a/Docs/TagInfo/mapcomplete_ghostsigns.json
+++ b/Docs/TagInfo/mapcomplete_ghostsigns.json
@@ -797,6 +797,185 @@
"key": "not:historic",
"description": "Layer 'Artworks' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork) & amenity=bench)",
"value": "memorial"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic=wayside_shrine with a fixed text, namely 'This artwork acts as a wayside shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs')",
+ "value": "wayside_shrine"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not act as a wayside shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') Picking this answer will delete the key historic.",
+ "value": ""
+ },
+ {
+ "key": "name",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)"
+ },
+ {
+ "key": "noname",
+ "description": "Layer 'Artworks' shows noname=yes with a fixed text, namely 'This shrine does not have a name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "yes"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'religion' (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=christian with a fixed text, namely 'This is a Christian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "christian"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=buddhist with a fixed text, namely 'This is a Buddhist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "buddhist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=hindu with a fixed text, namely 'This is a Hindu shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "hindu"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=jain with a fixed text, namely 'This is a Jain shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "jain"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=jewish with a fixed text, namely 'This is a Jewish shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "jewish"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=muslim with a fixed text, namely 'This is an Islamic shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "muslim"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=pagan with a fixed text, namely 'This is a Pagan shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "pagan"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=shinto with a fixed text, namely 'This is a Shinto shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "shinto"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=sikh with a fixed text, namely 'This is a Sikh shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "sikh"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=taoist with a fixed text, namely 'This is a Taoist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "taoist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=zoroastrian with a fixed text, namely 'This is a Zoroastrian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if historic=wayside_shrine)",
+ "value": "zoroastrian"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=catholic with a fixed text, namely 'The religious subdenomination is Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=roman_catholic with a fixed text, namely 'The religious subdenomination is Roman Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "roman_catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=greek_orthodox with a fixed text, namely 'The religious subdenomination is Greek-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "greek_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=russian_orthodox with a fixed text, namely 'The religious subdenomination is Russian-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "russian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=serbian_orthodox with a fixed text, namely 'The religious subdenomination is Serbian Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "serbian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=protestant with a fixed text, namely 'The religious subdenomination is Protestant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "protestant"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=anglican with a fixed text, namely 'The religious subdenomination is Anglican' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "anglican"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=adventist with a fixed text, namely 'The religious subdenomination is Adventist' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "adventist"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=evangelical with a fixed text, namely 'The religious subdenomination is evangelical' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "evangelical"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=muslim & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=shia with a fixed text, namely 'The religious subdenomination is Shia' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "shia"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=sunni with a fixed text, namely 'The religious subdenomination is Sunni' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "sunni"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=sufi with a fixed text, namely 'The religious subdenomination is Sufi' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "sufi"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=jewish & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=conservative with a fixed text, namely 'The religious subdenomination is Conservative' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "conservative"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=hasidic with a fixed text, namely 'The religious subdenomination is Hasidic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "hasidic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=reform with a fixed text, namely 'The religious subdenomination is Reform' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "reform"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Ghost Signs') (This is only shown if religion!=christian & religion!=muslim & religion!=jewish & religion~.+ & historic=wayside_shrine)"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_indoors.json b/Docs/TagInfo/mapcomplete_indoors.json
index 10532eb40..20ffc0673 100644
--- a/Docs/TagInfo/mapcomplete_indoors.json
+++ b/Docs/TagInfo/mapcomplete_indoors.json
@@ -389,16 +389,6 @@
"description": "Layer 'Indoors' shows changing_table:location=dedicated_room with a fixed text, namely 'A changing table is in a dedicated room' and allows to pick this as a default answer (in the mapcomplete.org theme 'Indoors') (This is only shown if amenity=toilets & changing_table=yes)",
"value": "dedicated_room"
},
- {
- "key": "toilets:handwashing",
- "description": "Layer 'Indoors' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Indoors') (This is only shown if amenity=toilets)",
- "value": "yes"
- },
- {
- "key": "toilets:handwashing",
- "description": "Layer 'Indoors' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Indoors') (This is only shown if amenity=toilets)",
- "value": "no"
- },
{
"key": "toilets:paper_supplied",
"description": "Layer 'Indoors' shows toilets:paper_supplied=yes with a fixed text, namely 'This toilet is equipped with toilet paper' and allows to pick this as a default answer (in the mapcomplete.org theme 'Indoors') (This is only shown if amenity=toilets & toilets:position!=urinal)",
@@ -409,6 +399,16 @@
"description": "Layer 'Indoors' shows toilets:paper_supplied=no with a fixed text, namely 'You have to bring your own toilet paper to this toilet' and allows to pick this as a default answer (in the mapcomplete.org theme 'Indoors') (This is only shown if amenity=toilets & toilets:position!=urinal)",
"value": "no"
},
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Indoors' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Indoors') (This is only shown if amenity=toilets)",
+ "value": "yes"
+ },
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Indoors' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Indoors') (This is only shown if amenity=toilets)",
+ "value": "no"
+ },
{
"key": "highway",
"description": "The MapComplete theme Indoors has a layer Pedestrian paths showing features with this tag",
@@ -801,6 +801,15 @@
"key": "kerb:height",
"description": "Layer 'Entrance' shows kerb:height=0 with a fixed text, namely 'This door does not have a kerb' and allows to pick this as a default answer (in the mapcomplete.org theme 'Indoors')",
"value": "0"
+ },
+ {
+ "key": "ref",
+ "description": "Layer 'Entrance' shows and asks freeform values for key 'ref' (in the mapcomplete.org theme 'Indoors')"
+ },
+ {
+ "key": "ref",
+ "description": "Layer 'Entrance' shows ref= with a fixed text, namely 'No reference number' and allows to pick this as a default answer (in the mapcomplete.org theme 'Indoors') Picking this answer will delete the key ref.",
+ "value": ""
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_memorials.json b/Docs/TagInfo/mapcomplete_memorials.json
index bfdf7f45d..8371dbaa2 100644
--- a/Docs/TagInfo/mapcomplete_memorials.json
+++ b/Docs/TagInfo/mapcomplete_memorials.json
@@ -1074,6 +1074,185 @@
"key": "not:historic",
"description": "Layer 'Artworks' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork) & amenity=bench)",
"value": "memorial"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic=wayside_shrine with a fixed text, namely 'This artwork acts as a wayside shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials')",
+ "value": "wayside_shrine"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not act as a wayside shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') Picking this answer will delete the key historic.",
+ "value": ""
+ },
+ {
+ "key": "name",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)"
+ },
+ {
+ "key": "noname",
+ "description": "Layer 'Artworks' shows noname=yes with a fixed text, namely 'This shrine does not have a name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "yes"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'religion' (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=christian with a fixed text, namely 'This is a Christian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "christian"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=buddhist with a fixed text, namely 'This is a Buddhist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "buddhist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=hindu with a fixed text, namely 'This is a Hindu shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "hindu"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=jain with a fixed text, namely 'This is a Jain shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "jain"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=jewish with a fixed text, namely 'This is a Jewish shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "jewish"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=muslim with a fixed text, namely 'This is an Islamic shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "muslim"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=pagan with a fixed text, namely 'This is a Pagan shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "pagan"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=shinto with a fixed text, namely 'This is a Shinto shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "shinto"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=sikh with a fixed text, namely 'This is a Sikh shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "sikh"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=taoist with a fixed text, namely 'This is a Taoist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "taoist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=zoroastrian with a fixed text, namely 'This is a Zoroastrian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if historic=wayside_shrine)",
+ "value": "zoroastrian"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=catholic with a fixed text, namely 'The religious subdenomination is Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=roman_catholic with a fixed text, namely 'The religious subdenomination is Roman Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "roman_catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=greek_orthodox with a fixed text, namely 'The religious subdenomination is Greek-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "greek_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=russian_orthodox with a fixed text, namely 'The religious subdenomination is Russian-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "russian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=serbian_orthodox with a fixed text, namely 'The religious subdenomination is Serbian Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "serbian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=protestant with a fixed text, namely 'The religious subdenomination is Protestant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "protestant"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=anglican with a fixed text, namely 'The religious subdenomination is Anglican' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "anglican"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=adventist with a fixed text, namely 'The religious subdenomination is Adventist' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "adventist"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=evangelical with a fixed text, namely 'The religious subdenomination is evangelical' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "evangelical"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=muslim & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=shia with a fixed text, namely 'The religious subdenomination is Shia' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "shia"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=sunni with a fixed text, namely 'The religious subdenomination is Sunni' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "sunni"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=sufi with a fixed text, namely 'The religious subdenomination is Sufi' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "sufi"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=jewish & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=conservative with a fixed text, namely 'The religious subdenomination is Conservative' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "conservative"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=hasidic with a fixed text, namely 'The religious subdenomination is Hasidic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "hasidic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=reform with a fixed text, namely 'The religious subdenomination is Reform' and allows to pick this as a default answer (in the mapcomplete.org theme 'Memorials') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "reform"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Memorials') (This is only shown if religion!=christian & religion!=muslim & religion!=jewish & religion~.+ & historic=wayside_shrine)"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_nature.json b/Docs/TagInfo/mapcomplete_nature.json
index 6988c56da..a2e9291de 100644
--- a/Docs/TagInfo/mapcomplete_nature.json
+++ b/Docs/TagInfo/mapcomplete_nature.json
@@ -1360,13 +1360,18 @@
"value": "dedicated_room"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=yes with a fixed text, namely 'There is a person supervising these toilets during (most of) the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if (access=yes | access=))",
"value": "yes"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=interval with a fixed text, namely 'There is a person supervising these toilets, but they are present only during certain times of the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if (access=yes | access=))",
+ "value": "interval"
+ },
+ {
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=no with a fixed text, namely 'These toilets are not supervised' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if (access=yes | access=))",
"value": "no"
},
{
@@ -1379,6 +1384,41 @@
"description": "Layer 'Toilets' shows toilets:paper_supplied=no with a fixed text, namely 'You have to bring your own toilet paper to this toilet' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if toilets:position!=urinal)",
"value": "no"
},
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "yes"
+ },
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "no"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=electric_hand_dryer with a fixed text, namely 'Electric hand dryers are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if toilets:handwashing=yes)",
+ "value": "electric_hand_dryer"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=paper_towel with a fixed text, namely 'Paper towels are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if toilets:handwashing=yes)",
+ "value": "paper_towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel_cabinet with a fixed text, namely 'A towel roll cabinet is available for drying hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel_cabinet"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel with a fixed text, namely 'A fabric towel available to dry your hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=no with a fixed text, namely 'There are no hand drying facilities available.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if toilets:handwashing=yes)",
+ "value": "no"
+ },
{
"key": "description",
"description": "Layer 'Toilets' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'Into nature')"
diff --git a/Docs/TagInfo/mapcomplete_onwheels.json b/Docs/TagInfo/mapcomplete_onwheels.json
index b6dbfd16a..38bdb30e4 100644
--- a/Docs/TagInfo/mapcomplete_onwheels.json
+++ b/Docs/TagInfo/mapcomplete_onwheels.json
@@ -557,6 +557,15 @@
"description": "Layer 'Entrance' shows kerb:height=0 with a fixed text, namely 'This door does not have a kerb' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
"value": "0"
},
+ {
+ "key": "ref",
+ "description": "Layer 'Entrance' shows and asks freeform values for key 'ref' (in the mapcomplete.org theme 'OnWheels')"
+ },
+ {
+ "key": "ref",
+ "description": "Layer 'Entrance' shows ref= with a fixed text, namely 'No reference number' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') Picking this answer will delete the key ref.",
+ "value": ""
+ },
{
"key": "amenity",
"description": "The MapComplete theme OnWheels has a layer Restaurants and fast food showing features with this tag",
@@ -3201,13 +3210,18 @@
"value": "dedicated_room"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=yes with a fixed text, namely 'There is a person supervising these toilets during (most of) the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if (access=yes | access=))",
"value": "yes"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=interval with a fixed text, namely 'There is a person supervising these toilets, but they are present only during certain times of the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if (access=yes | access=))",
+ "value": "interval"
+ },
+ {
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=no with a fixed text, namely 'These toilets are not supervised' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if (access=yes | access=))",
"value": "no"
},
{
@@ -3220,6 +3234,41 @@
"description": "Layer 'Toilets' shows toilets:paper_supplied=no with a fixed text, namely 'You have to bring your own toilet paper to this toilet' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if toilets:position!=urinal)",
"value": "no"
},
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "value": "yes"
+ },
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "value": "no"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=electric_hand_dryer with a fixed text, namely 'Electric hand dryers are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if toilets:handwashing=yes)",
+ "value": "electric_hand_dryer"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=paper_towel with a fixed text, namely 'Paper towels are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if toilets:handwashing=yes)",
+ "value": "paper_towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel_cabinet with a fixed text, namely 'A towel roll cabinet is available for drying hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel_cabinet"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel with a fixed text, namely 'A fabric towel available to dry your hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=no with a fixed text, namely 'There are no hand drying facilities available.' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if toilets:handwashing=yes)",
+ "value": "no"
+ },
{
"key": "description",
"description": "Layer 'Toilets' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'OnWheels')"
diff --git a/Docs/TagInfo/mapcomplete_playgrounds.json b/Docs/TagInfo/mapcomplete_playgrounds.json
index 1425703e8..0d5ab8556 100644
--- a/Docs/TagInfo/mapcomplete_playgrounds.json
+++ b/Docs/TagInfo/mapcomplete_playgrounds.json
@@ -1113,13 +1113,18 @@
"value": "dedicated_room"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=yes with a fixed text, namely 'There is a person supervising these toilets during (most of) the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds') (This is only shown if (access=yes | access=))",
"value": "yes"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=interval with a fixed text, namely 'There is a person supervising these toilets, but they are present only during certain times of the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds') (This is only shown if (access=yes | access=))",
+ "value": "interval"
+ },
+ {
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=no with a fixed text, namely 'These toilets are not supervised' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds') (This is only shown if (access=yes | access=))",
"value": "no"
},
{
@@ -1132,6 +1137,41 @@
"description": "Layer 'Toilets' shows toilets:paper_supplied=no with a fixed text, namely 'You have to bring your own toilet paper to this toilet' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds') (This is only shown if toilets:position!=urinal)",
"value": "no"
},
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "value": "yes"
+ },
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "value": "no"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=electric_hand_dryer with a fixed text, namely 'Electric hand dryers are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds') (This is only shown if toilets:handwashing=yes)",
+ "value": "electric_hand_dryer"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=paper_towel with a fixed text, namely 'Paper towels are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds') (This is only shown if toilets:handwashing=yes)",
+ "value": "paper_towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel_cabinet with a fixed text, namely 'A towel roll cabinet is available for drying hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel_cabinet"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel with a fixed text, namely 'A fabric towel available to dry your hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=no with a fixed text, namely 'There are no hand drying facilities available.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds') (This is only shown if toilets:handwashing=yes)",
+ "value": "no"
+ },
{
"key": "description",
"description": "Layer 'Toilets' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'Playgrounds')"
diff --git a/Docs/TagInfo/mapcomplete_scouting.json b/Docs/TagInfo/mapcomplete_scouting.json
index 4c565eb08..ba9fdf870 100644
--- a/Docs/TagInfo/mapcomplete_scouting.json
+++ b/Docs/TagInfo/mapcomplete_scouting.json
@@ -55,10 +55,19 @@
"key": "contact:website",
"description": "Layer 'Scouting groups' shows contact:website~.+ with a fixed text, namely '{contact:website}' (in the mapcomplete.org theme 'Scouting groups')"
},
+ {
+ "key": "start_date",
+ "description": "Layer 'Scouting groups' shows and asks freeform values for key 'start_date' (in the mapcomplete.org theme 'Scouting groups')"
+ },
{
"key": "contact:mastodon",
"description": "Layer 'Scouting groups' shows and asks freeform values for key 'contact:mastodon' (in the mapcomplete.org theme 'Scouting groups')"
},
+ {
+ "key": "leisure",
+ "description": "The MapComplete theme Scouting groups has a layer Group Campsites showing features with this tag",
+ "value": "summer_camp"
+ },
{
"key": "tourism",
"description": "The MapComplete theme Scouting groups has a layer Group Campsites showing features with this tag",
@@ -69,6 +78,16 @@
"description": "The MapComplete theme Scouting groups has a layer Group Campsites showing features with this tag",
"value": "yes"
},
+ {
+ "key": "scout",
+ "description": "The MapComplete theme Scouting groups has a layer Group Campsites showing features with this tag",
+ "value": "only"
+ },
+ {
+ "key": "group",
+ "description": "The MapComplete theme Scouting groups has a layer Group Campsites showing features with this tag",
+ "value": "yes"
+ },
{
"key": "group_only",
"description": "The MapComplete theme Scouting groups has a layer Group Campsites showing features with this tag",
@@ -202,6 +221,16 @@
"description": "The MapComplete theme Scouting groups has a layer Hostels for groups and scouts showing features with this tag",
"value": "yes"
},
+ {
+ "key": "scout",
+ "description": "The MapComplete theme Scouting groups has a layer Hostels for groups and scouts showing features with this tag",
+ "value": "only"
+ },
+ {
+ "key": "group",
+ "description": "The MapComplete theme Scouting groups has a layer Hostels for groups and scouts showing features with this tag",
+ "value": "yes"
+ },
{
"key": "group_only",
"description": "The MapComplete theme Scouting groups has a layer Hostels for groups and scouts showing features with this tag",
diff --git a/Docs/TagInfo/mapcomplete_ski.json b/Docs/TagInfo/mapcomplete_ski.json
index b2bdcc2b0..11274b7d7 100644
--- a/Docs/TagInfo/mapcomplete_ski.json
+++ b/Docs/TagInfo/mapcomplete_ski.json
@@ -682,13 +682,18 @@
"value": "dedicated_room"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=yes with a fixed text, namely 'There is a person supervising these toilets during (most of) the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if (access=yes | access=))",
"value": "yes"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=interval with a fixed text, namely 'There is a person supervising these toilets, but they are present only during certain times of the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if (access=yes | access=))",
+ "value": "interval"
+ },
+ {
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=no with a fixed text, namely 'These toilets are not supervised' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if (access=yes | access=))",
"value": "no"
},
{
@@ -701,6 +706,41 @@
"description": "Layer 'Toilets' shows toilets:paper_supplied=no with a fixed text, namely 'You have to bring your own toilet paper to this toilet' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if toilets:position!=urinal)",
"value": "no"
},
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
+ "value": "yes"
+ },
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
+ "value": "no"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=electric_hand_dryer with a fixed text, namely 'Electric hand dryers are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if toilets:handwashing=yes)",
+ "value": "electric_hand_dryer"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=paper_towel with a fixed text, namely 'Paper towels are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if toilets:handwashing=yes)",
+ "value": "paper_towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel_cabinet with a fixed text, namely 'A towel roll cabinet is available for drying hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel_cabinet"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel with a fixed text, namely 'A fabric towel available to dry your hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=no with a fixed text, namely 'There are no hand drying facilities available.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if toilets:handwashing=yes)",
+ "value": "no"
+ },
{
"key": "description",
"description": "Layer 'Toilets' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'Ski pistes and aerialways')"
diff --git a/Docs/TagInfo/mapcomplete_toilets.json b/Docs/TagInfo/mapcomplete_toilets.json
index f98ce14c3..21fa9a64c 100644
--- a/Docs/TagInfo/mapcomplete_toilets.json
+++ b/Docs/TagInfo/mapcomplete_toilets.json
@@ -278,13 +278,18 @@
"value": "dedicated_room"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=yes with a fixed text, namely 'There is a person supervising these toilets during (most of) the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets') (This is only shown if (access=yes | access=))",
"value": "yes"
},
{
- "key": "toilets:handwashing",
- "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets')",
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=interval with a fixed text, namely 'There is a person supervising these toilets, but they are present only during certain times of the opening hours' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets') (This is only shown if (access=yes | access=))",
+ "value": "interval"
+ },
+ {
+ "key": "supervised",
+ "description": "Layer 'Toilets' shows supervised=no with a fixed text, namely 'These toilets are not supervised' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets') (This is only shown if (access=yes | access=))",
"value": "no"
},
{
@@ -297,6 +302,41 @@
"description": "Layer 'Toilets' shows toilets:paper_supplied=no with a fixed text, namely 'You have to bring your own toilet paper to this toilet' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets') (This is only shown if toilets:position!=urinal)",
"value": "no"
},
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=yes with a fixed text, namely 'These toilets have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets')",
+ "value": "yes"
+ },
+ {
+ "key": "toilets:handwashing",
+ "description": "Layer 'Toilets' shows toilets:handwashing=no with a fixed text, namely 'These toilets don't have a sink to wash your hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets')",
+ "value": "no"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=electric_hand_dryer with a fixed text, namely 'Electric hand dryers are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets') (This is only shown if toilets:handwashing=yes)",
+ "value": "electric_hand_dryer"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=paper_towel with a fixed text, namely 'Paper towels are available for drying hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets') (This is only shown if toilets:handwashing=yes)",
+ "value": "paper_towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel_cabinet with a fixed text, namely 'A towel roll cabinet is available for drying hands' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel_cabinet"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=towel with a fixed text, namely 'A fabric towel available to dry your hands.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets') (This is only shown if toilets:handwashing=yes)",
+ "value": "towel"
+ },
+ {
+ "key": "toilets:hands_drying",
+ "description": "Layer 'Toilets' shows toilets:hands_drying=no with a fixed text, namely 'There are no hand drying facilities available.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Public toilets') (This is only shown if toilets:handwashing=yes)",
+ "value": "no"
+ },
{
"key": "description",
"description": "Layer 'Toilets' shows and asks freeform values for key 'description' (in the mapcomplete.org theme 'Public toilets')"
diff --git a/Docs/TagInfo/mapcomplete_wayside_shrines.json b/Docs/TagInfo/mapcomplete_wayside_shrines.json
new file mode 100644
index 000000000..fcfa44a06
--- /dev/null
+++ b/Docs/TagInfo/mapcomplete_wayside_shrines.json
@@ -0,0 +1,814 @@
+{
+ "data_format": 1,
+ "project": {
+ "name": "MapComplete Wayside shrines",
+ "description": "This map shows shrines found on the side of roads and paths, and allows adding new ones",
+ "project_url": "https://mapcomplete.org/wayside_shrines",
+ "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes",
+ "icon_url": "https://mapcomplete.org/assets/layers/wayside_shrine/shrine.svg",
+ "contact_name": "Pieter Vander Vennet",
+ "contact_email": "pietervdvn@posteo.net"
+ },
+ "tags": [
+ {
+ "key": "historic",
+ "description": "The MapComplete theme Wayside shrines has a layer Wayside Shrines showing features with this tag",
+ "value": "wayside_shrine"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Wayside Shrines' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Wayside Shrines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Wayside Shrines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Wayside Shrines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Wayside Shrines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Wayside Shrines allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "name",
+ "description": "Layer 'Wayside Shrines' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Wayside shrines')"
+ },
+ {
+ "key": "noname",
+ "description": "Layer 'Wayside Shrines' shows noname=yes with a fixed text, namely 'This shrine does not have a name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "yes"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows and asks freeform values for key 'religion' (in the mapcomplete.org theme 'Wayside shrines')"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=christian with a fixed text, namely 'This is a Christian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "christian"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=buddhist with a fixed text, namely 'This is a Buddhist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "buddhist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=hindu with a fixed text, namely 'This is a Hindu shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "hindu"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=jain with a fixed text, namely 'This is a Jain shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "jain"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=jewish with a fixed text, namely 'This is a Jewish shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "jewish"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=muslim with a fixed text, namely 'This is an Islamic shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "muslim"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=pagan with a fixed text, namely 'This is a Pagan shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "pagan"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=shinto with a fixed text, namely 'This is a Shinto shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "shinto"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=sikh with a fixed text, namely 'This is a Sikh shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "sikh"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=taoist with a fixed text, namely 'This is a Taoist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "taoist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Wayside Shrines' shows religion=zoroastrian with a fixed text, namely 'This is a Zoroastrian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "zoroastrian"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=catholic with a fixed text, namely 'The religious subdenomination is Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=roman_catholic with a fixed text, namely 'The religious subdenomination is Roman Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "roman_catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=greek_orthodox with a fixed text, namely 'The religious subdenomination is Greek-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "greek_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=russian_orthodox with a fixed text, namely 'The religious subdenomination is Russian-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "russian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=serbian_orthodox with a fixed text, namely 'The religious subdenomination is Serbian Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "serbian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=protestant with a fixed text, namely 'The religious subdenomination is Protestant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "protestant"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=anglican with a fixed text, namely 'The religious subdenomination is Anglican' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "anglican"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=adventist with a fixed text, namely 'The religious subdenomination is Adventist' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "adventist"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=evangelical with a fixed text, namely 'The religious subdenomination is evangelical' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian)",
+ "value": "evangelical"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=muslim)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=shia with a fixed text, namely 'The religious subdenomination is Shia' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=muslim)",
+ "value": "shia"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=sunni with a fixed text, namely 'The religious subdenomination is Sunni' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=muslim)",
+ "value": "sunni"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=sufi with a fixed text, namely 'The religious subdenomination is Sufi' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=muslim)",
+ "value": "sufi"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=conservative with a fixed text, namely 'The religious subdenomination is Conservative' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish)",
+ "value": "conservative"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=hasidic with a fixed text, namely 'The religious subdenomination is Hasidic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish)",
+ "value": "hasidic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows denomination=reform with a fixed text, namely 'The religious subdenomination is Reform' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish)",
+ "value": "reform"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Wayside Shrines' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion!=christian & religion!=muslim & religion!=jewish & religion~.+)"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Wayside Shrines' shows and asks freeform values for key 'level' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if repeat_on=)"
+ },
+ {
+ "key": "location",
+ "description": "Layer 'Wayside Shrines' shows location=underground with a fixed text, namely 'Located underground' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if repeat_on=)",
+ "value": "underground"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Wayside Shrines' shows level=0 with a fixed text, namely 'Located on the ground floor' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if repeat_on=)",
+ "value": "0"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Wayside Shrines' shows level= with a fixed text, namely 'Located on the ground floor' (in the mapcomplete.org theme 'Wayside shrines') Picking this answer will delete the key level. (This is only shown if repeat_on=)",
+ "value": ""
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Wayside Shrines' shows level=1 with a fixed text, namely 'Located on the first floor' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if repeat_on=)",
+ "value": "1"
+ },
+ {
+ "key": "level",
+ "description": "Layer 'Wayside Shrines' shows level=-1 with a fixed text, namely 'Located on the first basement level' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if repeat_on=)",
+ "value": "-1"
+ },
+ {
+ "key": "tourism",
+ "description": "The MapComplete theme Wayside shrines has a layer Artworks showing features with this tag",
+ "value": "artwork"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Artworks' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Artworks allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'artwork_type' (in the mapcomplete.org theme 'Wayside shrines')"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=architecture with a fixed text, namely 'Architecture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "architecture"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=mural with a fixed text, namely 'Mural' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "mural"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=painting with a fixed text, namely 'Painting' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "painting"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=sculpture with a fixed text, namely 'Sculpture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "sculpture"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=statue with a fixed text, namely 'Statue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "statue"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=bust with a fixed text, namely 'Bust' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "bust"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=stone with a fixed text, namely 'Stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "stone"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=installation with a fixed text, namely 'Installation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "installation"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=graffiti with a fixed text, namely 'Graffiti' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "graffiti"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=relief with a fixed text, namely 'Relief' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "relief"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=azulejo with a fixed text, namely 'Azulejo (Spanish decorative tilework)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "azulejo"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=tilework with a fixed text, namely 'Tilework' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "tilework"
+ },
+ {
+ "key": "artwork_type",
+ "description": "Layer 'Artworks' shows artwork_type=woodcarving with a fixed text, namely 'Woodcarving' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "woodcarving"
+ },
+ {
+ "key": "artist:wikidata",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'artist:wikidata' (in the mapcomplete.org theme 'Wayside shrines')"
+ },
+ {
+ "key": "artist_name",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'artist_name' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if artist:wikidata=)"
+ },
+ {
+ "key": "website",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'website' (in the mapcomplete.org theme 'Wayside shrines')"
+ },
+ {
+ "key": "wikidata",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'wikidata' (in the mapcomplete.org theme 'Wayside shrines')"
+ },
+ {
+ "key": "wikipedia",
+ "description": "Layer 'Artworks' shows wikipedia~.+ with a fixed text, namely '{wikipedia():max-height:25rem}' (in the mapcomplete.org theme 'Wayside shrines')"
+ },
+ {
+ "key": "wikidata",
+ "description": "Layer 'Artworks' shows wikidata= with a fixed text, namely 'No Wikipedia page has been linked yet' (in the mapcomplete.org theme 'Wayside shrines') Picking this answer will delete the key wikidata.",
+ "value": ""
+ },
+ {
+ "key": "subject:wikidata",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'subject:wikidata' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if subject:wikidata~.+)"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic=memorial with a fixed text, namely 'This artwork also serves as a memorial' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "memorial"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not serve as a memorial' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') Picking this answer will delete the key historic.",
+ "value": ""
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'memorial' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=statue with a fixed text, namely 'This is a statue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "statue"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=plaque with a fixed text, namely 'This is a plaque' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "plaque"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=bench with a fixed text, namely 'This is a commemorative bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "bench"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=ghost_bike with a fixed text, namely 'This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "ghost_bike"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=stolperstein with a fixed text, namely 'This is a stolperstein (stumbing stone)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "stolperstein"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=stele with a fixed text, namely 'This is a stele' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "stele"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=stone with a fixed text, namely 'This is a memorial stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "stone"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=bust with a fixed text, namely 'This is a bust' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "bust"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=sculpture with a fixed text, namely 'This is a sculpture' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "sculpture"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=obelisk with a fixed text, namely 'This is an obelisk' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "obelisk"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=cross with a fixed text, namely 'This is a cross' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "cross"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=blue_plaque with a fixed text, namely 'This is a blue plaque' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "blue_plaque"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=tank with a fixed text, namely 'This is a historic tank, permanently placed in public space as memorial' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "tank"
+ },
+ {
+ "key": "memorial",
+ "description": "Layer 'Artworks' shows memorial=tree with a fixed text, namely 'This is a memorial tree' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "tree"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic=tomb with a fixed text, namely 'This is a gravestone; the person is buried here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=memorial)",
+ "value": "tomb"
+ },
+ {
+ "key": "inscription",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'inscription' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if memorial!=bench & historic=memorial)"
+ },
+ {
+ "key": "not:inscription",
+ "description": "Layer 'Artworks' shows not:inscription=yes with a fixed text, namely 'This memorial does not have an inscription' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if memorial!=bench & historic=memorial)",
+ "value": "yes"
+ },
+ {
+ "key": "amenity",
+ "description": "Layer 'Artworks' shows amenity=bench with a fixed text, namely 'This artwork also serves as a bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "bench"
+ },
+ {
+ "key": "amenity",
+ "description": "Layer 'Artworks' shows amenity= with a fixed text, namely 'This artwork does not serve as a bench' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') Picking this answer will delete the key amenity.",
+ "value": ""
+ },
+ {
+ "key": "backrest",
+ "description": "Layer 'Artworks' shows backrest=yes & two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "yes"
+ },
+ {
+ "key": "two_sided",
+ "description": "Layer 'Artworks' shows backrest=yes & two_sided=yes with a fixed text, namely 'This bench is two-sided and shares the backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "yes"
+ },
+ {
+ "key": "backrest",
+ "description": "Layer 'Artworks' shows backrest=yes with a fixed text, namely 'This bench does have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "yes"
+ },
+ {
+ "key": "backrest",
+ "description": "Layer 'Artworks' shows backrest=no with a fixed text, namely 'This bench does not have a backrest' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "no"
+ },
+ {
+ "key": "armrest",
+ "description": "Layer 'Artworks' shows armrest=yes with a fixed text, namely 'This bench does have one or more armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "yes"
+ },
+ {
+ "key": "armrest",
+ "description": "Layer 'Artworks' shows armrest=no with a fixed text, namely 'This bench does not have any armrests' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "no"
+ },
+ {
+ "key": "seats",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'seats' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)"
+ },
+ {
+ "key": "seats:separated",
+ "description": "Layer 'Artworks' shows seats:separated=no with a fixed text, namely 'This bench does not have separated seats' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "no"
+ },
+ {
+ "key": "material",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'material' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)"
+ },
+ {
+ "key": "material",
+ "description": "Layer 'Artworks' shows material=wood with a fixed text, namely 'The seating is made from wood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "wood"
+ },
+ {
+ "key": "material",
+ "description": "Layer 'Artworks' shows material=metal with a fixed text, namely 'The seating is made from metal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "metal"
+ },
+ {
+ "key": "material",
+ "description": "Layer 'Artworks' shows material=stone with a fixed text, namely 'The seating is made from stone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "stone"
+ },
+ {
+ "key": "material",
+ "description": "Layer 'Artworks' shows material=concrete with a fixed text, namely 'The seating is made from concrete' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "concrete"
+ },
+ {
+ "key": "material",
+ "description": "Layer 'Artworks' shows material=plastic with a fixed text, namely 'The seating is made from plastic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "plastic"
+ },
+ {
+ "key": "material",
+ "description": "Layer 'Artworks' shows material=steel with a fixed text, namely 'The seating is made from steel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "steel"
+ },
+ {
+ "key": "direction",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'direction' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if two_sided!=yes & amenity=bench)"
+ },
+ {
+ "key": "colour",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'colour' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)"
+ },
+ {
+ "key": "colour",
+ "description": "Layer 'Artworks' shows colour=brown with a fixed text, namely 'Colour: brown' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "brown"
+ },
+ {
+ "key": "colour",
+ "description": "Layer 'Artworks' shows colour=green with a fixed text, namely 'Colour: green' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "green"
+ },
+ {
+ "key": "colour",
+ "description": "Layer 'Artworks' shows colour=gray with a fixed text, namely 'Colour: gray' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "gray"
+ },
+ {
+ "key": "colour",
+ "description": "Layer 'Artworks' shows colour=white with a fixed text, namely 'Colour: white' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "white"
+ },
+ {
+ "key": "colour",
+ "description": "Layer 'Artworks' shows colour=red with a fixed text, namely 'Colour: red' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "red"
+ },
+ {
+ "key": "colour",
+ "description": "Layer 'Artworks' shows colour=black with a fixed text, namely 'Colour: black' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "black"
+ },
+ {
+ "key": "colour",
+ "description": "Layer 'Artworks' shows colour=blue with a fixed text, namely 'Colour: blue' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "blue"
+ },
+ {
+ "key": "colour",
+ "description": "Layer 'Artworks' shows colour=yellow with a fixed text, namely 'Colour: yellow' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "yellow"
+ },
+ {
+ "key": "survey:date",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'survey:date' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)"
+ },
+ {
+ "key": "survey:date",
+ "description": "Layer 'Artworks' shows survey:date= with a fixed text, namely 'Surveyed today!' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') Picking this answer will delete the key survey:date. (This is only shown if amenity=bench)",
+ "value": ""
+ },
+ {
+ "key": "inscription",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'inscription' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)"
+ },
+ {
+ "key": "not:inscription",
+ "description": "Layer 'Artworks' shows not:inscription=yes with a fixed text, namely 'This bench does not have an inscription' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if amenity=bench)",
+ "value": "yes"
+ },
+ {
+ "key": "inscription",
+ "description": "Layer 'Artworks' shows inscription= with a fixed text, namely 'This bench probably does not not have an inscription' (in the mapcomplete.org theme 'Wayside shrines') Picking this answer will delete the key inscription. (This is only shown if amenity=bench)",
+ "value": ""
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic=memorial with a fixed text, namely 'This bench is a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork) & amenity=bench)",
+ "value": "memorial"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') Picking this answer will delete the key historic. (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork) & amenity=bench)",
+ "value": ""
+ },
+ {
+ "key": "not:historic",
+ "description": "Layer 'Artworks' shows historic= & not:historic=memorial with a fixed text, namely 'This bench is a not a memorial for someone or something' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if (historic=memorial | inscription~.+ | memorial=bench | tourism=artwork) & amenity=bench)",
+ "value": "memorial"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic=wayside_shrine with a fixed text, namely 'This artwork acts as a wayside shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines')",
+ "value": "wayside_shrine"
+ },
+ {
+ "key": "historic",
+ "description": "Layer 'Artworks' shows historic= with a fixed text, namely 'This artwork does not act as a wayside shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') Picking this answer will delete the key historic.",
+ "value": ""
+ },
+ {
+ "key": "name",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)"
+ },
+ {
+ "key": "noname",
+ "description": "Layer 'Artworks' shows noname=yes with a fixed text, namely 'This shrine does not have a name' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "yes"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'religion' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=christian with a fixed text, namely 'This is a Christian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "christian"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=buddhist with a fixed text, namely 'This is a Buddhist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "buddhist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=hindu with a fixed text, namely 'This is a Hindu shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "hindu"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=jain with a fixed text, namely 'This is a Jain shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "jain"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=jewish with a fixed text, namely 'This is a Jewish shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "jewish"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=muslim with a fixed text, namely 'This is an Islamic shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "muslim"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=pagan with a fixed text, namely 'This is a Pagan shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "pagan"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=shinto with a fixed text, namely 'This is a Shinto shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "shinto"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=sikh with a fixed text, namely 'This is a Sikh shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "sikh"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=taoist with a fixed text, namely 'This is a Taoist shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "taoist"
+ },
+ {
+ "key": "religion",
+ "description": "Layer 'Artworks' shows religion=zoroastrian with a fixed text, namely 'This is a Zoroastrian shrine' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if historic=wayside_shrine)",
+ "value": "zoroastrian"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=catholic with a fixed text, namely 'The religious subdenomination is Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=roman_catholic with a fixed text, namely 'The religious subdenomination is Roman Catholic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "roman_catholic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=greek_orthodox with a fixed text, namely 'The religious subdenomination is Greek-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "greek_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=russian_orthodox with a fixed text, namely 'The religious subdenomination is Russian-Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "russian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=serbian_orthodox with a fixed text, namely 'The religious subdenomination is Serbian Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "serbian_orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=protestant with a fixed text, namely 'The religious subdenomination is Protestant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "protestant"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=anglican with a fixed text, namely 'The religious subdenomination is Anglican' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "anglican"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=adventist with a fixed text, namely 'The religious subdenomination is Adventist' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "adventist"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=evangelical with a fixed text, namely 'The religious subdenomination is evangelical' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=christian & historic=wayside_shrine)",
+ "value": "evangelical"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=muslim & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=shia with a fixed text, namely 'The religious subdenomination is Shia' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "shia"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=sunni with a fixed text, namely 'The religious subdenomination is Sunni' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "sunni"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=sufi with a fixed text, namely 'The religious subdenomination is Sufi' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=muslim & historic=wayside_shrine)",
+ "value": "sufi"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish & historic=wayside_shrine)"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=conservative with a fixed text, namely 'The religious subdenomination is Conservative' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "conservative"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=orthodox with a fixed text, namely 'The religious subdenomination is Orthodox' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "orthodox"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=hasidic with a fixed text, namely 'The religious subdenomination is Hasidic' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "hasidic"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows denomination=reform with a fixed text, namely 'The religious subdenomination is Reform' and allows to pick this as a default answer (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion=jewish & historic=wayside_shrine)",
+ "value": "reform"
+ },
+ {
+ "key": "denomination",
+ "description": "Layer 'Artworks' shows and asks freeform values for key 'denomination' (in the mapcomplete.org theme 'Wayside shrines') (This is only shown if religion!=christian & religion!=muslim & religion!=jewish & religion~.+ & historic=wayside_shrine)"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Docs/Themes/architecture.md b/Docs/Themes/architecture.md
index 5632e2302..1db572970 100644
--- a/Docs/Themes/architecture.md
+++ b/Docs/Themes/architecture.md
@@ -16,6 +16,8 @@ Available languages:
- en
- de
- zh_Hant
+ - cs
+ - uk
# Table of contents
diff --git a/Docs/Themes/cyclofix.md b/Docs/Themes/cyclofix.md
index 18f2e146f..3f43b6675 100644
--- a/Docs/Themes/cyclofix.md
+++ b/Docs/Themes/cyclofix.md
@@ -2133,21 +2133,21 @@ This tagrendering has labels
### charge_bicycle_tube
The question is `How much does a a bicycle tube cost?`
-*a bicycle tube costs {charge:bicycle_tube}* is shown if `charge` is set
+*a bicycle tube costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
### charge_bicycle_light
The question is `How much does a bicycle light cost?`
-*bicycle light costs {charge:bicycle_light}* is shown if `charge` is set
+*bicycle light costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_light.*)$
### charge_condom
The question is `How much does a a condom cost?`
-*a condom costs {charge:condom}* is shown if `charge` is set
+*a condom costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$
diff --git a/Docs/Themes/ghostsigns.md b/Docs/Themes/ghostsigns.md
index 0caac1677..7a31649d4 100644
--- a/Docs/Themes/ghostsigns.md
+++ b/Docs/Themes/ghostsigns.md
@@ -67,6 +67,13 @@ Available languages:
+ [bench-survey:date](#bench-surveydate)
+ [bench-inscription](#bench-inscription)
+ [bench-memorial](#bench-memorial)
+ + [doubles_as_wayside_shrine](#doubles_as_wayside_shrine)
+ + [shrine_name](#shrine_name)
+ + [religion](#religion)
+ + [denomination_christian](#denomination_christian)
+ + [denomination_muslim](#denomination_muslim)
+ + [denomination_jewish](#denomination_jewish)
+ + [denomination_other](#denomination_other)
+ [leftover-questions](#leftover-questions)
+ [move-button](#move-button)
+ [delete-button](#delete-button)
@@ -259,6 +266,13 @@ Elements must match **all** of the following expressions:
| [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
| [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
| [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
+| [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [wayside_shrine](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dwayside_shrine) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
+| [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
+| [religion](https://wiki.openstreetmap.org/wiki/Key:religion) | [string](../SpecialInputElements.md#string) | [christian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dchristian) [buddhist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dbuddhist) [hindu](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dhindu) [jain](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djain) [jewish](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djewish) [muslim](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dmuslim) [pagan](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dpagan) [shinto](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dshinto) [sikh](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dsikh) [taoist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dtaoist) [zoroastrian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dzoroastrian) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dcatholic) [roman_catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Droman_catholic) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [greek_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dgreek_orthodox) [russian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Drussian_orthodox) [serbian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dserbian_orthodox) [protestant](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dprotestant) [anglican](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Danglican) [adventist](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dadventist) [evangelical](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Devangelical) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [shia](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dshia) [sunni](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsunni) [sufi](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsufi) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [conservative](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dconservative) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [hasidic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dhasidic) [reform](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dreform) |
+| [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | |
### historic_or_not
@@ -339,7 +353,7 @@ This tagrendering has labels
The question is `Does this artwork serve as a memorial?`
- - *This artwork also serves as a memorial* is shown if with historic=memorial
+ - *This artwork also serves as a memorial* is shown if with historic=memorial
- *This artwork does not serve as a memorial* is shown if with historic=
### memorial-type
@@ -382,7 +396,7 @@ This tagrendering has labels
The question is `Does this artwork serve as a bench?`
- - *This artwork also serves as a bench* is shown if with amenity=bench
+ - *This artwork also serves as a bench* is shown if with amenity=bench
- *This artwork does not serve as a bench* is shown if with amenity=
- *This artwork does not serve as a bench* is shown if with amenity!=bench. _This option cannot be chosen as answer_
@@ -497,6 +511,101 @@ This tagrendering is only visible in the popup if the following condition is met
This tagrendering has labels
`bench-questions`
+### doubles_as_wayside_shrine
+
+The question is `Does this artwork also double as wayside shrine?`
+
+ - *This artwork acts as a wayside shrine* is shown if with historic=wayside_shrine
+ - *This artwork does not act as a wayside shrine* is shown if with historic=
+
+### shrine_name
+
+The question is `What's the name of this shrine?`
+*The name of this shrine is {name}* is shown if `name` is set
+
+ - *This shrine does not have a name* is shown if with noname=yes
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine
+This tagrendering has labels
+`shrine_questions`
+
+### religion
+
+The question is `To which religion is this shrine dedicated?`
+*This shrine is {religion}* is shown if `religion` is set
+
+ - *This is a Christian shrine* is shown if with religion=christian
+ - *This is a Buddhist shrine* is shown if with religion=buddhist
+ - *This is a Hindu shrine* is shown if with religion=hindu
+ - *This is a Jain shrine* is shown if with religion=jain
+ - *This is a Jewish shrine* is shown if with religion=jewish
+ - *This is an Islamic shrine* is shown if with religion=muslim
+ - *This is a Pagan shrine* is shown if with religion=pagan
+ - *This is a Shinto shrine* is shown if with religion=shinto
+ - *This is a Sikh shrine* is shown if with religion=sikh
+ - *This is a Taoist shrine* is shown if with religion=taoist
+ - *This is a Zoroastrian shrine* is shown if with religion=zoroastrian
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_christian
+
+The question is `What's the Christian denomination of the shrine?`
+*The religious denomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Catholic* is shown if with denomination=catholic
+ - *The religious subdenomination is Roman Catholic* is shown if with denomination=roman_catholic
+ - *The religious subdenomination is Orthodox* is shown if with denomination=orthodox
+ - *The religious subdenomination is Greek-Orthodox* is shown if with denomination=greek_orthodox
+ - *The religious subdenomination is Russian-Orthodox* is shown if with denomination=russian_orthodox
+ - *The religious subdenomination is Serbian Orthodox* is shown if with denomination=serbian_orthodox
+ - *The religious subdenomination is Protestant* is shown if with denomination=protestant
+ - *The religious subdenomination is Anglican* is shown if with denomination=anglican
+ - *The religious subdenomination is Adventist* is shown if with denomination=adventist
+ - *The religious subdenomination is evangelical* is shown if with denomination=evangelical
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion=christian
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_muslim
+
+The question is `What's the Muslim denomination of this shrine?`
+*The religious subdenomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Shia* is shown if with denomination=shia
+ - *The religious subdenomination is Sunni* is shown if with denomination=sunni
+ - *The religious subdenomination is Sufi* is shown if with denomination=sufi
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion=muslim
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_jewish
+
+The question is `What's the Jewish denomination of this shrine?`
+*The religious subdenomination is {denomination}* is shown if `denomination` is set
+
+ - *The religious subdenomination is Conservative* is shown if with denomination=conservative
+ - *The religious subdenomination is Orthodox* is shown if with denomination=orthodox
+ - *The religious subdenomination is Hasidic* is shown if with denomination=hasidic
+ - *The religious subdenomination is Reform* is shown if with denomination=reform
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion=jewish
+This tagrendering has labels
+`shrine_questions`
+
+### denomination_other
+
+The question is `What's the denomination of this shrine?`
+*The denomination of this shrine is {denomination}* is shown if `denomination` is set
+
+This tagrendering is only visible in the popup if the following condition is met: historic=wayside_shrine & religion!=christian & religion!=muslim & religion!=jewish & religion~.+
+This tagrendering has labels
+`shrine_questions`
+
### leftover-questions
_This tagrendering has no question and is thus read-only_
diff --git a/Docs/Themes/openlovemap.md b/Docs/Themes/openlovemap.md
index 6dbc31c13..a6f68a1a2 100644
--- a/Docs/Themes/openlovemap.md
+++ b/Docs/Themes/openlovemap.md
@@ -1250,21 +1250,21 @@ This tagrendering has labels
### charge_bicycle_tube
The question is `How much does a a bicycle tube cost?`
-*a bicycle tube costs {charge:bicycle_tube}* is shown if `charge` is set
+*a bicycle tube costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
### charge_bicycle_light
The question is `How much does a bicycle light cost?`
-*bicycle light costs {charge:bicycle_light}* is shown if `charge` is set
+*bicycle light costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_light.*)$
### charge_condom
The question is `How much does a a condom cost?`
-*a condom costs {charge:condom}* is shown if `charge` is set
+*a condom costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$
diff --git a/Docs/Themes/personal.md b/Docs/Themes/personal.md
index e47de79a7..072df8b90 100644
--- a/Docs/Themes/personal.md
+++ b/Docs/Themes/personal.md
@@ -146,6 +146,7 @@ This theme contains the following layers:
- [walls_and_buildings](../Layers/walls_and_buildings.md)
- [waste_basket](../Layers/waste_basket.md)
- [waste_disposal](../Layers/waste_disposal.md)
+ - [wayside_shrine](../Layers/wayside_shrine.md)
- [windturbine](../Layers/windturbine.md)
Available languages:
diff --git a/Docs/Themes/scouting.md b/Docs/Themes/scouting.md
index 4ca2a44b6..f9707dfaf 100644
--- a/Docs/Themes/scouting.md
+++ b/Docs/Themes/scouting.md
@@ -19,6 +19,7 @@ Available languages:
- en
- de
- uk
+ - cs
# Table of contents
@@ -104,12 +105,12 @@ No themes use this layer
## Basic tags for this layer
-Elements must match **all** of the following expressions:
+Elements must match **any** of the following expressions:
-0. tourism=camp_site
-1. group_only=yes | scout=yes
+ - leisure=summer_camp
+ - tourism=camp_site & (group=yes | group_only=yes | scout=yes | scout=only) & group!=no & scout!=no
-[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22group_only%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22scout%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22leisure%22%3D%22summer_camp%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22group%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22group_only%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22scout%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22camp_site%22%5D%5B%22scout%22%3D%22only%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## Supported attributes
@@ -267,9 +268,11 @@ The following options to create new points are included:
Elements must match **all** of the following expressions:
0. tourism=hostel
-1. group_only=yes | scout=yes
+1. group=yes | group_only=yes | scout=yes | scout=only
+2. group!=no
+3. scout!=no
-[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22group_only%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22scout%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22group%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22group_only%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22scout%22%3D%22yes%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22hostel%22%5D%5B%22scout%22%3D%22only%22%5D%5B%22group%22!%3D%22no%22%5D%5B%22scout%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
## Supported attributes
diff --git a/Docs/Themes/velopark.md b/Docs/Themes/velopark.md
index 1fb197ec8..157c8452c 100644
--- a/Docs/Themes/velopark.md
+++ b/Docs/Themes/velopark.md
@@ -135,7 +135,7 @@ This tagrendering is only visible in the popup if the following condition is met
### login
_This tagrendering has no question and is thus read-only_
-*{login_button()}*
+*{login_button(,)}*
### is_linked
diff --git a/Docs/Themes/vending_machine.md b/Docs/Themes/vending_machine.md
index 9c202d783..83f0ffd56 100644
--- a/Docs/Themes/vending_machine.md
+++ b/Docs/Themes/vending_machine.md
@@ -276,21 +276,21 @@ This tagrendering has labels
### charge_bicycle_tube
The question is `How much does a a bicycle tube cost?`
-*a bicycle tube costs {charge:bicycle_tube}* is shown if `charge` is set
+*a bicycle tube costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
### charge_bicycle_light
The question is `How much does a bicycle light cost?`
-*bicycle light costs {charge:bicycle_light}* is shown if `charge` is set
+*bicycle light costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_light.*)$
### charge_condom
The question is `How much does a a condom cost?`
-*a condom costs {charge:condom}* is shown if `charge` is set
+*a condom costs {charge}* is shown if `charge` is set
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$
diff --git a/Docs/Themes/wayside_shrines.md b/Docs/Themes/wayside_shrines.md
new file mode 100644
index 000000000..4ff97c765
--- /dev/null
+++ b/Docs/Themes/wayside_shrines.md
@@ -0,0 +1,23 @@
+[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
+
+## Wayside shrines ( [wayside_shrines](https://mapcomplete.org/wayside_shrines) )
+_This document details some technical information about this MapComplete theme, mostly about the attributes used in the theme. Various links point toward more information about the attributes, e.g. to the OpenStreetMap-wiki, to TagInfo or tools creating statistics_
+The theme introduction reads:
+
+> This map shows shrines found on the side of roads and paths, and allows adding new ones
+
+This theme contains the following layers:
+
+ - [wayside_shrine](../Layers/wayside_shrine.md)
+ - [artwork](../Layers/artwork.md)
+ - [walls_and_buildings](../Layers/walls_and_buildings.md)
+
+Available languages:
+
+ - en
+
+# Layers defined in this theme configuration file
+These layers can not be reused in different themes.
+
+
+This document is autogenerated from [assets/themes/wayside_shrines/wayside_shrines.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/wayside_shrines/wayside_shrines.json)
diff --git a/Docs/wikiIndex.txt b/Docs/wikiIndex.txt
index e9b8edddf..4c425f896 100644
--- a/Docs/wikiIndex.txt
+++ b/Docs/wikiIndex.txt
@@ -193,7 +193,7 @@
{{service_item
|name= [https://mapcomplete.org/architecture architecture]
|region= Worldwide
-|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:zh_Hant|en}}
+|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:zh_Hant|en}}, {{#language:cs|en}}, {{#language:uk|en}}
|descr= A MapComplete theme: A map showing the archetectural style of buildings
|material= {{yes|[https://mapcomplete.org/ Yes]}}
|image= MapComplete_Screenshot.png
@@ -591,7 +591,7 @@ The position of a signpost can be used by a hiker/biker/rider/s…
{{service_item
|name= [https://mapcomplete.org/scouting scouting]
|region= Worldwide
-|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:uk|en}}
+|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:uk|en}}, {{#language:cs|en}}
|descr= A MapComplete theme: A scouting group is a social youth movement with a heavy emphasis on the outdoors
|material= {{yes|[https://mapcomplete.org/ Yes]}}
|image= MapComplete_Screenshot.png
@@ -651,4 +651,13 @@ The position of a signpost can be used by a hiker/biker/rider/s…
|image= MapComplete_Screenshot.png
|genre= POI, editor, waste_basket
}}
+{{service_item
+|name= [https://mapcomplete.org/wayside_shrines wayside_shrines]
+|region= Worldwide
+|lang= {{#language:en|en}}
+|descr= A MapComplete theme: This map shows shrines found on the side of roads and paths, and allows adding new ones
+|material= {{yes|[https://mapcomplete.org/ Yes]}}
+|image= MapComplete_Screenshot.png
+|genre= POI, editor, wayside_shrines
+}}
|}
\ No newline at end of file
diff --git a/assets/layers/address/address.json b/assets/layers/address/address.json
index 93b4d32bf..fbb73152a 100644
--- a/assets/layers/address/address.json
+++ b/assets/layers/address/address.json
@@ -173,7 +173,8 @@
"en": "{addr:street} {addr:housenumber} {addr:unit}",
"ca": "{addr:street} {addr:housenumber} {addr:unit}",
"de": "{addr:street} {addr:housenumber} {addr:unit}",
- "cs": "{addr:street} {addr:housenumber} {addr:unit}"
+ "cs": "{addr:street} {addr:housenumber} {addr:unit}",
+ "zh_Hant": "{addr:street} {addr:housenumber} {addr:unit}"
},
"mappings": [
{
@@ -190,7 +191,8 @@
"ca": "No es coneix cap adreça",
"de": "Adresse unbekannt",
"cs": "Není známa žádná adresa",
- "uk": "Адреса не відома"
+ "uk": "Адреса не відома",
+ "zh_Hant": "未知的地址"
}
}
]
@@ -345,7 +347,8 @@
"en": "Do not include the house number",
"ca": "No incloguis el número de casa",
"de": "Gib die Hausnummer nicht an",
- "cs": "Nezahrnovat číslo domu"
+ "cs": "Nezahrnovat číslo domu",
+ "zh_Hant": "不要包含門牌號碼"
},
"freeform": {
"inline": false,
@@ -368,14 +371,16 @@
"nl": "Wat is het busnummer?",
"ca": "Quin és el número o la lletra de la unitat?",
"de": "Wie lautet die Nummer oder der Buchstabe der Einheit?",
- "cs": "Co je číslo nebo písmeno jednotky?"
+ "cs": "Co je číslo nebo písmeno jednotky?",
+ "zh_Hant": "這邊的單位號碼或是字母是什麼?"
},
"render": {
"en": "The unit number is {addr:unit}",
"nl": "De bus is {addr:unit}",
"ca": "El número d'unitat és {addr:unit}",
"de": "Die Nummer der Einheit lautet {addr:unit}",
- "cs": "Číslo jednotky je {addr:unit}"
+ "cs": "Číslo jednotky je {addr:unit}",
+ "zh_Hant": "單位號碼是{addr:unit}"
},
"freeform": {
"key": "addr:unit"
@@ -388,7 +393,8 @@
"nl": "Geen apart busnummer of letter",
"ca": "No hi ha número d'unitat",
"de": "Keine Einheitennummer",
- "cs": "Žádné číslo jednotky"
+ "cs": "Žádné číslo jednotky",
+ "zh_Hant": "沒有單位號碼"
}
}
]
diff --git a/assets/layers/advertising/advertising.json b/assets/layers/advertising/advertising.json
index 50aa8ea2c..93b1380e5 100644
--- a/assets/layers/advertising/advertising.json
+++ b/assets/layers/advertising/advertising.json
@@ -33,7 +33,8 @@
"it": "Completeremo i dati da caratteristiche pubblicitarie, con referenza, operatore e illuminazione",
"fr": "Nous allons compléter les information sur la publicité avec la référence, l'opérateur et l'éclairage",
"uk": "Ми доповнимо дані з рекламних об'єктів посиланням, оператором та освітленням",
- "nl": "We vullen de informatie over de advertentie aan met de referentie, de operator en de verlichting"
+ "nl": "We vullen de informatie over de advertentie aan met de referentie, de operator en de verlichting",
+ "zh_Hant": "我們會從廣告功能的參數、營運者以及亮燈來完成資料"
},
"source": {
"osmTags": {
diff --git a/assets/layers/ice_cream/ice_cream.svg b/assets/layers/ice_cream/ice_cream.svg
index f40ca6c48..5cd349812 100644
--- a/assets/layers/ice_cream/ice_cream.svg
+++ b/assets/layers/ice_cream/ice_cream.svg
@@ -1,40 +1,61 @@
-
-
-
-
+
+
+
+
diff --git a/assets/layers/item_with_image/camera.svg b/assets/layers/item_with_image/camera.svg
index a29853276..5dae59d81 100644
--- a/assets/layers/item_with_image/camera.svg
+++ b/assets/layers/item_with_image/camera.svg
@@ -1,64 +1,316 @@
-