forked from MapComplete/MapComplete
		
	Merge branch 'develop' into feature/eslint
This commit is contained in:
		
						commit
						a93ca09ade
					
				
					 195 changed files with 11434 additions and 936 deletions
				
			
		| 
						 | 
					@ -10,6 +10,10 @@ runs:
 | 
				
			||||||
        cache: "npm"
 | 
					        cache: "npm"
 | 
				
			||||||
        cache-dependency-path: package-lock.json
 | 
					        cache-dependency-path: package-lock.json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - name: print actor
 | 
				
			||||||
 | 
					      shell: bash
 | 
				
			||||||
 | 
					      run: echo ${{ github.actor }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: install deps
 | 
					    - name: install deps
 | 
				
			||||||
      run: npm ci
 | 
					      run: npm ci
 | 
				
			||||||
      shell: bash
 | 
					      shell: bash
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										6
									
								
								.github/workflows/codeql-analysis.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/codeql-analysis.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -37,7 +37,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # Initializes the CodeQL tools for scanning.
 | 
					      # Initializes the CodeQL tools for scanning.
 | 
				
			||||||
      - name: Initialize CodeQL
 | 
					      - name: Initialize CodeQL
 | 
				
			||||||
        uses: github/codeql-action/init@v1
 | 
					        uses: github/codeql-action/init@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          languages: ${{ matrix.language }}
 | 
					          languages: ${{ matrix.language }}
 | 
				
			||||||
          # If you wish to specify custom queries, you can do so here or in a config file.
 | 
					          # If you wish to specify custom queries, you can do so here or in a config file.
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,7 @@ jobs:
 | 
				
			||||||
      # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 | 
					      # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
 | 
				
			||||||
      # If this step fails, then you should remove it and run the build manually (see below)
 | 
					      # If this step fails, then you should remove it and run the build manually (see below)
 | 
				
			||||||
      - name: Autobuild
 | 
					      - name: Autobuild
 | 
				
			||||||
        uses: github/codeql-action/autobuild@v1
 | 
					        uses: github/codeql-action/autobuild@v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # ℹ️ Command-line programs to run using the OS shell.
 | 
					      # ℹ️ Command-line programs to run using the OS shell.
 | 
				
			||||||
      # 📚 https://git.io/JvXDl
 | 
					      # 📚 https://git.io/JvXDl
 | 
				
			||||||
| 
						 | 
					@ -62,4 +62,4 @@ jobs:
 | 
				
			||||||
      #   make release
 | 
					      #   make release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Perform CodeQL Analysis
 | 
					      - name: Perform CodeQL Analysis
 | 
				
			||||||
        uses: github/codeql-action/analyze@v1
 | 
					        uses: github/codeql-action/analyze@v2
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										4
									
								
								.github/workflows/deploy_pietervdvn.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/deploy_pietervdvn.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -13,6 +13,10 @@ jobs:
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: print actor
 | 
				
			||||||
 | 
					        shell: bash
 | 
				
			||||||
 | 
					        run: echo ${{ github.actor }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Set up Node.js
 | 
					      - name: Set up Node.js
 | 
				
			||||||
        uses: actions/setup-node@v3
 | 
					        uses: actions/setup-node@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -226,6 +226,8 @@
 | 
				
			||||||
  - kindergarten_childcare
 | 
					  - kindergarten_childcare
 | 
				
			||||||
  - pharmacy
 | 
					  - pharmacy
 | 
				
			||||||
  - postoffices
 | 
					  - postoffices
 | 
				
			||||||
 | 
					  - questions
 | 
				
			||||||
 | 
					  - questions
 | 
				
			||||||
  - shops
 | 
					  - shops
 | 
				
			||||||
  - shower
 | 
					  - shower
 | 
				
			||||||
  - sports_centre
 | 
					  - sports_centre
 | 
				
			||||||
| 
						 | 
					@ -380,6 +382,8 @@
 | 
				
			||||||
  - climbing_gym
 | 
					  - climbing_gym
 | 
				
			||||||
  - food
 | 
					  - food
 | 
				
			||||||
  - observation_tower
 | 
					  - observation_tower
 | 
				
			||||||
 | 
					  - questions
 | 
				
			||||||
 | 
					  - questions
 | 
				
			||||||
  - shops
 | 
					  - shops
 | 
				
			||||||
  - ticket_validator
 | 
					  - ticket_validator
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -432,6 +436,7 @@
 | 
				
			||||||
  - hackerspace
 | 
					  - hackerspace
 | 
				
			||||||
  - parking
 | 
					  - parking
 | 
				
			||||||
  - picnic_table
 | 
					  - picnic_table
 | 
				
			||||||
 | 
					  - questions
 | 
				
			||||||
  - railway_platforms
 | 
					  - railway_platforms
 | 
				
			||||||
  - reception_desk
 | 
					  - reception_desk
 | 
				
			||||||
  - shops
 | 
					  - shops
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,15 +1,22 @@
 | 
				
			||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
 | 
					[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 Builtin questions 
 | 
					 questions 
 | 
				
			||||||
===================
 | 
					===========
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Special library layer which does not need a '.questions'-prefix before being imported
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The following items can be easily reused in your layers
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Table of contents
 | 
					## Table of contents
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. [Builtin questions](#builtin-questions)
 | 
					1. [questions](#questions)
 | 
				
			||||||
 | 
					  - [Basic tags for this layer](#basic-tags-for-this-layer)
 | 
				
			||||||
 | 
					  - [Supported attributes](#supported-attributes)
 | 
				
			||||||
    + [questions](#questions)
 | 
					    + [questions](#questions)
 | 
				
			||||||
    + [images](#images)
 | 
					    + [images](#images)
 | 
				
			||||||
    + [mapillary](#mapillary)
 | 
					    + [mapillary](#mapillary)
 | 
				
			||||||
| 
						 | 
					@ -34,6 +41,7 @@ The following items can be easily reused in your layers
 | 
				
			||||||
    + [payment-options-advanced](#payment-options-advanced)
 | 
					    + [payment-options-advanced](#payment-options-advanced)
 | 
				
			||||||
    + [denominations-coins](#denominations-coins)
 | 
					    + [denominations-coins](#denominations-coins)
 | 
				
			||||||
    + [denominations-notes](#denominations-notes)
 | 
					    + [denominations-notes](#denominations-notes)
 | 
				
			||||||
 | 
					    + [last_edit](#last_edit)
 | 
				
			||||||
    + [all_tags](#all_tags)
 | 
					    + [all_tags](#all_tags)
 | 
				
			||||||
    + [just_created](#just_created)
 | 
					    + [just_created](#just_created)
 | 
				
			||||||
    + [multilevels](#multilevels)
 | 
					    + [multilevels](#multilevels)
 | 
				
			||||||
| 
						 | 
					@ -49,13 +57,76 @@ The following items can be easily reused in your layers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - This layer is shown at zoomlevel **0** and higher
 | 
				
			||||||
 | 
					  - Elements don't have a title set and cannot be toggled nor will they show up in the dashboard. If you import this layer in your theme, override `title` to make this toggleable.
 | 
				
			||||||
 | 
					  - 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`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Basic tags for this layer 
 | 
				
			||||||
 | 
					---------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Elements must have the all of following tags to be shown on this layer:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Supported attributes 
 | 
				
			||||||
 | 
					----------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Warning: 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					this quick overview is incomplete
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					attribute | type | values which are supported by this layer
 | 
				
			||||||
 | 
					----------- | ------ | ------------------------------------------
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/wikidata#values) [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/dog#values) [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/description#values) [description](https://wiki.openstreetmap.org/wiki/Key:description) | [string](../SpecialInputElements.md#string) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | ["by appointment"](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment")
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:electricity#values) [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/payment:coins:denominations#values) [payment:coins:denominations](https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations) | Multiple choice | [0.01 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.01 EUR) [0.02 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.02 EUR) [0.05 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 EUR) [0.10 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 EUR) [0.20 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 EUR) [0.50 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 EUR) [1 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 EUR) [2 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 EUR)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/payment:notes:denominations#values) [payment:notes:denominations](https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations) | Multiple choice | [5 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D5 EUR) [10 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D10 EUR) [20 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D20 EUR) [50 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D50 EUR) [100 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D100 EUR) [200 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D200 EUR) [500 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D500 EUR)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/level#values) [level](https://wiki.openstreetmap.org/wiki/Key:level) | [string](../SpecialInputElements.md#string) | [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)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/level#values) [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)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/smoking#values) [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/hearing_loop#values) [hearing_loop](https://wiki.openstreetmap.org/wiki/Key:hearing_loop) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access#values) [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access:fee#values) [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access:ssid#values) [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### questions 
 | 
					### questions 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{questions()}
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Read-only tagrendering*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -63,9 +134,11 @@ The following items can be easily reused in your layers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{image_carousel()}{image_upload()}
 | 
					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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Read-only tagrendering*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -73,9 +146,11 @@ The following items can be easily reused in your layers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{mapillary()}
 | 
					Shows a button to open Mapillary on this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Read-only tagrendering*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -83,9 +158,11 @@ The following items can be easily reused in your layers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{export_as_gpx()}
 | 
					Shows a button to export this feature as GPX. Especially useful for route relations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Read-only tagrendering*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -93,9 +170,11 @@ The following items can be easily reused in your layers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{export_as_geojson()}
 | 
					Shows a button to export this feature as geojson. Especially useful for debugging or using this in other programs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Read-only tagrendering*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -103,14 +182,22 @@ The following items can be easily reused in your layers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{wikipedia():max-height:25rem}
 | 
					Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What is the corresponding Wikidata entity?
 | 
					The question is  *What is the corresponding Wikidata entity?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{wikipedia():max-height:25rem}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - {wikipedia():max-height:25rem}
 | 
					
 | 
				
			||||||
  - No Wikipedia page has been linked yet
 | 
					
 | 
				
			||||||
 | 
					  - *{wikipedia():max-height:25rem}*  corresponds with  `wikipedia~.+`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					  - *No Wikipedia page has been linked yet*  corresponds with  ``
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -119,9 +206,11 @@ What is the corresponding Wikidata entity?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{reviews()}
 | 
					Shows the reviews module (including the possibility to leave a review)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Read-only tagrendering*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -129,9 +218,11 @@ What is the corresponding Wikidata entity?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{minimap(18, id): width:100%; height:8rem; border-radius:2rem; overflow: hidden; pointer-events: none;}
 | 
					Shows a small map with the feature. Added by default to every popup
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Read-only tagrendering*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -139,28 +230,35 @@ What is the corresponding Wikidata entity?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<a href='tel:{phone}'>{phone}</a>
 | 
					The question is  *What is the phone number of {title()}?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What is the phone number of {title()}?
 | 
					This rendering asks information about the property  [phone](https://wiki.openstreetmap.org/wiki/Key:phone) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `<a href='tel:{phone}'>{phone}</a>`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - <a href='tel:{contact:phone}'>{contact:phone}</a>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *<a href='tel:{contact:phone}'>{contact:phone}</a>*  corresponds with  `contact:phone~.+`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `contact`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### osmlink 
 | 
					### osmlink 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<a href='https://openstreetmap.org/{id}' target='_blank'><img src='./assets/svg/osm-logo-us.svg'/></a>
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					 | 
				
			||||||
*Read-only tagrendering*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - <span class='alert'>Uploading...</alert>
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *<span class='alert'>Uploading...</alert>*  corresponds with  `id~^(=-)$`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -169,44 +267,60 @@ What is the phone number of {title()}?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<a href='mailto:{email}' target='_blank'>{email}</a>
 | 
					The question is  *What is the email address of {title()}?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What is the email address of {title()}?
 | 
					This rendering asks information about the property  [email](https://wiki.openstreetmap.org/wiki/Key:email) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `<a href='mailto:{email}' target='_blank'>{email}</a>`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>*  corresponds with  `contact:email~.+`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `contact`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### website 
 | 
					### website 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>
 | 
					The question is  *What is the website of {title()}?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What is the website of {title()}?
 | 
					This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - <a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>*  corresponds with  `contact:website~.+`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `contact`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### wheelchair-access 
 | 
					### wheelchair-access 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Is this place accessible with a wheelchair?
 | 
					The question is  *Is this place accessible with a wheelchair?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - This place is specially adapted for wheelchair users
 | 
					
 | 
				
			||||||
  - This place is easily reachable with a wheelchair
 | 
					
 | 
				
			||||||
  - It is possible to reach this place in a wheelchair, but it is not easy
 | 
					  - *This place is specially adapted for wheelchair users*  corresponds with  `wheelchair=designated`
 | 
				
			||||||
  - This place is not reachable with a wheelchair
 | 
					  - *This place is easily reachable with a wheelchair*  corresponds with  `wheelchair=yes`
 | 
				
			||||||
 | 
					  - *It is possible to reach this place in a wheelchair, but it is not easy*  corresponds with  `wheelchair=limited`
 | 
				
			||||||
 | 
					  - *This place is not reachable with a wheelchair*  corresponds with  `wheelchair=no`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -215,14 +329,16 @@ Is this place accessible with a wheelchair?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Are dogs allowed in this business?
 | 
					The question is  *Are dogs allowed in this business?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Dogs are allowed
 | 
					
 | 
				
			||||||
  - Dogs are <b>not</b> allowed
 | 
					
 | 
				
			||||||
  - Dogs are allowed, but they have to be leashed
 | 
					  - *Dogs are allowed*  corresponds with  `dog=yes`
 | 
				
			||||||
  - Dogs are allowed and can run around freely
 | 
					  - *Dogs are <b>not</b> allowed*  corresponds with  `dog=no`
 | 
				
			||||||
 | 
					  - *Dogs are allowed, but they have to be leashed*  corresponds with  `dog=leashed`
 | 
				
			||||||
 | 
					  - *Dogs are allowed and can run around freely*  corresponds with  `dog=unleashed`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -231,9 +347,13 @@ Are dogs allowed in this business?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{description}
 | 
					The question is  *Is there still some relevant info that the previous questions did not cover? Feel free to add it here.*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{description}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Is there still some relevant info that the previous questions did not cover? Feel free to add it here.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -241,9 +361,13 @@ Is there still some relevant info that the previous questions did not cover? Fee
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<h3>Opening hours</h3>{opening_hours_table(opening_hours)}
 | 
					The question is  *What are the opening hours of {title()}?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What are the opening hours of {title()}?
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -251,13 +375,17 @@ What are the opening hours of {title()}?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<h3>Opening hours</h3>{opening_hours_table(opening_hours)}
 | 
					The question is  *What are the opening hours of {title()}?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What are the opening hours of {title()}?
 | 
					This rendering asks information about the property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - 24/7 opened (including holidays)
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *24/7 opened (including holidays)*  corresponds with  `opening_hours=24/7`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -266,14 +394,19 @@ What are the opening hours of {title()}?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<h3>Opening hours</h3>{opening_hours_table(opening_hours)}
 | 
					The question is  *What are the opening hours of {title()}?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What are the opening hours of {title()}?
 | 
					This rendering asks information about the property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Only by appointment
 | 
					
 | 
				
			||||||
  - Only by appointment
 | 
					
 | 
				
			||||||
 | 
					  - *Only by appointment*  corresponds with  `opening_hours="by appointment"`
 | 
				
			||||||
 | 
					  - *Only by appointment*  corresponds with  `opening_hours~^("by appointment"|by appointment)$`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -282,14 +415,16 @@ What are the opening hours of {title()}?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Does this amenity have electrical outlets, available to customers when they are inside?
 | 
					The question is  *Does this amenity have electrical outlets, available to customers when they are inside?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics
 | 
					
 | 
				
			||||||
  - There are a few domestic sockets available to customers seated indoors, where they can charge their electronics
 | 
					
 | 
				
			||||||
  - There are no sockets available indoors to customers, but charging might be possible if the staff is asked
 | 
					  - *There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics*  corresponds with  `service:electricity=yes`
 | 
				
			||||||
  - There are a no domestic sockets available to customers seated indoors
 | 
					  - *There are a few domestic sockets available to customers seated indoors, where they can charge their electronics*  corresponds with  `service:electricity=limited`
 | 
				
			||||||
 | 
					  - *There are no sockets available indoors to customers, but charging might be possible if the staff is asked*  corresponds with  `service:electricity=ask`
 | 
				
			||||||
 | 
					  - *There are a no domestic sockets available to customers seated indoors*  corresponds with  `service:electricity=no`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -298,13 +433,18 @@ Does this amenity have electrical outlets, available to customers when they are
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Which methods of payment are accepted here?
 | 
					The question is  *Which methods of payment are accepted here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Cash is accepted here
 | 
					
 | 
				
			||||||
  - Payment cards are accepted here
 | 
					
 | 
				
			||||||
  - Payment by QR-code is possible here
 | 
					  - *Cash is accepted here*  corresponds with  `payment:cash=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					  - *Payment cards are accepted here*  corresponds with  `payment:cards=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					  - *Payment by QR-code is possible here*  corresponds with  `payment:qr_code=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -313,17 +453,28 @@ Which methods of payment are accepted here?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Which methods of payment are accepted here?
 | 
					The question is  *Which methods of payment are accepted here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Cash is accepted here
 | 
					
 | 
				
			||||||
  - Payment cards are accepted here
 | 
					
 | 
				
			||||||
  - Payment by QR-code is possible here
 | 
					  - *Cash is accepted here*  corresponds with  `payment:cash=yes`
 | 
				
			||||||
  - Coins are accepted here
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
  - Bank notes are accepted here
 | 
					  - Unselecting this answer will add 
 | 
				
			||||||
  - Debit cards are accepted here
 | 
					  - *Payment cards are accepted here*  corresponds with  `payment:cards=yes`
 | 
				
			||||||
  - Credit cards are accepted here
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					  - Unselecting this answer will add 
 | 
				
			||||||
 | 
					  - *Payment by QR-code is possible here*  corresponds with  `payment:qr_code=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					  - *Coins are accepted here*  corresponds with  `payment:coins=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins' target='_blank'>payment:coins</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					  - *Bank notes are accepted here*  corresponds with  `payment:notes=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes' target='_blank'>payment:notes</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					  - *Debit cards are accepted here*  corresponds with  `payment:debit_cards=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards' target='_blank'>payment:debit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					  - *Credit cards are accepted here*  corresponds with  `payment:credit_cards=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -332,15 +483,22 @@ Which methods of payment are accepted here?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Which methods of payment are accepted here?
 | 
					The question is  *Which methods of payment are accepted here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Cash is accepted here
 | 
					
 | 
				
			||||||
  - Payment cards are accepted here
 | 
					
 | 
				
			||||||
  - Payment by QR-code is possible here
 | 
					  - *Cash is accepted here*  corresponds with  `payment:cash=yes`
 | 
				
			||||||
  - Payment is done using a dedicated app
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dno' target='_blank'>no</a>
 | 
				
			||||||
  - Payment is done using a membership card
 | 
					  - *Payment cards are accepted here*  corresponds with  `payment:cards=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					  - *Payment by QR-code is possible here*  corresponds with  `payment:qr_code=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					  - *Payment is done using a dedicated app*  corresponds with  `payment:app=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:app' target='_blank'>payment:app</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:app%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					  - *Payment is done using a membership card*  corresponds with  `payment:membership_card=yes`
 | 
				
			||||||
 | 
					  - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:membership_card' target='_blank'>payment:membership_card</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:membership_card%3Dno' target='_blank'>no</a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -349,48 +507,72 @@ Which methods of payment are accepted here?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What coins can you use to pay here?
 | 
					The question is  *What coins can you use to pay here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - 1 cent coins are accepted
 | 
					 | 
				
			||||||
  - 2 cent coins are accepted
 | 
					 | 
				
			||||||
  - 5 cent coins are accepted
 | 
					 | 
				
			||||||
  - 10 cent coins are accepted
 | 
					 | 
				
			||||||
  - 20 cent coins are accepted
 | 
					 | 
				
			||||||
  - 50 cent coins are accepted
 | 
					 | 
				
			||||||
  - 1 euro coins are accepted
 | 
					 | 
				
			||||||
  - 2 euro coins are accepted
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *1 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.01 EUR`
 | 
				
			||||||
 | 
					  - *2 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.02 EUR`
 | 
				
			||||||
 | 
					  - *5 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.05 EUR`
 | 
				
			||||||
 | 
					  - *10 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.10 EUR`
 | 
				
			||||||
 | 
					  - *20 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.20 EUR`
 | 
				
			||||||
 | 
					  - *50 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.50 EUR`
 | 
				
			||||||
 | 
					  - *1 euro coins are accepted*  corresponds with  `payment:coins:denominations=1 EUR`
 | 
				
			||||||
 | 
					  - *2 euro coins are accepted*  corresponds with  `payment:coins:denominations=2 EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes|payment:cash=yes&_currency=EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### denominations-notes 
 | 
					### denominations-notes 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
what notes can you use to pay here?
 | 
					The question is  *what notes can you use to pay here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - 5 euro notes are accepted
 | 
					 | 
				
			||||||
  - 10 euro notes are accepted
 | 
					 | 
				
			||||||
  - 20 euro notes are accepted
 | 
					 | 
				
			||||||
  - 50 euro notes are accepted
 | 
					 | 
				
			||||||
  - 100 euro notes are accepted
 | 
					 | 
				
			||||||
  - 200 euro notes are accepted
 | 
					 | 
				
			||||||
  - 500 euro notes are accepted
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *5 euro notes are accepted*  corresponds with  `payment:notes:denominations=5 EUR`
 | 
				
			||||||
 | 
					  - *10 euro notes are accepted*  corresponds with  `payment:notes:denominations=10 EUR`
 | 
				
			||||||
 | 
					  - *20 euro notes are accepted*  corresponds with  `payment:notes:denominations=20 EUR`
 | 
				
			||||||
 | 
					  - *50 euro notes are accepted*  corresponds with  `payment:notes:denominations=50 EUR`
 | 
				
			||||||
 | 
					  - *100 euro notes are accepted*  corresponds with  `payment:notes:denominations=100 EUR`
 | 
				
			||||||
 | 
					  - *200 euro notes are accepted*  corresponds with  `payment:notes:denominations=200 EUR`
 | 
				
			||||||
 | 
					  - *500 euro notes are accepted*  corresponds with  `payment:notes:denominations=500 EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes|payment:cash=yes&_currency=EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### last_edit 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Gives some metainfo about the last edit and who did edit it - rendering only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### all_tags 
 | 
					### all_tags 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{all_tags()}
 | 
					Shows a table with all the tags of the feature
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Read-only tagrendering*
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -398,30 +580,42 @@ what notes can you use to pay here?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Read-only tagrendering*
 | 
					This element shows a 'thank you' that the contributor has recently created this element
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - You just created this element! Thanks for sharing this info with the world and helping people worldwide.
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *You just created this element! Thanks for sharing this info with the world and helping people worldwide.*  corresponds with  `id~.+`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### multilevels 
 | 
					### multilevels 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This elevator goes to floors {level}
 | 
					The question is  *What levels does this elevator go to?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What levels does this elevator go to?
 | 
					This rendering asks information about the property  [level](https://wiki.openstreetmap.org/wiki/Key:level) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `This elevator goes to floors {level}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Located underground
 | 
					
 | 
				
			||||||
  - Located on the ground floor
 | 
					
 | 
				
			||||||
  - Located on the ground floor
 | 
					  - *Located underground*  corresponds with  `location=underground`
 | 
				
			||||||
  - Located on the first floor
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
  - Located on the first basement level
 | 
					  - *Located on the ground floor*  corresponds with  `level=0`
 | 
				
			||||||
 | 
					  - *Located on the ground floor*  corresponds with  ``
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					  - *Located on the first floor*  corresponds with  `level=1`
 | 
				
			||||||
 | 
					  - *Located on the first basement level*  corresponds with  `level=-1`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -430,17 +624,23 @@ What levels does this elevator go to?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Located on the {level}th floor
 | 
					The question is  *On what level is this feature located?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
On what level is this feature located?
 | 
					This rendering asks information about the property  [level](https://wiki.openstreetmap.org/wiki/Key:level) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `Located on the {level}th floor`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Located underground
 | 
					
 | 
				
			||||||
  - Located on the ground floor
 | 
					
 | 
				
			||||||
  - Located on the ground floor
 | 
					  - *Located underground*  corresponds with  `location=underground`
 | 
				
			||||||
  - Located on the first floor
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
  - Located on the first basement level
 | 
					  - *Located on the ground floor*  corresponds with  `level=0`
 | 
				
			||||||
 | 
					  - *Located on the ground floor*  corresponds with  ``
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					  - *Located on the first floor*  corresponds with  `level=1`
 | 
				
			||||||
 | 
					  - *Located on the first basement level*  corresponds with  `level=-1`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -449,13 +649,15 @@ On what level is this feature located?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Is smoking allowed at {title()}?
 | 
					The question is  *Is smoking allowed at {title()}?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Smoking is <b>allowed</b>
 | 
					
 | 
				
			||||||
  - Smoking is <b>not allowed</b>
 | 
					
 | 
				
			||||||
  - Smoking is <b>allowed outside</b>.
 | 
					  - *Smoking is <b>allowed</b>*  corresponds with  `smoking=yes`
 | 
				
			||||||
 | 
					  - *Smoking is <b>not allowed</b>*  corresponds with  `smoking=no`
 | 
				
			||||||
 | 
					  - *Smoking is <b>allowed outside</b>.*  corresponds with  `smoking=outside`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -464,12 +666,16 @@ Is smoking allowed at {title()}?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Does this place have an audio induction loop for people with reduced hearing?
 | 
					An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Does this place have an audio induction loop for people with reduced hearing?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - This place has an audio induction loop
 | 
					
 | 
				
			||||||
  - This place <b>does not</b> have an audio induction loop
 | 
					
 | 
				
			||||||
 | 
					  - *This place has an audio induction loop*  corresponds with  `hearing_loop=yes`
 | 
				
			||||||
 | 
					  - *This place <b>does not</b> have an audio induction loop*  corresponds with  `hearing_loop=no`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -478,15 +684,18 @@ Does this place have an audio induction loop for people with reduced hearing?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Does this place offer internet access?
 | 
					The question is  *Does this place offer internet access?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - This place offers wireless internet access
 | 
					
 | 
				
			||||||
  - This place <b>does not</b> offer internet access
 | 
					
 | 
				
			||||||
  - This place offers internet access
 | 
					  - *This place offers wireless internet access*  corresponds with  `internet_access=wlan`
 | 
				
			||||||
  - This place offers internet access via a terminal or computer
 | 
					  - *This place <b>does not</b> offer internet access*  corresponds with  `internet_access=no`
 | 
				
			||||||
  - This place offers wired internet access
 | 
					  - *This place offers internet access*  corresponds with  `internet_access=yes`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					  - *This place offers internet access via a terminal or computer*  corresponds with  `internet_access=terminal`
 | 
				
			||||||
 | 
					  - *This place offers wired internet access*  corresponds with  `internet_access=wired`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -495,44 +704,56 @@ Does this place offer internet access?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Is there a fee for internet access?
 | 
					The question is  *Is there a fee for internet access?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - There is a fee for the internet access at this place
 | 
					 | 
				
			||||||
  - Internet access is free at this place
 | 
					 | 
				
			||||||
  - Internet access is free at this place, for customers only
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *There is a fee for the internet access at this place*  corresponds with  `internet_access:fee=yes`
 | 
				
			||||||
 | 
					  - *Internet access is free at this place*  corresponds with  `internet_access:fee=no`
 | 
				
			||||||
 | 
					  - *Internet access is free at this place, for customers only*  corresponds with  `internet_access:fee=customers`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### internet-ssid 
 | 
					### internet-ssid 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The network name is <b>{internet_access:ssid}</b>
 | 
					The question is  *What is the network name for the wireless internet access?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
What is the network name for the wireless internet access?
 | 
					This rendering asks information about the property  [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `The network name is <b>{internet_access:ssid}</b>`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - Telekom
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *Telekom*  corresponds with  `internet_access:ssid=Telekom`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `internet_access=wlan`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### luminous_or_lit 
 | 
					### luminous_or_lit 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Is this object lit or does it emit light?
 | 
					The question is  *Is this object lit or does it emit light?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - This object both emits light and is lighted by an external light source
 | 
					 | 
				
			||||||
  - This object emits light
 | 
					 | 
				
			||||||
  - This object is lit externally, e.g. by a spotlight or other lights
 | 
					 | 
				
			||||||
  - This object does not emit light and is not lighted by externally
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This document is autogenerated from [Customizations/SharedTagRenderings.ts](https://github.com/pietervdvn/MapComplete/blob/develop/Customizations/SharedTagRenderings.ts), [assets/tagRenderings/questions.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/tagRenderings/questions.json)
 | 
					  - *This object both emits light and is lighted by an external light source*  corresponds with  `lit=yes&luminous=yes`
 | 
				
			||||||
 | 
					  - *This object emits light*  corresponds with  `luminous=yes`
 | 
				
			||||||
 | 
					  - *This object is lit externally, e.g. by a spotlight or other lights*  corresponds with  `lit=yes`
 | 
				
			||||||
 | 
					  - *This object does not emit light and is not lighted by externally*  corresponds with  `lit=no&luminous=no`
 | 
				
			||||||
 | 
					 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This document is autogenerated from [assets/layers/questions/questions.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/questions/questions.json)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -26,6 +26,7 @@
 | 
				
			||||||
    + [_level](#_level)
 | 
					    + [_level](#_level)
 | 
				
			||||||
    + [_referencing_ways](#_referencing_ways)
 | 
					    + [_referencing_ways](#_referencing_ways)
 | 
				
			||||||
    + [_last_edit:passed_time](#_last_editpassed_time)
 | 
					    + [_last_edit:passed_time](#_last_editpassed_time)
 | 
				
			||||||
 | 
					    + [_currency](#_currency)
 | 
				
			||||||
    + [distanceTo](#distanceto)
 | 
					    + [distanceTo](#distanceto)
 | 
				
			||||||
    + [overlapWith](#overlapwith)
 | 
					    + [overlapWith](#overlapwith)
 | 
				
			||||||
    + [enclosingFeatures](#enclosingfeatures)
 | 
					    + [enclosingFeatures](#enclosingfeatures)
 | 
				
			||||||
| 
						 | 
					@ -223,6 +224,16 @@ This is a lazy metatag and is only calculated when needed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### _currency 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Adds the currency valid for the object, based on country or explicit tagging. Can be a single currency or a semicolon-separated list of currencies. Empty if no currency is found.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is a lazy metatag and is only calculated when needed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 Calculating tags with Javascript 
 | 
					 Calculating tags with Javascript 
 | 
				
			||||||
----------------------------------
 | 
					----------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -351,4 +362,4 @@ If a 'unique tag key' is given, the tag with this key will only appear once (e.g
 | 
				
			||||||
  0. key
 | 
					  0. key
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This document is autogenerated from [Logic/SimpleMetaTagger.ts](https://github.com/pietervdvn/MapComplete/blob/develop/Logic/SimpleMetaTagger.ts), [Logic/ExtraFunctions.ts](https://github.com/pietervdvn/MapComplete/blob/develop/Logic/ExtraFunctions.ts)
 | 
					This document is autogenerated from [src/Logic/SimpleMetaTagger.ts](https://github.com/pietervdvn/MapComplete/blob/develop/src/Logic/SimpleMetaTagger.ts), [src/Logic/ExtraFunctions.ts](https://github.com/pietervdvn/MapComplete/blob/develop/src/Logic/ExtraFunctions.ts)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -84,7 +84,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -140,7 +140,7 @@ The question is  *Does this advertisement cycle through multiple messages?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### luminous_or_lit 
 | 
					### luminous_or_lit_advertising 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -135,7 +135,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -162,7 +162,7 @@ This is rendered with  `The operator is a(n) {operator:type} entity.`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -55,6 +55,14 @@ attribute | type | values which are supported by this layer
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/wikidata#values) [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | 
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/wikidata#values) [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | 
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/subject:wikidata#values) [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | 
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/subject:wikidata#values) [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | 
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/amenity#values) [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [bench](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench) [](https://wiki.openstreetmap.org/wiki/Tag:amenity%3D)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/amenity#values) [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [bench](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench) [](https://wiki.openstreetmap.org/wiki/Tag:amenity%3D)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/backrest#values) [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/seats#values) [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/material#values) [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/direction#values) [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/colour#values) [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [color](../SpecialInputElements.md#color) | [brown](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown) [green](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen) [gray](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray) [white](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [black](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack) [blue](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/survey:date#values) [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/historic#values) [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)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +90,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -231,6 +239,194 @@ The question is  *Does this artwork serve as a bench?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bench-backrest 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Does this bench have a backrest?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *This bench is two-sided and shares the backrest*  corresponds with  `backrest=yes&two_sided=yes`
 | 
				
			||||||
 | 
					  - *Does have a backrest*  corresponds with  `backrest=yes`
 | 
				
			||||||
 | 
					  - *Does <b>not</b> have a backrest*  corresponds with  `backrest=no`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bench-questions`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bench-seats 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many seats does this bench have?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [seats](https://wiki.openstreetmap.org/wiki/Key:seats) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{seats} seats`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *This bench does not have separated seats*  corresponds with  `seats:separated=no`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bench-questions`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bench-material 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What is the bench (seating) made from?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [material](https://wiki.openstreetmap.org/wiki/Key:material) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `Material: {material}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *The seating is made from wood*  corresponds with  `material=wood`
 | 
				
			||||||
 | 
					  - *The seating is made from metal*  corresponds with  `material=metal`
 | 
				
			||||||
 | 
					  - *The seating is made from stone*  corresponds with  `material=stone`
 | 
				
			||||||
 | 
					  - *The seating is made from concrete*  corresponds with  `material=concrete`
 | 
				
			||||||
 | 
					  - *The seating is made from plastic*  corresponds with  `material=plastic`
 | 
				
			||||||
 | 
					  - *The seating is made from steel*  corresponds with  `material=steel`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bench-questions`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bench-direction 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *In which direction are you looking when sitting on the bench?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [direction](https://wiki.openstreetmap.org/wiki/Key:direction) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `When sitting on the bench, one looks towards {direction}°.`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bench-questions`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bench-colour 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Which colour does this bench have?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [colour](https://wiki.openstreetmap.org/wiki/Key:colour) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `Colour: {colour}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *Colour: brown*  corresponds with  `colour=brown`
 | 
				
			||||||
 | 
					  - *Colour: green*  corresponds with  `colour=green`
 | 
				
			||||||
 | 
					  - *Colour: gray*  corresponds with  `colour=gray`
 | 
				
			||||||
 | 
					  - *Colour: white*  corresponds with  `colour=white`
 | 
				
			||||||
 | 
					  - *Colour: red*  corresponds with  `colour=red`
 | 
				
			||||||
 | 
					  - *Colour: black*  corresponds with  `colour=black`
 | 
				
			||||||
 | 
					  - *Colour: blue*  corresponds with  `colour=blue`
 | 
				
			||||||
 | 
					  - *Colour: yellow*  corresponds with  `colour=yellow`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bench-questions`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bench-survey:date 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *When was this bench last surveyed?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `This bench was last surveyed on {survey:date}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *Surveyed today!*  corresponds with  `survey:date=`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bench-questions`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bench-inscription 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Does this bench have an inscription?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `This bench does have the following inscription:<br/><p><i>{inscription}</i></p>`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *This bench does not have an inscription*  corresponds with  `not:inscription=yes`
 | 
				
			||||||
 | 
					  - *This bench does <span class='subtle'>(probably)</span> not have an inscription*  corresponds with  ``
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bench-questions`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bench-memorial 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Does this bench act as memorial for someone or something?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *This bench is a memorial for someone or something*  corresponds with  `historic=memorial`
 | 
				
			||||||
 | 
					  - *This bench is a <b>not</b> a memorial for someone or something*  corresponds with  `not:historic=memorial`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bench-questions`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### leftover-questions 
 | 
					### leftover-questions 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -81,7 +81,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -84,7 +84,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<img src='https://mapcomplete.osm.be/circle:99bd54;./assets/layers/bench/bench.svg' height="100px"> 
 | 
					<img src='https://mapcomplete.osm.be/circle:#99bd54;./assets/layers/bench/bench.svg' height="100px"> 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A bench is a wooden, metal, stone, … surface where a human can sit. This layers visualises them and asks a few questions about them.
 | 
					A bench is a wooden, metal, stone, … surface where a human can sit. This layers visualises them and asks a few questions about them.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -58,6 +58,11 @@ attribute | type | values which are supported by this layer
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | 
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | 
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/tourism#values) [tourism](https://wiki.openstreetmap.org/wiki/Key:tourism) | Multiple choice | [artwork](https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork) [](https://wiki.openstreetmap.org/wiki/Tag:tourism%3D)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/tourism#values) [tourism](https://wiki.openstreetmap.org/wiki/Key:tourism) | Multiple choice | [artwork](https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork) [](https://wiki.openstreetmap.org/wiki/Tag:tourism%3D)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/historic#values) [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)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/historic#values) [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)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/artwork_type#values) [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) | [string](../SpecialInputElements.md#string) | [architecture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture) [mural](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural) [painting](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture) [statue](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue) [bust](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust) [stone](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone) [installation](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation) [graffiti](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti) [relief](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief) [azulejo](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo) [tilework](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework) [woodcarving](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dwoodcarving)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/artist:wikidata#values) [artist:wikidata](https://wiki.openstreetmap.org/wiki/Key:artist:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/artist_name#values) [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) | [string](../SpecialInputElements.md#string) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/subject:wikidata#values) [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -85,7 +90,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -283,6 +288,113 @@ This tagrendering has labels  `bench-questions`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### artwork-artwork_type 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What is the type of this artwork?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `This is a {artwork_type}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *Architecture*  corresponds with  `artwork_type=architecture`
 | 
				
			||||||
 | 
					  - *Mural*  corresponds with  `artwork_type=mural`
 | 
				
			||||||
 | 
					  - *Painting*  corresponds with  `artwork_type=painting`
 | 
				
			||||||
 | 
					  - *Sculpture*  corresponds with  `artwork_type=sculpture`
 | 
				
			||||||
 | 
					  - *Statue*  corresponds with  `artwork_type=statue`
 | 
				
			||||||
 | 
					  - *Bust*  corresponds with  `artwork_type=bust`
 | 
				
			||||||
 | 
					  - *Stone*  corresponds with  `artwork_type=stone`
 | 
				
			||||||
 | 
					  - *Installation*  corresponds with  `artwork_type=installation`
 | 
				
			||||||
 | 
					  - *Graffiti*  corresponds with  `artwork_type=graffiti`
 | 
				
			||||||
 | 
					  - *Relief*  corresponds with  `artwork_type=relief`
 | 
				
			||||||
 | 
					  - *Azulejo (Spanish decorative tilework)*  corresponds with  `artwork_type=azulejo`
 | 
				
			||||||
 | 
					  - *Tilework*  corresponds with  `artwork_type=tilework`
 | 
				
			||||||
 | 
					  - *Woodcarving*  corresponds with  `artwork_type=woodcarving`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `artwork-question`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### artwork-artist-wikidata 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Who made this artwork?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [artist:wikidata](https://wiki.openstreetmap.org/wiki/Key:artist:wikidata) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `artwork-question`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### artwork-artist_name 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Which artist created this?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `Created by {artist_name}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `artwork-question`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### artwork-website 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Is there a website with more information about this artwork?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `More information on <a href='{website}' target='_blank'>this website</a>`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `artwork-question`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### artwork_subject 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What does this artwork depict?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `artwork-question`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### leftover-questions 
 | 
					### leftover-questions 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -76,7 +76,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -83,7 +83,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -87,7 +87,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -85,7 +85,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -78,7 +78,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +82,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -76,7 +76,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +82,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -87,7 +87,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -57,10 +57,19 @@ attribute | type | values which are supported by this layer
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:retail#values) [service:bicycle:retail](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dno)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:retail#values) [service:bicycle:retail](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dno)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:repair#values) [service:bicycle:repair](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Donly_sold) [brand](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dbrand)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:repair#values) [service:bicycle:repair](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Donly_sold) [brand](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dbrand)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:rental#values) [service:bicycle:rental](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dno)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:rental#values) [service:bicycle:rental](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/rental#values) [rental](https://wiki.openstreetmap.org/wiki/Key:rental) | [string](../SpecialInputElements.md#string) | [city_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike) [ebike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike) [bmx](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbmx) [mtb](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dmtb) [kid_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dkid_bike) [tandem](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dtandem) [racebike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dracebike) [bike_helmet](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbike_helmet)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:city_bike#values) [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike) | [pnat](../SpecialInputElements.md#pnat) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:ebike#values) [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike) | [pnat](../SpecialInputElements.md#pnat) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:kid_bike#values) [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike) | [pnat](../SpecialInputElements.md#pnat) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:bmx#values) [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx) | [pnat](../SpecialInputElements.md#pnat) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:mtb#values) [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb) | [pnat](../SpecialInputElements.md#pnat) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:bicycle_pannier#values) [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) | [pnat](../SpecialInputElements.md#pnat) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:tandem_bicycle#values) [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle) | [pnat](../SpecialInputElements.md#pnat) | 
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:second_hand#values) [service:bicycle:second_hand](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:second_hand#values) [service:bicycle:second_hand](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:pump#values) [service:bicycle:pump](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dseparate)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:pump#values) [service:bicycle:pump](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dseparate)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:diy#values) [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:diy#values) [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:cleaning#values) [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:cleaning#values) [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:cleaning:charge#values) [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | 
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/description#values) [description](https://wiki.openstreetmap.org/wiki/Key:description) | [string](../SpecialInputElements.md#string) | 
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/description#values) [description](https://wiki.openstreetmap.org/wiki/Key:description) | [string](../SpecialInputElements.md#string) | 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -89,7 +98,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -272,6 +281,162 @@ The question is  *Does this shop rent out bikes?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bicycle-types 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What kind of bicycles and accessories are rented here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [rental](https://wiki.openstreetmap.org/wiki/Key:rental) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{rental} is rented here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *Normal city bikes can be rented here*  corresponds with  `rental=city_bike`
 | 
				
			||||||
 | 
					  - *Electrical bikes can be rented here*  corresponds with  `rental=ebike`
 | 
				
			||||||
 | 
					  - *BMX bikes can be rented here*  corresponds with  `rental=bmx`
 | 
				
			||||||
 | 
					  - *Mountainbikes can be rented here*  corresponds with  `rental=mtb`
 | 
				
			||||||
 | 
					  - *Bikes for children can be rented here*  corresponds with  `rental=kid_bike`
 | 
				
			||||||
 | 
					  - *Tandem bicycles can be rented here*  corresponds with  `rental=tandem`
 | 
				
			||||||
 | 
					  - *Race bicycles can be rented here*  corresponds with  `rental=racebike`
 | 
				
			||||||
 | 
					  - *Bike helmets can be rented here*  corresponds with  `rental=bike_helmet`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `service:bicycle:rental=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bicycle_rental`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### rental-capacity-city_bike 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many city bikes can be rented here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{capacity:city_bike} city bikes can be rented here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*city_bike.*)$&service:bicycle:rental=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bicycle_rental`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### rental-capacity-ebike 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many electrical bikes can be rented here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{capacity:ebike} electrical bikes can be rented here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*ebike.*)$&service:bicycle:rental=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bicycle_rental`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### rental-capacity-kid_bike 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many bikes for children can be rented here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{capacity:kid_bike} bikes for children can be rented here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*kid_bike.*)$&service:bicycle:rental=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bicycle_rental`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### rental-capacity-bmx 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many BMX bikes can be rented here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{capacity:bmx} BMX bikes can be rented here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bmx.*)$&service:bicycle:rental=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bicycle_rental`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### rental-capacity-mtb 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many mountainbikes can be rented here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{capacity:mtb} mountainbikes can be rented here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*mtb.*)$&service:bicycle:rental=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bicycle_rental`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### rental-capacity-bicycle_pannier 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many bicycle panniers can be rented here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{capacity:bicycle_pannier} bicycle panniers can be rented here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bicycle_pannier.*)$&service:bicycle:rental=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bicycle_rental`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### rental-capacity-tandem_bicycle 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many tandem can be rented here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `{capacity:tandem_bicycle} tandem can be rented here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*tandem_bicycle.*)$&service:bicycle:rental=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `bicycle_rental`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### bike_repair_second-hand-bikes 
 | 
					### bike_repair_second-hand-bikes 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -340,12 +505,23 @@ The question is  *Are bicycles washed here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### bikecleaningbikecleaningservicebicyclecleaningcharge 
 | 
					### bike_cleaning-service:bicycle:cleaning:charge 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					The question is  *How much does it cost to use the cleaning service?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `Using the cleaning service costs {service:bicycle:cleaning:charge}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *The cleaning service is free to use*  corresponds with  `service:bicycle:cleaning:fee=no`
 | 
				
			||||||
 | 
					  - *Free to use*  corresponds with  `service:bicycle:cleaning:fee=yes`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -79,7 +79,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -76,7 +76,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -77,7 +77,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -89,7 +89,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -67,7 +67,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -86,7 +86,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -271,7 +271,7 @@ This is rendered with  `More details about this place: {description}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -155,7 +155,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1697,7 +1697,7 @@ This tagrendering has labels  `technical`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### opening_hours_24_7 
 | 
					### OH 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1752,7 +1752,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### payment-options-advanced 
 | 
					### payment-options 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2013,7 +2013,7 @@ The question is  *Does one have to pay a parking fee while charging?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -153,7 +153,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1695,7 +1695,7 @@ This tagrendering has labels  `technical`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### opening_hours_24_7 
 | 
					### OH 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1750,7 +1750,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### payment-options-advanced 
 | 
					### payment-options 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2011,7 +2011,7 @@ The question is  *Does one have to pay a parking fee while charging?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -51,6 +51,9 @@ attribute | type | values which are supported by this layer
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:name%3D)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:name%3D)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing#values) [climbing](https://wiki.openstreetmap.org/wiki/Key:climbing) | Multiple choice | [boulder](https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dboulder) [crag](https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dcrag) [area](https://wiki.openstreetmap.org/wiki/Tag:climbing%3Darea)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing#values) [climbing](https://wiki.openstreetmap.org/wiki/Key:climbing) | Multiple choice | [boulder](https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dboulder) [crag](https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dcrag) [area](https://wiki.openstreetmap.org/wiki/Tag:climbing%3Darea)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/rock#values) [rock](https://wiki.openstreetmap.org/wiki/Key:rock) | [string](../SpecialInputElements.md#string) | [limestone](https://wiki.openstreetmap.org/wiki/Tag:rock%3Dlimestone)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/rock#values) [rock](https://wiki.openstreetmap.org/wiki/Key:rock) | [string](../SpecialInputElements.md#string) | [limestone](https://wiki.openstreetmap.org/wiki/Tag:rock%3Dlimestone)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/url#values) [url](https://wiki.openstreetmap.org/wiki/Key:url) | [url](../SpecialInputElements.md#url) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:boulder#values) [climbing:boulder](https://wiki.openstreetmap.org/wiki/Key:climbing:boulder) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dlimited)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -78,7 +81,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -185,6 +188,61 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### website 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Is there a (unofficial) website with more informations (e.g. topos)?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [url](https://wiki.openstreetmap.org/wiki/Key:url) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `<a href='{url}' target='_blank'>{url}</a>`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `leisure!~^(sports_centre)$&sport=climbing`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### fee 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Is a fee required to climb here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `A fee of {charge} should be paid for climbing here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *Climbing here is free of charge*  corresponds with  `fee=no`
 | 
				
			||||||
 | 
					  - *Paying a fee is required to climb here*  corresponds with  `fee=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### bouldering 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Is bouldering possible here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *Bouldering is possible here*  corresponds with  `climbing:boulder=yes`
 | 
				
			||||||
 | 
					  - *Bouldering is not possible here*  corresponds with  `climbing:boulder=no`
 | 
				
			||||||
 | 
					  - *Bouldering is possible, although there are only a few problems*  corresponds with  `climbing:boulder=limited`
 | 
				
			||||||
 | 
					  - *There are {climbing:boulder} boulder problems*  corresponds with  `climbing:boulder~.+`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### leftover-questions 
 | 
					### leftover-questions 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -51,10 +51,18 @@ attribute | type | values which are supported by this layer
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | 
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | 
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | 
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | 
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | 
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | 
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | 
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:climbing_shoes:rental#values) [service:climbing_shoes:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dno)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:climbing_shoes:rental#values) [service:climbing_shoes:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dno)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:climbing_harness:rental#values) [service:climbing_harness:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dno)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:climbing_harness:rental#values) [service:climbing_harness:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dno)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:climbing_rope:rental#values) [service:climbing_rope:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dno)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:climbing_rope:rental#values) [service:climbing_rope:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:boulder#values) [climbing:boulder](https://wiki.openstreetmap.org/wiki/Key:climbing:boulder) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dlimited)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:sport#values) [climbing:sport](https://wiki.openstreetmap.org/wiki/Key:climbing:sport) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:toprope#values) [climbing:toprope](https://wiki.openstreetmap.org/wiki/Key:climbing:toprope) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:length#values) [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length) | [pfloat](../SpecialInputElements.md#pfloat) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:grade:french:min#values) [climbing:grade:french:min](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:min) | [string](../SpecialInputElements.md#string) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:grade:french:max#values) [climbing:grade:french:max](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:max) | [string](../SpecialInputElements.md#string) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:bolts:max#values) [climbing:bolts:max](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts:max) | [pnat](../SpecialInputElements.md#pnat) | 
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:speed#values) [climbing:speed](https://wiki.openstreetmap.org/wiki/Key:climbing:speed) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dno)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:speed#values) [climbing:speed](https://wiki.openstreetmap.org/wiki/Key:climbing:speed) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dno)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access#values) [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access#values) [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired)
 | 
				
			||||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access:fee#values) [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers)
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access:fee#values) [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers)
 | 
				
			||||||
| 
						 | 
					@ -86,7 +94,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -174,6 +182,26 @@ This tagrendering has labels  `contact`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### fee 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Is a fee required to climb here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `A fee of {charge} should be paid for climbing here`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *Climbing here is free of charge*  corresponds with  `fee=no`
 | 
				
			||||||
 | 
					  - *Paying a fee is required to climb here*  corresponds with  `fee=yes`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### payment-options 
 | 
					### payment-options 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -285,51 +313,114 @@ The question is  *Can one rent a climbing rope here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### climbingbouldering 
 | 
					### bouldering 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					The question is  *Is bouldering possible here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### climbingsportclimbing 
 | 
					  - *Bouldering is possible here*  corresponds with  `climbing:boulder=yes`
 | 
				
			||||||
 | 
					  - *Bouldering is not possible here*  corresponds with  `climbing:boulder=no`
 | 
				
			||||||
 | 
					  - *Bouldering is possible, although there are only a few problems*  corresponds with  `climbing:boulder=limited`
 | 
				
			||||||
 | 
					  - *There are {climbing:boulder} boulder problems*  corresponds with  `climbing:boulder~.+`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					
 | 
				
			||||||
 | 
					### sportclimbing 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Is sport climbing possible here on fixed anchors?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### climbingtoprope 
 | 
					  - *Sport climbing is possible here*  corresponds with  `climbing:sport=yes`
 | 
				
			||||||
 | 
					  - *Sport climbing is not possible here*  corresponds with  `climbing:sport=no`
 | 
				
			||||||
 | 
					  - *There are {climbing:sport} sport climbing routes*  corresponds with  `climbing:sport~.+`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					
 | 
				
			||||||
 | 
					### toprope 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Is toprope climbing possible here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### climbingmindifficulty 
 | 
					  - *Toprope climbing is possible here*  corresponds with  `climbing:toprope=yes`
 | 
				
			||||||
 | 
					  - *Toprope climbing is not possible here*  corresponds with  `climbing:toprope=no`
 | 
				
			||||||
 | 
					  - *There are {climbing:toprope} toprope routes*  corresponds with  `climbing:toprope~.+`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					
 | 
				
			||||||
 | 
					### average_length 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What is the (average) length of the routes in meters?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `The routes are <b>{canonical(climbing:length)}</b> long on average`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### climbingmaxdifficulty 
 | 
					### min_difficulty 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					The question is  *What is the grade of the easiest route here, according to the french classification system?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [climbing:grade:french:min](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:min) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `The lowest grade is {climbing:grade:french:min} according to the french/belgian system`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### max_difficulty 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What is the highest grade route here, according to the french classification system?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [climbing:grade:french:max](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:max) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `The highest grade is {climbing:grade:french:max} according to the french/belgian system`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `climbing!~^(route)$&climbing:sport=yes|sport=climbing`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### max_bolts 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many bolts do routes in {title()} have at most?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [climbing:bolts:max](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts:max) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `The sport climbing routes here have at most {climbing:bolts:max} bolts.<div class='subtle'>This is without relays and indicates how much quickdraws a climber needs</div>`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -81,7 +81,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -83,7 +83,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -90,7 +90,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -130,7 +130,7 @@ This is rendered with  `Named after {name:etymology}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -90,7 +90,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -79,7 +79,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -81,7 +81,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -99,7 +99,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -145,7 +145,7 @@ This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -80,7 +80,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +82,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -130,7 +130,7 @@ This is rendered with  `Named after {name:etymology}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +82,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										320
									
								
								Docs/Layers/elongated_coin.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										320
									
								
								Docs/Layers/elongated_coin.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,320 @@
 | 
				
			||||||
 | 
					[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 elongated_coin 
 | 
				
			||||||
 | 
					================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<img src='https://mapcomplete.osm.be/circle:#FFFFFF00;./assets/themes/elongated_coin/penny.svg' height="100px"> 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Layer showing penny presses.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - This layer is shown at zoomlevel **0** and higher
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#### Themes using this layer 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - [elongated_coin](https://mapcomplete.osm.be/elongated_coin)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is a special layer - data is not sourced from OpenStreetMap
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 Supported attributes 
 | 
				
			||||||
 | 
					----------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Warning: 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					this quick overview is incomplete
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					attribute | type | values which are supported by this layer
 | 
				
			||||||
 | 
					----------- | ------ | ------------------------------------------
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/coin:design_count#values) [coin:design_count](https://wiki.openstreetmap.org/wiki/Key:coin:design_count) | [pnat](../SpecialInputElements.md#pnat) | [1](https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D2) [3](https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D3) [4](https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D4)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/coin:type#values) [coin:type](https://wiki.openstreetmap.org/wiki/Key:coin:type) | [string](../SpecialInputElements.md#string) | [2cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D2cent) [5cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D5cent) [10cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D10cent) [25cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D25cent) [50cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D50cent)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | 
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [1 EUR](https://wiki.openstreetmap.org/wiki/Tag:charge%3D1 EUR) [2 EUR](https://wiki.openstreetmap.org/wiki/Tag:charge%3D2 EUR)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/payment:coins:denominations#values) [payment:coins:denominations](https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations) | Multiple choice | [0.01 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.01 EUR) [0.02 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.02 EUR) [0.05 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 EUR) [0.10 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 EUR) [0.20 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 EUR) [0.50 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 EUR) [1 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 EUR) [2 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 EUR)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/indoor#values) [indoor](https://wiki.openstreetmap.org/wiki/Key:indoor) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno)
 | 
				
			||||||
 | 
					[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/level#values) [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)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### just_created 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This element shows a 'thank you' that the contributor has recently created this element
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *You just created this element! Thanks for sharing this info with the world and helping people worldwide.*  corresponds with  `id~.+`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### opening_hours_24_7 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What are the opening hours of {title()}?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *24/7 opened (including holidays)*  corresponds with  `opening_hours=24/7`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### designs 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How many designs are available?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [coin:design_count](https://wiki.openstreetmap.org/wiki/Key:coin:design_count) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `This penny press has {coin:design_count} designs available.`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *This penny press has one design available.*  corresponds with  `coin:design_count=1`
 | 
				
			||||||
 | 
					  - *This penny press has two designs available.*  corresponds with  `coin:design_count=2`
 | 
				
			||||||
 | 
					  - *This penny press has three designs available.*  corresponds with  `coin:design_count=3`
 | 
				
			||||||
 | 
					  - *This penny press has four designs available.*  corresponds with  `coin:design_count=4`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### coin 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What coin is used for pressing?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [coin:type](https://wiki.openstreetmap.org/wiki/Key:coin:type) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `This penny press uses a {coin:type} coin for pressing.`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *This penny press uses a 2 cent coin for pressing.*  corresponds with  `coin:type=2cent`
 | 
				
			||||||
 | 
					  - *This penny press uses a 5 cent coin for pressing.*  corresponds with  `coin:type=5cent`
 | 
				
			||||||
 | 
					  - *This penny press uses a 10 cent coin for pressing.*  corresponds with  `coin:type=10cent`
 | 
				
			||||||
 | 
					  - *This penny press uses a 25 cent coin for pressing.*  corresponds with  `coin:type=25cent`
 | 
				
			||||||
 | 
					  - *This penny press uses a 50 cent coin for pressing.*  corresponds with  `coin:type=50cent`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### website 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What is the website of {title()}?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>*  corresponds with  `contact:website~.+`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has labels  `contact`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### charge 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *How much does it cost to press a penny?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `It costs {charge} to press a penny.`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *It costs 1 euro to press a penny.*  corresponds with  `charge=1 EUR`
 | 
				
			||||||
 | 
					  - *It costs 2 euros to press a penny.*  corresponds with  `charge=2 EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### denominations-coins 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *What coins can you use to pay here?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *1 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.01 EUR`
 | 
				
			||||||
 | 
					  - *2 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.02 EUR`
 | 
				
			||||||
 | 
					  - *5 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.05 EUR`
 | 
				
			||||||
 | 
					  - *10 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.10 EUR`
 | 
				
			||||||
 | 
					  - *20 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.20 EUR`
 | 
				
			||||||
 | 
					  - *50 cent coins are accepted*  corresponds with  `payment:coins:denominations=0.50 EUR`
 | 
				
			||||||
 | 
					  - *1 euro coins are accepted*  corresponds with  `payment:coins:denominations=1 EUR`
 | 
				
			||||||
 | 
					  - *2 euro coins are accepted*  corresponds with  `payment:coins:denominations=2 EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes|payment:cash=yes&_currency=EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### indoor 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *Is the penny press indoors?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *This penny press is located indoors.*  corresponds with  `indoor=yes`
 | 
				
			||||||
 | 
					  - *This penny press is located outdoors.*  corresponds with  `indoor=no`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### level 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The question is  *On what level is this feature located?*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This rendering asks information about the property  [level](https://wiki.openstreetmap.org/wiki/Key:level) 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This is rendered with  `Located on the {level}th floor`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - *Located underground*  corresponds with  `location=underground`
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					  - *Located on the ground floor*  corresponds with  `level=0`
 | 
				
			||||||
 | 
					  - *Located on the ground floor*  corresponds with  ``
 | 
				
			||||||
 | 
					  - This option cannot be chosen as answer
 | 
				
			||||||
 | 
					  - *Located on the first floor*  corresponds with  `level=1`
 | 
				
			||||||
 | 
					  - *Located on the first basement level*  corresponds with  `level=-1`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### leftover-questions 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### minimap 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Shows a small map with the feature. Added by default to every popup
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### last_edit 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Gives some metainfo about the last edit and who did edit it - rendering only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### all-tags 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#### Filters 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					id | question | osmTags
 | 
				
			||||||
 | 
					---- | ---------- | ---------
 | 
				
			||||||
 | 
					open_now.0 | Open now | _isOpen=yes
 | 
				
			||||||
 | 
					 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This document is autogenerated from [assets/themes/elongated_coin/elongated_coin.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/elongated_coin/elongated_coin.json)
 | 
				
			||||||
| 
						 | 
					@ -85,7 +85,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -131,7 +131,7 @@ This is rendered with  `Named after {name:etymology}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -95,7 +95,7 @@ This is rendered with  `Location: {location}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -80,7 +80,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -134,7 +134,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -162,7 +162,7 @@ This is rendered with  `The operator is a(n) {operator:type} entity.`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -100,7 +100,7 @@ This is rendered with  `This fitness centre is called {name}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -78,7 +78,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -103,7 +103,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -99,7 +99,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -88,7 +88,7 @@ This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -78,7 +78,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -87,7 +87,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -335,7 +335,7 @@ This is rendered with  `This hackerspace was founded at {start_date}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -130,7 +130,7 @@ This is rendered with  `Named after {name:etymology}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -83,7 +83,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -203,7 +203,7 @@ This is rendered with  `Coupling diameters: {couplings:diameters}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -78,7 +78,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -74,7 +74,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +82,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -73,7 +73,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -79,7 +79,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -118,7 +118,7 @@ The question is  *What is the size of the shown area on the map?*
 | 
				
			||||||
  - *A map of the rooms within a building*  corresponds with  `map_size=building`
 | 
					  - *A map of the rooms within a building*  corresponds with  `map_size=building`
 | 
				
			||||||
  - *A map of special site, like of a historical castle, a park, a campus, a forest, ....*  corresponds with  `map_size=site`
 | 
					  - *A map of special site, like of a historical castle, a park, a campus, a forest, ....*  corresponds with  `map_size=site`
 | 
				
			||||||
  - *A map showing the village or town*  corresponds with  `map_size=village`
 | 
					  - *A map showing the village or town*  corresponds with  `map_size=village`
 | 
				
			||||||
  - * A map of a city.*  corresponds with  `map_size=city`
 | 
					  - * A map of a city*  corresponds with  `map_size=city`
 | 
				
			||||||
  - *The map of an entire region, showing multiple cities and villages*  corresponds with  `map_size=region`
 | 
					  - *The map of an entire region, showing multiple cities and villages*  corresponds with  `map_size=region`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -85,7 +85,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -84,7 +84,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -162,7 +162,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### payment-options 
 | 
					### Payment methods 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -80,7 +80,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -80,7 +80,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -77,7 +77,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -77,7 +77,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -135,7 +135,7 @@ The question is  *What coins can you use to pay here?*
 | 
				
			||||||
  - *2 euro coins are accepted*  corresponds with  `payment:coins:denominations=2 EUR`
 | 
					  - *2 euro coins are accepted*  corresponds with  `payment:coins:denominations=2 EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk`
 | 
					This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes|payment:cash=yes&_currency=EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -158,7 +158,7 @@ The question is  *what notes can you use to pay here?*
 | 
				
			||||||
  - *500 euro notes are accepted*  corresponds with  `payment:notes:denominations=500 EUR`
 | 
					  - *500 euro notes are accepted*  corresponds with  `payment:notes:denominations=500 EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes|payment:cash=yes&_country=at|_country=be|_country=cy|_country=de|_country=ee|_country=es|_country=fi|_country=fr|_country=gr|_country=hr|_country=ie|_country=it|_country=lt|_country=lu|_country=lv|_country=mt|_country=nl|_country=pt|_country=si|_country=sk`
 | 
					This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes|payment:cash=yes&_currency=EUR`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -130,7 +130,7 @@ This is rendered with  `Named after {name:etymology}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +82,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -79,7 +79,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -78,7 +78,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -66,7 +66,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -143,7 +143,7 @@ This is rendered with  `De bevoegde dienst kan getelefoneerd worden via {phone}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -84,7 +84,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -296,7 +296,7 @@ This is rendered with  `{opening_hours_table(opening_hours)}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -74,7 +74,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +82,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -84,7 +84,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -74,7 +74,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -75,7 +75,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -77,7 +77,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +82,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -101,7 +101,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -535,7 +535,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -80,7 +80,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -65,7 +65,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -83,7 +83,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -252,7 +252,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -130,7 +130,7 @@ This is rendered with  `Named after {name:etymology}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -79,7 +79,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -79,7 +79,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,7 +82,7 @@ This tagrendering is only visible in the popup if the following condition is met
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
 | 
					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
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@ All objects which have an etymology known
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - This layer is shown at zoomlevel **18** and higher
 | 
					  - This layer is shown at zoomlevel **15** and higher
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -130,7 +130,7 @@ This is rendered with  `Named after {name:etymology}`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Show the images block at this location
 | 
					Show the questions block at this location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This tagrendering has no question and is thus read-only
 | 
					This tagrendering has no question and is thus read-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue