forked from MapComplete/MapComplete
		
	Merge master
This commit is contained in:
		
						commit
						be2816bd0e
					
				
					 1396 changed files with 1287846 additions and 69687 deletions
				
			
		
							
								
								
									
										19
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -5,6 +5,7 @@ node_modules | |||
| scratch | ||||
| assets/editor-layer-index.json | ||||
| assets/generated/* | ||||
| assets/generated/images/* | ||||
| /*.webmanifest | ||||
| /*.html | ||||
| !/index.html | ||||
|  | @ -18,4 +19,20 @@ missing_translations.txt | |||
| Svg.ts | ||||
| data/ | ||||
| Folder.DotSettings.user | ||||
| index_*.ts | ||||
| index_*.ts | ||||
| .~lock.* | ||||
| *.doctest.ts | ||||
| service-worker.js | ||||
| 
 | ||||
| .vscode/* | ||||
| !.vscode/settings.json | ||||
| !.vscode/tasks.json | ||||
| !.vscode/launch.json | ||||
| !.vscode/extensions.json | ||||
| !.vscode/*.code-snippets | ||||
| 
 | ||||
| # Local History for Visual Studio Code | ||||
| .history/ | ||||
| 
 | ||||
| # Built Visual Studio Code Extensions | ||||
| *.vsix | ||||
							
								
								
									
										14
									
								
								.gitpod.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.gitpod.yml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| tasks: | ||||
|   - init: npm run init | ||||
|     command: npm run start | ||||
| 
 | ||||
| ports: | ||||
|   - name: MapComplete Website | ||||
|     port: 1234 | ||||
|     onOpen: open-browser | ||||
| 
 | ||||
| vscode: | ||||
|   extensions: | ||||
|     - "esbenp.prettier-vscode" | ||||
|     - "eamodio.gitlens" | ||||
|     - "GitHub.vscode-pull-request-github" | ||||
							
								
								
									
										7
									
								
								.vscode/extensions.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								.vscode/extensions.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| { | ||||
|     "recommendations": [ | ||||
|         "esbenp.prettier-vscode", | ||||
|         "eamodio.gitlens", | ||||
|         "GitHub.vscode-pull-request-github" | ||||
|     ] | ||||
| } | ||||
							
								
								
									
										21
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | |||
| { | ||||
|     "json.schemas": [ | ||||
|         { | ||||
|             "fileMatch": [ | ||||
|                 "/assets/layers/*/*.json", | ||||
|                 "!/assets/layers/*/license_info.json" | ||||
|             ], | ||||
|             "url": "./Docs/Schemas/LayerConfigJson.schema.json" | ||||
|         }, | ||||
|         { | ||||
|             "fileMatch": [ | ||||
|                 "/assets/themes/*/*.json", | ||||
|                 "!/assets/themes/*/license_info.json" | ||||
|             ], | ||||
|             "url": "./Docs/Schemas/LayoutConfigJson.schema.json" | ||||
|         } | ||||
|     ], | ||||
|     "editor.tabSize": 2, | ||||
|     "files.autoSave": "onFocusChange", | ||||
|     "search.useIgnoreFiles": true | ||||
|     } | ||||
							
								
								
									
										14
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| { | ||||
|   "version": "2.0.0", | ||||
|   "tasks": [ | ||||
|     { | ||||
|       "type": "npm", | ||||
|       "script": "start", | ||||
|       "path": "/", | ||||
|       "group": "build", | ||||
|       "problemMatcher": [], | ||||
|       "label": "MapComplete Dev", | ||||
|       "detail": "Run MapComplete Dev Server" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
							
								
								
									
										20
									
								
								404.html
									
										
									
									
									
								
							
							
						
						
									
										20
									
								
								404.html
									
										
									
									
									
								
							|  | @ -15,16 +15,16 @@ | |||
|     <meta content="MapComplete is a platform to visualize OpenStreetMap on a specific topic and to easily contribute data back to it." | ||||
|           property="og:description"> | ||||
| 
 | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo512.png" rel="apple-touch-icon" sizes="512x512"> | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo384.png" rel="apple-touch-icon" sizes="384x384"> | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo192.png" rel="apple-touch-icon" sizes="192x192"> | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo180.png" rel="apple-touch-icon" sizes="180x180"> | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo152.png" rel="apple-touch-icon" sizes="152x152"> | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo144.png" rel="apple-touch-icon" sizes="144x144"> | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo128.png" rel="apple-touch-icon" sizes="128x128"> | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo120.png" rel="apple-touch-icon" sizes="120x120"> | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo96.png" rel="apple-touch-icon" sizes="96x96"> | ||||
|     <link href="./assets/generated/svg_mapcomplete_logo72.png" rel="apple-touch-icon" sizes="72x72"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo512.png" rel="apple-touch-icon" sizes="512x512"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo384.png" rel="apple-touch-icon" sizes="384x384"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo192.png" rel="apple-touch-icon" sizes="192x192"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo180.png" rel="apple-touch-icon" sizes="180x180"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo152.png" rel="apple-touch-icon" sizes="152x152"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo144.png" rel="apple-touch-icon" sizes="144x144"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo128.png" rel="apple-touch-icon" sizes="128x128"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo120.png" rel="apple-touch-icon" sizes="120x120"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo96.png" rel="apple-touch-icon" sizes="96x96"> | ||||
|     <link href="./assets/generated/images/assets_svg_mapcomplete_logo72.png" rel="apple-touch-icon" sizes="72x72"> | ||||
| 
 | ||||
| 
 | ||||
|     <style> | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ There are multiple ways to contribute: | |||
| - Translating MapComplete to your own language can be done | ||||
|   on [this website](https://hosted.weblate.org/projects/mapcomplete/) | ||||
| - If you encounter a bug, the [issue tracker](https://github.com/pietervdvn/MapComplete/issues) is the place to be | ||||
| - If you want to improve a theme, create a new theme, spot a typo in the repo... the best way is to open a pull request. | ||||
| - If you want to improve a theme, create a new theme, spot a typo in the repo... the best way is to open a pull request. Read more about [making your own theme](/Docs/Making_Your_Own_Theme.md). | ||||
| 
 | ||||
| People who stick around and contribute in a meaningful way, _might_ be granted write access to the repository. This is | ||||
| done on a purely subjective basis, e.g. after a few pull requests and if you are a member of the OSM community. | ||||
|  | @ -53,3 +53,10 @@ To do this: | |||
| 
 | ||||
| Alternatively, if you don't have any unmerged changes, you can remove your local copy and clone `pietervdvn/MapComplete` | ||||
| again to start fresh. | ||||
| 
 | ||||
| What not to contribute | ||||
| ---------------------- | ||||
| 
 | ||||
| I'm currently _not_ accepting files for integration with some editor. There are hundreds of editors out there, if every single one of them needs a file in the repo, this ends up as a mess. | ||||
| Furthermore, MapComplete doesn't want to encourage or discourage some editors. | ||||
| At last, these files are hard to maintain and are hard to detect if they have fallen out of use. | ||||
|  |  | |||
|  | @ -10,6 +10,7 @@ import Constants from "../Models/Constants"; | |||
| import {Utils} from "../Utils"; | ||||
| import Link from "../UI/Base/Link"; | ||||
| import {LayoutConfigJson} from "../Models/ThemeConfig/Json/LayoutConfigJson"; | ||||
| import {LayerConfigJson} from "../Models/ThemeConfig/Json/LayerConfigJson"; | ||||
| 
 | ||||
| export class AllKnownLayouts { | ||||
|     public static allKnownLayouts: Map<string, LayoutConfig> = AllKnownLayouts.AllLayouts(); | ||||
|  | @ -17,32 +18,82 @@ export class AllKnownLayouts { | |||
|     // Must be below the list...
 | ||||
|     private static sharedLayers: Map<string, LayerConfig> = AllKnownLayouts.getSharedLayers(); | ||||
| 
 | ||||
|     public static AllPublicLayers() { | ||||
|     public static AllPublicLayers(options?: { | ||||
|         includeInlineLayers:true | boolean | ||||
|     }) : LayerConfig[] { | ||||
|         const allLayers: LayerConfig[] = [] | ||||
|         const seendIds = new Set<string>() | ||||
|         const publicLayouts = AllKnownLayouts.layoutsList.filter(l => !l.hideFromOverview) | ||||
|         for (const layout of publicLayouts) { | ||||
|             if (layout.hideFromOverview) { | ||||
|                 continue | ||||
|             } | ||||
|             for (const layer of layout.layers) { | ||||
|                 if (seendIds.has(layer.id)) { | ||||
|         AllKnownLayouts.sharedLayers.forEach((layer, key) => { | ||||
|             seendIds.add(key) | ||||
|             allLayers.push(layer) | ||||
|         }) | ||||
|         if (options?.includeInlineLayers ?? true) { | ||||
|             const publicLayouts = AllKnownLayouts.layoutsList.filter(l => !l.hideFromOverview) | ||||
|             for (const layout of publicLayouts) { | ||||
|                 if (layout.hideFromOverview) { | ||||
|                     continue | ||||
|                 } | ||||
|                 seendIds.add(layer.id) | ||||
|                 allLayers.push(layer) | ||||
|             } | ||||
|                 for (const layer of layout.layers) { | ||||
|                     if (seendIds.has(layer.id)) { | ||||
|                         continue | ||||
|                     } | ||||
|                     seendIds.add(layer.id) | ||||
|                     allLayers.push(layer) | ||||
|                 } | ||||
| 
 | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|         return allLayers | ||||
|     } | ||||
| 
 | ||||
|     public static GenOverviewsForSingleLayer(callback: (layer: LayerConfig, element: BaseUIElement) => void): void { | ||||
|     /** | ||||
|      * Returns all themes which use the given layer, reverse sorted by minzoom. This sort maximizes the chances that the layer is prominently featured on the first theme | ||||
|      */ | ||||
|     public static themesUsingLayer(id: string, publicOnly = true): LayoutConfig[] { | ||||
|         const themes = AllKnownLayouts.layoutsList | ||||
|             .filter(l => !(publicOnly && l.hideFromOverview) && l.id !== "personal") | ||||
|             .map(theme => ({theme, minzoom: theme.layers.find(layer => layer.id === id)?.minzoom})) | ||||
|             .filter(obj => obj.minzoom !== undefined) | ||||
|         themes.sort((th0, th1) => th1.minzoom - th0.minzoom) | ||||
|         return themes.map(th => th.theme); | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Generates documentation for the layers. | ||||
|      * Inline layers are included (if the theme is public) | ||||
|      * @param callback | ||||
|      * @constructor | ||||
|      */ | ||||
|     public static GenOverviewsForSingleLayer(callback: (layer: LayerConfig, element: BaseUIElement, inlineSource: string) => void): void { | ||||
|         const allLayers: LayerConfig[] = Array.from(AllKnownLayouts.sharedLayers.values()) | ||||
|             .filter(layer => Constants.priviliged_layers.indexOf(layer.id) < 0) | ||||
| 
 | ||||
|         const builtinLayerIds: Set<string> = new Set<string>() | ||||
|         allLayers.forEach(l => builtinLayerIds.add(l.id)) | ||||
|         const inlineLayers = new Map<string, string>(); | ||||
| 
 | ||||
|         for (const layout of Array.from(AllKnownLayouts.allKnownLayouts.values())) { | ||||
|             if (layout.hideFromOverview) { | ||||
|                 continue | ||||
|             } | ||||
| 
 | ||||
|             for (const layer of layout.layers) { | ||||
| 
 | ||||
|                 if (Constants.priviliged_layers.indexOf(layer.id) >= 0) { | ||||
|                     continue | ||||
|                 } | ||||
|                 if (builtinLayerIds.has(layer.id)) { | ||||
|                     continue | ||||
|                 } | ||||
|                 if (layer.source.geojsonSource !== undefined) { | ||||
|                     // Not an OSM-source
 | ||||
|                     continue | ||||
|                 } | ||||
|                 allLayers.push(layer) | ||||
|                 builtinLayerIds.add(layer.id) | ||||
|                 inlineLayers.set(layer.id, layout.id) | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|         const themesPerLayer = new Map<string, string[]>() | ||||
| 
 | ||||
|  | @ -52,6 +103,7 @@ export class AllKnownLayouts { | |||
|             } | ||||
|             for (const layer of layout.layers) { | ||||
|                 if (!builtinLayerIds.has(layer.id)) { | ||||
|                     // This is an inline layer
 | ||||
|                     continue | ||||
|                 } | ||||
|                 if (!themesPerLayer.has(layer.id)) { | ||||
|  | @ -79,10 +131,14 @@ export class AllKnownLayouts { | |||
| 
 | ||||
|         allLayers.forEach((layer) => { | ||||
|             const element = layer.GenerateDocumentation(themesPerLayer.get(layer.id), layerIsNeededBy, DependencyCalculator.getLayerDependencies(layer)) | ||||
|             callback(layer, element) | ||||
|             callback(layer, element, inlineLayers.get(layer.id)) | ||||
|         }) | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Generates the documentation for the layers overview page | ||||
|      * @constructor | ||||
|      */ | ||||
|     public static GenLayerOverviewText(): BaseUIElement { | ||||
|         for (const id of Constants.priviliged_layers) { | ||||
|             if (!AllKnownLayouts.sharedLayers.has(id)) { | ||||
|  | @ -143,9 +199,20 @@ export class AllKnownLayouts { | |||
| 
 | ||||
|     } | ||||
| 
 | ||||
|     private static getSharedLayers(): Map<string, LayerConfig> { | ||||
|     public static GenerateDocumentationForTheme(theme: LayoutConfig): BaseUIElement { | ||||
|         return new Combine([ | ||||
|             new Title(new Combine([theme.title, "(", theme.id + ")"]), 2), | ||||
|             theme.description, | ||||
|             "This theme contains the following layers:", | ||||
|             new List(theme.layers.map(l => l.id)), | ||||
|             "Available languages:", | ||||
|             new List(theme.language) | ||||
|         ]) | ||||
|     } | ||||
| 
 | ||||
|     public static getSharedLayers(): Map<string, LayerConfig> { | ||||
|         const sharedLayers = new Map<string, LayerConfig>(); | ||||
|         for (const layer of known_themes.layers) { | ||||
|         for (const layer of known_themes["layers"]) { | ||||
|             try { | ||||
|                 // @ts-ignore
 | ||||
|                 const parsed = new LayerConfig(layer, "shared_layers") | ||||
|  | @ -160,6 +227,16 @@ export class AllKnownLayouts { | |||
|         return sharedLayers; | ||||
|     } | ||||
| 
 | ||||
|     public static getSharedLayersConfigs(): Map<string, LayerConfigJson> { | ||||
|         const sharedLayers = new Map<string, LayerConfigJson>(); | ||||
|         for (const layer of known_themes["layers"]) { | ||||
|                 // @ts-ignore
 | ||||
|                 sharedLayers.set(layer.id, layer); | ||||
|         } | ||||
| 
 | ||||
|         return sharedLayers; | ||||
|     } | ||||
| 
 | ||||
|     private static GenerateOrderedList(allKnownLayouts: Map<string, LayoutConfig>): LayoutConfig[] { | ||||
|         const list = [] | ||||
|         allKnownLayouts.forEach((layout) => { | ||||
|  | @ -170,8 +247,8 @@ export class AllKnownLayouts { | |||
| 
 | ||||
|     private static AllLayouts(): Map<string, LayoutConfig> { | ||||
|         const dict: Map<string, LayoutConfig> = new Map(); | ||||
|         for (const layoutConfigJson of known_themes.themes) { | ||||
|             const layout = new LayoutConfig(<LayoutConfigJson> layoutConfigJson, true) | ||||
|         for (const layoutConfigJson of known_themes["themes"]) { | ||||
|             const layout = new LayoutConfig(<LayoutConfigJson>layoutConfigJson, true) | ||||
|             dict.set(layout.id, layout) | ||||
|             for (let i = 0; i < layout.layers.length; i++) { | ||||
|                 let layer = layout.layers[i]; | ||||
|  |  | |||
|  | @ -84,9 +84,9 @@ To add a translation: | |||
| 
 | ||||
| ### Input elements | ||||
| 
 | ||||
| Input elements are a special kind of BaseElement and which offer a piece of a form to the user, e.g. a TextField, a Radio button, a dropdown, ... | ||||
| Input elements are a special kind of BaseElement which offer a piece of a form to the user, e.g. a TextField, a Radio button, a dropdown, ... | ||||
| 
 | ||||
| The constructor will ask all the parameters to configure them. The actual value can be obtained via `inputElement.GetValue()`, which is a UIEVentSource that will be triggered every time the user changes the input. | ||||
| The constructor will ask all the parameters to configure them. The actual value can be obtained via `inputElement.GetValue()`, which is a `UIEventSource` that will be triggered every time the user changes the input. | ||||
| 
 | ||||
| ### Advanced elements | ||||
| 
 | ||||
|  | @ -215,7 +215,7 @@ Other files (mostly images that are part of the core of MapComplete) go into `as | |||
| Logic | ||||
| ----- | ||||
| 
 | ||||
| The last part is the business logic of the application, found in 'Logic'. Actors are small objects which react to `UIEventSources` to update other eventSources. | ||||
| The last part is the business logic of the application, found in the directory [Logic](../Logic). Actors are small objects which react to `UIEventSources` to update other eventSources. | ||||
| 
 | ||||
| `State.state` is a big singleton object containing a lot of the state of the entire application. That one is a bit of a mess. | ||||
| 
 | ||||
|  |  | |||
|  | @ -18,16 +18,34 @@ | |||
|     + [payment-options](#payment-options) | ||||
|     + [payment-options-advanced](#payment-options-advanced) | ||||
|     + [level](#level) | ||||
|     + [bicycle_rental.*bicycle_rental](#bicycle_rental*bicycle_rental) | ||||
|     + [bike_cleaning.bike_cleaning-service:bicycle:cleaning:charge](#bike_cleaningbike_cleaning-service:bicycle:cleaning:charge) | ||||
|     + [wheelchair-access](#wheelchair-access) | ||||
|     + [smoking](#smoking) | ||||
|     + [service:electricity](#serviceelectricity) | ||||
|     + [dog-access](#dog-access) | ||||
|     + [all_tags](#all_tags) | ||||
|     + [questions](#questions) | ||||
|     + [reviews](#reviews) | ||||
|     + [climbing.website](#climbingwebsite) | ||||
|     + [climbing.fee](#climbingfee) | ||||
|     + [climbing.bouldering](#climbingbouldering) | ||||
|     + [climbing.average_length](#climbingaverage_length) | ||||
|     + [climbing.min_difficulty](#climbingmin_difficulty) | ||||
|     + [climbing.max_difficulty](#climbingmax_difficulty) | ||||
|     + [climbing.sportclimbing](#climbingsportclimbing) | ||||
|     + [climbing.max_bolts](#climbingmax_bolts) | ||||
|     + [all_tags](#all_tags) | ||||
|     + [multilevels](#multilevels) | ||||
|     + [induction-loop](#induction-loop) | ||||
|     + [questions](#questions) | ||||
|     + [export_as_gpx](#export_as_gpx) | ||||
|     + [export_as_geojson](#export_as_geojson) | ||||
|     + [minimap](#minimap) | ||||
|     + [wikipedia](#wikipedia) | ||||
|     + [wikidata.school-language](#wikidataschool-language) | ||||
|     + [id_presets.shop_types](#id_presetsshop_types) | ||||
|     + [school.capacity](#schoolcapacity) | ||||
|     + [school.gender](#schoolgender) | ||||
|     + [wikidata.language](#wikidatalanguage) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -51,6 +69,7 @@ | |||
|   - bench | ||||
|   - bench_at_pt | ||||
|   - bicycle_library | ||||
|   - bicycle_rental | ||||
|   - bicycle_tube_vending_machine | ||||
|   - bike_cafe | ||||
|   - bike_cleaning | ||||
|  | @ -62,34 +81,51 @@ | |||
|   - birdhide | ||||
|   - cafe_pub | ||||
|   - charging_station | ||||
|   - climbing_area | ||||
|   - climbing_gym | ||||
|   - climbing_route | ||||
|   - defibrillator | ||||
|   - doctors | ||||
|   - dogpark | ||||
|   - drinking_water | ||||
|   - elevator | ||||
|   - entrance | ||||
|   - extinguisher | ||||
|   - fire_station | ||||
|   - food | ||||
|   - ghost_bike | ||||
|   - governments | ||||
|   - grass_in_parks | ||||
|   - hotel | ||||
|   - hydrant | ||||
|   - indoors | ||||
|   - information_board | ||||
|   - map | ||||
|   - nature_reserve | ||||
|   - observation_tower | ||||
|   - parking | ||||
|   - pharmacy | ||||
|   - picnic_table | ||||
|   - play_forest | ||||
|   - playground | ||||
|   - public_bookcase | ||||
|   - rainbow_crossings | ||||
|   - reception_desk | ||||
|   - recycling | ||||
|   - shops | ||||
|   - slow_roads | ||||
|   - sport_pitch | ||||
|   - street_lamps | ||||
|   - surveillance_camera | ||||
|   - toilet | ||||
|   - trail | ||||
|   - transit_stops | ||||
|   - tree_node | ||||
|   - viewpoint | ||||
|   - village_green | ||||
|   - waste_basket | ||||
|   - watermill | ||||
|   - windturbine | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -102,10 +138,27 @@ | |||
| 
 | ||||
|   - bicycle_library | ||||
|   - bicycle_rental | ||||
|   - bike_shop | ||||
|   - bike_themed_object | ||||
|   - cafe_pub | ||||
|   - climbing_club | ||||
|   - climbing_gym | ||||
|   - doctors | ||||
|   - food | ||||
|   - governments | ||||
|   - hackerspace | ||||
|   - hospital | ||||
|   - hotel | ||||
|   - kindergarten_childcare | ||||
|   - nature_reserve | ||||
|   - observation_tower | ||||
|   - pharmacy | ||||
|   - playground | ||||
|   - recycling | ||||
|   - school | ||||
|   - shops | ||||
|   - tertiary_education | ||||
|   - veterinary | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -118,9 +171,24 @@ | |||
| 
 | ||||
|   - bicycle_library | ||||
|   - bicycle_rental | ||||
|   - bike_shop | ||||
|   - bike_themed_object | ||||
|   - cafe_pub | ||||
|   - climbing_club | ||||
|   - climbing_gym | ||||
|   - doctors | ||||
|   - food | ||||
|   - governments | ||||
|   - hackerspace | ||||
|   - hospital | ||||
|   - hotel | ||||
|   - kindergarten_childcare | ||||
|   - pharmacy | ||||
|   - recycling | ||||
|   - school | ||||
|   - shops | ||||
|   - tertiary_education | ||||
|   - veterinary | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -133,9 +201,23 @@ | |||
| 
 | ||||
|   - bicycle_library | ||||
|   - bicycle_rental | ||||
|   - bike_shop | ||||
|   - bike_themed_object | ||||
|   - cafe_pub | ||||
|   - climbing_club | ||||
|   - climbing_gym | ||||
|   - doctors | ||||
|   - food | ||||
|   - governments | ||||
|   - hackerspace | ||||
|   - hospital | ||||
|   - hotel | ||||
|   - kindergarten_childcare | ||||
|   - pharmacy | ||||
|   - recycling | ||||
|   - school | ||||
|   - shops | ||||
|   - tertiary_education | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -148,9 +230,17 @@ | |||
| 
 | ||||
|   - bicycle_library | ||||
|   - bicycle_rental | ||||
|   - bike_shop | ||||
|   - bike_themed_object | ||||
|   - cafe_pub | ||||
|   - climbing_club | ||||
|   - climbing_gym | ||||
|   - doctors | ||||
|   - food | ||||
|   - kindergarten_childcare | ||||
|   - pharmacy | ||||
|   - shops | ||||
|   - veterinary | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -164,6 +254,7 @@ | |||
|   - bicycle_library | ||||
|   - bike_shop | ||||
|   - bike_themed_object | ||||
|   - climbing_route | ||||
|   - toilet | ||||
| 
 | ||||
| 
 | ||||
|  | @ -204,12 +295,30 @@ | |||
| 
 | ||||
| 
 | ||||
|   - bike_repair_station | ||||
|   - cafe_pub | ||||
|   - charging_station | ||||
|   - entrance | ||||
|   - food | ||||
|   - parking | ||||
|   - picnic_table | ||||
|   - reception_desk | ||||
|   - shops | ||||
|   - toilet | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bicycle_rental.*bicycle_rental  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - bike_shop | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_cleaning.bike_cleaning-service:bicycle:cleaning:charge  | ||||
| 
 | ||||
| 
 | ||||
|  | @ -230,7 +339,21 @@ | |||
|   - cafe_pub | ||||
|   - defibrillator | ||||
|   - food | ||||
|   - hackerspace | ||||
|   - hotel | ||||
|   - observation_tower | ||||
|   - transit_stops | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### smoking  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - cafe_pub | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -259,6 +382,113 @@ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### reviews  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - cafe_pub | ||||
|   - dogpark | ||||
|   - food | ||||
|   - hackerspace | ||||
|   - hotel | ||||
|   - shops | ||||
|   - veterinary | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing.website  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - climbing_area | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing.fee  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - climbing_area | ||||
|   - climbing_gym | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing.bouldering  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - climbing_area | ||||
|   - climbing_gym | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing.average_length  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - climbing_gym | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing.min_difficulty  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - climbing_gym | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing.max_difficulty  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - climbing_gym | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing.sportclimbing  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - climbing_gym | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing.max_bolts  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - climbing_gym | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### all_tags  | ||||
| 
 | ||||
| 
 | ||||
|  | @ -270,6 +500,29 @@ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### multilevels  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - elevator | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### induction-loop  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - elevator | ||||
|   - reception_desk | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
|  | @ -285,24 +538,23 @@ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### reviews  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - food | ||||
|   - shops | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### export_as_gpx  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - gps_track | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### export_as_geojson  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - gps_track | ||||
| 
 | ||||
| 
 | ||||
|  | @ -327,6 +579,61 @@ | |||
| 
 | ||||
|   - nature_reserve | ||||
|   - observation_tower | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wikidata.school-language  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - school | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### id_presets.shop_types  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - shops | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### school.capacity  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - tertiary_education | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### school.gender  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - tertiary_education | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wikidata.language  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - wikidata | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/*.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/*.json) | ||||
|  | @ -23,6 +23,7 @@ | |||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [Privacy notice](#privacy-notice) | ||||
|     + [export_as_gpx](#export_as_gpx) | ||||
|     + [export_as_geojson](#export_as_geojson) | ||||
|     + [minimap](#minimap) | ||||
|     + [delete](#delete) | ||||
| 1. [type_node](#type_node) | ||||
|  | @ -34,12 +35,16 @@ | |||
|     + [conversation](#conversation) | ||||
|     + [add_image](#add_image) | ||||
|     + [comment](#comment) | ||||
|     + [nearby-images](#nearby-images) | ||||
|     + [report-contributor](#report-contributor) | ||||
|     + [report-note](#report-note) | ||||
| 1. [import_candidate](#import_candidate) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [all_tags](#all_tags) | ||||
| 1. [direction](#direction) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
| 1. [conflation](#conflation) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|  | @ -77,6 +82,7 @@ MapComplete has a few data layers available in the theme which have special prop | |||
|   - [type_node](#type_node) | ||||
|   - [note](#note) | ||||
|   - [import_candidate](#import_candidate) | ||||
|   - [direction](#direction) | ||||
|   - [conflation](#conflation) | ||||
|   - [left_right_style](#left_right_style) | ||||
|   - [split_point](#split_point) | ||||
|  | @ -100,13 +106,12 @@ Meta layer showing the current location of the user. Add this to your theme and | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - **This layer is included automatically in every theme. This layer might contain no points** | ||||
|   - This layer cannot be toggled in the filter view. If you import this layer in your theme, override `title` to make this toggleable. | ||||
|   - 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` | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/gps_location/gps_location.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -144,14 +149,13 @@ Meta layer which contains the previous locations of the user as single points. T | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - **This layer is included automatically in every theme. This layer might contain no points** | ||||
|   - This layer cannot be toggled in the filter view. If you import this layer in your theme, override `title` to make this toggleable. | ||||
|   - 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` | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/gps_location_history/gps_location_history.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -189,13 +193,12 @@ Meta layer showing the home location of the user. The home location can be set i | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - **This layer is included automatically in every theme. This layer might contain no points** | ||||
|   - This layer cannot be toggled in the filter view. If you import this layer in your theme, override `title` to make this toggleable. | ||||
|   - 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` | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/home_location/home_location.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -233,13 +236,12 @@ Meta layer showing the previous locations of the user as single line. Add this t | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - **This layer is included automatically in every theme. This layer might contain no points** | ||||
|   - This layer is not visible by default and must be enabled in the filter by the user.  | ||||
|   - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/gps_track/gps_track.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -267,7 +269,7 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -277,7 +279,21 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| Shows a button to export this feature as GPX. Especially useful for route relations | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -287,7 +303,9 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| Shows a small map with the feature. Added by default to every popup | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -297,7 +315,7 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -317,11 +335,10 @@ This is a priviliged meta_layer which exports _every_ point in OSM. This only wo | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **18** and higher | ||||
|   - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/type_node/type_node.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -359,11 +376,10 @@ This layer shows notes on OpenStreetMap. Having this layer in your theme will tr | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely `https://api.openstreetmap.org/api/0.6/notes.json?limit=10000&closed=7&bbox={x_min},{y_min},{x_max},{y_max}` | ||||
|   - This layer is shown at zoomlevel **10** and higher | ||||
|   - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely  `https://api.openstreetmap.org/api/0.6/notes.json?limit=10000&closed=7&bbox={x_min},{y_min},{x_max},{y_max}` | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/note/note.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -391,7 +407,7 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -401,7 +417,7 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -411,7 +427,17 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### nearby-images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -421,17 +447,19 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `_opened_by_anonymous_user=false`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### report-note  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -451,11 +479,10 @@ Layer used in the importHelper | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - Not visible in the layer selection by default. If you want to make this layer toggable, override `name` | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/import_candidate/import_candidate.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -483,7 +510,48 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  direction  | ||||
| =========== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/direction_gradient:var(--catch-detail-color)' height="100px">  | ||||
| 
 | ||||
| This layer visualizes directions | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **16** 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. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - camera:direction~^..*$|direction~^..*$ | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -503,11 +571,10 @@ If the import-button moves OSM points, the imported way points or conflates, a p | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **1** and higher | ||||
|   - This layer can **not** be included in a theme. It is solely used by [special renderings](SpecialRenderings.md) showing a minimap with custom data. | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/conflation/conflation.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -545,11 +612,10 @@ Special meta-style which will show one single line, either on the left or on the | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - This layer can **not** be included in a theme. It is solely used by [special renderings](SpecialRenderings.md) showing a minimap with custom data. | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/left_right_style/left_right_style.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -587,11 +653,10 @@ Layer rendering the little scissors for the minimap in the 'splitRoadWizard' | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **1** and higher | ||||
|   - This layer can **not** be included in a theme. It is solely used by [special renderings](SpecialRenderings.md) showing a minimap with custom data. | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/split_point/split_point.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -631,11 +696,10 @@ The icon on the button is the default icon of the layer, but can be customized b | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - This layer can **not** be included in a theme. It is solely used by [special renderings](SpecialRenderings.md) showing a minimap with custom data. | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/current_view/current_view.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -673,11 +737,10 @@ The default rendering for a locationInput which snaps onto another object | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - This layer can **not** be included in a theme. It is solely used by [special renderings](SpecialRenderings.md) showing a minimap with custom data. | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/matchpoint/matchpoint.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -729,6 +792,12 @@ The following layers are included in MapComplete: | |||
|   - [birdhide](./Layers/birdhide.md) | ||||
|   - [cafe_pub](./Layers/cafe_pub.md) | ||||
|   - [charging_station](./Layers/charging_station.md) | ||||
|   - [climbing](./Layers/climbing.md) | ||||
|   - [climbing_area](./Layers/climbing_area.md) | ||||
|   - [climbing_club](./Layers/climbing_club.md) | ||||
|   - [climbing_gym](./Layers/climbing_gym.md) | ||||
|   - [climbing_opportunity](./Layers/climbing_opportunity.md) | ||||
|   - [climbing_route](./Layers/climbing_route.md) | ||||
|   - [cluster_style](./Layers/cluster_style.md) | ||||
|   - [conflation](./Layers/conflation.md) | ||||
|   - [crab_address](./Layers/crab_address.md) | ||||
|  | @ -737,51 +806,74 @@ The following layers are included in MapComplete: | |||
|   - [cycleways_and_roads](./Layers/cycleways_and_roads.md) | ||||
|   - [defibrillator](./Layers/defibrillator.md) | ||||
|   - [direction](./Layers/direction.md) | ||||
|   - [doctors](./Layers/doctors.md) | ||||
|   - [dogpark](./Layers/dogpark.md) | ||||
|   - [drinking_water](./Layers/drinking_water.md) | ||||
|   - [elevator](./Layers/elevator.md) | ||||
|   - [entrance](./Layers/entrance.md) | ||||
|   - [etymology](./Layers/etymology.md) | ||||
|   - [extinguisher](./Layers/extinguisher.md) | ||||
|   - [fire_station](./Layers/fire_station.md) | ||||
|   - [food](./Layers/food.md) | ||||
|   - [ghost_bike](./Layers/ghost_bike.md) | ||||
|   - [governments](./Layers/governments.md) | ||||
|   - [gps_location](./Layers/gps_location.md) | ||||
|   - [gps_location_history](./Layers/gps_location_history.md) | ||||
|   - [gps_track](./Layers/gps_track.md) | ||||
|   - [grass_in_parks](./Layers/grass_in_parks.md) | ||||
|   - [hackerspace](./Layers/hackerspace.md) | ||||
|   - [home_location](./Layers/home_location.md) | ||||
|   - [hospital](./Layers/hospital.md) | ||||
|   - [hotel](./Layers/hotel.md) | ||||
|   - [hydrant](./Layers/hydrant.md) | ||||
|   - [id_presets](./Layers/id_presets.md) | ||||
|   - [import_candidate](./Layers/import_candidate.md) | ||||
|   - [indoors](./Layers/indoors.md) | ||||
|   - [information_board](./Layers/information_board.md) | ||||
|   - [kerbs](./Layers/kerbs.md) | ||||
|   - [kindergarten_childcare](./Layers/kindergarten_childcare.md) | ||||
|   - [left_right_style](./Layers/left_right_style.md) | ||||
|   - [map](./Layers/map.md) | ||||
|   - [matchpoint](./Layers/matchpoint.md) | ||||
|   - [maxspeed](./Layers/maxspeed.md) | ||||
|   - [named_streets](./Layers/named_streets.md) | ||||
|   - [nature_reserve](./Layers/nature_reserve.md) | ||||
|   - [note](./Layers/note.md) | ||||
|   - [note_import](./Layers/note_import.md) | ||||
|   - [observation_tower](./Layers/observation_tower.md) | ||||
|   - [parking](./Layers/parking.md) | ||||
|   - [pedestrian_path](./Layers/pedestrian_path.md) | ||||
|   - [pharmacy](./Layers/pharmacy.md) | ||||
|   - [picnic_table](./Layers/picnic_table.md) | ||||
|   - [play_forest](./Layers/play_forest.md) | ||||
|   - [playground](./Layers/playground.md) | ||||
|   - [public_bookcase](./Layers/public_bookcase.md) | ||||
|   - [rainbow_crossings](./Layers/rainbow_crossings.md) | ||||
|   - [reception_desk](./Layers/reception_desk.md) | ||||
|   - [recycling](./Layers/recycling.md) | ||||
|   - [school](./Layers/school.md) | ||||
|   - [shelter](./Layers/shelter.md) | ||||
|   - [shops](./Layers/shops.md) | ||||
|   - [slow_roads](./Layers/slow_roads.md) | ||||
|   - [split_point](./Layers/split_point.md) | ||||
|   - [sport_pitch](./Layers/sport_pitch.md) | ||||
|   - [street_lamps](./Layers/street_lamps.md) | ||||
|   - [surveillance_camera](./Layers/surveillance_camera.md) | ||||
|   - [tertiary_education](./Layers/tertiary_education.md) | ||||
|   - [toilet](./Layers/toilet.md) | ||||
|   - [trail](./Layers/trail.md) | ||||
|   - [transit_routes](./Layers/transit_routes.md) | ||||
|   - [transit_stops](./Layers/transit_stops.md) | ||||
|   - [tree_node](./Layers/tree_node.md) | ||||
|   - [type_node](./Layers/type_node.md) | ||||
|   - [veterinary](./Layers/veterinary.md) | ||||
|   - [viewpoint](./Layers/viewpoint.md) | ||||
|   - [village_green](./Layers/village_green.md) | ||||
|   - [visitor_information_centre](./Layers/visitor_information_centre.md) | ||||
|   - [walls_and_buildings](./Layers/walls_and_buildings.md) | ||||
|   - [waste_basket](./Layers/waste_basket.md) | ||||
|   - [waste_disposal](./Layers/waste_disposal.md) | ||||
|   - [watermill](./Layers/watermill.md) | ||||
|   - [windturbine](./Layers/windturbine.md) | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [Customizations/AllKnownLayouts.ts](https://github.com/pietervdvn/MapComplete/blob/develop/Customizations/AllKnownLayouts.ts) | ||||
|  | @ -12,7 +12,9 @@ The following items can be easily reused in your layers | |||
| 1. [Builtin questions](#builtin-questions) | ||||
|     + [questions](#questions) | ||||
|     + [images](#images) | ||||
|     + [mapillary](#mapillary) | ||||
|     + [export_as_gpx](#export_as_gpx) | ||||
|     + [export_as_geojson](#export_as_geojson) | ||||
|     + [wikipedia](#wikipedia) | ||||
|     + [reviews](#reviews) | ||||
|     + [minimap](#minimap) | ||||
|  | @ -30,12 +32,16 @@ The following items can be easily reused in your layers | |||
|     + [payment-options-advanced](#payment-options-advanced) | ||||
|     + [last_edit](#last_edit) | ||||
|     + [all_tags](#all_tags) | ||||
|     + [multilevels](#multilevels) | ||||
|     + [level](#level) | ||||
|     + [smoking](#smoking) | ||||
|     + [induction-loop](#induction-loop) | ||||
|     + [default](#default) | ||||
|     + [defaults](#defaults) | ||||
|     + [isOpen](#isopen) | ||||
|     + [phonelink](#phonelink) | ||||
|     + [emaillink](#emaillink) | ||||
|     + [smokingicon](#smokingicon) | ||||
|     + [sharelink](#sharelink) | ||||
| 
 | ||||
| 
 | ||||
|  | @ -54,7 +60,17 @@ Read-only tagrendering | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| {image_carousel()}{image_upload()} | ||||
| {image_carousel()}{image_upload()}{nearby_images(expandable)} | ||||
| 
 | ||||
| Read-only tagrendering | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### mapillary  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| {mapillary()} | ||||
| 
 | ||||
| Read-only tagrendering | ||||
| 
 | ||||
|  | @ -70,6 +86,16 @@ Read-only tagrendering | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### export_as_geojson  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| {export_as_geojson()} | ||||
| 
 | ||||
| Read-only tagrendering | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wikipedia  | ||||
| 
 | ||||
| 
 | ||||
|  | @ -80,6 +106,7 @@ What is the corresponding Wikidata entity? | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - {wikipedia():max-height:25rem} | ||||
|   - No Wikipedia page has been linked yet | ||||
| 
 | ||||
| 
 | ||||
|  | @ -111,7 +138,7 @@ Read-only tagrendering | |||
| 
 | ||||
| <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| What is the phone number of {name}? | ||||
| What is the phone number of {title()}? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -124,7 +151,7 @@ What is the phone number of {name}? | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <a href='https://openstreetmap.org/{id}' target='_blank'><img src='./assets/svg/osm-logo-us.svg'/></a> | ||||
| <a href='https://openstreetmap.org/{id}' target='_blank'><img alt='on osm' textmode='🗺️' src='./assets/svg/osm-logo-us.svg'/></a> | ||||
| 
 | ||||
| Read-only tagrendering | ||||
| 
 | ||||
|  | @ -140,7 +167,7 @@ Read-only tagrendering | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <a href='https://wikipedia.org/wiki/{wikipedia}' target='_blank'><img src='./assets/svg/wikipedia.svg' alt='WP'/></a> | ||||
| <a href='https://wikipedia.org/wiki/{wikipedia}' target='_blank'><img src='./assets/svg/wikipedia.svg' textmode='📖' alt='Wikipedia'/></a> | ||||
| 
 | ||||
| Read-only tagrendering | ||||
| 
 | ||||
|  | @ -157,7 +184,7 @@ Read-only tagrendering | |||
| 
 | ||||
| <a href='mailto:{email}' target='_blank'>{email}</a> | ||||
| 
 | ||||
| What is the email address of {name}? | ||||
| What is the email address of {title()}? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -172,7 +199,7 @@ What is the email address of {name}? | |||
| 
 | ||||
| <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| What is the website of {name}? | ||||
| What is the website of {title()}? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -229,7 +256,7 @@ Is there still something relevant you couldn't give in the previous questions? A | |||
| 
 | ||||
| <h3>Opening hours</h3>{opening_hours_table(opening_hours)} | ||||
| 
 | ||||
| What are the opening hours of {name}? | ||||
| What are the opening hours of {title()}? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -299,6 +326,25 @@ Read-only tagrendering | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### multilevels  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This elevator goes to floors {level} | ||||
| 
 | ||||
| What levels does this elevator go to? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Located underground | ||||
|   - Located on the ground floor | ||||
|   - Located on the ground floor | ||||
|   - Located on the first floor | ||||
|   - Located on the first basement level | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### level  | ||||
| 
 | ||||
| 
 | ||||
|  | @ -318,6 +364,35 @@ On what level is this feature located? | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### smoking  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Is smoking allowed at {title()}? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Smoking is <b>allowed</b> | ||||
|   - Smoking is <b>not allowed</b> | ||||
|   - Smoking is <b>allowed outside</b>. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### induction-loop  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### default  | ||||
| 
 | ||||
| 
 | ||||
|  | @ -354,7 +429,7 @@ Read-only tagrendering | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <a href='tel:{phone}'><img src='./assets/svg/phone.svg'/></a> | ||||
| <a href='tel:{phone}'><img textmode='📞' alt='phone' src='./assets/tagRenderings/phone.svg'/></a> | ||||
| 
 | ||||
| Read-only tagrendering | ||||
| 
 | ||||
|  | @ -364,12 +439,26 @@ Read-only tagrendering | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <a href='mailto:{email}'><img src='./assets/svg/send_email.svg'/></a> | ||||
| <a href='mailto:{email}'><img textmode='✉️' alt='email' src='./assets/tagRenderings/send_email.svg'/></a> | ||||
| 
 | ||||
| Read-only tagrendering | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### smokingicon  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Read-only tagrendering | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <img textmode='🚭️' alt='no-smoking' src='./assets/tagRenderings/no_smoking.svg'/> | ||||
|   - <img textmode='🚬️' alt='smoking-allowed' src='./assets/tagRenderings/smoking.svg'/> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### sharelink  | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Metatags  | ||||
| ========== | ||||
| 
 | ||||
|  | @ -21,8 +22,10 @@ | |||
|     + [_last_edit:contributor, _last_edit:contributor:uid, _last_edit:changeset, _last_edit:timestamp, _version_number, _backend](#_last_editcontributor,-_last_edit:contributor:uid,-_last_edit:changeset,-_last_edit:timestamp,-_version_number,-_backend) | ||||
|     + [sidewalk:left, sidewalk:right, generic_key:left:property, generic_key:right:property](#sidewalkleft,-sidewalk:right,-generic_key:left:property,-generic_key:right:property) | ||||
|     + [_geometry:type](#_geometrytype) | ||||
|     + [_level](#_level) | ||||
|     + [distanceTo](#distanceto) | ||||
|     + [overlapWith](#overlapwith) | ||||
|     + [enclosingFeatures](#enclosingfeatures) | ||||
|     + [intersectionsWith](#intersectionswith) | ||||
|     + [closest](#closest) | ||||
|     + [closestn](#closestn) | ||||
|  | @ -33,7 +36,7 @@ | |||
| 
 | ||||
| Metatags are extra tags available, in order to display more data or to give better questions. | ||||
| 
 | ||||
| The are calculated automatically on every feature when the data arrives in the webbrowser. This document gives an overview of the available metatags. | ||||
| They are calculated automatically on every feature when the data arrives in the webbrowser. This document gives an overview of the available metatags. | ||||
| 
 | ||||
| **Hint:** when using metatags, add the [query parameter](URL_Parameters.md) `debug=true` to the URL. This will include a box in the popup for features which shows all the properties of the object | ||||
| 
 | ||||
|  | @ -168,6 +171,16 @@ Adds the geometry type as property. This is identical to the GoeJson geometry ty | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### _level  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Extract the 'level'-tag into a normalized, ';'-separated value | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Calculating tags with Javascript  | ||||
| ---------------------------------- | ||||
| 
 | ||||
|  | @ -218,6 +231,7 @@ Some advanced functions are available on **feat** as well: | |||
| 
 | ||||
|   - [distanceTo](#distanceTo) | ||||
|   - [overlapWith](#overlapWith) | ||||
|   - [enclosingFeatures](#enclosingFeatures) | ||||
|   - [intersectionsWith](#intersectionsWith) | ||||
|   - [closest](#closest) | ||||
|   - [closestn](#closestn) | ||||
|  | @ -235,12 +249,25 @@ Some advanced functions are available on **feat** as well: | |||
| 
 | ||||
| ### overlapWith  | ||||
| 
 | ||||
|  Gives a list of features from the specified layer which this feature (partly) overlaps with. A point which is embedded in the feature is detected as well.If the current feature is a point, all features that this point is embeded in are given. | ||||
|  Gives a list of features from the specified layer which this feature (partly) overlaps with. A point which is embedded in the feature is detected as well. | ||||
| If the current feature is a point, all features that this point is embeded in are given. | ||||
| 
 | ||||
| The returned value is `{ feat: GeoJSONFeature, overlap: number}[]` where `overlap` is the overlapping surface are (in m²) for areas, the overlapping length (in meter) if the current feature is a line or `undefined` if the current feature is a point. | ||||
| The resulting list is sorted in descending order by overlap. The feature with the most overlap will thus be the first in the list | ||||
| The resulting list is sorted in descending order by overlap. The feature with the most overlap will thus be the first in the list. | ||||
| 
 | ||||
| For example to get all objects which overlap or embed from a layer, use `_contained_climbing_routes_properties=feat.overlapWith('climbing_route')`  | ||||
| For example to get all objects which overlap or embed from a layer, use `_contained_climbing_routes_properties=feat.overlapWith('climbing_route')` | ||||
| 
 | ||||
| Also see [enclosingFeatures](#enclosingFeatures) which can be used to get all objects which fully contain this feature  | ||||
| 
 | ||||
|   0. ...layerIds - one or more layer ids of the layer from which every feature is checked for overlap) | ||||
|   | ||||
| 
 | ||||
| ### enclosingFeatures  | ||||
| 
 | ||||
|  Gives a list of all features in the specified layers which fully contain this object. Returned features will always be (multi)polygons. (LineStrings and Points from the other layers are ignored) | ||||
| 
 | ||||
| The result is a list of features: `{feat: Polygon}[]` | ||||
| This function will never return the feature itself.  | ||||
| 
 | ||||
|   0. ...layerIds - one or more layer ids of the layer from which every feature is checked for overlap) | ||||
|   | ||||
|  |  | |||
|  | @ -26,7 +26,7 @@ Devcontainer (see more details later). | |||
| 
 | ||||
| To develop and build MapComplete, you | ||||
| 
 | ||||
| 0. Make a fork and clone the repository. | ||||
| 0. Make a fork and clone the repository. (We recommend a shallow clone with `git clone --filter=blob:none <repo>`) | ||||
| 0. Install the nodejs version specified in [.tool-versions](./.tool-versions) | ||||
|     - On linux: install npm first `sudo apt install npm`, then install `n` using npm: ` npm install -g n`, which can | ||||
|       then install node with `n install <node-version>` | ||||
|  | @ -72,6 +72,12 @@ To use the WSL in Visual Studio Code: | |||
|    or `userlayout=true#<layout configuration>` as [Query parameter](URL_Parameters.md). Note that the shorter URLs ( | ||||
|    e.g. `bookcases.html`, `aed.html`, ...) _don't_ exist on the development version. | ||||
| 
 | ||||
| ### Dependencie | ||||
| 
 | ||||
| `make` , `python3` `g++` | ||||
| 
 | ||||
| (run `nix-env -iA nixos.gnumake nixos.gdc nixos.python3`) | ||||
| 
 | ||||
| Automatic deployment | ||||
| -------------------- | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										
											BIN
										
									
								
								Docs/FilterFunctionality.gif
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Docs/FilterFunctionality.gif
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 7.3 MiB | 
							
								
								
									
										
											BIN
										
									
								
								Docs/FilteredByDepth.gif
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Docs/FilteredByDepth.gif
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 6.3 MiB | 
							
								
								
									
										49
									
								
								Docs/LanguagePicker.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								Docs/LanguagePicker.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,49 @@ | |||
| # The language-picker | ||||
| 
 | ||||
| (Originally published as diary-entry) | ||||
| 
 | ||||
| 
 | ||||
| In my [little OpenStreetMap-editor](https://mapcomplete.osm.be) translations are provided by contributors on [hosted weblate](https://hosted.weblate.org/projects/mapcomplete/), where thousands of text snippets have been translated already in the past year - which is awesome.  | ||||
| 
 | ||||
| However, the language picker was a bit dry: it used to have codes for every langauge, e.g. `nl`, `en`, `ja`, 'pt_BR', 'zh_Hant'... Quite boring and not really user-friendly - but easy to implement. | ||||
| 
 | ||||
| Today, I decided to give these an overhaul. I wanted to show proper language names in them. But: in which _language_ should we show the language overview? | ||||
| 
 | ||||
| Should we show the language option in the language itself? Or should the languages be shown in the _current language_? Showing in the _current language_ also means that the name of every language should be translated too - a huge task... Also, translating every language has the drawback that, if a user accidentally selects a language in a foreign writing system, they'll won't be able to find their language in all the "gibberish". | ||||
| 
 | ||||
| ### Best of both worlds | ||||
| 
 | ||||
| I decided to offer the best of both worlds: in the menu, first language name is shown as the native speaker speaks it, followed by the language name in the _current language_ (except if both are the same) | ||||
| 
 | ||||
| This means that, in all circumstances, everyone can find their language. | ||||
| 
 | ||||
| But, where to fetch every language name in every language? | ||||
| 
 | ||||
| # Wikidata to the rescue | ||||
| 
 | ||||
| Of course, the internet must have a list of languages translated in every language. But where to find it or compile it? | ||||
| 
 | ||||
| I decided to have a look at one of the biggest repositories of knowledge: Wikidata. They do have an entry for every language (e.g. [Dutch](https://www.wikidata.org/wiki/Q7411)). To fetch every [modern language](https://www.wikidata.org/wiki/Q1288568), we turn to the SPARQL-endpoint with the following query: | ||||
| 
 | ||||
| ``` sparql | ||||
| SELECT ?lang ?label ?code | ||||
|         WHERE | ||||
|         { | ||||
|           ?lang wdt:P31 wd:Q1288568. | ||||
|           ?lang rdfs:label ?label. | ||||
|           ?lang wdt:P424 ?code | ||||
|         }  | ||||
| ``` | ||||
| 
 | ||||
| This one fetches all languages and uses the labels in every language as their translation. With a Typescript these can be downloaded and used as translation. | ||||
| 
 | ||||
| ## The messy real world | ||||
| 
 | ||||
| Of course, real life isn't as easy. There are dialects, differences in notation between Weblate and Wikipedia (e.g. `zh-hant` vs `zh-Hant`). But with a few exceptions, this can be fixed too. Some pragmatism doesn't hurt - even though it is nice that it works for most cases automatically. | ||||
| 
 | ||||
| [The full script is available here](https://github.com/pietervdvn/MapComplete/blob/develop/scripts/fetchLanguages.ts).  | ||||
| 
 | ||||
| # Results | ||||
| 
 | ||||
|  | ||||
|  | ||||
|  | @ -12,25 +12,13 @@ Addresses | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [address](#address) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [housenumber](#housenumber) | ||||
|     + [street](#street) | ||||
|     + [fixme](#fixme) | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **18** and higher | ||||
|   - This layer will automatically load  [named_streets](./named_streets.md)  into the layout as it depends on it:  a calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _closest_3_street_names) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer will automatically load  [named_streets](./named_streets.md)  into the layout as it depends on it:  A calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _closest_3_street_names) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/address/address.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
|  | @ -44,6 +32,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - addr:housenumber~^..*$|addr:street~^..*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22addr%3Ahousenumber%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22addr%3Astreet%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -51,7 +41,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -68,14 +60,17 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the number of this house?** | ||||
| The question is  What is the number of this house? | ||||
| 
 | ||||
| This rendering asks information about the property  [addr:housenumber](https://wiki.openstreetmap.org/wiki/Key:addr:housenumber)  | ||||
| This is rendered with `The housenumber is <b>{addr:housenumber}</b>` | ||||
| 
 | ||||
| This is rendered with  The house number is <b>{addr:housenumber}</b> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This building has no house number** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| 
 | ||||
|   - This building has no house number  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:nohousenumber' target='_blank'>nohousenumber</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:nohousenumber%3Dyes' target='_blank'>yes</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -84,16 +79,19 @@ This is rendered with `The housenumber is <b>{addr:housenumber}</b>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What street is this address located in?** | ||||
| The question is  What street is this address located in? | ||||
| 
 | ||||
| This rendering asks information about the property  [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street)  | ||||
| This is rendered with `This address is in street <b>{addr:street}</b>` | ||||
| 
 | ||||
| This is rendered with  This address is in street <b>{addr:street}</b> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Located in <b>{_closest_street:0:name}</b>** corresponds with addr:street= | ||||
|   - **Located in <b>{_closest_street:1:name}</b>** corresponds with addr:street= | ||||
|   - **Located in <b>{_closest_street:2:name}</b>** corresponds with addr:street= | ||||
| 
 | ||||
| 
 | ||||
|   - Located in <b>{_closest_street:0:name}</b>  corresponds with  `addr:street=` | ||||
|   - Located in <b>{_closest_street:1:name}</b>  corresponds with  `addr:street=` | ||||
|   - Located in <b>{_closest_street:2:name}</b>  corresponds with  `addr:street=` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -102,14 +100,17 @@ This is rendered with `This address is in street <b>{addr:street}</b>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What should be fixed here? Please explain** | ||||
| The question is  What should be fixed here? Please explain | ||||
| 
 | ||||
| This rendering asks information about the property  [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme)  | ||||
| This is rendered with `<b>Fixme description</b>{fixme}` | ||||
| 
 | ||||
| This is rendered with  <b>Fixme description</b>{fixme} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **No fixme - write something here to explain complicated cases** corresponds with  | ||||
| 
 | ||||
| 
 | ||||
|   - No fixme - write something here to explain complicated cases  corresponds with  `` | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/address/address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/address/address.json) | ||||
|  | @ -1,62 +1,137 @@ | |||
| all_streets | ||||
| 
 | ||||
| 
 | ||||
|  all_streets  | ||||
| ============= | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [all_streets](#all_streets) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [lit](#lit) | ||||
| 
 | ||||
| 
 | ||||
| - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` | ||||
| <img src='https://mapcomplete.osm.be/./assets/svg/pencil.svg' height="100px">  | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [cyclestreets](https://mapcomplete.osm.be/cyclestreets) | ||||
| - [street_lighting](https://mapcomplete.osm.be/street_lighting) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/all_streets/all_streets.json) | ||||
| Layer to mark any street as cyclestreet | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **18** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [cyclestreets](https://mapcomplete.osm.be/cyclestreets) | ||||
|   - [street_lighting](https://mapcomplete.osm.be/street_lighting) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - highway!~^$ | ||||
| - service!~^driveway$ | ||||
| - highway!~^platform$ | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential' target='_blank'>residential</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary' target='_blank'>tertiary</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified' target='_blank'>unclassified</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22highway%22%3D%22residential%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22tertiary%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22unclassified%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/lit#values) [lit](https://wiki.openstreetmap.org/wiki/Key:lit) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno) [24/7](https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cyclestreet#values) [cyclestreet](https://wiki.openstreetmap.org/wiki/Key:cyclestreet) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes) [](https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3D) [](https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3D) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cyclestreet:start_date#values) [cyclestreet:start_date](https://wiki.openstreetmap.org/wiki/Key:cyclestreet:start_date) | [date](../SpecialInputElements.md#date) |  | ||||
| 
 | ||||
| ### lit | ||||
| 
 | ||||
| The question is **Is this street lit?** | ||||
| 
 | ||||
| - **This street is lit** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes' target='_blank'>yes</a> | ||||
| - **This street is not lit** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'> | ||||
|   lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno' target='_blank'>no</a> | ||||
| - **This street is lit at night** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dsunset-sunrise' target='_blank'>sunset-sunrise</a>_This option | ||||
|   cannot be chosen as answer_ | ||||
| - **This street is lit 24/7** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'> | ||||
|   lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7' target='_blank'>24/7</a> | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/all_streets/all_streets.json | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### is_cyclestreet  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is the street <b>{name}</b> a cyclestreet? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This street is a cyclestreet (and has a speed limit of 30 km/h)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a>` | ||||
|   - This street is a cyclestreet  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a>` | ||||
|   - This street will become a cyclstreet soon  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>` | ||||
|   - This street is not a cyclestreet  corresponds with  `` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### future_cyclestreet  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  When will this street become a cyclestreet? | ||||
| 
 | ||||
| This rendering asks information about the property  [cyclestreet:start_date](https://wiki.openstreetmap.org/wiki/Key:cyclestreet:start_date)  | ||||
| 
 | ||||
| This is rendered with  This street will become a cyclestreet at {cyclestreet:start_date} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `proposed:cyclestreet=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Show the images block at this location | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclestreets/cyclestreets.json) | ||||
|  | @ -12,24 +12,9 @@ An ambulance station is an area for storage of ambulance vehicles, medical equip | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [ambulancestation](#ambulancestation) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [ambulance-name](#ambulance-name) | ||||
|     + [ambulance-street](#ambulance-street) | ||||
|     + [ambulance-place](#ambulance-place) | ||||
|     + [ambulance-agency](#ambulance-agency) | ||||
|     + [ambulance-operator-type](#ambulance-operator-type) | ||||
|     + [images](#images) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -44,8 +29,6 @@ An ambulance station is an area for storage of ambulance vehicles, medical equip | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/ambulancestation/ambulancestation.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -60,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dambulance_station' target='_blank'>ambulance_station</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22emergency%22%3D%22ambulance_station%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -67,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -86,10 +73,13 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the name of this ambulance station?** | ||||
| The question is  What is the name of this ambulance station? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `This station is called {name}.` | ||||
| 
 | ||||
| This is rendered with  This station is called {name}. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -97,10 +87,13 @@ This is rendered with `This station is called {name}.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is ** What is the street name where the station located?** | ||||
| The question is  What is the street name where the station located? | ||||
| 
 | ||||
| This rendering asks information about the property  [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street)  | ||||
| This is rendered with `This station is along a highway called {addr:street}.` | ||||
| 
 | ||||
| This is rendered with  This station is along a highway called {addr:street}. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -108,10 +101,13 @@ This is rendered with `This station is along a highway called {addr:street}.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Where is the station located? (e.g. name of neighborhood, villlage, or town)** | ||||
| The question is  Where is the station located? (e.g. name of neighborhood, villlage, or town) | ||||
| 
 | ||||
| This rendering asks information about the property  [addr:place](https://wiki.openstreetmap.org/wiki/Key:addr:place)  | ||||
| This is rendered with `This station is found within {addr:place}.` | ||||
| 
 | ||||
| This is rendered with  This station is found within {addr:place}. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -119,10 +115,13 @@ This is rendered with `This station is found within {addr:place}.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What agency operates this station?** | ||||
| The question is  What agency operates this station? | ||||
| 
 | ||||
| This rendering asks information about the property  [operator](https://wiki.openstreetmap.org/wiki/Key:operator)  | ||||
| This is rendered with `This station is operated by {operator}.` | ||||
| 
 | ||||
| This is rendered with  This station is operated by {operator}. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -135,17 +134,20 @@ This is rendered with `This station is operated by {operator}.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How is the station operator classified?** | ||||
| The question is  How is the station operator classified? | ||||
| 
 | ||||
| This rendering asks information about the property  [operator:type](https://wiki.openstreetmap.org/wiki/Key:operator:type)  | ||||
| This is rendered with `The operator is a(n) {operator:type} entity.` | ||||
| 
 | ||||
| This is rendered with  The operator is a(n) {operator:type} entity. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The station is operated by the government.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a> | ||||
|   - **The station is operated by a community-based, or informal organization.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity' target='_blank'>community</a> | ||||
|   - **The station is operated by a formal group of volunteers.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dngo' target='_blank'>ngo</a> | ||||
|   - **The station is privately operated.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dprivate' target='_blank'>private</a> | ||||
| 
 | ||||
| 
 | ||||
|   - The station is operated by the government.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a>` | ||||
|   - The station is operated by a community-based, or informal organization.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity' target='_blank'>community</a>` | ||||
|   - The station is operated by a formal group of volunteers.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dngo' target='_blank'>ngo</a>` | ||||
|   - The station is privately operated.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dprivate' target='_blank'>private</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -154,7 +156,9 @@ This is rendered with `The operator is a(n) {operator:type} entity.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
|  |  | |||
|  | @ -7,28 +7,14 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/artwork/artwork.svg' height="100px">  | ||||
| 
 | ||||
| Diverse pieces of artwork | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [artwork](#artwork) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [artwork-artwork_type](#artwork-artwork_type) | ||||
|     + [artwork-artist_name](#artwork-artist_name) | ||||
|     + [artwork-website](#artwork-website) | ||||
|     + [artwork-wikidata](#artwork-wikidata) | ||||
| An open map of statues, busts, graffitis and other artwork all over the world | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -43,8 +29,6 @@ Diverse pieces of artwork | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/artwork/artwork.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -59,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork' target='_blank'>artwork</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22tourism%22%3D%22artwork%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -66,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -84,7 +72,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -94,25 +84,28 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the type of this artwork?** | ||||
| 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}` | ||||
| 
 | ||||
| This is rendered with  This is a {artwork_type} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Architecture** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture' target='_blank'>architecture</a> | ||||
|   - **Mural** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural' target='_blank'>mural</a> | ||||
|   - **Painting** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting' target='_blank'>painting</a> | ||||
|   - **Sculpture** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture' target='_blank'>sculpture</a> | ||||
|   - **Statue** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue' target='_blank'>statue</a> | ||||
|   - **Bust** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust' target='_blank'>bust</a> | ||||
|   - **Stone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone' target='_blank'>stone</a> | ||||
|   - **Installation** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation' target='_blank'>installation</a> | ||||
|   - **Graffiti** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti' target='_blank'>graffiti</a> | ||||
|   - **Relief** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief' target='_blank'>relief</a> | ||||
|   - **Azulejo (Spanish decorative tilework)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo' target='_blank'>azulejo</a> | ||||
|   - **Tilework** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework' target='_blank'>tilework</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Architecture  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture' target='_blank'>architecture</a>` | ||||
|   - Mural  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural' target='_blank'>mural</a>` | ||||
|   - Painting  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting' target='_blank'>painting</a>` | ||||
|   - Sculpture  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture' target='_blank'>sculpture</a>` | ||||
|   - Statue  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue' target='_blank'>statue</a>` | ||||
|   - Bust  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust' target='_blank'>bust</a>` | ||||
|   - Stone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone' target='_blank'>stone</a>` | ||||
|   - Installation  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation' target='_blank'>installation</a>` | ||||
|   - Graffiti  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti' target='_blank'>graffiti</a>` | ||||
|   - Relief  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief' target='_blank'>relief</a>` | ||||
|   - Azulejo (Spanish decorative tilework)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo' target='_blank'>azulejo</a>` | ||||
|   - Tilework  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:artwork_type' target='_blank'>artwork_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework' target='_blank'>tilework</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -121,10 +114,13 @@ This is rendered with `This is a {artwork_type}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which artist created this?** | ||||
| 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 is rendered with  Created by {artist_name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -132,10 +128,13 @@ This is rendered with `Created by {artist_name}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is there a website with more information about this artwork?** | ||||
| 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 is rendered with  More information on <a href='{website}' target='_blank'>this website</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -143,9 +142,12 @@ This is rendered with `More information on <a href='{website}' target='_blank'>t | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which Wikidata-entry corresponds with <b>this artwork</b>?** | ||||
| The question is  Which Wikidata-entry corresponds with <b>this artwork</b>? | ||||
| 
 | ||||
| This rendering asks information about the property  [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata)  | ||||
| This is rendered with `Corresponds with <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>`  | ||||
| 
 | ||||
| This is rendered with  Corresponds with <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a> | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/artwork/artwork.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/artwork/artwork.json) | ||||
|  | @ -1,38 +0,0 @@ | |||
| assen | ||||
| ======= | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [assen](#assen) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [all_tags](#all_tags) | ||||
| 
 | ||||
| 
 | ||||
| - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely `https://robinlinde.github.io/tiles/assen_street_lighting/{z}/{x}/{y}.json` | ||||
| - This layer will automatically load  [street_lamps](./street_lamps.md)  into the layout as it depends on it:  A | ||||
|   calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _ | ||||
|   closest_osm_street_lamp) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/assen/assen.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - Lichtmastnummer~^..*$ | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| ### all_tags | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/assen/assen.json | ||||
|  | @ -12,25 +12,9 @@ Obstacles while cycling, such as bollards and cycle barriers | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [barrier](#barrier) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [bicycle=yes/no](#bicycle=yesno) | ||||
|     + [barrier_type](#barrier_type) | ||||
|     + [Bollard type](#bollard-type) | ||||
|     + [Cycle barrier type](#cycle-barrier-type) | ||||
|     + [MaxWidth](#maxwidth) | ||||
|     + [Space between barrier (cyclebarrier)](#space-between-barrier-(cyclebarrier)) | ||||
|     + [Width of opening (cyclebarrier)](#width-of-opening-(cyclebarrier)) | ||||
|     + [Overlap (cyclebarrier)](#overlap-(cyclebarrier)) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **17** and higher | ||||
|   - This layer will automatically load  [cycleways_and_roads](./cycleways_and_roads.md)  into the layout as it depends on it:  a preset snaps to this layer (presets[0]) | ||||
|   - This layer will automatically load  [cycleways_and_roads](./cycleways_and_roads.md)  into the layout as it depends on it:  a preset snaps to this layer (presets[1]) | ||||
| 
 | ||||
|  | @ -47,8 +31,6 @@ Obstacles while cycling, such as bollards and cycle barriers | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/barrier/barrier.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -63,6 +45,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard' target='_blank'>bollard</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier' target='_blank'>cycle_barrier</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22barrier%22%3D%22bollard%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22barrier%22%3D%22cycle_barrier%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -70,7 +54,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -80,10 +66,10 @@ 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/barrier#values) [barrier](https://wiki.openstreetmap.org/wiki/Key:barrier) | Multiple choice | [bollard](https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard) [cycle_barrier](https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/bollard#values) [bollard](https://wiki.openstreetmap.org/wiki/Key:bollard) | Multiple choice | [removable](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dremovable) [fixed](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dfixed) [foldable](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dfoldable) [flexible](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dflexible) [rising](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Drising) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cycle_barrier#values) [cycle_barrier](https://wiki.openstreetmap.org/wiki/Key:cycle_barrier) | Multiple choice | [single](https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsingle) [double](https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Ddouble) [triple](https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dtriple) [squeeze](https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsqueeze) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/maxwidth:physical#values) [maxwidth:physical](https://wiki.openstreetmap.org/wiki/Key:maxwidth:physical) | [length](../SpecialInputElements.md#length) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/width:separation#values) [width:separation](https://wiki.openstreetmap.org/wiki/Key:width:separation) | [length](../SpecialInputElements.md#length) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/width:opening#values) [width:opening](https://wiki.openstreetmap.org/wiki/Key:width:opening) | [length](../SpecialInputElements.md#length) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/overlap#values) [overlap](https://wiki.openstreetmap.org/wiki/Key:overlap) | [length](../SpecialInputElements.md#length) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/maxwidth:physical#values) [maxwidth:physical](https://wiki.openstreetmap.org/wiki/Key:maxwidth:physical) | [distance](../SpecialInputElements.md#distance) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/width:separation#values) [width:separation](https://wiki.openstreetmap.org/wiki/Key:width:separation) | [distance](../SpecialInputElements.md#distance) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/width:opening#values) [width:opening](https://wiki.openstreetmap.org/wiki/Key:width:opening) | [distance](../SpecialInputElements.md#distance) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/overlap#values) [overlap](https://wiki.openstreetmap.org/wiki/Key:overlap) | [distance](../SpecialInputElements.md#distance) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -92,14 +78,14 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Can a bicycle go past this barrier?** | ||||
| The question is  Can a bicycle go past this barrier? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **A cyclist can go past this.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes' target='_blank'>yes</a> | ||||
|   - **A cyclist can not go past this.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno' target='_blank'>no</a> | ||||
|   - A cyclist can go past this.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes' target='_blank'>yes</a>` | ||||
|   - A cyclist can not go past this.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -108,14 +94,14 @@ The question is **Can a bicycle go past this barrier?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This is a single bollard in the road** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard' target='_blank'>bollard</a> | ||||
|   - **This is a cycle barrier slowing down cyclists** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier' target='_blank'>cycle_barrier</a> | ||||
|   - This is a single bollard in the road  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard' target='_blank'>bollard</a>` | ||||
|   - This is a cycle barrier slowing down cyclists  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier' target='_blank'>cycle_barrier</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -124,47 +110,54 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What kind of bollard is this?** | ||||
| The question is  What kind of bollard is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Removable bollard** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dremovable' target='_blank'>removable</a> | ||||
|   - **Fixed bollard** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dfixed' target='_blank'>fixed</a> | ||||
|   - **Bollard that can be folded down** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dfoldable' target='_blank'>foldable</a> | ||||
|   - **Flexible bollard, usually plastic** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dflexible' target='_blank'>flexible</a> | ||||
|   - **Rising bollard** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Drising' target='_blank'>rising</a> | ||||
|   - Removable bollard  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dremovable' target='_blank'>removable</a>` | ||||
|   - Fixed bollard  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dfixed' target='_blank'>fixed</a>` | ||||
|   - Bollard that can be folded down  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dfoldable' target='_blank'>foldable</a>` | ||||
|   - Flexible bollard, usually plastic  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dflexible' target='_blank'>flexible</a>` | ||||
|   - Rising bollard  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bollard' target='_blank'>bollard</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bollard%3Drising' target='_blank'>rising</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `barrier=bollard`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Cycle barrier type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What kind of cycling barrier is this?** | ||||
| The question is  What kind of cycling barrier is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Single, just two barriers with a space inbetween <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsingle' target='_blank'>single</a> | ||||
|   - **Double, two barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_double.svg' style='width:8em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Ddouble' target='_blank'>double</a> | ||||
|   - **Triple, three barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dtriple' target='_blank'>triple</a> | ||||
|   - **Squeeze gate, gap is smaller at top, than at the bottom <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsqueeze' target='_blank'>squeeze</a> | ||||
|   - Single, just two barriers with a space inbetween  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsingle' target='_blank'>single</a>` | ||||
|   - Double, two barriers behind each other  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Ddouble' target='_blank'>double</a>` | ||||
|   - Triple, three barriers behind each other  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dtriple' target='_blank'>triple</a>` | ||||
|   - Squeeze gate, gap is smaller at top, than at the bottom  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsqueeze' target='_blank'>squeeze</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `barrier=cycle_barrier`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### MaxWidth  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How wide is the gap left over besides the barrier?** | ||||
| The question is  How wide is the gap left over besides the barrier? | ||||
| 
 | ||||
| This rendering asks information about the property  [maxwidth:physical](https://wiki.openstreetmap.org/wiki/Key:maxwidth:physical)  | ||||
| This is rendered with `Maximum width: {maxwidth:physical} m` | ||||
| 
 | ||||
| This is rendered with  Maximum width: {maxwidth:physical} m | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -172,10 +165,15 @@ This is rendered with `Maximum width: {maxwidth:physical} m` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much space is there between the barriers (along the length of the road)?** | ||||
| The question is  How much space is there between the barriers (along the length of the road)? | ||||
| 
 | ||||
| This rendering asks information about the property  [width:separation](https://wiki.openstreetmap.org/wiki/Key:width:separation)  | ||||
| This is rendered with `Space between barriers (along the length of the road): {width:separation} m` | ||||
| 
 | ||||
| This is rendered with  Space between barriers (along the length of the road): {width:separation} m | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cycle_barrier=double|cycle_barrier=triple`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -183,10 +181,15 @@ This is rendered with `Space between barriers (along the length of the road): {w | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How wide is the smallest opening next to the barriers?** | ||||
| The question is  How wide is the smallest opening next to the barriers? | ||||
| 
 | ||||
| This rendering asks information about the property  [width:opening](https://wiki.openstreetmap.org/wiki/Key:width:opening)  | ||||
| This is rendered with `Width of opening: {width:opening} m` | ||||
| 
 | ||||
| This is rendered with  Width of opening: {width:opening} m | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cycle_barrier=double|cycle_barrier=triple`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -194,9 +197,14 @@ This is rendered with `Width of opening: {width:opening} m` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much overlap do the barriers have?** | ||||
| The question is  How much overlap do the barriers have? | ||||
| 
 | ||||
| This rendering asks information about the property  [overlap](https://wiki.openstreetmap.org/wiki/Key:overlap)  | ||||
| This is rendered with `Overlap: {overlap} m`  | ||||
| 
 | ||||
| This is rendered with  Overlap: {overlap} m | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cycle_barrier=double|cycle_barrier=triple`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/barrier/barrier.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/barrier/barrier.json) | ||||
|  | @ -7,30 +7,14 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./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. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bench](#bench) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [bench-backrest](#bench-backrest) | ||||
|     + [bench-seats](#bench-seats) | ||||
|     + [bench-material](#bench-material) | ||||
|     + [bench-direction](#bench-direction) | ||||
|     + [bench-colour](#bench-colour) | ||||
|     + [bench-survey:date](#bench-surveydate) | ||||
| A bench is a wooden, metal, stone, … surface where a human can sit. This layers visualises them and asks a few questions about them. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **17** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -46,8 +30,6 @@ A bench is a wooden, metal, stone, ... surface where a human can sit. This layer | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bench/bench.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -62,6 +44,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench' target='_blank'>bench</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bench%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -69,7 +53,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -89,7 +75,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -99,14 +87,14 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this bench have a backrest?** | ||||
| The question is  Does this bench have a backrest? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Backrest: Yes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:backrest' target='_blank'>backrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes' target='_blank'>yes</a> | ||||
|   - **Backrest: No** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:backrest' target='_blank'>backrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno' target='_blank'>no</a> | ||||
|   - Backrest: Yes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:backrest' target='_blank'>backrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes' target='_blank'>yes</a>` | ||||
|   - Backrest: No  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:backrest' target='_blank'>backrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -115,10 +103,13 @@ The question is **Does this bench have a backrest?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How many seats does this bench have?** | ||||
| 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 is rendered with  {seats} seats | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -126,19 +117,22 @@ This is rendered with `{seats} seats` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the bench (seating) made from?** | ||||
| 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}` | ||||
| 
 | ||||
| This is rendered with  Material: {material} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Material: wood** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood' target='_blank'>wood</a> | ||||
|   - **Material: metal** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal' target='_blank'>metal</a> | ||||
|   - **Material: stone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone' target='_blank'>stone</a> | ||||
|   - **Material: concrete** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete' target='_blank'>concrete</a> | ||||
|   - **Material: plastic** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic' target='_blank'>plastic</a> | ||||
|   - **Material: steel** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel' target='_blank'>steel</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Material: wood  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood' target='_blank'>wood</a>` | ||||
|   - Material: metal  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal' target='_blank'>metal</a>` | ||||
|   - Material: stone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone' target='_blank'>stone</a>` | ||||
|   - Material: concrete  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete' target='_blank'>concrete</a>` | ||||
|   - Material: plastic  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic' target='_blank'>plastic</a>` | ||||
|   - Material: steel  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel' target='_blank'>steel</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -147,10 +141,13 @@ This is rendered with `Material: {material}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **In which direction are you looking when sitting on the bench?** | ||||
| 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 is rendered with  When sitting on the bench, one looks towards {direction}°. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -158,21 +155,24 @@ This is rendered with `When sitting on the bench, one looks towards {direction} | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which colour does this bench have?** | ||||
| 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}` | ||||
| 
 | ||||
| This is rendered with  Colour: {colour} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Colour: brown** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown' target='_blank'>brown</a> | ||||
|   - **Colour: green** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen' target='_blank'>green</a> | ||||
|   - **Colour: gray** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray' target='_blank'>gray</a> | ||||
|   - **Colour: white** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite' target='_blank'>white</a> | ||||
|   - **Colour: red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred' target='_blank'>red</a> | ||||
|   - **Colour: black** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack' target='_blank'>black</a> | ||||
|   - **Colour: blue** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue' target='_blank'>blue</a> | ||||
|   - **Colour: yellow** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow' target='_blank'>yellow</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Colour: brown  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown' target='_blank'>brown</a>` | ||||
|   - Colour: green  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen' target='_blank'>green</a>` | ||||
|   - Colour: gray  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray' target='_blank'>gray</a>` | ||||
|   - Colour: white  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite' target='_blank'>white</a>` | ||||
|   - Colour: red  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred' target='_blank'>red</a>` | ||||
|   - Colour: black  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack' target='_blank'>black</a>` | ||||
|   - Colour: blue  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue' target='_blank'>blue</a>` | ||||
|   - Colour: yellow  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow' target='_blank'>yellow</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -181,14 +181,17 @@ This is rendered with `Colour: {colour}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **When was this bench last surveyed?** | ||||
| 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}` | ||||
| 
 | ||||
| This is rendered with  This bench was last surveyed on {survey:date} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Surveyed today!** corresponds with survey:date= | ||||
| 
 | ||||
| 
 | ||||
|   - Surveyed today!  corresponds with  `survey:date=` | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bench/bench.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench/bench.json) | ||||
|  | @ -12,21 +12,9 @@ A layer showing all public-transport-stops which do have a bench | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bench_at_pt](#bench_at_pt) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [bench_at_pt-name](#bench_at_pt-name) | ||||
|     + [bench_at_pt-bench_type](#bench_at_pt-bench_type) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **14** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -41,8 +29,6 @@ A layer showing all public-transport-stops which do have a bench | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bench_at_pt/bench_at_pt.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -57,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dyes' target='_blank'>yes</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dstand_up_bench' target='_blank'>stand_up_bench</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22bench%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22bench%22%3D%22stand_up_bench%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -64,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -80,7 +70,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -90,10 +82,13 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `{name}` | ||||
| 
 | ||||
| This is rendered with  {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -101,15 +96,15 @@ This is rendered with `{name}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What kind of bench is this?** | ||||
| The question is  What kind of bench is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **There is a normal, sit-down bench here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dyes' target='_blank'>yes</a> | ||||
|   - **Stand up bench** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dstand_up_bench' target='_blank'>stand_up_bench</a> | ||||
|   - **There is no bench here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dno' target='_blank'>no</a> | ||||
|   - There is a normal, sit-down bench here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dyes' target='_blank'>yes</a>` | ||||
|   - Stand up bench  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dstand_up_bench' target='_blank'>stand_up_bench</a>` | ||||
|   - There is no bench here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dno' target='_blank'>no</a>` | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bench_at_pt/bench_at_pt.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench_at_pt/bench_at_pt.json) | ||||
|  | @ -12,27 +12,9 @@ A facility where bicycles can be lent for longer period of times | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bicycle_library](#bicycle_library) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [bicycle_library-name](#bicycle_library-name) | ||||
|     + [website](#website) | ||||
|     + [phone](#phone) | ||||
|     + [email](#email) | ||||
|     + [opening_hours](#opening_hours) | ||||
|     + [bicycle_library-charge](#bicycle_library-charge) | ||||
|     + [bicycle-library-target-group](#bicycle-library-target-group) | ||||
|     + [description](#description) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **8** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -48,8 +30,6 @@ A facility where bicycles can be lent for longer period of times | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bicycle_library/bicycle_library.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -64,6 +44,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_library' target='_blank'>bicycle_library</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_library%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -71,7 +53,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -93,7 +77,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -103,10 +89,13 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the name of this bicycle library?** | ||||
| The question is  What is the name of this bicycle library? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `This bicycle library is called {name}` | ||||
| 
 | ||||
| This is rendered with  This bicycle library is called {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -114,14 +103,18 @@ This is rendered with `This bicycle library is called {name}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| 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}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| This is rendered with  <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -130,14 +123,18 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='tel:{contact:phone}'>{contact:phone}</a>** corresponds with contact:phone~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='tel:{contact:phone}'>{contact:phone}</a>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -146,14 +143,18 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='mailto:{email}' target='_blank'>{email}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>** corresponds with contact:email~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -162,10 +163,13 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What are the opening hours of {name}?** | ||||
| 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)}` | ||||
| 
 | ||||
| This is rendered with  <h3>Opening hours</h3>{opening_hours_table(opening_hours)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -173,15 +177,18 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours) | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much does lending a bicycle cost?** | ||||
| The question is  How much does lending a bicycle cost? | ||||
| 
 | ||||
| This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge)  | ||||
| This is rendered with `Lending a bicycle costs {charge}` | ||||
| 
 | ||||
| This is rendered with  Lending a bicycle costs {charge} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Lending a bicycle is free** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a> | ||||
|   - **Lending a bicycle costs €20/year and €20 warranty** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:charge' target='_blank'>charge</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:charge%3D€20warranty + €20/year' target='_blank'>€20warranty + €20/year</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Lending a bicycle is free  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>` | ||||
|   - Lending a bicycle costs €20/year and €20 warranty  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:charge' target='_blank'>charge</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:charge%3D€20warranty + €20/year' target='_blank'>€20warranty + €20/year</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -190,15 +197,15 @@ This is rendered with `Lending a bicycle costs {charge}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Who can lend bicycles here?** | ||||
| The question is  Who can loan bicycles here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Bikes for children available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_library:for' target='_blank'>bicycle_library:for</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Dchild' target='_blank'>child</a> | ||||
|   - **Bikes for adult available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_library:for' target='_blank'>bicycle_library:for</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Dadult' target='_blank'>adult</a> | ||||
|   - **Bikes for disabled persons available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_library:for' target='_blank'>bicycle_library:for</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Ddisabled' target='_blank'>disabled</a> | ||||
|   - Bikes for children available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_library:for' target='_blank'>bicycle_library:for</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Dchild' target='_blank'>child</a>` | ||||
|   - Bikes for adult available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_library:for' target='_blank'>bicycle_library:for</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Dadult' target='_blank'>adult</a>` | ||||
|   - Bikes for disabled persons available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_library:for' target='_blank'>bicycle_library:for</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Ddisabled' target='_blank'>disabled</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -207,9 +214,12 @@ The question is **Who can lend bicycles here?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>** | ||||
| The question is  Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description)  | ||||
| This is rendered with `{description}`  | ||||
| 
 | ||||
| This is rendered with  {description} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bicycle_library/bicycle_library.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_library/bicycle_library.json) | ||||
|  | @ -12,38 +12,9 @@ Bicycle rental stations | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bicycle_rental](#bicycle_rental) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [bicycle_rental_type](#bicycle_rental_type) | ||||
|     + [website](#website) | ||||
|     + [email](#email) | ||||
|     + [phone](#phone) | ||||
|     + [opening_hours](#opening_hours) | ||||
|     + [payment-options](#payment-options) | ||||
|     + [payment-options-advanced](#payment-options-advanced) | ||||
|     + [bicycle-types](#bicycle-types) | ||||
|     + [rental-capacity-bicycle-type](#rental-capacity-bicycle-type) | ||||
|     + [questions](#questions) | ||||
|     + [rental-capacity-bicycle-type](#rental-capacity-bicycle-type) | ||||
|     + [questions](#questions) | ||||
|     + [rental-capacity-bicycle-type](#rental-capacity-bicycle-type) | ||||
|     + [questions](#questions) | ||||
|     + [rental-capacity-bicycle-type](#rental-capacity-bicycle-type) | ||||
|     + [questions](#questions) | ||||
|     + [rental-capacity-bicycle-type](#rental-capacity-bicycle-type) | ||||
|     + [questions](#questions) | ||||
|     + [rental-capacity-bicycle-type](#rental-capacity-bicycle-type) | ||||
|     + [questions](#questions) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -55,11 +26,10 @@ Bicycle rental stations | |||
| 
 | ||||
| 
 | ||||
|   - [bicycle_rental](https://mapcomplete.osm.be/bicycle_rental) | ||||
|   - [cyclofix](https://mapcomplete.osm.be/cyclofix) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bicycle_rental/bicycle_rental.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -74,6 +44,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_rental' target='_blank'>bicycle_rental</a>|bicycle_rental~^..*$|<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a>|rental~^.*bicycle.*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_rental%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Arental%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22bicycle_rental%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22rental%22~%22%5E.*bicycle.*%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -81,7 +53,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -91,13 +65,26 @@ 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/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/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/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/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) | ||||
| [<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) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -106,34 +93,40 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What kind of bicycle rental is this?** | ||||
| The question is  What kind of bicycle rental is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This is a shop whose main focus is bicycle rental** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle_rental' target='_blank'>bicycle_rental</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Dshop' target='_blank'>shop</a> | ||||
|   - **This is a rental buisiness which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental' target='_blank'>rental</a>_This option cannot be chosen as answer_ | ||||
|   - **This is a shop which sells or repairs bicycles, but also rents out bicycles** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle' target='_blank'>bicycle</a> | ||||
|   - **This is an automated docking station, where a bicycle is mechanically locked into a structure** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Ddocking_station' target='_blank'>docking_station</a> | ||||
|   - **A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Dkey_dispensing_machine' target='_blank'>key_dispensing_machine</a> | ||||
|   - **This is a dropoff point: a designated bicycle parking for this cycle rental** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Ddropoff_point' target='_blank'>dropoff_point</a> | ||||
|   - This is a shop whose main focus is bicycle rental  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental' target='_blank'>rental</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Dshop' target='_blank'>shop</a>` | ||||
|   - This is a rental buisiness which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental' target='_blank'>rental</a>` | ||||
|   - This is a shop which sells or repairs bicycles, but also rents out bicycles  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle' target='_blank'>bicycle</a>` | ||||
|   - This is an automated docking station, where a bicycle is mechanically locked into a structure  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Ddocking_station' target='_blank'>docking_station</a>` | ||||
|   - A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Dkey_dispensing_machine' target='_blank'>key_dispensing_machine</a>` | ||||
|   - This is a dropoff point, e.g. a reserved parking to place the bicycles which clearly marked as being for the rental service only  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Ddropoff_point' target='_blank'>dropoff_point</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `amenity=bicycle_rental`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### website  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| 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}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| This is rendered with  <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -142,14 +135,18 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='mailto:{email}' target='_blank'>{email}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>** corresponds with contact:email~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -158,14 +155,18 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='tel:{contact:phone}'>{contact:phone}</a>** corresponds with contact:phone~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='tel:{contact:phone}'>{contact:phone}</a>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -174,10 +175,15 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What are the opening hours of {name}?** | ||||
| 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)}` | ||||
| 
 | ||||
| This is rendered with  <h3>Opening hours</h3>{opening_hours_table(opening_hours)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `shop~^..*$|opening_hours~^..*$`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -185,32 +191,40 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours) | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which methods of payment are accepted here?** | ||||
| The question is  Which methods of payment are accepted here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Cash is accepted here** corresponds with <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%3Dyes' target='_blank'>yes</a>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 <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%3Dyes' target='_blank'>yes</a>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> | ||||
|   - Cash is accepted here  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `shop~^..*$`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### payment-options-advanced  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which methods of payment are accepted here?** | ||||
| The question is  Which methods of payment are accepted here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Cash is accepted here** corresponds with <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%3Dyes' target='_blank'>yes</a>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 <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%3Dyes' target='_blank'>yes</a>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 is done using a dedicated app** corresponds with <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%3Dyes' target='_blank'>yes</a>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 <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%3Dyes' target='_blank'>yes</a>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> | ||||
|   - Cash is accepted here  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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 is done using a dedicated app  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -219,144 +233,152 @@ The question is **Which methods of payment are accepted here?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What kind of bicycles and accessories are rented here?** | ||||
| 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 <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike' target='_blank'>city_bike</a> | ||||
|   - **Electrical bikes can be rented here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike' target='_blank'>ebike</a> | ||||
|   - **BMX bikes can be rented here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbmx' target='_blank'>bmx</a> | ||||
|   - **Mountainbikes can be rented here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dmtb' target='_blank'>mtb</a> | ||||
|   - **Bikes for childs can be rented here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dkid_bike' target='_blank'>kid_bike</a> | ||||
| This is rendered with  {rental} is rented here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bicycle-type  | ||||
| 
 | ||||
|   - Normal city bikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike' target='_blank'>city_bike</a>` | ||||
|   - Electrical bikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike' target='_blank'>ebike</a>` | ||||
|   - BMX bikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbmx' target='_blank'>bmx</a>` | ||||
|   - Mountainbikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dmtb' target='_blank'>mtb</a>` | ||||
|   - Bikes for children can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dkid_bike' target='_blank'>kid_bike</a>` | ||||
|   - Tandem bicycles can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dtandem' target='_blank'>tandem</a>` | ||||
|   - Race bicycles can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dracebike' target='_blank'>racebike</a>` | ||||
|   - Bike helmets can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbike_helmet' target='_blank'>bike_helmet</a>` | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much city bikes can be rented here? ** | ||||
| ### rental-capacity-city_bike  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 is rendered with  {capacity:city_bike} city bikes can be rented here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| Only visible if  `rental~^.*city_bike.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### rental-capacity-ebike  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bicycle-type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much electrical bikes can be rented here? ** | ||||
| The question is  How much 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 is rendered with  {capacity:ebike} electrical bikes can be rented here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| Only visible if  `rental~^.*ebike.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### rental-capacity-kid_bike  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bicycle-type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much bikes for children can be rented here? ** | ||||
| The question is  How much 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 is rendered with  {capacity:kid_bike} bikes for children can be rented here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| Only visible if  `rental~^.*kid_bike.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### rental-capacity-bmx  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bicycle-type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much BMX bikes can be rented here? ** | ||||
| The question is  How much 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 is rendered with  {capacity:bmx} BMX bikes can be rented here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| Only visible if  `rental~^.*bmx.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### rental-capacity-mtb  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bicycle-type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much mountainbike can be rented here? ** | ||||
| The question is  How much mountainbike 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} mountainbike can be rented here` | ||||
| 
 | ||||
| This is rendered with  {capacity:mtb} mountainbike can be rented here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| Only visible if  `rental~^.*mtb.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### rental-capacity-bicycle_pannier  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bicycle-type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much bicycle panniers can be rented here? ** | ||||
| The question is  How much 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 is rendered with  {capacity:bicycle_pannier} bicycle panniers can be rented here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| Only visible if  `rental~^.*bicycle_pannier.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### rental-capacity-tandem_bicycle  | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*tandem_bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental`  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bicycle_rental/bicycle_rental.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_rental/bicycle_rental.json) | ||||
							
								
								
									
										407
									
								
								Docs/Layers/bicycle_rental_non_docking.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										407
									
								
								Docs/Layers/bicycle_rental_non_docking.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,407 @@ | |||
| 
 | ||||
| 
 | ||||
|  bicycle_rental_non_docking  | ||||
| ============================ | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/pin:#ba2792;./assets/themes/cyclofix/key.svg' height="100px">  | ||||
| 
 | ||||
| Bicycle rental stations | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **14** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [cyclofix](https://mapcomplete.osm.be/cyclofix) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_rental' target='_blank'>bicycle_rental</a>|bicycle_rental~^..*$|<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a>|rental~^.*bicycle.*$ | ||||
|   - bicycle_rental!=docking_station | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_rental%22%5D%5B%22bicycle_rental%22!%3D%22docking_station%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Arental%22%3D%22yes%22%5D%5B%22bicycle_rental%22!%3D%22docking_station%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22bicycle_rental%22%5D%5B%22bicycle_rental%22!%3D%22docking_station%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22rental%22~%22%5E.*bicycle.*%24%22%5D%5B%22bicycle_rental%22!%3D%22docking_station%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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/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/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/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/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) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bicycle_rental_type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What kind of bicycle rental is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a shop whose main focus is bicycle rental  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental' target='_blank'>rental</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Dshop' target='_blank'>shop</a>` | ||||
|   - This is a rental buisiness which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental' target='_blank'>rental</a>` | ||||
|   - This is a shop which sells or repairs bicycles, but also rents out bicycles  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle' target='_blank'>bicycle</a>` | ||||
|   - This is an automated docking station, where a bicycle is mechanically locked into a structure  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Ddocking_station' target='_blank'>docking_station</a>` | ||||
|   - A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Dkey_dispensing_machine' target='_blank'>key_dispensing_machine</a>` | ||||
|   - This is a dropoff point, e.g. a reserved parking to place the bicycles which clearly marked as being for the rental service only  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Ddropoff_point' target='_blank'>dropoff_point</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `amenity=bicycle_rental`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `shop~^..*$|opening_hours~^..*$`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### payment-options  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Which methods of payment are accepted here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Cash is accepted here  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `shop~^..*$`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### payment-options-advanced  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Which methods of payment are accepted here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Cash is accepted here  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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 is done using a dedicated app  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike' target='_blank'>city_bike</a>` | ||||
|   - Electrical bikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike' target='_blank'>ebike</a>` | ||||
|   - BMX bikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbmx' target='_blank'>bmx</a>` | ||||
|   - Mountainbikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dmtb' target='_blank'>mtb</a>` | ||||
|   - Bikes for children can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dkid_bike' target='_blank'>kid_bike</a>` | ||||
|   - Tandem bicycles can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dtandem' target='_blank'>tandem</a>` | ||||
|   - Race bicycles can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dracebike' target='_blank'>racebike</a>` | ||||
|   - Bike helmets can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbike_helmet' target='_blank'>bike_helmet</a>` | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-city_bike  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*city_bike.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-ebike  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*ebike.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-kid_bike  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*kid_bike.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bmx  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*bmx.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-mtb  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much mountainbike 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} mountainbike can be rented here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*mtb.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bicycle_pannier  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*bicycle_pannier.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-tandem_bicycle  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*tandem_bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Show the images block at this location | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json) | ||||
|  | @ -7,30 +7,14 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/pin:#ffffff;./assets/layers/bicycle_tube_vending_machine/pinIcon.svg' height="100px">  | ||||
| 
 | ||||
| A layer showing vending machines for bicycle tubes (either purpose-built bicycle tube vending machines or classical vending machines with bicycle tubes and optionally additional bicycle related objects such as lights, gloves, locks, ...) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bicycle_tube_vending_machine](#bicycle_tube_vending_machine) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [Still in use?](#still-in-use) | ||||
|     + [bicycle_tube_vending_machine-charge](#bicycle_tube_vending_machine-charge) | ||||
|     + [vending-machine-payment-methods](#vending-machine-payment-methods) | ||||
|     + [bicycle_tube_vending_machine-brand](#bicycle_tube_vending_machine-brand) | ||||
|     + [bicycle_tube_vending_machine-operator](#bicycle_tube_vending_machine-operator) | ||||
|     + [bicycle_tube_vending_maching-other-items](#bicycle_tube_vending_maching-other-items) | ||||
| A layer showing vending machines for bicycle tubes (either purpose-built bicycle tube vending machines or classical vending machines with bicycle tubes and optionally additional bicycle related objects such as lights, gloves, locks, …) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -45,8 +29,6 @@ A layer showing vending machines for bicycle tubes (either purpose-built bicycle | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -62,6 +44,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - vending~^.*bicycle_tube.*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22vending_machine%22%5D%5B%22vending%22~%22%5E.*bicycle_tube.*%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -69,7 +53,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -87,7 +73,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -97,16 +85,19 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this vending machine still operational?** | ||||
| The question is  Is this vending machine still operational? | ||||
| 
 | ||||
| This rendering asks information about the property  [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status)  | ||||
| This is rendered with `The operational status is <i>{operational_status}</i>` | ||||
| 
 | ||||
| This is rendered with  The operational status is <i>{operational_status}</i> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This vending machine works** corresponds with  | ||||
|   - **This vending machine is broken** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken' target='_blank'>broken</a> | ||||
|   - **This vending machine is closed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed' target='_blank'>closed</a> | ||||
| 
 | ||||
| 
 | ||||
|   - This vending machine works  corresponds with  `` | ||||
|   - This vending machine is broken  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken' target='_blank'>broken</a>` | ||||
|   - This vending machine is closed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed' target='_blank'>closed</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -115,10 +106,13 @@ This is rendered with `The operational status is <i>{operational_status}</i>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much does a bicycle tube cost?** | ||||
| The question is  How much does a bicycle tube cost? | ||||
| 
 | ||||
| This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge)  | ||||
| This is rendered with `A bicycle tube costs {charge}` | ||||
| 
 | ||||
| This is rendered with  A bicycle tube costs {charge} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -126,15 +120,18 @@ This is rendered with `A bicycle tube costs {charge}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How can one pay at this tube vending machine?** | ||||
| The question is  How can one pay at this tube vending machine? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Payment with coins is possible** corresponds with <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%3Dyes' target='_blank'>yes</a>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> | ||||
|   - **Payment with notes is possible** corresponds with <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%3Dyes' target='_blank'>yes</a>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> | ||||
|   - **Payment with cards is possible** corresponds with <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%3Dyes' target='_blank'>yes</a>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 with coins is possible  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
|   - Payment with notes is possible  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
|   - Payment with cards is possible  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -143,15 +140,18 @@ The question is **How can one pay at this tube vending machine?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which brand of tubes are sold here?** | ||||
| The question is  Which brand of tubes are sold here? | ||||
| 
 | ||||
| This rendering asks information about the property  [brand](https://wiki.openstreetmap.org/wiki/Key:brand)  | ||||
| This is rendered with `{brand} tubes are sold here` | ||||
| 
 | ||||
| This is rendered with  {brand} tubes are sold here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Continental tubes are sold here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:brand' target='_blank'>brand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:brand%3DContinental' target='_blank'>Continental</a> | ||||
|   - **Schwalbe tubes are sold here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:brand' target='_blank'>brand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:brand%3DSchwalbe' target='_blank'>Schwalbe</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Continental tubes are sold here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:brand' target='_blank'>brand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:brand%3DContinental' target='_blank'>Continental</a>` | ||||
|   - Schwalbe tubes are sold here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:brand' target='_blank'>brand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:brand%3DSchwalbe' target='_blank'>Schwalbe</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -160,15 +160,18 @@ This is rendered with `{brand} tubes are sold here` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Who maintains this vending machine?** | ||||
| The question is  Who maintains this vending machine? | ||||
| 
 | ||||
| This rendering asks information about the property  [operator](https://wiki.openstreetmap.org/wiki/Key:operator)  | ||||
| This is rendered with `This vending machine is maintained by {operator}` | ||||
| 
 | ||||
| This is rendered with  This vending machine is maintained by {operator} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Maintained by Schwalbe** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DSchwalbe' target='_blank'>Schwalbe</a> | ||||
|   - **Maintained by Continental** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DContinental' target='_blank'>Continental</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Maintained by Schwalbe  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DSchwalbe' target='_blank'>Schwalbe</a>` | ||||
|   - Maintained by Continental  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DContinental' target='_blank'>Continental</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -177,17 +180,22 @@ This is rendered with `This vending machine is maintained by {operator}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Are other bicycle bicycle accessories sold here?** | ||||
| The question is  Are other bicycle bicycle accessories sold here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Bicycle lights are sold here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_light' target='_blank'>vending:bicycle_light</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_light%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_light' target='_blank'>vending:bicycle_light</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_light%3Dno' target='_blank'>no</a> | ||||
|   - **Gloves are sold here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:vending:gloves' target='_blank'>vending:gloves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:gloves%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:gloves' target='_blank'>vending:gloves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:gloves%3Dno' target='_blank'>no</a> | ||||
|   - **Bicycle repair kits are sold here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_repair_kit' target='_blank'>vending:bicycle_repair_kit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_repair_kit%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_repair_kit' target='_blank'>vending:bicycle_repair_kit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_repair_kit%3Dno' target='_blank'>no</a> | ||||
|   - **Bicycle pumps are sold here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_pump' target='_blank'>vending:bicycle_pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_pump%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_pump' target='_blank'>vending:bicycle_pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_pump%3Dno' target='_blank'>no</a> | ||||
|   - **Bicycle locks are sold here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_lock' target='_blank'>vending:bicycle_lock</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_lock%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_lock' target='_blank'>vending:bicycle_lock</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_lock%3Dno' target='_blank'>no</a> | ||||
|   - Bicycle lights are sold here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_light' target='_blank'>vending:bicycle_light</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_light%3Dyes' target='_blank'>yes</a>` | ||||
|   - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_light' target='_blank'>vending:bicycle_light</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_light%3Dno' target='_blank'>no</a> | ||||
|   - Gloves are sold here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:vending:gloves' target='_blank'>vending:gloves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:gloves%3Dyes' target='_blank'>yes</a>` | ||||
|   - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:gloves' target='_blank'>vending:gloves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:gloves%3Dno' target='_blank'>no</a> | ||||
|   - Bicycle repair kits are sold here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_repair_kit' target='_blank'>vending:bicycle_repair_kit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_repair_kit%3Dyes' target='_blank'>yes</a>` | ||||
|   - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_repair_kit' target='_blank'>vending:bicycle_repair_kit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_repair_kit%3Dno' target='_blank'>no</a> | ||||
|   - Bicycle pumps are sold here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_pump' target='_blank'>vending:bicycle_pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_pump%3Dyes' target='_blank'>yes</a>` | ||||
|   - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_pump' target='_blank'>vending:bicycle_pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_pump%3Dno' target='_blank'>no</a> | ||||
|   - Bicycle locks are sold here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_lock' target='_blank'>vending:bicycle_lock</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_lock%3Dyes' target='_blank'>yes</a>` | ||||
|   - Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:vending:bicycle_lock' target='_blank'>vending:bicycle_lock</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending:bicycle_lock%3Dno' target='_blank'>no</a> | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json) | ||||
|  | @ -7,32 +7,14 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/pin:#684c2b;./assets/layers/bike_cafe/bike_cafe.svg' height="100px">  | ||||
| 
 | ||||
| A bike café is a café geared towards cyclists, for example with services such as a pump, with lots of bicycle-related decoration, ... | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bike_cafe](#bike_cafe) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [bike_cafe-name](#bike_cafe-name) | ||||
|     + [bike_cafe-bike-pump](#bike_cafe-bike-pump) | ||||
|     + [bike_cafe-repair-tools](#bike_cafe-repair-tools) | ||||
|     + [bike_cafe-repair-service](#bike_cafe-repair-service) | ||||
|     + [bike_cafe-website](#bike_cafe-website) | ||||
|     + [bike_cafe-phone](#bike_cafe-phone) | ||||
|     + [bike_cafe-email](#bike_cafe-email) | ||||
|     + [bike_cafe-opening_hours](#bike_cafe-opening_hours) | ||||
| A bike café is a café geared towards cyclists, for example with services such as a pump, with lots of bicycle-related decoration, … | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -47,8 +29,6 @@ A bike café is a café geared towards cyclists, for example with services such | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bike_cafe/bike_cafe.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -61,9 +41,11 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub' target='_blank'>pub</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar' target='_blank'>bar</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe' target='_blank'>cafe</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a> | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:pub' target='_blank'>pub</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:pub%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:pub' target='_blank'>pub</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:pub%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dbicycle' target='_blank'>bicycle</a>|service:bicycle:.*~^..*$ | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:pub' target='_blank'>pub</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:pub%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:pub' target='_blank'>pub</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:pub%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dbicycle' target='_blank'>bicycle</a>|^service:bicycle:.*$~~^..*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B%22pub%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B%22pub%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B%22theme%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B%22theme%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B~%22%5Eservice%3Abicycle%3A.*%24%22~%22%5E..*%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B%22pub%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B%22pub%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B%22theme%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B%22theme%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B~%22%5Eservice%3Abicycle%3A.*%24%22~%22%5E..*%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22pub%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22pub%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22theme%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22theme%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B~%22%5Eservice%3Abicycle%3A.*%24%22~%22%5E..*%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22pub%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22pub%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22theme%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22theme%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B~%22%5Eservice%3Abicycle%3A.*%24%22~%22%5E..*%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -71,7 +53,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -93,7 +77,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -103,10 +89,13 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the name of this bike cafe?** | ||||
| The question is  What is the name of this bike cafe? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `This bike cafe is called {name}` | ||||
| 
 | ||||
| This is rendered with  This bike cafe is called {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -114,14 +103,14 @@ This is rendered with `This bike cafe is called {name}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this bike cafe offer a bike pump for use by anyone?** | ||||
| The question is  Does this bike cafe offer a bike pump for use by anyone? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This bike cafe offers a bike pump for anyone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes' target='_blank'>yes</a> | ||||
|   - **This bike cafe doesn't offer a bike pump for anyone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno' target='_blank'>no</a> | ||||
|   - This bike cafe offers a bike pump for anyone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes' target='_blank'>yes</a>` | ||||
|   - This bike cafe doesn't offer a bike pump for anyone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -130,14 +119,14 @@ The question is **Does this bike cafe offer a bike pump for use by anyone?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Are there tools here to repair your own bike?** | ||||
| The question is  Are there tools here to repair your own bike? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This bike cafe offers tools for DIY repair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes' target='_blank'>yes</a> | ||||
|   - **This bike cafe doesn't offer tools for DIY repair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno' target='_blank'>no</a> | ||||
|   - This bike cafe offers tools for DIY repair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes' target='_blank'>yes</a>` | ||||
|   - This bike cafe doesn't offer tools for DIY repair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -146,14 +135,14 @@ The question is **Are there tools here to repair your own bike?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this bike cafe repair bikes?** | ||||
| The question is  Does this bike cafe repair bikes? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This bike cafe repairs bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes' target='_blank'>yes</a> | ||||
|   - **This bike cafe doesn't repair bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno' target='_blank'>no</a> | ||||
|   - This bike cafe repairs bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes' target='_blank'>yes</a>` | ||||
|   - This bike cafe doesn't repair bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -162,10 +151,13 @@ The question is **Does this bike cafe repair bikes?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| The question is  What is the website of {name}? | ||||
| 
 | ||||
| This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website)  | ||||
| This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| This is rendered with  <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -173,10 +165,13 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
| The question is  What is the phone number of {name}? | ||||
| 
 | ||||
| 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>` | ||||
| 
 | ||||
| This is rendered with  <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -184,10 +179,13 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
| The question is  What is the email address of {name}? | ||||
| 
 | ||||
| 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>` | ||||
| 
 | ||||
| This is rendered with  <a href='mailto:{email}' target='_blank'>{email}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -195,9 +193,12 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **When it this bike café opened?** | ||||
| The question is  When it this bike café opened? | ||||
| 
 | ||||
| This rendering asks information about the property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)  | ||||
| This is rendered with `{opening_hours_table(opening_hours)}`  | ||||
| 
 | ||||
| This is rendered with  {opening_hours_table(opening_hours)} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bike_cafe/bike_cafe.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cafe/bike_cafe.json) | ||||
|  | @ -12,21 +12,9 @@ A layer showing facilities where one can clean their bike | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bike_cleaning](#bike_cleaning) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [bike_cleaning-service:bicycle:cleaning:charge](#bike_cleaning-servicebicycle:cleaning:charge) | ||||
|     + [bike_cleaning-charge](#bike_cleaning-charge) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -41,8 +29,6 @@ A layer showing facilities where one can clean their bike | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bike_cleaning/bike_cleaning.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -57,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning' target='_blank'>service:bicycle:cleaning</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes' target='_blank'>yes</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning' target='_blank'>service:bicycle:cleaning</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy' target='_blank'>diy</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_wash' target='_blank'>bicycle_wash</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbike_wash' target='_blank'>bike_wash</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_wash%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bike_wash%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Acleaning%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Acleaning%22%3D%22diy%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -64,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -80,7 +70,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -90,16 +82,21 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much does it cost to use the cleaning service?** | ||||
| 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}` | ||||
| 
 | ||||
| This is rendered with  Using the cleaning service costs {service:bicycle:cleaning:charge} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The cleaning service is free to use** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno&service:bicycle:cleaning:charge=' target='_blank'>no&service:bicycle:cleaning:charge=</a> | ||||
|   - **Free to use** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno' target='_blank'>no</a>_This option cannot be chosen as answer_ | ||||
|   - **The cleaning service has a fee, but the amount is not known** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dyes&service:bicycle:cleaning:charge=' target='_blank'>yes&service:bicycle:cleaning:charge=</a>_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - The cleaning service is free to use  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno&service:bicycle:cleaning:charge=' target='_blank'>no&service:bicycle:cleaning:charge=</a>` | ||||
|   - Free to use  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno' target='_blank'>no</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - The cleaning service has a fee, but the amount is not known  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dyes&service:bicycle:cleaning:charge=' target='_blank'>yes&service:bicycle:cleaning:charge=</a>` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -108,16 +105,22 @@ This is rendered with `Using the cleaning service costs {service:bicycle:cleanin | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much does it cost to use the cleaning service?** | ||||
| The question is  How much does it cost to use the cleaning service? | ||||
| 
 | ||||
| This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge)  | ||||
| This is rendered with `Using the cleaning service costs {charge}` | ||||
| 
 | ||||
| This is rendered with  Using the cleaning service costs {charge} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Free to use cleaning service** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno&charge=' target='_blank'>no&charge=</a> | ||||
|   - **Free to use** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>_This option cannot be chosen as answer_ | ||||
|   - **The cleaning service has a fee** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a> | ||||
|   | ||||
| 
 | ||||
| 
 | ||||
|   - Free to use cleaning service  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno&charge=' target='_blank'>no&charge=</a>` | ||||
|   - Free to use  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - The cleaning service has a fee  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `amenity=bike_wash|amenity=bicycle_wash`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bike_cleaning/bike_cleaning.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cleaning/bike_cleaning.json) | ||||
|  | @ -12,26 +12,9 @@ A layer showing where you can park your bike | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bike_parking](#bike_parking) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [Bicycle parking type](#bicycle-parking-type) | ||||
|     + [Underground?](#underground) | ||||
|     + [Is covered?](#is-covered) | ||||
|     + [Capacity](#capacity) | ||||
|     + [Access](#access) | ||||
|     + [Cargo bike spaces?](#cargo-bike-spaces) | ||||
|     + [Cargo bike capacity?](#cargo-bike-capacity) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **17** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -44,10 +27,9 @@ A layer showing where you can park your bike | |||
| 
 | ||||
|   - [cyclofix](https://mapcomplete.osm.be/cyclofix) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
|   - [transit](https://mapcomplete.osm.be/transit) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bike_parking/bike_parking.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -62,6 +44,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking' target='_blank'>bicycle_parking</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_parking%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -69,14 +53,16 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/bicycle_parking#values) [bicycle_parking](https://wiki.openstreetmap.org/wiki/Key:bicycle_parking) | [string](../SpecialInputElements.md#string) | [stands](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands) [wall_loops](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dwall_loops) [handlebar_holder](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dhandlebar_holder) [rack](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Drack) [two_tier](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dtwo_tier) [shed](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dshed) [bollard](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dbollard) [floor](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dfloor) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/location#values) [location](https://wiki.openstreetmap.org/wiki/Key:location) | Multiple choice | [underground](https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground) [surface](https://wiki.openstreetmap.org/wiki/Tag:location%3Dsurface) [rooftop](https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop) [rooftop](https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/location#values) [location](https://wiki.openstreetmap.org/wiki/Key:location) | Multiple choice | [underground](https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground) [surface](https://wiki.openstreetmap.org/wiki/Tag:location%3Dsurface) [rooftop](https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/covered#values) [covered](https://wiki.openstreetmap.org/wiki/Key:covered) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:covered%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:covered%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity#values) [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [nat](../SpecialInputElements.md#nat) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/access#values) [access](https://wiki.openstreetmap.org/wiki/Key:access) | [string](../SpecialInputElements.md#string) | [yes](https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes) [customers](https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate) | ||||
|  | @ -90,7 +76,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -100,21 +88,24 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the type of this bicycle parking?** | ||||
| The question is  What is the type of this bicycle parking? | ||||
| 
 | ||||
| This rendering asks information about the property  [bicycle_parking](https://wiki.openstreetmap.org/wiki/Key:bicycle_parking)  | ||||
| This is rendered with `This is a bicycle parking of the type: {bicycle_parking}` | ||||
| 
 | ||||
| This is rendered with  This is a bicycle parking of the type: {bicycle_parking} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Staple racks <img style='width: 25%' src='./assets/layers/bike_parking/staple.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands' target='_blank'>stands</a> | ||||
|   - **Wheel rack/loops <img style='width: 25%'' src='./assets/layers/bike_parking/wall_loops.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dwall_loops' target='_blank'>wall_loops</a> | ||||
|   - **Handlebar holder <img style='width: 25%'' src='./assets/layers/bike_parking/handlebar_holder.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dhandlebar_holder' target='_blank'>handlebar_holder</a> | ||||
|   - **Rack <img style='width: 25%'' src='./assets/layers/bike_parking/rack.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Drack' target='_blank'>rack</a> | ||||
|   - **Two-tiered <img style='width: 25%'' src='./assets/layers/bike_parking/two_tier.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dtwo_tier' target='_blank'>two_tier</a> | ||||
|   - **Shed <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dshed' target='_blank'>shed</a> | ||||
|   - **Bollard <img style='width: 25%'' src='./assets/layers/bike_parking/bollard.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dbollard' target='_blank'>bollard</a> | ||||
|   - **An area on the floor which is  marked for bicycle parking** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dfloor' target='_blank'>floor</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Staple racks  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands' target='_blank'>stands</a>` | ||||
|   - Wheel rack/loops  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dwall_loops' target='_blank'>wall_loops</a>` | ||||
|   - Handlebar holder  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dhandlebar_holder' target='_blank'>handlebar_holder</a>` | ||||
|   - Rack  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Drack' target='_blank'>rack</a>` | ||||
|   - Two-tiered  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dtwo_tier' target='_blank'>two_tier</a>` | ||||
|   - Shed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dshed' target='_blank'>shed</a>` | ||||
|   - Bollard  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dbollard' target='_blank'>bollard</a>` | ||||
|   - An area on the floor which is  marked for bicycle parking  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dfloor' target='_blank'>floor</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -123,17 +114,17 @@ This is rendered with `This is a bicycle parking of the type: {bicycle_parking}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the relative location of this bicycle parking?** | ||||
| The question is  What is the relative location of this bicycle parking? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Underground parking** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a> | ||||
|   - **Surface level parking** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dsurface' target='_blank'>surface</a> | ||||
|   - **Rooftop parking** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop' target='_blank'>rooftop</a> | ||||
|   - **Surface level parking** corresponds with _This option cannot be chosen as answer_ | ||||
|   - **Rooftop parking** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop' target='_blank'>rooftop</a> | ||||
|   - Underground parking  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>` | ||||
|   - Surface level parking  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dsurface' target='_blank'>surface</a>` | ||||
|   - Rooftop parking  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop' target='_blank'>rooftop</a>` | ||||
|   - Surface level parking  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -142,14 +133,14 @@ The question is **What is the relative location of this bicycle parking?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this parking covered? Also select "covered" for indoor parkings.** | ||||
| The question is  Is this parking covered? Also select "covered" for indoor parkings. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This parking is covered (it has a roof)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:covered' target='_blank'>covered</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:covered%3Dyes' target='_blank'>yes</a> | ||||
|   - **This parking is not covered** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:covered' target='_blank'>covered</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:covered%3Dno' target='_blank'>no</a> | ||||
|   - This parking is covered (it has a roof)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:covered' target='_blank'>covered</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:covered%3Dyes' target='_blank'>yes</a>` | ||||
|   - This parking is not covered  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:covered' target='_blank'>covered</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:covered%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -158,10 +149,13 @@ The question is **Is this parking covered? Also select "covered" for indoor park | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How many bicycles fit in this bicycle parking (including possible cargo bicycles)?** | ||||
| The question is  How many bicycles fit in this bicycle parking (including possible cargo bicycles)? | ||||
| 
 | ||||
| This rendering asks information about the property  [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity)  | ||||
| This is rendered with `Place for {capacity} bikes` | ||||
| 
 | ||||
| This is rendered with  Place for {capacity} bikes | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -169,16 +163,19 @@ This is rendered with `Place for {capacity} bikes` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Who can use this bicycle parking?** | ||||
| The question is  Who can use this bicycle parking? | ||||
| 
 | ||||
| This rendering asks information about the property  [access](https://wiki.openstreetmap.org/wiki/Key:access)  | ||||
| This is rendered with `{access}` | ||||
| 
 | ||||
| This is rendered with  {access} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Publicly accessible** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> | ||||
|   - **Access is primarily for visitors to a business** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a> | ||||
|   - **Access is limited to members of a school, company or organisation** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Publicly accessible  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>` | ||||
|   - Access is primarily for visitors to a business  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a>` | ||||
|   - Access is limited to members of a school, company or organisation  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -187,15 +184,15 @@ This is rendered with `{access}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this bicycle parking have spots for cargo bikes?** | ||||
| The question is  Does this bicycle parking have spots for cargo bikes? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This parking has room for cargo bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cargo_bike' target='_blank'>cargo_bike</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Dyes' target='_blank'>yes</a> | ||||
|   - **This parking has designated (official) spots for cargo bikes.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cargo_bike' target='_blank'>cargo_bike</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Ddesignated' target='_blank'>designated</a> | ||||
|   - **You're not allowed to park cargo bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cargo_bike' target='_blank'>cargo_bike</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Dno' target='_blank'>no</a> | ||||
|   - This parking has room for cargo bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cargo_bike' target='_blank'>cargo_bike</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Dyes' target='_blank'>yes</a>` | ||||
|   - This parking has designated (official) spots for cargo bikes.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cargo_bike' target='_blank'>cargo_bike</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Ddesignated' target='_blank'>designated</a>` | ||||
|   - You're not allowed to park cargo bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cargo_bike' target='_blank'>cargo_bike</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -204,9 +201,14 @@ The question is **Does this bicycle parking have spots for cargo bikes?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How many cargo bicycles fit in this bicycle parking?** | ||||
| The question is  How many cargo bicycles fit in this bicycle parking? | ||||
| 
 | ||||
| This rendering asks information about the property  [capacity:cargo_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:cargo_bike)  | ||||
| This is rendered with `This parking fits {capacity:cargo_bike} cargo bikes`  | ||||
| 
 | ||||
| This is rendered with  This parking fits {capacity:cargo_bike} cargo bikes | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cargo_bike~^designated|yes$`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bike_parking/bike_parking.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_parking/bike_parking.json) | ||||
|  | @ -12,33 +12,9 @@ A layer showing bicycle pumps and bicycle repair tool stands | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bike_repair_station](#bike_repair_station) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [bike_repair_station-available-services](#bike_repair_station-available-services) | ||||
|     + [Operational status](#operational-status) | ||||
|     + [bike_repair_station-opening_hours](#bike_repair_station-opening_hours) | ||||
|     + [access](#access) | ||||
|     + [bike_repair_station-operator](#bike_repair_station-operator) | ||||
|     + [bike_repair_station-email](#bike_repair_station-email) | ||||
|     + [bike_repair_station-phone](#bike_repair_station-phone) | ||||
|     + [bike_repair_station-bike-chain-tool](#bike_repair_station-bike-chain-tool) | ||||
|     + [bike_repair_station-bike-stand](#bike_repair_station-bike-stand) | ||||
|     + [Email maintainer](#email-maintainer) | ||||
|     + [bike_repair_station-valves](#bike_repair_station-valves) | ||||
|     + [bike_repair_station-electrical_pump](#bike_repair_station-electrical_pump) | ||||
|     + [bike_repair_station-manometer](#bike_repair_station-manometer) | ||||
|     + [level](#level) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -50,11 +26,10 @@ A layer showing bicycle pumps and bicycle repair tool stands | |||
| 
 | ||||
| 
 | ||||
|   - [cyclofix](https://mapcomplete.osm.be/cyclofix) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bike_repair_station/bike_repair_station.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -69,6 +44,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_repair_station' target='_blank'>bicycle_repair_station</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_repair_station%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -76,7 +53,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -103,7 +82,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -113,15 +94,15 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which services are available at this location?** | ||||
| The question is  Which services are available at this location? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **There is only a pump present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:tools' target='_blank'>service:bicycle:tools</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:tools%3Dno' target='_blank'>no</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes' target='_blank'>yes</a> | ||||
|   - **There are only tools (screwdrivers, pliers...) present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:tools' target='_blank'>service:bicycle:tools</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:tools%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno' target='_blank'>no</a> | ||||
|   - **There are both tools and a pump present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:tools' target='_blank'>service:bicycle:tools</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:tools%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes' target='_blank'>yes</a> | ||||
|   - There is only a pump present  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:tools' target='_blank'>service:bicycle:tools</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:tools%3Dno' target='_blank'>no</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes' target='_blank'>yes</a>` | ||||
|   - There are only tools (screwdrivers, pliers, …) present  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:tools' target='_blank'>service:bicycle:tools</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:tools%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno' target='_blank'>no</a>` | ||||
|   - There are both tools and a pump present  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:tools' target='_blank'>service:bicycle:tools</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:tools%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes' target='_blank'>yes</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -130,30 +111,35 @@ The question is **Which services are available at this location?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is the bike pump still operational?** | ||||
| The question is  Is the bike pump still operational? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The bike pump is broken** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump:operational_status' target='_blank'>service:bicycle:pump:operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump:operational_status%3Dbroken' target='_blank'>broken</a> | ||||
|   - **The bike pump is operational** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump:operational_status' target='_blank'>service:bicycle:pump:operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump:operational_status%3Doperational' target='_blank'>operational</a> | ||||
|   - The bike pump is broken  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump:operational_status' target='_blank'>service:bicycle:pump:operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump:operational_status%3Dbroken' target='_blank'>broken</a>` | ||||
|   - The bike pump is operational  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump:operational_status' target='_blank'>service:bicycle:pump:operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump:operational_status%3Doperational' target='_blank'>operational</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `service:bicycle:pump=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_repair_station-opening_hours  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **When is this bicycle repair point open?** | ||||
| The question is  When is this bicycle repair point open? | ||||
| 
 | ||||
| This rendering asks information about the property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)  | ||||
| This is rendered with `{opening_hours_table()}` | ||||
| 
 | ||||
| This is rendered with  {opening_hours_table()} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Always open** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Always open  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -162,17 +148,19 @@ This is rendered with `{opening_hours_table()}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Who is allowed to use this repair station?** | ||||
| The question is  Who is allowed to use this repair station? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Publicly accessible** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> | ||||
|   - **Publicly accessible** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>_This option cannot be chosen as answer_ | ||||
|   - **Only for customers** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a> | ||||
|   - **Not accessible to the general public** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a> | ||||
|   - **Not accessible to the general public** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a>_This option cannot be chosen as answer_ | ||||
|   - Publicly accessible  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>` | ||||
|   - Publicly accessible  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Only for customers  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a>` | ||||
|   - Not accessible to the general public  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a>` | ||||
|   - Not accessible to the general public  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a>` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -181,10 +169,15 @@ The question is **Who is allowed to use this repair station?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Who maintains this cycle pump?** | ||||
| The question is  Who maintains this cycle pump? | ||||
| 
 | ||||
| This rendering asks information about the property  [operator](https://wiki.openstreetmap.org/wiki/Key:operator)  | ||||
| This is rendered with `Maintained by {operator}` | ||||
| 
 | ||||
| This is rendered with  Maintained by {operator} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has labels  `operator-info` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -192,10 +185,15 @@ This is rendered with `Maintained by {operator}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the email address of the maintainer?** | ||||
| The question is  What is the email address of the maintainer? | ||||
| 
 | ||||
| This rendering asks information about the property  [email](https://wiki.openstreetmap.org/wiki/Key:email)  | ||||
| This is rendered with `<a href='mailto:{email}'>{email}</a>` | ||||
| 
 | ||||
| This is rendered with  <a href='mailto:{email}'>{email}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has labels  `operator-info` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -203,10 +201,15 @@ This is rendered with `<a href='mailto:{email}'>{email}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the phone number of the maintainer?** | ||||
| The question is  What is the phone number of the maintainer? | ||||
| 
 | ||||
| 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>` | ||||
| 
 | ||||
| This is rendered with  <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has labels  `operator-info` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -214,58 +217,67 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this bike repair station have a special tool to repair your bike chain?** | ||||
| The question is  Does this bike repair station have a special tool to repair your bike chain? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **There is a chain tool** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:chain_tool' target='_blank'>service:bicycle:chain_tool</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:chain_tool%3Dyes' target='_blank'>yes</a> | ||||
|   - **There is no chain tool** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:chain_tool' target='_blank'>service:bicycle:chain_tool</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:chain_tool%3Dno' target='_blank'>no</a> | ||||
|   - There is a chain tool  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:chain_tool' target='_blank'>service:bicycle:chain_tool</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:chain_tool%3Dyes' target='_blank'>yes</a>` | ||||
|   - There is no chain tool  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:chain_tool' target='_blank'>service:bicycle:chain_tool</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:chain_tool%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `service:bicycle:tools=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_repair_station-bike-stand  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this bike station have a hook to hang your bike on or a stand to raise it?** | ||||
| The question is  Does this bike station have a hook to hang your bike on or a stand to raise it? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **There is a hook or stand** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:stand' target='_blank'>service:bicycle:stand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:stand%3Dyes' target='_blank'>yes</a> | ||||
|   - **There is no hook or stand** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:stand' target='_blank'>service:bicycle:stand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:stand%3Dno' target='_blank'>no</a> | ||||
|   - There is a hook or stand  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:stand' target='_blank'>service:bicycle:stand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:stand%3Dyes' target='_blank'>yes</a>` | ||||
|   - There is no hook or stand  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:stand' target='_blank'>service:bicycle:stand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:stand%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `service:bicycle:tools=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Email maintainer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `email~^..*$&service:bicycle:pump:operational_status=broken`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_repair_station-valves  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What valves are supported?** | ||||
| The question is  What valves are supported? | ||||
| 
 | ||||
| This rendering asks information about the property  [valves](https://wiki.openstreetmap.org/wiki/Key:valves)  | ||||
| This is rendered with `This pump supports the following valves: {valves}` | ||||
| 
 | ||||
| This is rendered with  This pump supports the following valves: {valves} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Sclaverand (also known as Presta)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:valves' target='_blank'>valves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:valves%3Dsclaverand' target='_blank'>sclaverand</a> | ||||
|   - **Dunlop** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:valves' target='_blank'>valves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:valves%3Ddunlop' target='_blank'>dunlop</a> | ||||
|   - **Schrader (cars)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:valves' target='_blank'>valves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:valves%3Dschrader' target='_blank'>schrader</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Sclaverand/Presta (narrow-width bike tires)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:valves' target='_blank'>valves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:valves%3Dsclaverand' target='_blank'>sclaverand</a>` | ||||
|   - Dunlop  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:valves' target='_blank'>valves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:valves%3Ddunlop' target='_blank'>dunlop</a>` | ||||
|   - Schrader (cars and mountainbikes)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:valves' target='_blank'>valves</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:valves%3Dschrader' target='_blank'>schrader</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -274,51 +286,60 @@ This is rendered with `This pump supports the following valves: {valves}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this an electric bike pump?** | ||||
| The question is  Is this an electric bike pump? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Manual pump** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:manual' target='_blank'>manual</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manual%3Dyes' target='_blank'>yes</a> | ||||
|   - **Electrical pump** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:manual' target='_blank'>manual</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manual%3Dno' target='_blank'>no</a> | ||||
|   - Manual pump  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:manual' target='_blank'>manual</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manual%3Dyes' target='_blank'>yes</a>` | ||||
|   - Electrical pump  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:manual' target='_blank'>manual</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manual%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `service:bicycle:pump=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_repair_station-manometer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does the pump have a pressure indicator or manometer?** | ||||
| The question is  Does the pump have a pressure indicator or manometer? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **There is a manometer** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:manometer' target='_blank'>manometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manometer%3Dyes' target='_blank'>yes</a> | ||||
|   - **There is no manometer** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:manometer' target='_blank'>manometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manometer%3Dno' target='_blank'>no</a> | ||||
|   - **There is manometer but it is broken** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:manometer' target='_blank'>manometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manometer%3Dbroken' target='_blank'>broken</a> | ||||
|   - There is a manometer  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:manometer' target='_blank'>manometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manometer%3Dyes' target='_blank'>yes</a>` | ||||
|   - There is no manometer  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:manometer' target='_blank'>manometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manometer%3Dno' target='_blank'>no</a>` | ||||
|   - There is manometer but it is broken  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:manometer' target='_blank'>manometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:manometer%3Dbroken' target='_blank'>broken</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `service:bicycle:pump=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### level  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **On what level is this feature located?** | ||||
| 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` | ||||
| 
 | ||||
| This is rendered with  Located on the {level}th floor | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Located underground** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>_This option cannot be chosen as answer_ | ||||
|   - **Located on the ground floor** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a> | ||||
|   - **Located on the ground floor** corresponds with _This option cannot be chosen as answer_ | ||||
|   - **Located on the first floor** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a> | ||||
|   - **Located on the first basement level** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Located underground  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the ground floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>` | ||||
|   - Located on the ground floor  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the first floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>` | ||||
|   - Located on the first basement level  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a>` | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bike_repair_station/bike_repair_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_repair_station/bike_repair_station.json) | ||||
|  | @ -12,35 +12,9 @@ A shop specifically selling bicycles or related items | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bike_shop](#bike_shop) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [bike_shop-is-bicycle_shop](#bike_shop-is-bicycle_shop) | ||||
|     + [bike_shop-name](#bike_shop-name) | ||||
|     + [bike_shop-website](#bike_shop-website) | ||||
|     + [bike_shop-phone](#bike_shop-phone) | ||||
|     + [bike_shop-email](#bike_shop-email) | ||||
|     + [bike_shop-opening_hours](#bike_shop-opening_hours) | ||||
|     + [description](#description) | ||||
|     + [bike_shop-access](#bike_shop-access) | ||||
|     + [bike_repair_sells-bikes](#bike_repair_sells-bikes) | ||||
|     + [bike_repair_repairs-bikes](#bike_repair_repairs-bikes) | ||||
|     + [bike_repair_rents-bikes](#bike_repair_rents-bikes) | ||||
|     + [bike_repair_second-hand-bikes](#bike_repair_second-hand-bikes) | ||||
|     + [bike_repair_bike-pump-service](#bike_repair_bike-pump-service) | ||||
|     + [bike_repair_tools-service](#bike_repair_tools-service) | ||||
|     + [bike_repair_bike-wash](#bike_repair_bike-wash) | ||||
|     + [bike_cleaning-service:bicycle:cleaning:charge](#bike_cleaning-servicebicycle:cleaning:charge) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -52,11 +26,10 @@ A shop specifically selling bicycles or related items | |||
| 
 | ||||
| 
 | ||||
|   - [cyclofix](https://mapcomplete.osm.be/cyclofix) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bike_shop/bike_shop.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -68,9 +41,11 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_rental' target='_blank'>bicycle_rental</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsports' target='_blank'>sports</a>&service:bicycle:retail!~^no$&service:bicycle:repair!~^no$&<a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dcycling' target='_blank'>cycling</a>| | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_rental' target='_blank'>bicycle_rental</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsports' target='_blank'>sports</a>&service:bicycle:retail!=no&service:bicycle:repair!=no&<a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dcycling' target='_blank'>cycling</a>| | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22shop%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_rental%22%5D%5B!%22network%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22sports%22%5D%5B%22sport%22%3D%22bicycle%22%5D%5B%22service%3Abicycle%3Aretail%22!%3D%22no%22%5D%5B%22service%3Abicycle%3Arepair%22!%3D%22no%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22sports%22%5D%5B%22sport%22%3D%22cycling%22%5D%5B%22service%3Abicycle%3Aretail%22!%3D%22no%22%5D%5B%22service%3Abicycle%3Arepair%22!%3D%22no%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22shop%22%3D%22sports%22%5D%5B!%22sport%22%5D%5B%22service%3Abicycle%3Aretail%22!%3D%22no%22%5D%5B%22service%3Abicycle%3Arepair%22!%3D%22no%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -78,27 +53,38 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/shop#values) [shop](https://wiki.openstreetmap.org/wiki/Key:shop) | Multiple choice | [rental](https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental) | ||||
| [<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) |  | ||||
| [<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/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/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/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/access#values) [access](https://wiki.openstreetmap.org/wiki/Key:access) | [string](../SpecialInputElements.md#string) |  | ||||
| [<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: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: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: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) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -107,7 +93,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -117,86 +105,118 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This business focuses on rental  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:shop' target='_blank'>shop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental' target='_blank'>rental</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `shop~^..*$&shop!~^bicycle$&shop!~^sports$`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_shop-name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the name of this bicycle shop?** | ||||
| The question is  What is the name of this bicycle shop? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `This bicycle shop is called {name}` | ||||
| 
 | ||||
| This is rendered with  This bicycle shop is called {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_shop-website  | ||||
| 
 | ||||
| 
 | ||||
| ### website  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| 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}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| This is rendered with  <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_shop-phone  | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_shop-email  | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='tel:{contact:phone}'>{contact:phone}</a>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='mailto:{email}' target='_blank'>{email}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_shop-opening_hours  | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **When is this shop opened?** | ||||
| 
 | ||||
| ### 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 `{opening_hours_table(opening_hours)}` | ||||
| 
 | ||||
| This is rendered with  <h3>Opening hours</h3>{opening_hours_table(opening_hours)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### description  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>** | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description)  | ||||
| This is rendered with `{description}` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_shop-access  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| This rendering asks information about the property  [access](https://wiki.openstreetmap.org/wiki/Key:access)  | ||||
| This is rendered with `Enkel voor {access}` | ||||
| 
 | ||||
| This is rendered with  Only accessible to {access} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -204,14 +224,14 @@ This is rendered with `Enkel voor {access}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this shop sell bikes?** | ||||
| The question is  Does this shop sell bikes? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This shop sells bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail' target='_blank'>service:bicycle:retail</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes' target='_blank'>yes</a> | ||||
|   - **This shop doesn't sell bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail' target='_blank'>service:bicycle:retail</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dno' target='_blank'>no</a> | ||||
|   - This shop sells bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail' target='_blank'>service:bicycle:retail</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes' target='_blank'>yes</a>` | ||||
|   - This shop doesn't sell bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail' target='_blank'>service:bicycle:retail</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -220,16 +240,16 @@ The question is **Does this shop sell bikes?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this shop repair bikes?** | ||||
| The question is  Does this shop repair bikes? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This shop repairs bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes' target='_blank'>yes</a> | ||||
|   - **This shop doesn't repair bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno' target='_blank'>no</a> | ||||
|   - **This shop only repairs bikes bought here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Donly_sold' target='_blank'>only_sold</a> | ||||
|   - **This shop only repairs bikes of a certain brand** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dbrand' target='_blank'>brand</a> | ||||
|   - This shop repairs bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes' target='_blank'>yes</a>` | ||||
|   - This shop doesn't repair bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno' target='_blank'>no</a>` | ||||
|   - This shop only repairs bikes bought here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Donly_sold' target='_blank'>only_sold</a>` | ||||
|   - This shop only repairs bikes of a certain brand  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair' target='_blank'>service:bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dbrand' target='_blank'>brand</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -238,31 +258,187 @@ The question is **Does this shop repair bikes?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this shop rent out bikes?** | ||||
| The question is  Does this shop rent out bikes? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This shop rents out bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a> | ||||
|   - **This shop doesn't rent out bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dno' target='_blank'>no</a> | ||||
|   - This shop rents out bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes' target='_blank'>yes</a>` | ||||
|   - This shop doesn't rent out bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental' target='_blank'>service:bicycle:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike' target='_blank'>city_bike</a>` | ||||
|   - Electrical bikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike' target='_blank'>ebike</a>` | ||||
|   - BMX bikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbmx' target='_blank'>bmx</a>` | ||||
|   - Mountainbikes can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dmtb' target='_blank'>mtb</a>` | ||||
|   - Bikes for children can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dkid_bike' target='_blank'>kid_bike</a>` | ||||
|   - Tandem bicycles can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dtandem' target='_blank'>tandem</a>` | ||||
|   - Race bicycles can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dracebike' target='_blank'>racebike</a>` | ||||
|   - Bike helmets can be rented here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbike_helmet' target='_blank'>bike_helmet</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `amenity=bicycle_rental|bicycle_rental~^..*$|service:bicycle:rental=yes|rental~^.*bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-city_bike  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*city_bike.*$&amenity=bicycle_rental|bicycle_rental~^..*$|service:bicycle:rental=yes|rental~^.*bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-ebike  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*ebike.*$&amenity=bicycle_rental|bicycle_rental~^..*$|service:bicycle:rental=yes|rental~^.*bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-kid_bike  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*kid_bike.*$&amenity=bicycle_rental|bicycle_rental~^..*$|service:bicycle:rental=yes|rental~^.*bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bmx  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*bmx.*$&amenity=bicycle_rental|bicycle_rental~^..*$|service:bicycle:rental=yes|rental~^.*bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-mtb  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much mountainbike 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} mountainbike can be rented here | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*mtb.*$&amenity=bicycle_rental|bicycle_rental~^..*$|service:bicycle:rental=yes|rental~^.*bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-bicycle_pannier  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*bicycle_pannier.*$&amenity=bicycle_rental|bicycle_rental~^..*$|service:bicycle:rental=yes|rental~^.*bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### rental-capacity-tandem_bicycle  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `rental~^.*tandem_bicycle.*$&amenity=bicycle_rental|bicycle_rental~^..*$|service:bicycle:rental=yes|rental~^.*bicycle.*$`  is shown | ||||
| 
 | ||||
| This tagrendering has labels  `bicycle_rental` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bike_repair_second-hand-bikes  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this shop sell second-hand bikes?** | ||||
| The question is  Does this shop sell second-hand bikes? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This shop sells second-hand bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand' target='_blank'>service:bicycle:second_hand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes' target='_blank'>yes</a> | ||||
|   - **This shop doesn't sell second-hand bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand' target='_blank'>service:bicycle:second_hand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dno' target='_blank'>no</a> | ||||
|   - **This shop only sells second-hand bikes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand' target='_blank'>service:bicycle:second_hand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly' target='_blank'>only</a> | ||||
|   - This shop sells second-hand bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand' target='_blank'>service:bicycle:second_hand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes' target='_blank'>yes</a>` | ||||
|   - This shop doesn't sell second-hand bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand' target='_blank'>service:bicycle:second_hand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dno' target='_blank'>no</a>` | ||||
|   - This shop only sells second-hand bikes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand' target='_blank'>service:bicycle:second_hand</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -271,15 +447,15 @@ The question is **Does this shop sell second-hand bikes?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this shop offer a bike pump for use by anyone?** | ||||
| The question is  Does this shop offer a bike pump for use by anyone? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This shop offers a bike pump for anyone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes' target='_blank'>yes</a> | ||||
|   - **This shop doesn't offer a bike pump for anyone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno' target='_blank'>no</a> | ||||
|   - **There is bicycle pump, it is shown as a separate point ** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dseparate' target='_blank'>separate</a> | ||||
|   - This shop offers a bike pump for anyone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes' target='_blank'>yes</a>` | ||||
|   - This shop doesn't offer a bike pump for anyone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno' target='_blank'>no</a>` | ||||
|   - There is bicycle pump, it is shown as a separate point   corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump' target='_blank'>service:bicycle:pump</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dseparate' target='_blank'>separate</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -288,15 +464,15 @@ The question is **Does this shop offer a bike pump for use by anyone?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Are there tools here to repair your own bike?** | ||||
| The question is  Are there tools here to repair your own bike? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This shop offers tools for DIY repair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes' target='_blank'>yes</a> | ||||
|   - **This shop doesn't offer tools for DIY repair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno' target='_blank'>no</a> | ||||
|   - **Tools for DIY repair are only available if you bought/hire the bike in the shop** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold' target='_blank'>only_sold</a> | ||||
|   - This shop offers tools for DIY repair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes' target='_blank'>yes</a>` | ||||
|   - This shop doesn't offer tools for DIY repair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno' target='_blank'>no</a>` | ||||
|   - Tools for DIY repair are only available if you bought/hire the bike in the shop  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy' target='_blank'>service:bicycle:diy</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold' target='_blank'>only_sold</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -305,15 +481,15 @@ The question is **Are there tools here to repair your own bike?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Are bicycles washed here?** | ||||
| The question is  Are bicycles washed here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This shop cleans bicycles** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning' target='_blank'>service:bicycle:cleaning</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes' target='_blank'>yes</a> | ||||
|   - **This shop has an installation where one can clean bicycles themselves** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning' target='_blank'>service:bicycle:cleaning</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy' target='_blank'>diy</a> | ||||
|   - **This shop doesn't offer bicycle cleaning** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning' target='_blank'>service:bicycle:cleaning</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno' target='_blank'>no</a> | ||||
|   - This shop cleans bicycles  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning' target='_blank'>service:bicycle:cleaning</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes' target='_blank'>yes</a>` | ||||
|   - This shop has an installation where one can clean bicycles themselves  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning' target='_blank'>service:bicycle:cleaning</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy' target='_blank'>diy</a>` | ||||
|   - This shop doesn't offer bicycle cleaning  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning' target='_blank'>service:bicycle:cleaning</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -322,16 +498,37 @@ The question is **Are bicycles washed here?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much does it cost to use the cleaning service?** | ||||
| 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}` | ||||
| 
 | ||||
| This is rendered with  Using the cleaning service costs {service:bicycle:cleaning:charge} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The cleaning service is free to use** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno&service:bicycle:cleaning:charge=' target='_blank'>no&service:bicycle:cleaning:charge=</a> | ||||
|   - **Free to use** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno' target='_blank'>no</a>_This option cannot be chosen as answer_ | ||||
|   - **The cleaning service has a fee, but the amount is not known** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dyes&service:bicycle:cleaning:charge=' target='_blank'>yes&service:bicycle:cleaning:charge=</a>_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - The cleaning service is free to use  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno&service:bicycle:cleaning:charge=' target='_blank'>no&service:bicycle:cleaning:charge=</a>` | ||||
|   - Free to use  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dno' target='_blank'>no</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - The cleaning service has a fee, but the amount is not known  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:fee' target='_blank'>service:bicycle:cleaning:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning:fee%3Dyes&service:bicycle:cleaning:charge=' target='_blank'>yes&service:bicycle:cleaning:charge=</a>` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `amenity!=bike_wash&amenity!=bicycle_wash&service:bicycle:cleaning=yes|service:bicycle:cleaning=diy|amenity=bicycle_wash|amenity=bike_wash`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### description  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description)  | ||||
| 
 | ||||
| This is rendered with  {description} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bike_shop/bike_shop.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_shop/bike_shop.json) | ||||
|  | @ -12,24 +12,9 @@ A layer with bike-themed objects but who don't match any other layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [bike_themed_object](#bike_themed_object) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [description](#description) | ||||
|     + [website](#website) | ||||
|     + [email](#email) | ||||
|     + [phone](#phone) | ||||
|     + [opening_hours](#opening_hours) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -44,8 +29,6 @@ A layer with bike-themed objects but who don't match any other layer | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/bike_themed_object/bike_themed_object.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -60,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:association' target='_blank'>association</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:association%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:association' target='_blank'>association</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:association%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:ngo' target='_blank'>ngo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:ngo%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:ngo' target='_blank'>ngo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:ngo%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:club' target='_blank'>club</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:club%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:club' target='_blank'>club</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:club%3Dcycling' target='_blank'>cycling</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22association%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22association%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22club%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22club%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22ngo%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22ngo%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22sport%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22theme%22%3D%22bicycle%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22theme%22%3D%22cycling%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -67,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -86,7 +73,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -96,10 +85,13 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>** | ||||
| The question is  Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description)  | ||||
| This is rendered with `{description}` | ||||
| 
 | ||||
| This is rendered with  {description} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -107,14 +99,18 @@ This is rendered with `{description}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| 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}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| This is rendered with  <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -123,14 +119,18 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='mailto:{email}' target='_blank'>{email}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>** corresponds with contact:email~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -139,14 +139,18 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='tel:{contact:phone}'>{contact:phone}</a>** corresponds with contact:phone~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='tel:{contact:phone}'>{contact:phone}</a>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -155,9 +159,12 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What are the opening hours of {name}?** | ||||
| 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)}`  | ||||
| 
 | ||||
| This is rendered with  <h3>Opening hours</h3>{opening_hours_table(opening_hours)} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/bike_themed_object/bike_themed_object.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_themed_object/bike_themed_object.json) | ||||
|  | @ -7,26 +7,14 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/layers/binocular/telescope.svg' height="100px">  | ||||
| 
 | ||||
| Binoculas | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [binocular](#binocular) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [binocular-charge](#binocular-charge) | ||||
|     + [binocular-direction](#binocular-direction) | ||||
| Binoculars | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -41,8 +29,6 @@ Binoculas | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/binocular/binocular.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -57,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbinoculars' target='_blank'>binoculars</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22binoculars%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -64,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -80,7 +70,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -90,14 +82,17 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How much does one have to pay to use these binoculars?** | ||||
| The question is  How much does one have to pay to use these binoculars? | ||||
| 
 | ||||
| This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge)  | ||||
| This is rendered with `Using these binoculars costs {charge}` | ||||
| 
 | ||||
| This is rendered with  Using these binoculars costs {charge} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Free to use** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Free to use  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -106,9 +101,12 @@ This is rendered with `Using these binoculars costs {charge}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **When looking through this binocular, in what direction does one look?** | ||||
| The question is  When looking through this binocular, in what direction does one look? | ||||
| 
 | ||||
| This rendering asks information about the property  [direction](https://wiki.openstreetmap.org/wiki/Key:direction)  | ||||
| This is rendered with `Looks towards {direction}°`  | ||||
| 
 | ||||
| This is rendered with  Looks towards {direction}° | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/binocular/binocular.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/binocular/binocular.json) | ||||
|  | @ -7,27 +7,14 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/layers/birdhide/birdhide.svg' height="100px">  | ||||
| 
 | ||||
| Een vogelkijkhut | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [birdhide](#birdhide) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [bird-hide-shelter-or-wall](#bird-hide-shelter-or-wall) | ||||
|     + [bird-hide-wheelchair](#bird-hide-wheelchair) | ||||
|     + [birdhide-operator](#birdhide-operator) | ||||
| A birdhide | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **14** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -42,8 +29,6 @@ Een vogelkijkhut | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/birdhide/birdhide.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -58,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dbird_hide' target='_blank'>bird_hide</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22leisure%22%3D%22bird_hide%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -65,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -82,7 +71,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -92,16 +83,17 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is dit een kijkwand of kijkhut?** | ||||
| The question is  Is this a bird blind or a bird watching shelter? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Vogelkijkwand** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dno' target='_blank'>no</a> | ||||
|   - **Vogelkijkhut** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshelter' target='_blank'>shelter</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dyes' target='_blank'>yes</a> | ||||
|   - **Vogelkijktoren** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dtower' target='_blank'>tower</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:bird_hide' target='_blank'>bird_hide</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bird_hide%3Dtower' target='_blank'>tower</a> | ||||
|   - **Vogelkijkhut** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshelter' target='_blank'>shelter</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dyes' target='_blank'>yes</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dyes' target='_blank'>yes</a>_This option cannot be chosen as answer_ | ||||
|   - Bird blind  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dno' target='_blank'>no</a>` | ||||
|   - Bird hide  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshelter' target='_blank'>shelter</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dyes' target='_blank'>yes</a>` | ||||
|   - Bird tower hide  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dtower' target='_blank'>tower</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:bird_hide' target='_blank'>bird_hide</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bird_hide%3Dtower' target='_blank'>tower</a>` | ||||
|   - Bird hide shelter  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshelter' target='_blank'>shelter</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dyes' target='_blank'>yes</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dyes' target='_blank'>yes</a>` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -110,16 +102,16 @@ The question is **Is dit een kijkwand of kijkhut?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is deze vogelkijkplaats rolstoeltoegankelijk?** | ||||
| The question is  Is this bird hide accessible to wheelchair users? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Er zijn speciale voorzieningen voor rolstoelen** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | ||||
|   - **Een rolstoel raakt er vlot** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a> | ||||
|   - **Je kan er raken met een rolstoel, maar het is niet makkelijk** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a> | ||||
|   - **Niet rolstoeltoegankelijk** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a> | ||||
|   - There are special provisions for wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>` | ||||
|   - A wheelchair can easily use this birdhide  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>` | ||||
|   - This birdhide is reachable by wheelchair, but it is not easy  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>` | ||||
|   - Not accessible to wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -128,15 +120,18 @@ The question is **Is deze vogelkijkplaats rolstoeltoegankelijk?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Wie beheert deze vogelkijkplaats?** | ||||
| The question is  Who operates this birdhide? | ||||
| 
 | ||||
| This rendering asks information about the property  [operator](https://wiki.openstreetmap.org/wiki/Key:operator)  | ||||
| This is rendered with `Beheer door {operator}` | ||||
| 
 | ||||
| This is rendered with  Operated by {operator} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Beheer door Natuurpunt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a> | ||||
|   - **Beheer door het Agentschap Natuur en Bos ** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Operated by Natuurpunt  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>` | ||||
|   - Operated by the Agency for Nature and Forests  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a>` | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/birdhide/birdhide.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/birdhide/birdhide.json) | ||||
|  | @ -1,73 +0,0 @@ | |||
| brugge | ||||
| ======== | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [brugge](#brugge) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [status](#status) | ||||
|     + [has closeby](#has-closeby) | ||||
|     + [openbaar](#openbaar) | ||||
|     + [addr](#addr) | ||||
|     + [oh](#oh) | ||||
| 
 | ||||
| 
 | ||||
| - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely `https://raw.githubusercontent.com/pietervdvn/pietervdvn.github.io/master/aeds_brugge.json` | ||||
| - This layer will automatically load  [defibrillator](./defibrillator.md)  into the layout as it depends on it:  A | ||||
|   calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _closest_osm_aed) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/brugge/brugge.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - Brugs volgnummer~^..*$ | ||||
| 
 | ||||
| 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/status#values) [status](https://wiki.openstreetmap.org/wiki/Key:status) | Multiple choice | [oud](https://wiki.openstreetmap.org/wiki/Tag:status%3Doud) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/Lokaal AED#values) [Lokaal AED](https://wiki.openstreetmap.org/wiki/Key:Lokaal AED) | Multiple choice | | ||||
| 
 | ||||
| ### status | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| - **<div class='alert'>Dit datapunt is verouderd</div>** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:status' target='_blank'>status</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:status%3Doud' target='_blank'>oud</a> | ||||
| 
 | ||||
| ### has closeby | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### openbaar | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| - **Bevindt zich in een openbaar gebouw: <b>{Openbare AED Gebouw}</b> in lokaal <b>{Lokaal AED}</b>** corresponds with | ||||
|   Lokaal AED~^..*$ | ||||
| 
 | ||||
| ### addr | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### oh | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/brugge/brugge.json | ||||
|  | @ -12,29 +12,9 @@ A layer showing cafés and pubs where one can gather around a drink. The layer a | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [cafe_pub](#cafe_pub) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [Name](#name) | ||||
|     + [Classification](#classification) | ||||
|     + [opening_hours](#opening_hours) | ||||
|     + [website](#website) | ||||
|     + [email](#email) | ||||
|     + [phone](#phone) | ||||
|     + [payment-options](#payment-options) | ||||
|     + [wheelchair-access](#wheelchair-access) | ||||
|     + [service:electricity](#serviceelectricity) | ||||
|     + [dog-access](#dog-access) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -46,11 +26,10 @@ A layer showing cafés and pubs where one can gather around a drink. The layer a | |||
| 
 | ||||
| 
 | ||||
|   - [cafes_and_pubs](https://mapcomplete.osm.be/cafes_and_pubs) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/cafe_pub/cafe_pub.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -62,9 +41,11 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar' target='_blank'>bar</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub' target='_blank'>pub</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe' target='_blank'>cafe</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbiergarten' target='_blank'>biergarten</a> | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar' target='_blank'>bar</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub' target='_blank'>pub</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe' target='_blank'>cafe</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbiergarten' target='_blank'>biergarten</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dnightclub' target='_blank'>nightclub</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22biergarten%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22nightclub%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -72,19 +53,23 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |  | ||||
| [<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 | [pub](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub) [bar](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar) [cafe](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe) [restaurant](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant) [biergarten](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbiergarten) | ||||
| [<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 | [pub](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub) [bar](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar) [cafe](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe) [restaurant](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant) [biergarten](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbiergarten) [nightclub](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dnightclub) | ||||
| [<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/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/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/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/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/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/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/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) | ||||
| 
 | ||||
|  | @ -95,8 +80,35 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the ground floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>` | ||||
|   - Located on the ground floor  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the first floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>` | ||||
|   - Located on the first basement level  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -105,10 +117,13 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the name of this pub?** | ||||
| The question is  What is the name of this pub? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `This pub is named {name}` | ||||
| 
 | ||||
| This is rendered with  This pub is named {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -116,17 +131,18 @@ This is rendered with `This pub is named {name}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What kind of cafe is this** | ||||
| The question is  What kind of cafe is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Dit is <b>een bruin café of een kroeg</b> waar voornamelijk bier wordt gedronken. De inrichting is typisch gezellig met veel houtwerk ** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub' target='_blank'>pub</a> | ||||
|   - **Dit is een <b>bar</b> waar men ter plaatse alcoholische drank nuttigt. De inrichting is typisch modern en commercieel, soms met lichtinstallatie en feestmuziek** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar' target='_blank'>bar</a> | ||||
|   - **Dit is een <b>cafe</b> - een plaats waar men rustig kan zitten om een thee, koffie of alcoholische drank te nuttigen.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe' target='_blank'>cafe</a> | ||||
|   - **Dit is een <b>restaurant</b> waar men een maaltijd geserveerd krijgt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a> | ||||
|   - **Een open ruimte waar bier geserveerd wordt. Typisch in Duitsland** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbiergarten' target='_blank'>biergarten</a> | ||||
|   - A pub, mostly for drinking beers in a warm, relaxed interior  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub' target='_blank'>pub</a>` | ||||
|   - A more modern and commercial <b>bar</b>, possibly with a music and light installation  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar' target='_blank'>bar</a>` | ||||
|   - A <b>cafe</b> to drink tea, coffee or an alcoholical bevarage in a quiet environment  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe' target='_blank'>cafe</a>` | ||||
|   - A <b>restuarant</b> where one can get a proper meal  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>` | ||||
|   - An open space where beer is served, typically seen in Germany  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbiergarten' target='_blank'>biergarten</a>` | ||||
|   - This is a <b>nightclub</b> or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dnightclub' target='_blank'>nightclub</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -135,10 +151,13 @@ The question is **What kind of cafe is this** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What are the opening hours of {name}?** | ||||
| 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)}` | ||||
| 
 | ||||
| This is rendered with  <h3>Opening hours</h3>{opening_hours_table(opening_hours)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -146,14 +165,18 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours) | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| 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}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| This is rendered with  <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -162,14 +185,18 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='mailto:{email}' target='_blank'>{email}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>** corresponds with contact:email~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -178,14 +205,18 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='tel:{contact:phone}'>{contact:phone}</a>** corresponds with contact:phone~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='tel:{contact:phone}'>{contact:phone}</a>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -194,14 +225,16 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which methods of payment are accepted here?** | ||||
| The question is  Which methods of payment are accepted here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Cash is accepted here** corresponds with <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%3Dyes' target='_blank'>yes</a>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 <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%3Dyes' target='_blank'>yes</a>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> | ||||
|   - Cash is accepted here  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -210,16 +243,33 @@ The question is **Which methods of payment are accepted here?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **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** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | ||||
|   - **This place is easily reachable with a wheelchair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a> | ||||
|   - **It is possible to reach this place in a wheelchair, but it is not easy** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a> | ||||
|   - **This place is not reachable with a wheelchair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a> | ||||
|   - This place is specially adapted for wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>` | ||||
|   - This place is easily reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>` | ||||
|   - It is possible to reach this place in a wheelchair, but it is not easy  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>` | ||||
|   - This place is not reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### smoking  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is smoking allowed at {title()}? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Smoking is <b>allowed</b>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoking' target='_blank'>smoking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes' target='_blank'>yes</a>` | ||||
|   - Smoking is <b>not allowed</b>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoking' target='_blank'>smoking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno' target='_blank'>no</a>` | ||||
|   - Smoking is <b>allowed outside</b>.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoking' target='_blank'>smoking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside' target='_blank'>outside</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -228,16 +278,16 @@ The question is **Is this place accessible with a wheelchair?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **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** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes' target='_blank'>yes</a> | ||||
|   - **There are a few domestic sockets available to customers seated indoors, where they can charge their electronics** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited' target='_blank'>limited</a> | ||||
|   - **There are no sockets available indoors to customers, but charging might be possible if the staff is asked** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask' target='_blank'>ask</a> | ||||
|   - **There are a no domestic sockets available to customers seated indoors** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno' target='_blank'>no</a> | ||||
|   - There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes' target='_blank'>yes</a>` | ||||
|   - There are a few domestic sockets available to customers seated indoors, where they can charge their electronics  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There are no sockets available indoors to customers, but charging might be possible if the staff is asked  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask' target='_blank'>ask</a>` | ||||
|   - There are a no domestic sockets available to customers seated indoors  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -246,16 +296,28 @@ The question is **Does this amenity have electrical outlets, available to custom | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Are dogs allowed in this business?** | ||||
| The question is  Are dogs allowed in this business? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Dogs are allowed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a> | ||||
|   - **Dogs are <b>not</b> allowed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno' target='_blank'>no</a> | ||||
|   - **Dogs are allowed, but they have to be leashed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a> | ||||
|   - **Dogs are allowed and can run around freely** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed' target='_blank'>unleashed</a> | ||||
|   - Dogs are allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a>` | ||||
|   - Dogs are <b>not</b> allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno' target='_blank'>no</a>` | ||||
|   - Dogs are allowed, but they have to be leashed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a>` | ||||
|   - Dogs are allowed and can run around freely  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed' target='_blank'>unleashed</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### reviews  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Shows the reviews module (including the possibility to leave a review) | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/cafe_pub/cafe_pub.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cafe_pub/cafe_pub.json) | ||||
|  | @ -1,196 +1,339 @@ | |||
| caravansites | ||||
| 
 | ||||
| 
 | ||||
|  caravansites  | ||||
| ============== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/campersite/caravan.svg' height="100px">  | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/themes/campersite/caravan.svg' height="100px">  | ||||
| 
 | ||||
| camper sites | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [caravansites](#caravansites) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [caravansites-name](#caravansites-name) | ||||
|     + [caravansites-fee](#caravansites-fee) | ||||
|     + [caravansites-charge](#caravansites-charge) | ||||
|     + [caravansites-sanitary-dump](#caravansites-sanitary-dump) | ||||
|     + [caravansites-capacity](#caravansites-capacity) | ||||
|     + [caravansites-internet](#caravansites-internet) | ||||
|     + [caravansites-internet-fee](#caravansites-internet-fee) | ||||
|     + [caravansites-toilets](#caravansites-toilets) | ||||
|     + [caravansites-website](#caravansites-website) | ||||
|     + [caravansites-long-term](#caravansites-long-term) | ||||
|     + [caravansites-description](#caravansites-description) | ||||
|     + [questions](#questions) | ||||
|     + [reviews](#reviews) | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [campersite](https://mapcomplete.osm.be/campersite) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/caravansites/caravansites.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **10** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [campersite](https://mapcomplete.osm.be/campersite) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dcaravan_site' target='_blank'>caravan_site</a> | ||||
| - permanent_camping!~^only$ | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dcaravan_site' target='_blank'>caravan_site</a> | ||||
|   - permanent_camping!~^only$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22tourism%22%3D%22caravan_site%22%5D%5B%22permanent_camping%22!~%22%5Eonly%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | | ||||
| [<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) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/fee#values) [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) | ||||
| [<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) | | ||||
| [<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) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/sanitary_dump_station#values) [sanitary_dump_station](https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity#values) [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [pnat](../SpecialInputElements.md#pnat) | | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity#values) [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [pnat](../SpecialInputElements.md#pnat) |  | ||||
| [<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 | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) | ||||
| [<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) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/toilets#values) [toilets](https://wiki.openstreetmap.org/wiki/Key:toilets) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno) | ||||
| [<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/permanent_camping#values) [permanent_camping](https://wiki.openstreetmap.org/wiki/Key:permanent_camping) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:permanent_camping%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:permanent_camping%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:permanent_camping%3Donly) | ||||
| [<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) | [text](../SpecialInputElements.md#text) | | ||||
| [<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) | [text](../SpecialInputElements.md#text) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/power_supply#values) [power_supply](https://wiki.openstreetmap.org/wiki/Key:power_supply) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:power_supply%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:power_supply%3Dno) | ||||
| 
 | ||||
| ### images | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### caravansites-name | ||||
| 
 | ||||
| The question is **What is this place called?** | ||||
| ### images  | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name) | ||||
| This is rendered with `This place is called {name}` | ||||
| 
 | ||||
| ### caravansites-fee | ||||
| 
 | ||||
| The question is **Does this place charge a fee?** | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| - **You need to pay for use** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'> | ||||
|   fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a> | ||||
| - **Can be used for free** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'> | ||||
|   fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a> | ||||
| - **Can be used for free** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'> | ||||
|   fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>_This option cannot be chosen | ||||
|   as answer_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| ### caravansites-charge | ||||
| 
 | ||||
| The question is **How much does this place charge?** | ||||
| 
 | ||||
| This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | ||||
| This is rendered with `This place charges {charge}` | ||||
| 
 | ||||
| ### caravansites-sanitary-dump | ||||
| 
 | ||||
| The question is **Does this place have a sanitary dump station?** | ||||
| ### caravansites-name  | ||||
| 
 | ||||
| - **This place has a sanitary dump station** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station' target='_blank'>sanitary_dump_station</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station%3Dyes' target='_blank'>yes</a> | ||||
| - **This place does not have a sanitary dump station** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station' target='_blank'>sanitary_dump_station</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| ### caravansites-capacity | ||||
| 
 | ||||
| The question is **How many campers can stay here? (skip if there is no obvious number of spaces or allowed vehicles)** | ||||
| The question is  What is this place called? | ||||
| 
 | ||||
| This rendering asks information about the property  [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | ||||
| This is rendered with `{capacity} campers can use this place at the same time` | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| ### caravansites-internet | ||||
| This is rendered with  This place is called {name} | ||||
| 
 | ||||
| The question is **Does this place provide internet access?** | ||||
| 
 | ||||
| - **There is internet access** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access' target='_blank'>internet_access</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dyes' target='_blank'>yes</a> | ||||
| - **There is internet access** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access' target='_blank'>internet_access</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwifi' target='_blank'>wifi</a> | ||||
|   |<a href='https://wiki.openstreetmap.org/wiki/Key:internet_access' target='_blank'>internet_access</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan' target='_blank'>wlan</a>_This option cannot | ||||
|   be chosen as answer_ | ||||
| - **There is no internet access** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access' target='_blank'>internet_access</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| ### caravansites-internet-fee | ||||
| 
 | ||||
| The question is **Do you have to pay for the internet access?** | ||||
| 
 | ||||
| - **You need to pay extra for internet access** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:fee' target='_blank'>internet_access:fee</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes' target='_blank'>yes</a> | ||||
| - **You do not need to pay extra for internet access** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:fee' target='_blank'>internet_access:fee</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno' target='_blank'>no</a> | ||||
| ### caravansites-fee  | ||||
| 
 | ||||
| ### caravansites-toilets | ||||
| 
 | ||||
| The question is **Does this place have toilets?** | ||||
| 
 | ||||
| - **This place has toilets** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'> | ||||
|   toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a> | ||||
| - **This place does not have toilets** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a> | ||||
| The question is  Does this place charge a fee? | ||||
| 
 | ||||
| ### caravansites-website | ||||
| 
 | ||||
| The question is **Does this place have a website?** | ||||
| 
 | ||||
| This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website) | ||||
| This is rendered with `Official website: <a href='{website}'>{website}</a>` | ||||
| 
 | ||||
| ### caravansites-long-term | ||||
| 
 | ||||
| The question is **Does this place offer spots for long term rental?** | ||||
|   - You need to pay for use  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>` | ||||
|   - Can be used for free  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| - **Yes, there are some spots for long term rental, but you can also stay on a daily basis** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:permanent_camping' target='_blank'>permanent_camping</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:permanent_camping%3Dyes' target='_blank'>yes</a> | ||||
| - **No, there are no permanent guests here** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:permanent_camping' target='_blank'>permanent_camping</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:permanent_camping%3Dno' target='_blank'>no</a> | ||||
| - **It is only possible to stay here if you have a long term contract(this place will disappear from this map if you | ||||
|   choose this)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:permanent_camping' target='_blank'> | ||||
|   permanent_camping</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:permanent_camping%3Donly' target='_blank'> | ||||
|   only</a> | ||||
| 
 | ||||
| ### caravansites-description | ||||
| 
 | ||||
| The question is **Would you like to add a general description of this place? (Do not repeat information previously asked | ||||
| or shown above. Please keep it objective - opinions go into the reviews)** | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description) | ||||
| This is rendered with `More details about this place: {description}` | ||||
| ### caravansites-charge  | ||||
| 
 | ||||
| ### questions | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### reviews | ||||
| The question is  How much does this place charge? | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge)  | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/caravansites/caravansites.json | ||||
| This is rendered with  This place charges {charge} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `fee=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### caravansites-sanitary-dump  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place have a sanitary dump station? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This place has a sanitary dump station  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station' target='_blank'>sanitary_dump_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station%3Dyes' target='_blank'>yes</a>` | ||||
|   - This place does not have a sanitary dump station  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station' target='_blank'>sanitary_dump_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### caravansites-capacity  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How many campers can stay here? (skip if there is no obvious number of spaces or allowed vehicles) | ||||
| 
 | ||||
| This rendering asks information about the property  [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity)  | ||||
| 
 | ||||
| This is rendered with  {capacity} campers can use this place at the same time | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### caravansites-internet  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place provide internet access? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There is internet access  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:internet_access' target='_blank'>internet_access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dyes' target='_blank'>yes</a>` | ||||
|   - There is internet access  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:internet_access' target='_blank'>internet_access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwifi' target='_blank'>wifi</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:internet_access' target='_blank'>internet_access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan' target='_blank'>wlan</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - There is no internet access  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:internet_access' target='_blank'>internet_access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### caravansites-internet-fee  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Do you have to pay for the internet access? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - You need to pay extra for internet access  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:fee' target='_blank'>internet_access:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes' target='_blank'>yes</a>` | ||||
|   - You do not need to pay extra for internet access  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:fee' target='_blank'>internet_access:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `internet_access=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### caravansites-toilets  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place have toilets? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This place has toilets  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes' target='_blank'>yes</a>` | ||||
|   - This place does not have toilets  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:toilets' target='_blank'>toilets</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### caravansites-website  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place have a website? | ||||
| 
 | ||||
| This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website)  | ||||
| 
 | ||||
| This is rendered with  Official website: <a href='{website}'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### caravansites-long-term  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place offer spots for long term rental? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There are some spots for long term rental, but you can also stay on a daily basis  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:permanent_camping' target='_blank'>permanent_camping</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:permanent_camping%3Dyes' target='_blank'>yes</a>` | ||||
|   - There are no permanent guests here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:permanent_camping' target='_blank'>permanent_camping</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:permanent_camping%3Dno' target='_blank'>no</a>` | ||||
|   - It is only possible to stay here if you have a long term contract(this place will disappear from this map if you choose this)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:permanent_camping' target='_blank'>permanent_camping</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:permanent_camping%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### caravansites-description  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Would you like to add a general description of this place? (Do not repeat information previously asked or shown above. Please keep it objective - opinions go into the reviews) | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description)  | ||||
| 
 | ||||
| This is rendered with  More details about this place: {description} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### reviews  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Shows the reviews module (including the possibility to leave a review) | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### operator  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Who operates this place? | ||||
| 
 | ||||
| This rendering asks information about the property  [operator](https://wiki.openstreetmap.org/wiki/Key:operator)  | ||||
| 
 | ||||
| This is rendered with  This place is operated by {operator} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### power_supply  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place have a power supply? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This place has a power supply  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:power_supply' target='_blank'>power_supply</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:power_supply%3Dyes' target='_blank'>yes</a>` | ||||
|   - This place does not have power supply  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:power_supply' target='_blank'>power_supply</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:power_supply%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Show the images block at this location | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/campersite/campersite.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/campersite/campersite.json) | ||||
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
							
								
								
									
										2046
									
								
								Docs/Layers/charging_station_ebikes.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										2046
									
								
								Docs/Layers/charging_station_ebikes.md
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -1,131 +1,233 @@ | |||
| climbing | ||||
| 
 | ||||
| 
 | ||||
|  climbing  | ||||
| ========== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/climbing/climbing_no_rope.svg' height="100px">  | ||||
| 
 | ||||
| A climbing opportunity | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [climbing](#climbing) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [questions](#questions) | ||||
|     + [minimap](#minimap) | ||||
|     + [Contained routes length hist](#contained-routes-length-hist) | ||||
|     + [Contained routes hist](#contained-routes-hist) | ||||
|     + [Contained_climbing_routes](#contained_climbing_routes) | ||||
|     + [name](#name) | ||||
|     + [Type](#type) | ||||
|     + [Rock type (crag/rock/cliff only)](#rock-type-(cragrock/cliff-only)) | ||||
|     + [reviews](#reviews) | ||||
| 
 | ||||
| 
 | ||||
| - This layer will automatically load  [climbing_route](./climbing_route.md)  into the layout as it depends on it:  A | ||||
|   calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _ | ||||
|   contained_climbing_routes_properties) | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [climbing](https://mapcomplete.osm.be/climbing) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/climbing/climbing.json) | ||||
| A dummy layer which contains tagrenderings, shared among the climbing layers | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **25** 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: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a> | ||||
| - climbing!~^route$ | ||||
| - leisure!~^sports_centre$ | ||||
| - climbing!~^route_top$ | ||||
| - climbing!~^route_bottom$ | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22sport%22%3D%22climbing%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/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/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/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: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: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: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:traditional#values) [climbing:traditional](https://wiki.openstreetmap.org/wiki/Key:climbing:traditional) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:traditional%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:traditional%3Dno) | ||||
| [<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/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) | ||||
| 
 | ||||
| ### images | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### questions | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### website  | ||||
| 
 | ||||
| ### minimap | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### Contained routes length hist | ||||
| The question is  Is there a (unofficial) website with more informations (e.g. topos)? | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This rendering asks information about the property  [url](https://wiki.openstreetmap.org/wiki/Key:url)  | ||||
| 
 | ||||
| ### Contained routes hist | ||||
| This is rendered with  <a href='{url}' target='_blank'>{url}</a> | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### Contained_climbing_routes | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| Only visible if  `leisure!~^sports_centre$&sport=climbing`  is shown | ||||
| 
 | ||||
| ### name | ||||
| 
 | ||||
| The question is **What is the name of this climbing opportunity?** | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name) | ||||
| This is rendered with `<strong>{name}</strong>` | ||||
| ### average_length  | ||||
| 
 | ||||
| - **This climbing opportunity doesn't have a name** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| ### Type | ||||
| 
 | ||||
| The question is **What kind of climbing opportunity is this?** | ||||
| The question is  What is the (average) length of the routes in meters? | ||||
| 
 | ||||
| - **A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without | ||||
|   rope** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dboulder' target='_blank'>boulder</a> | ||||
| - **A climbing crag - a single rock or cliff with at least a few climbing routes** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dcrag' target='_blank'>crag</a> | ||||
| - **A climbing area with one or more climbing crags and/or boulders** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Darea' target='_blank'>area</a> | ||||
| This rendering asks information about the property  [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length)  | ||||
| 
 | ||||
| ### Rock type (crag/rock/cliff only) | ||||
| This is rendered with  The routes are <b>{canonical(climbing:length)}</b> long on average | ||||
| 
 | ||||
| The question is **What is the rock type here?** | ||||
| 
 | ||||
| This rendering asks information about the property  [rock](https://wiki.openstreetmap.org/wiki/Key:rock) | ||||
| This is rendered with `The rock type is {rock}` | ||||
| 
 | ||||
| - **Limestone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:rock' target='_blank'>rock</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:rock%3Dlimestone' target='_blank'>limestone</a> | ||||
| 
 | ||||
| ### reviews | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### min_difficulty  | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/climbing/climbing.json | ||||
| 
 | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `climbing!~^route$&climbing:sport=yes|sport=climbing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bouldering  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is bouldering possible here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Bouldering is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dyes' target='_blank'>yes</a>` | ||||
|   - Bouldering is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dno' target='_blank'>no</a>` | ||||
|   - Bouldering is possible, allthough there are only a few routes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There are {climbing:boulder} boulder routes  corresponds with  `climbing:boulder~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### toprope  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is toprope climbing possible here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Toprope climbing is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:toprope' target='_blank'>climbing:toprope</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dyes' target='_blank'>yes</a>` | ||||
|   - Toprope climbing is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:toprope' target='_blank'>climbing:toprope</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dno' target='_blank'>no</a>` | ||||
|   - There are {climbing:toprope} toprope routes  corresponds with  `climbing:toprope~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### sportclimbing  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is sport climbing possible here on fixed anchors? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Sport climbing is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:sport' target='_blank'>climbing:sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dyes' target='_blank'>yes</a>` | ||||
|   - Sport climbing is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:sport' target='_blank'>climbing:sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dno' target='_blank'>no</a>` | ||||
|   - There are {climbing:sport} sport climbing routes  corresponds with  `climbing:sport~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### trad_climbing  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is traditional climbing possible here (using own gear e.g. chocks)? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Traditional climbing is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:traditional' target='_blank'>climbing:traditional</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:traditional%3Dyes' target='_blank'>yes</a>` | ||||
|   - Traditional climbing is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:traditional' target='_blank'>climbing:traditional</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:traditional%3Dno' target='_blank'>no</a>` | ||||
|   - There are {climbing:traditional} traditional climbing routes  corresponds with  `climbing:traditional~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>` | ||||
|   - Paying a fee is required to climb here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>` | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/climbing/climbing.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing/climbing.json) | ||||
							
								
								
									
										246
									
								
								Docs/Layers/climbing_area.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										246
									
								
								Docs/Layers/climbing_area.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,246 @@ | |||
| 
 | ||||
| 
 | ||||
|  climbing_area  | ||||
| =============== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/climbing/climbing_no_rope.svg' height="100px">  | ||||
| 
 | ||||
| An area where climbing is possible, e.g. a crag, site, boulder, … Contains aggregation of routes | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **10** and higher | ||||
|   - This layer will automatically load  [climbing_route](./climbing_route.md)  into the layout as it depends on it:  a calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _contained_climbing_routes_properties) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [climbing](https://mapcomplete.osm.be/climbing) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a> | ||||
|   - climbing!~^route$ | ||||
|   - leisure!~^sports_centre$ | ||||
|   - climbing!=route_top | ||||
|   - climbing!=route_bottom | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22sport%22%3D%22climbing%22%5D%5B%22climbing%22!~%22%5Eroute%24%22%5D%5B%22climbing%22!%3D%22route_top%22%5D%5B%22climbing%22!%3D%22route_bottom%22%5D%5B%22leisure%22!~%22%5Esports_centre%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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/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) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### minimap  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Contained routes length hist  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Contained routes hist  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Contained_climbing_routes  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `_contained_climbing_routes~^..*$`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this climbing opportunity? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  <strong>{name}</strong> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This climbing opportunity doesn't have a name  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What kind of climbing opportunity is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without rope  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dboulder' target='_blank'>boulder</a>` | ||||
|   - A climbing crag - a single rock or cliff with at least a few climbing routes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dcrag' target='_blank'>crag</a>` | ||||
|   - A climbing area with one or more climbing crags and/or boulders  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Darea' target='_blank'>area</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Rock type (crag/rock/cliff only)  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the rock type here? | ||||
| 
 | ||||
| This rendering asks information about the property  [rock](https://wiki.openstreetmap.org/wiki/Key:rock)  | ||||
| 
 | ||||
| This is rendered with  The rock type is {rock} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Limestone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rock' target='_blank'>rock</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rock%3Dlimestone' target='_blank'>limestone</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `climbing=crag|natural=cliff|natural=bare_rock`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `leisure!~^sports_centre$&sport=climbing&sport=climbing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>` | ||||
|   - Paying a fee is required to climb here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `sport=climbing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bouldering  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is bouldering possible here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Bouldering is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dyes' target='_blank'>yes</a>` | ||||
|   - Bouldering is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dno' target='_blank'>no</a>` | ||||
|   - Bouldering is possible, allthough there are only a few routes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There are {climbing:boulder} boulder routes  corresponds with  `climbing:boulder~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `sport=climbing`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/climbing_area/climbing_area.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_area/climbing_area.json) | ||||
|  | @ -1,109 +1,158 @@ | |||
| climbing_club | ||||
| 
 | ||||
| 
 | ||||
|  climbing_club  | ||||
| =============== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/climbing/club.svg' height="100px">  | ||||
| 
 | ||||
| A climbing club or organisations | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [climbing_club](#climbing_club) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [climbing_club-name](#climbing_club-name) | ||||
|     + [minimap](#minimap) | ||||
|     + [website](#website) | ||||
|     + [email](#email) | ||||
|     + [phone](#phone) | ||||
|     + [opening_hours](#opening_hours) | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [climbing](https://mapcomplete.osm.be/climbing) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/climbing_club/climbing_club.json) | ||||
| A climbing club or organisation | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **10** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [climbing](https://mapcomplete.osm.be/climbing) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:club' target='_blank'>club</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:club%3Dclimbing' target='_blank'>climbing</a> | ||||
|   |<a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a>&office~^..*$|club~ | ||||
|   ^..*$ | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:club' target='_blank'>club</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:club%3Dclimbing' target='_blank'>climbing</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a>&office~^..*$|club~^..*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22club%22%3D%22climbing%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22sport%22%3D%22climbing%22%5D%5B%22club%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22sport%22%3D%22climbing%22%5D%5B%22office%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key: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/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/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/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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key: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/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/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/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) |  | ||||
| 
 | ||||
| ### climbing_club-name | ||||
| 
 | ||||
| The question is **What is the name of this climbing club or NGO?** | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name) | ||||
| This is rendered with `<strong>{name}</strong>` | ||||
| 
 | ||||
| ### minimap | ||||
| ### climbing_club-name  | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### website | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| The question is  What is the name of this climbing club or NGO? | ||||
| 
 | ||||
| This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website) | ||||
| This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This | ||||
|   option cannot be chosen as answer_ | ||||
| This is rendered with  <strong>{name}</strong> | ||||
| 
 | ||||
| ### email | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
| 
 | ||||
| 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>** corresponds with contact:email~^..*$_This | ||||
|   option cannot be chosen as answer_ | ||||
| 
 | ||||
| ### phone | ||||
| ### website  | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
| 
 | ||||
| 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>** corresponds with contact:phone~^..*$_This option cannot be | ||||
|   chosen as answer_ | ||||
| The question is  What is the website of {title()}? | ||||
| 
 | ||||
| ### opening_hours | ||||
| This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website)  | ||||
| 
 | ||||
| The question is **What are the opening hours of {name}?** | ||||
| This is rendered with  <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 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)}` | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/climbing_club/climbing_club.json | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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)} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/climbing_club/climbing_club.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_club/climbing_club.json) | ||||
|  | @ -1,4 +1,6 @@ | |||
| climbing_gym | ||||
| 
 | ||||
| 
 | ||||
|  climbing_gym  | ||||
| ============== | ||||
| 
 | ||||
| 
 | ||||
|  | @ -7,117 +9,316 @@ climbing_gym | |||
| 
 | ||||
| A climbing gym | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [climbing_gym](#climbing_gym) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [questions](#questions) | ||||
|     + [minimap](#minimap) | ||||
|     + [name](#name) | ||||
|     + [website](#website) | ||||
|     + [phone](#phone) | ||||
|     + [email](#email) | ||||
|     + [opening_hours](#opening_hours) | ||||
|     + [reviews](#reviews) | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [climbing](https://mapcomplete.osm.be/climbing) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/climbing_gym/climbing_gym.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **10** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [climbing](https://mapcomplete.osm.be/climbing) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a> | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dsports_centre' target='_blank'>sports_centre</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a> | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dsports_centre' target='_blank'>sports_centre</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22sport%22%3D%22climbing%22%5D%5B%22leisure%22%3D%22sports_centre%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key: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/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/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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key: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/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/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/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: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: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) | ||||
| 
 | ||||
| ### images | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### questions | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### images  | ||||
| 
 | ||||
| ### minimap | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### name | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| The question is **What is the name of this climbing gym?** | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name) | ||||
| This is rendered with `<strong>{name}</strong>` | ||||
| 
 | ||||
| ### website | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| 
 | ||||
| This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website) | ||||
| This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This | ||||
|   option cannot be chosen as answer_ | ||||
| ### name  | ||||
| 
 | ||||
| ### phone | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
| 
 | ||||
| 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>` | ||||
| The question is  What is the name of this climbing gym? | ||||
| 
 | ||||
| - **<a href='tel:{contact:phone}'>{contact:phone}</a>** corresponds with contact:phone~^..*$_This option cannot be | ||||
|   chosen as answer_ | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| ### email | ||||
| This is rendered with  <strong>{name}</strong> | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
| 
 | ||||
| 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>** corresponds with contact:email~^..*$_This | ||||
|   option cannot be chosen as answer_ | ||||
| 
 | ||||
| ### opening_hours | ||||
| 
 | ||||
| The question is **What are the opening hours of {name}?** | ||||
| ### website  | ||||
| 
 | ||||
| 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)}` | ||||
| 
 | ||||
| ### reviews | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| The question is  What is the website of {title()}? | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/climbing_gym/climbing_gym.json | ||||
| This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website)  | ||||
| 
 | ||||
| This is rendered with  <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>` | ||||
|   - Paying a fee is required to climb here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `sport=climbing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `sport=climbing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### min_difficulty  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `sport=climbing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `climbing!~^route$&climbing:sport=yes|sport=climbing&sport=climbing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bouldering  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is bouldering possible here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Bouldering is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dyes' target='_blank'>yes</a>` | ||||
|   - Bouldering is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dno' target='_blank'>no</a>` | ||||
|   - Bouldering is possible, allthough there are only a few routes  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:boulder' target='_blank'>climbing:boulder</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There are {climbing:boulder} boulder routes  corresponds with  `climbing:boulder~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `sport=climbing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### sportclimbing  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is sport climbing possible here on fixed anchors? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Sport climbing is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:sport' target='_blank'>climbing:sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dyes' target='_blank'>yes</a>` | ||||
|   - Sport climbing is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:sport' target='_blank'>climbing:sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dno' target='_blank'>no</a>` | ||||
|   - There are {climbing:sport} sport climbing routes  corresponds with  `climbing:sport~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `sport=climbing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `climbing:sport=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Speed climbing?  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is there a speed climbing wall? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There is a speed climbing wall  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:speed' target='_blank'>climbing:speed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dyes' target='_blank'>yes</a>` | ||||
|   - There is no speed climbing wall  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:speed' target='_blank'>climbing:speed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dno' target='_blank'>no</a>` | ||||
|   - There are {climbing:speed} speed climbing walls  corresponds with  `climbing:speed~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/climbing_gym/climbing_gym.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_gym/climbing_gym.json) | ||||
							
								
								
									
										86
									
								
								Docs/Layers/climbing_opportunity.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								Docs/Layers/climbing_opportunity.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,86 @@ | |||
| 
 | ||||
| 
 | ||||
|  climbing_opportunity  | ||||
| ====================== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/climbing/climbing_unknown.svg' height="100px">  | ||||
| 
 | ||||
| Fallback layer with items on which climbing _might_ be possible. It is loaded when zoomed in a lot, to prevent duplicate items to be added | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **19** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [climbing](https://mapcomplete.osm.be/climbing) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dsports_centre' target='_blank'>sports_centre</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwall' target='_blank'>wall</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dretaining_wall' target='_blank'>retaining_wall</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:natural' target='_blank'>natural</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:natural%3Dcliff' target='_blank'>cliff</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:natural' target='_blank'>natural</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:natural%3Drock' target='_blank'>rock</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:natural' target='_blank'>natural</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:natural%3Dstone' target='_blank'>stone</a> | ||||
|   -  | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22barrier%22%3D%22wall%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22barrier%22%3D%22retaining_wall%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22leisure%22%3D%22sports_centre%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22natural%22%3D%22cliff%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22natural%22%3D%22rock%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22natural%22%3D%22stone%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing-opportunity-name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `name~^..*$`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### climbing-possible  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is climbing possible here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Climbing is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a>` | ||||
|   - Climbing is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dno' target='_blank'>no</a>` | ||||
|   - Climbing is not possible here  corresponds with  `sport!~^climbing$` | ||||
|   - This option cannot be chosen as answer | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/climbing_opportunity/climbing_opportunity.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_opportunity/climbing_opportunity.json) | ||||
|  | @ -1,139 +1,178 @@ | |||
| climbing_route | ||||
| 
 | ||||
| 
 | ||||
|  climbing_route  | ||||
| ================ | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/climbing/climbing_route.svg' height="100px">  | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/themes/climbing/climbing_route.svg' height="100px">  | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [climbing_route](#climbing_route) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [questions](#questions) | ||||
|     + [minimap](#minimap) | ||||
|     + [Name](#name) | ||||
|     + [Length](#length) | ||||
|     + [Difficulty](#difficulty) | ||||
|     + [Bolts](#bolts) | ||||
|     + [Description](#description) | ||||
|     + [Rock type](#rock-type) | ||||
|     + [reviews](#reviews) | ||||
| 
 | ||||
| 
 | ||||
| - This layer is needed as dependency for layer [climbing](#climbing) | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [climbing](https://mapcomplete.osm.be/climbing) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/climbing_route/climbing_route.json) | ||||
| A single climbing route and its properties. Some properties are derived from the containing features | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **18** and higher | ||||
|   - This layer is needed as dependency for layer [climbing_area](#climbing_area) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [climbing](https://mapcomplete.osm.be/climbing) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Droute' target='_blank'>route</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:climbing' target='_blank'>climbing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Droute' target='_blank'>route</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22climbing%22%3D%22route%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/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:length#values) [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length) | [pnat](../SpecialInputElements.md#pnat) | | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:grade:french#values) [climbing:grade:french](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french) | [string](../SpecialInputElements.md#string) | | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:bolts#values) [climbing:bolts](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts) | [pnat](../SpecialInputElements.md#pnat) | | ||||
| [<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/_embedding_features_with_rock:rock#values) [_embedding_features_with_rock:rock](https://wiki.openstreetmap.org/wiki/Key:_embedding_features_with_rock:rock) | [string](../SpecialInputElements.md#string) | | ||||
| [<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) | [pnat](../SpecialInputElements.md#pnat) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:grade:french#values) [climbing:grade:french](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french) | [string](../SpecialInputElements.md#string) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:bolts#values) [climbing:bolts](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts) | [pnat](../SpecialInputElements.md#pnat) |  | ||||
| [<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/_embedding_features_with_rock:rock#values) [_embedding_features_with_rock:rock](https://wiki.openstreetmap.org/wiki/Key:_embedding_features_with_rock:rock) | [string](../SpecialInputElements.md#string) |  | ||||
| 
 | ||||
| ### images | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### questions | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| ### images  | ||||
| 
 | ||||
| ### minimap | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### Name | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| The question is **What is the name of this climbing route?** | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name) | ||||
| This is rendered with `<strong>{name}</strong>` | ||||
| 
 | ||||
| - **This climbing route doesn't have a name** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| ### Length | ||||
| 
 | ||||
| The question is **How long is this climbing route (in meters)?** | ||||
| 
 | ||||
| This rendering asks information about the | ||||
| property  [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length) | ||||
| This is rendered with `This route is {canonical(climbing:length)} long` | ||||
| ### Name  | ||||
| 
 | ||||
| ### Difficulty | ||||
| 
 | ||||
| The question is **What is the difficulty of this climbing route according to the french/belgian system?** | ||||
| 
 | ||||
| This rendering asks information about the | ||||
| property  [climbing:grade:french](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french) | ||||
| This is rendered with `The difficulty is {climbing:grade:french} according to the french/belgian system` | ||||
| The question is  What is the name of this climbing route? | ||||
| 
 | ||||
| ### Bolts | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| The question is **How much bolts does this route have before reaching the moulinette?** | ||||
| This is rendered with  <strong>{name}</strong> | ||||
| 
 | ||||
| This rendering asks information about the | ||||
| property  [climbing:bolts](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts) | ||||
| This is rendered with `This route has {climbing:bolts} bolts` | ||||
| 
 | ||||
| - **This route is not bolted** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing:bolted' target='_blank'>climbing:bolted</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:bolted%3Dno' target='_blank'>no</a>_This option cannot be | ||||
|   chosen as answer_ | ||||
| - **This route is not bolted** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:climbing:bolted' target='_blank'>climbing:bolted</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:bolted%3Dno&climbing:bolts=' target='_blank'>no&climbing: | ||||
|   bolts=</a> | ||||
| 
 | ||||
| ### Description | ||||
| 
 | ||||
| The question is **Is there other relevant info?** | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description) | ||||
| This is rendered with `<h3>Description</h3><br/>{description}` | ||||
|   - This climbing route doesn't have a name  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>` | ||||
| 
 | ||||
| ### Rock type | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This rendering asks information about the | ||||
| property  [_embedding_features_with_rock:rock](https://wiki.openstreetmap.org/wiki/Key:_embedding_features_with_rock:rock) | ||||
| This is rendered | ||||
| with `The rock type is {_embedding_features_with_rock:rock} as stated <a href='#{_embedding_features_with_rock:id}'>on the surrounding crag</a>` | ||||
| 
 | ||||
| ### reviews | ||||
| ### Length  | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/climbing_route/climbing_route.json | ||||
| 
 | ||||
| The question is  How long is this climbing route (in meters)? | ||||
| 
 | ||||
| This rendering asks information about the property  [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length)  | ||||
| 
 | ||||
| This is rendered with  This route is {canonical(climbing:length)} long | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Difficulty  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the grade of this climbing route according to the french/belgian system? | ||||
| 
 | ||||
| This rendering asks information about the property  [climbing:grade:french](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french)  | ||||
| 
 | ||||
| This is rendered with  The grade is {climbing:grade:french} according to the french/belgian system | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### bolts  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How many bolts does this route have before reaching the anchor? | ||||
| 
 | ||||
| This rendering asks information about the property  [climbing:bolts](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts)  | ||||
| 
 | ||||
| This is rendered with  This route has {climbing:bolts} bolts <div class='subtle'>This is without relays and indicates how much quickdraws a climber needs</div> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This route is not bolted  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:climbing:bolted' target='_blank'>climbing:bolted</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing:bolted%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### description  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description)  | ||||
| 
 | ||||
| This is rendered with  {description} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Rock type via embedded feature  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| This rendering asks information about the property  [_embedding_features_with_rock:rock](https://wiki.openstreetmap.org/wiki/Key:_embedding_features_with_rock:rock)  | ||||
| 
 | ||||
| This is rendered with  The rock type is {_embedding_features_with_rock:rock} as stated <a href='#{_embedding_features_with_rock:id}'>on the surrounding crag</a> | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/climbing_route/climbing_route.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_route/climbing_route.json) | ||||
|  | @ -12,22 +12,12 @@ The style for the clustering in all themes. Enable `debug=true` to peak into clu | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [cluster_style](#cluster_style) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [all_tags](#all_tags) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - Not visible in the layer selection by default. If you want to make this layer toggable, override `name` | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/cluster_style/cluster_style.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -42,6 +32,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - tileId~^..*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22tileId%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -55,7 +47,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| Shows a table with all the tags of the feature | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,39 +0,0 @@ | |||
| conflation | ||||
| ============ | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| If the import-button moves OSM points, the imported way points or conflates, a preview is shown. This layer defines how | ||||
| this preview is rendered. This layer cannot be included in a theme. | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [conflation](#conflation) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/conflation/conflation.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:move' target='_blank'>move</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:move%3Dyes' target='_blank'>yes</a> | ||||
|   |<a href='https://wiki.openstreetmap.org/wiki/Key:newpoint' target='_blank'>newpoint</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:newpoint%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/conflation/conflation.json | ||||
|  | @ -12,23 +12,13 @@ Address data for Flanders by the governement, suited for import into OpenStreetM | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [crab_address](#crab_address) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [render_crab](#render_crab) | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
|   - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely  `https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/CRAB_2021_10_26/tile_{z}_{x}_{y}.geojson` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely `https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/CRAB_2021_10_26/tile_{z}_{x}_{y}.geojson` | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/crab_address/crab_address.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
|  | @ -42,6 +32,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - HUISNR~^..*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22HUISNR%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -55,7 +47,7 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,25 +12,9 @@ Crossings for pedestrians and cyclists | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [crossings](#crossings) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [crossing-type](#crossing-type) | ||||
|     + [crossing-is-zebra](#crossing-is-zebra) | ||||
|     + [crossing-bicycle-allowed](#crossing-bicycle-allowed) | ||||
|     + [crossing-has-island](#crossing-has-island) | ||||
|     + [crossing-tactile](#crossing-tactile) | ||||
|     + [crossing-button](#crossing-button) | ||||
|     + [crossing-right-turn-through-red](#crossing-right-turn-through-red) | ||||
|     + [crossing-continue-through-red](#crossing-continue-through-red) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **17** and higher | ||||
|   - This layer will automatically load  [cycleways_and_roads](./cycleways_and_roads.md)  into the layout as it depends on it:  a preset snaps to this layer (presets[0]) | ||||
|   - This layer will automatically load  [cycleways_and_roads](./cycleways_and_roads.md)  into the layout as it depends on it:  a preset snaps to this layer (presets[1]) | ||||
| 
 | ||||
|  | @ -44,11 +28,10 @@ Crossings for pedestrians and cyclists | |||
| 
 | ||||
| 
 | ||||
|   - [cycle_infra](https://mapcomplete.osm.be/cycle_infra) | ||||
|   - [kerbs_and_crossings](https://mapcomplete.osm.be/kerbs_and_crossings) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/crossings/crossings.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -63,6 +46,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dtraffic_signals' target='_blank'>traffic_signals</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dcrossing' target='_blank'>crossing</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22highway%22%3D%22traffic_signals%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22crossing%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -70,7 +55,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -92,131 +79,149 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What kind of crossing is this?** | ||||
| The question is  What kind of crossing is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Crossing, without traffic lights** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing' target='_blank'>crossing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled' target='_blank'>uncontrolled</a> | ||||
|   - **Crossing with traffic signals** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing' target='_blank'>crossing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals' target='_blank'>traffic_signals</a> | ||||
|   - **Zebra crossing** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing' target='_blank'>crossing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dzebra' target='_blank'>zebra</a>_This option cannot be chosen as answer_ | ||||
|   - **Crossing without crossing markings** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing' target='_blank'>crossing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dunmarked' target='_blank'>unmarked</a> | ||||
|   - Crossing, without traffic lights  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:crossing' target='_blank'>crossing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled' target='_blank'>uncontrolled</a>` | ||||
|   - Crossing with traffic signals  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:crossing' target='_blank'>crossing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals' target='_blank'>traffic_signals</a>` | ||||
|   - Zebra crossing  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:crossing' target='_blank'>crossing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dzebra' target='_blank'>zebra</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Crossing without crossing markings  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:crossing' target='_blank'>crossing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dunmarked' target='_blank'>unmarked</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `highway=crossing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### crossing-is-zebra  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this is a zebra crossing?** | ||||
| The question is  Is this is a zebra crossing? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This is a zebra crossing** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing_ref' target='_blank'>crossing_ref</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3Dzebra' target='_blank'>zebra</a> | ||||
|   - **This is not a zebra crossing** corresponds with  | ||||
|   - This is a zebra crossing  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:crossing_ref' target='_blank'>crossing_ref</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3Dzebra' target='_blank'>zebra</a>` | ||||
|   - This is not a zebra crossing  corresponds with  `` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `crossing=uncontrolled`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### crossing-bicycle-allowed  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this crossing also for bicycles?** | ||||
| The question is  Is this crossing also for bicycles? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **A cyclist can use this crossing** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes' target='_blank'>yes</a> | ||||
|   - **A cyclist can not use this crossing** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno' target='_blank'>no</a> | ||||
|   - A cyclist can use this crossing  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes' target='_blank'>yes</a>` | ||||
|   - A cyclist can not use this crossing  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `highway=crossing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### crossing-has-island  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this crossing have an island in the middle?** | ||||
| The question is  Does this crossing have an island in the middle? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This crossing has an island in the middle** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing:island' target='_blank'>crossing:island</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes' target='_blank'>yes</a> | ||||
|   - **This crossing does not have an island in the middle** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:crossing:island' target='_blank'>crossing:island</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno' target='_blank'>no</a> | ||||
|   - This crossing has an island in the middle  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:crossing:island' target='_blank'>crossing:island</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes' target='_blank'>yes</a>` | ||||
|   - This crossing does not have an island in the middle  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:crossing:island' target='_blank'>crossing:island</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `highway=crossing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### crossing-tactile  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this crossing have tactile paving?** | ||||
| The question is  Does this crossing have tactile paving? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This crossing has tactile paving** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes' target='_blank'>yes</a> | ||||
|   - **This crossing does not have tactile paving** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno' target='_blank'>no</a> | ||||
|   - **This crossing has tactile paving, but is not correct** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dincorrect' target='_blank'>incorrect</a>_This option cannot be chosen as answer_ | ||||
|   - This crossing has tactile paving  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes' target='_blank'>yes</a>` | ||||
|   - This crossing does not have tactile paving  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno' target='_blank'>no</a>` | ||||
|   - This crossing has tactile paving, but is not correct  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dincorrect' target='_blank'>incorrect</a>` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `highway=crossing`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### crossing-button  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this traffic light have a button to request green light?** | ||||
| The question is  Does this traffic light have a button to request green light? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This traffic light has a button to request green light** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:button_operated' target='_blank'>button_operated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dyes' target='_blank'>yes</a> | ||||
|   - **This traffic light does not have a button to request green light** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:button_operated' target='_blank'>button_operated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dno' target='_blank'>no</a> | ||||
|   - This traffic light has a button to request green light  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:button_operated' target='_blank'>button_operated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dyes' target='_blank'>yes</a>` | ||||
|   - This traffic light does not have a button to request green light  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:button_operated' target='_blank'>button_operated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `highway=traffic_signals|crossing=traffic_signals`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### crossing-right-turn-through-red  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Can a cyclist turn right when the light is red?** | ||||
| The question is  Can a cyclist turn right when the light is red? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **A cyclist can turn right if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B22.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes' target='_blank'>yes</a> | ||||
|   - **A cyclist can turn right if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes' target='_blank'>yes</a> | ||||
|   - **A cyclist can not turn right if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dno' target='_blank'>no</a> | ||||
|   - A cyclist can turn right if the light is red  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes' target='_blank'>yes</a>` | ||||
|   - A cyclist can turn right if the light is red  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes' target='_blank'>yes</a>` | ||||
|   - A cyclist can not turn right if the light is red  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `highway=traffic_signals`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### crossing-continue-through-red  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Can a cyclist go straight on when the light is red?** | ||||
| The question is  Can a cyclist go straight on when the light is red? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **A cyclist can go straight on if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B23.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes' target='_blank'>yes</a> | ||||
|   - **A cyclist can go straight on if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes' target='_blank'>yes</a> | ||||
|   - **A cyclist can not go straight on if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dno' target='_blank'>no</a> | ||||
|   | ||||
|   - A cyclist can go straight on if the light is red  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes' target='_blank'>yes</a>` | ||||
|   - A cyclist can go straight on if the light is red  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes' target='_blank'>yes</a>` | ||||
|   - A cyclist can not go straight on if the light is red  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `highway=traffic_signals`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/crossings/crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/crossings/crossings.json) | ||||
							
								
								
									
										172
									
								
								Docs/Layers/cultural_places_without_etymology.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										172
									
								
								Docs/Layers/cultural_places_without_etymology.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,172 @@ | |||
| 
 | ||||
| 
 | ||||
|  cultural_places_without_etymology  | ||||
| =================================== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/pin:#05d7fcaa' height="100px">  | ||||
| 
 | ||||
| All objects which have an etymology known | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **18** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [etymology](https://mapcomplete.osm.be/etymology) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - name~^..*$ | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Darts_centre' target='_blank'>arts_centre</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcinema' target='_blank'>cinema</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcommunity_centre' target='_blank'>community_centre</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dlibrary' target='_blank'>library</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtheatre' target='_blank'>theatre</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22arts_centre%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cinema%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22community_centre%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22library%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22theatre%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values) [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name:etymology#values) [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### etymology-images-from-wikipedia  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wikipedia-etymology  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the Wikidata-item that this object is named after? | ||||
| 
 | ||||
| This rendering asks information about the property  [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata)  | ||||
| 
 | ||||
| This is rendered with  <h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### zoeken op inventaris onroerend erfgoed  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### simple etymology  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is this object named after?<br/><span class='subtle'>This might be written on the street name sign</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology)  | ||||
| 
 | ||||
| This is rendered with  Named after {name:etymology} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - The origin of this name is unknown in all literature  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:name:etymology' target='_blank'>name:etymology</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown' target='_blank'>unknown</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### street-name-sign-image  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### minimap  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### etymology_multi_apply  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wikipedia  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `wikidata~^..*$`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) | ||||
|  | @ -1,44 +0,0 @@ | |||
| current_view | ||||
| ============== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| A meta-layer which contains one single feature, namely the BBOX of the current map view. This can be used to trigger | ||||
| special actions. If a popup is defined for this layer, this popup will be accessible via an extra button on screen. | ||||
| 
 | ||||
| The icon on the button is the default icon of the layer, but can be customized by detecting 'button=yes'. | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [current_view](#current_view) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
| 
 | ||||
| 
 | ||||
| - This layer is not visible by default and must be enabled in the filter by the user. | ||||
| - 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` | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/current_view/current_view.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:current_view' target='_blank'>current_view</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:current_view%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/current_view/current_view.json | ||||
|  | @ -1,107 +0,0 @@ | |||
| cycle_highways | ||||
| ================ | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [cycle_highways](#cycle_highways) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [cycle_highways-name](#cycle_highways-name) | ||||
|     + [cycle_highways-ref](#cycle_highways-ref) | ||||
|     + [cycle_highways-state](#cycle_highways-state) | ||||
|     + [cycle-highway-length](#cycle-highway-length) | ||||
|     + [website](#website) | ||||
|     + [all_tags](#all_tags) | ||||
| 
 | ||||
| 
 | ||||
| - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/cycle_highways/cycle_highways.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_network' target='_blank'>cycle_network</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_network%3DBE-VLG:cycle_highway' target='_blank'>BE-VLG: | ||||
|   cycle_highway</a> | ||||
| 
 | ||||
| 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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/ref#values) [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/state#values) [state](https://wiki.openstreetmap.org/wiki/Key:state) | [string](../SpecialInputElements.md#string) | [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [proposed](https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed) [temporary](https://wiki.openstreetmap.org/wiki/Tag:state%3Dtemporary) [](https://wiki.openstreetmap.org/wiki/Tag:state%3D) | ||||
| [<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) | | ||||
| 
 | ||||
| ### cycle_highways-name | ||||
| 
 | ||||
| The question is **What is the name of this cycle highway?** | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name) | ||||
| This is rendered with `The name is <b>{name}</b>` | ||||
| 
 | ||||
| ### cycle_highways-ref | ||||
| 
 | ||||
| The question is **What is the reference number of this cycle highway?** | ||||
| 
 | ||||
| This rendering asks information about the property  [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | ||||
| This is rendered with `Referentienummer is <b>{ref}</b>` | ||||
| 
 | ||||
| ### cycle_highways-state | ||||
| 
 | ||||
| The question is **What is the state of this link?** | ||||
| 
 | ||||
| This rendering asks information about the property  [state](https://wiki.openstreetmap.org/wiki/Key:state) | ||||
| This is rendered with `The current state of this link is {state}` | ||||
| 
 | ||||
| - **This is a proposed route which can be cycled** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed' target='_blank'>proposed</a> | ||||
| - **This is a proposed route which has missing links (thus: some parts don't even have a building permit yet)** | ||||
|   corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed' target='_blank'>proposed</a> | ||||
|   &<a href='https://wiki.openstreetmap.org/wiki/Key:note:state' target='_blank'>note:state</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:note:state%3Dhas_highway_no' target='_blank'>has_highway_no</a> | ||||
| - **This is a proposed route which has some links which are under construction** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dproposed' target='_blank'>proposed</a> | ||||
|   &<a href='https://wiki.openstreetmap.org/wiki/Key:note:state' target='_blank'>note:state</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:note:state%3Dhas_highway_under_construction' target='_blank'> | ||||
|   has_highway_under_construction</a> | ||||
| - **This is a temporary deviation** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:state' target='_blank'>state</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:state%3Dtemporary' target='_blank'>temporary</a> | ||||
| - **This link is operational and signposted** corresponds with | ||||
| 
 | ||||
| ### cycle-highway-length | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### website | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| 
 | ||||
| This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website) | ||||
| This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This | ||||
|   option cannot be chosen as answer_ | ||||
| 
 | ||||
| ### all_tags | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/cycle_highways/cycle_highways.json | ||||
|  | @ -7,42 +7,18 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/cycle_infra/bicycleway.svg' height="100px">  | ||||
| 
 | ||||
| All infrastructure that someone can cycle over, accompanied with questions about this infrastructure" | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [cycleways_and_roads](#cycleways_and_roads) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [Cycleway type for a road](#cycleway-type-for-a-road) | ||||
|     + [is lit?](#is-lit) | ||||
|     + [Is this a cyclestreet? (For a road)](#is-this-a-cyclestreet-(for-a-road)) | ||||
|     + [Maxspeed (for road)](#maxspeed-(for-road)) | ||||
|     + [Cycleway:surface](#cyclewaysurface) | ||||
|     + [Cycleway:smoothness](#cyclewaysmoothness) | ||||
|     + [Surface of the road](#surface-of-the-road) | ||||
|     + [Surface of the street](#surface-of-the-street) | ||||
|     + [width:carriageway](#widthcarriageway) | ||||
|     + [cycleway-lane-track-traffic-signs](#cycleway-lane-track-traffic-signs) | ||||
|     + [cycleway-traffic-signs](#cycleway-traffic-signs) | ||||
|     + [cycleway-traffic-signs-supplementary](#cycleway-traffic-signs-supplementary) | ||||
|     + [cycleway-traffic-signs-D7-supplementary](#cycleway-traffic-signs-d7-supplementary) | ||||
|     + [cycleways_and_roads-cycleway:buffer](#cycleways_and_roads-cyclewaybuffer) | ||||
|     + [cyclelan-segregation](#cyclelan-segregation) | ||||
|     + [cycleway-segregation](#cycleway-segregation) | ||||
| All infrastructure that someone can cycle over, accompanied with questions about this infrastructure | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is needed as dependency for layer [barrier](#barrier) | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **16** and higher | ||||
|   - This layer is needed as dependency for layer [barrier](#barrier) | ||||
|   - This layer is needed as dependency for layer [crossings](#crossings) | ||||
|   - This layer is needed as dependency for layer [crossings](#crossings) | ||||
|   - This layer is needed as dependency for layer [kerbs](#kerbs) | ||||
|   - This layer is needed as dependency for layer [rainbow_crossings](#rainbow_crossings) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -54,11 +30,12 @@ All infrastructure that someone can cycle over, accompanied with questions about | |||
| 
 | ||||
| 
 | ||||
|   - [cycle_infra](https://mapcomplete.osm.be/cycle_infra) | ||||
|   - [kerbs_and_crossings](https://mapcomplete.osm.be/kerbs_and_crossings) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
|   - [rainbow_crossings](https://mapcomplete.osm.be/rainbow_crossings) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/cycleways_and_roads/cycleways_and_roads.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -70,9 +47,11 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dcycleway' target='_blank'>cycleway</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dlane' target='_blank'>lane</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dshared_lane' target='_blank'>shared_lane</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dtrack' target='_blank'>track</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential' target='_blank'>residential</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary' target='_blank'>tertiary</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified' target='_blank'>unclassified</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary' target='_blank'>primary</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary' target='_blank'>secondary</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath' target='_blank'>path</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Ddesignated' target='_blank'>designated</a> | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dcycleway' target='_blank'>cycleway</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dlane' target='_blank'>lane</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dshared_lane' target='_blank'>shared_lane</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dtrack' target='_blank'>track</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential' target='_blank'>residential</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary' target='_blank'>tertiary</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified' target='_blank'>unclassified</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary' target='_blank'>primary</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary' target='_blank'>secondary</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary_link' target='_blank'>tertiary_link</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary_link' target='_blank'>primary_link</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary_link' target='_blank'>secondary_link</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dservice' target='_blank'>service</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dfootway' target='_blank'>footway</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dpedestrian' target='_blank'>pedestrian</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street' target='_blank'>living_street</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath' target='_blank'>path</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Ddesignated' target='_blank'>designated</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22cyclestreet%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22cycleway%22%3D%22lane%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22cycleway%22%3D%22shared_lane%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22cycleway%22%3D%22track%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22cycleway%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22residential%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22tertiary%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22unclassified%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22primary%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22secondary%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22tertiary_link%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22primary_link%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22secondary_link%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22service%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22footway%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22pedestrian%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22living_street%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22bicycle%22%3D%22designated%22%5D%5B%22highway%22%3D%22path%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -80,7 +59,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -94,10 +75,10 @@ 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/cycleway:smoothness#values) [cycleway:smoothness](https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness) | Multiple choice | [excellent](https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dexcellent) [good](https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dgood) [intermediate](https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dintermediate) [bad](https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dbad) [very_bad](https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dvery_bad) [horrible](https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dhorrible) [very_horrible](https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dvery_horrible) [impassable](https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dimpassable) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/surface#values) [surface](https://wiki.openstreetmap.org/wiki/Key:surface) | [string](../SpecialInputElements.md#string) | [asphalt](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dasphalt) [paving_stones](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpaving_stones) [concrete](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dconcrete) [unhewn_cobblestone](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dunhewn_cobblestone) [sett](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dsett) [wood](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dwood) [gravel](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dgravel) [fine_gravel](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dfine_gravel) [pebblestone](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpebblestone) [ground](https://wiki.openstreetmap.org/wiki/Tag:surface%3Dground) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/smoothness#values) [smoothness](https://wiki.openstreetmap.org/wiki/Key:smoothness) | Multiple choice | [excellent](https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dexcellent) [good](https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dgood) [intermediate](https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dintermediate) [bad](https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dbad) [very_bad](https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dvery_bad) [horrible](https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dhorrible) [very_horrible](https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dvery_horrible) [impassable](https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dimpassable) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/width:carriageway#values) [width:carriageway](https://wiki.openstreetmap.org/wiki/Key:width:carriageway) | [length](../SpecialInputElements.md#length) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/width:carriageway#values) [width:carriageway](https://wiki.openstreetmap.org/wiki/Key:width:carriageway) | [distance](../SpecialInputElements.md#distance) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cycleway:traffic_sign#values) [cycleway:traffic_sign](https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign) | Multiple choice | [BE:D7](https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7) [BE:D9](https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D9) [BE:D10](https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D10) [none](https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3Dnone) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/traffic_sign#values) [traffic_sign](https://wiki.openstreetmap.org/wiki/Key:traffic_sign) | Multiple choice | [BE:D7](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7) [BE:D9](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D9) [BE:D10](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D10) [none](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3Dnone) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cycleway:buffer#values) [cycleway:buffer](https://wiki.openstreetmap.org/wiki/Key:cycleway:buffer) | [length](../SpecialInputElements.md#length) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/traffic_sign#values) [traffic_sign](https://wiki.openstreetmap.org/wiki/Key:traffic_sign) | Multiple choice | [BE:D7](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7) [BE:D9](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D9) [BE:D10](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D10) [NL:G11](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DNL:G11) [NL:G12a](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DNL:G12a) [NL:G13](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DNL:G13) [none](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3Dnone) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cycleway:buffer#values) [cycleway:buffer](https://wiki.openstreetmap.org/wiki/Key:cycleway:buffer) | [distance](../SpecialInputElements.md#distance) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cycleway:separation#values) [cycleway:separation](https://wiki.openstreetmap.org/wiki/Key:cycleway:separation) | Multiple choice | [dashed_line](https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Ddashed_line) [solid_line](https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Dsolid_line) [parking_lane](https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Dparking_lane) [kerb](https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Dkerb) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/separation#values) [separation](https://wiki.openstreetmap.org/wiki/Key:separation) | Multiple choice | [dashed_line](https://wiki.openstreetmap.org/wiki/Tag:separation%3Ddashed_line) [solid_line](https://wiki.openstreetmap.org/wiki/Tag:separation%3Dsolid_line) [parking_lane](https://wiki.openstreetmap.org/wiki/Tag:separation%3Dparking_lane) [kerb](https://wiki.openstreetmap.org/wiki/Tag:separation%3Dkerb) | ||||
| 
 | ||||
|  | @ -108,18 +89,18 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What kind of cycleway is here?** | ||||
| The question is  What kind of cycleway is here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **There is a shared lane** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dshared_lane' target='_blank'>shared_lane</a> | ||||
|   - **There is a lane next to the road (separated with paint)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dlane' target='_blank'>lane</a> | ||||
|   - **There is a track, but no cycleway drawn separately from this road on the map.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dtrack' target='_blank'>track</a> | ||||
|   - **There is a separately drawn cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dseparate' target='_blank'>separate</a> | ||||
|   - **There is no cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dno' target='_blank'>no</a> | ||||
|   - **There is no cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dno' target='_blank'>no</a> | ||||
|   - There is a shared lane  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dshared_lane' target='_blank'>shared_lane</a>` | ||||
|   - There is a lane next to the road (separated with paint)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dlane' target='_blank'>lane</a>` | ||||
|   - There is a track, but no cycleway drawn separately from this road on the map.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dtrack' target='_blank'>track</a>` | ||||
|   - There is a separately drawn cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dseparate' target='_blank'>separate</a>` | ||||
|   - There is no cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dno' target='_blank'>no</a>` | ||||
|   - There is no cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -128,16 +109,17 @@ The question is **What kind of cycleway is here?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this street lit?** | ||||
| The question is  Is this street lit? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This street is lit** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes' target='_blank'>yes</a> | ||||
|   - **This road is not lit** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno' target='_blank'>no</a> | ||||
|   - **This road is lit at night** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dsunset-sunrise' target='_blank'>sunset-sunrise</a>_This option cannot be chosen as answer_ | ||||
|   - **This road is lit 24/7** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7' target='_blank'>24/7</a> | ||||
|   - This street is lit  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes' target='_blank'>yes</a>` | ||||
|   - This road is not lit  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno' target='_blank'>no</a>` | ||||
|   - This road is lit at night  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dsunset-sunrise' target='_blank'>sunset-sunrise</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This road is lit 24/7  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7' target='_blank'>24/7</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -146,15 +128,15 @@ The question is **Is this street lit?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this a cyclestreet?** | ||||
| The question is  Is this a cyclestreet? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This is a cyclestreet, and a 30km/h zone.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> | ||||
|   - **This is a cyclestreet** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> | ||||
|   - **This is not a cyclestreet.** corresponds with  | ||||
|   - This is a cyclestreet, and a 30km/h zone.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a>` | ||||
|   - This is a cyclestreet  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a>` | ||||
|   - This is not a cyclestreet.  corresponds with  `` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -163,18 +145,21 @@ The question is **Is this a cyclestreet?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the maximum speed in this street?** | ||||
| The question is  What is the maximum speed in this street? | ||||
| 
 | ||||
| This rendering asks information about the property  [maxspeed](https://wiki.openstreetmap.org/wiki/Key:maxspeed)  | ||||
| This is rendered with `The maximum speed on this road is {maxspeed} km/h` | ||||
| 
 | ||||
| This is rendered with  The maximum speed on this road is {maxspeed} km/h | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The maximum speed is 20 km/h** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D20' target='_blank'>20</a> | ||||
|   - **The maximum speed is 30 km/h** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a> | ||||
|   - **The maximum speed is 50 km/h** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D50' target='_blank'>50</a> | ||||
|   - **The maximum speed is 70 km/h** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D70' target='_blank'>70</a> | ||||
|   - **The maximum speed is 90 km/h** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D90' target='_blank'>90</a> | ||||
| 
 | ||||
| 
 | ||||
|   - The maximum speed is 20 km/h  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D20' target='_blank'>20</a>` | ||||
|   - The maximum speed is 30 km/h  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a>` | ||||
|   - The maximum speed is 50 km/h  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D50' target='_blank'>50</a>` | ||||
|   - The maximum speed is 70 km/h  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D70' target='_blank'>70</a>` | ||||
|   - The maximum speed is 90 km/h  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D90' target='_blank'>90</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -183,76 +168,92 @@ This is rendered with `The maximum speed on this road is {maxspeed} km/h` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the surface of the cycleway made from?** | ||||
| The question is  What is the surface of the cycleway made from? | ||||
| 
 | ||||
| This rendering asks information about the property  [cycleway:surface](https://wiki.openstreetmap.org/wiki/Key:cycleway:surface)  | ||||
| This is rendered with `This cyleway is made of {cycleway:surface}` | ||||
| 
 | ||||
| This is rendered with  This cyleway is made of {cycleway:surface} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This cycleway is unpaved** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dunpaved' target='_blank'>unpaved</a>_This option cannot be chosen as answer_ | ||||
|   - **This cycleway is paved** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dpaved' target='_blank'>paved</a>_This option cannot be chosen as answer_ | ||||
|   - **This cycleway is made of asphalt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dasphalt' target='_blank'>asphalt</a> | ||||
|   - **This cycleway is made of smooth paving stones** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dpaving_stones' target='_blank'>paving_stones</a> | ||||
|   - **This cycleway is made of concrete** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dconcrete' target='_blank'>concrete</a> | ||||
|   - **This cycleway is made of cobblestone (unhewn or sett)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dcobblestone' target='_blank'>cobblestone</a>_This option cannot be chosen as answer_ | ||||
|   - **This cycleway is made of raw, natural cobblestone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dunhewn_cobblestone' target='_blank'>unhewn_cobblestone</a> | ||||
|   - **This cycleway is made of flat, square cobblestone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dsett' target='_blank'>sett</a> | ||||
|   - **This cycleway is made of wood** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dwood' target='_blank'>wood</a> | ||||
|   - **This cycleway is made of gravel** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dgravel' target='_blank'>gravel</a> | ||||
|   - **This cycleway is made of fine gravel** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dfine_gravel' target='_blank'>fine_gravel</a> | ||||
|   - **This cycleway is made of pebblestone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dpebblestone' target='_blank'>pebblestone</a> | ||||
|   - **This cycleway is made from raw ground** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dground' target='_blank'>ground</a> | ||||
| 
 | ||||
| 
 | ||||
|   - This cycleway is unpaved  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dunpaved' target='_blank'>unpaved</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This cycleway is paved  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dpaved' target='_blank'>paved</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This cycleway is made of asphalt  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dasphalt' target='_blank'>asphalt</a>` | ||||
|   - This cycleway is made of smooth paving stones  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dpaving_stones' target='_blank'>paving_stones</a>` | ||||
|   - This cycleway is made of concrete  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dconcrete' target='_blank'>concrete</a>` | ||||
|   - This cycleway is made of cobblestone (unhewn or sett)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dcobblestone' target='_blank'>cobblestone</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This cycleway is made of raw, natural cobblestone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dunhewn_cobblestone' target='_blank'>unhewn_cobblestone</a>` | ||||
|   - This cycleway is made of flat, square cobblestone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dsett' target='_blank'>sett</a>` | ||||
|   - This cycleway is made of wood  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dwood' target='_blank'>wood</a>` | ||||
|   - This cycleway is made of gravel  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dgravel' target='_blank'>gravel</a>` | ||||
|   - This cycleway is made of fine gravel  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dfine_gravel' target='_blank'>fine_gravel</a>` | ||||
|   - This cycleway is made of pebblestone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dpebblestone' target='_blank'>pebblestone</a>` | ||||
|   - This cycleway is made from raw ground  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:surface' target='_blank'>cycleway:surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dground' target='_blank'>ground</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cycleway=shared_lane|cycleway=lane|cycleway=track`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Cycleway:smoothness  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the smoothness of this cycleway?** | ||||
| The question is  What is the smoothness of this cycleway? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Usable for thin rollers: rollerblade, skateboard** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dexcellent' target='_blank'>excellent</a> | ||||
|   - **Usable for thin wheels: racing bike** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dgood' target='_blank'>good</a> | ||||
|   - **Usable for normal wheels: city bike, wheelchair, scooter** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dintermediate' target='_blank'>intermediate</a> | ||||
|   - **Usable for robust wheels: trekking bike, car, rickshaw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dbad' target='_blank'>bad</a> | ||||
|   - **Usable for vehicles with high clearance: light duty off-road vehicle** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dvery_bad' target='_blank'>very_bad</a> | ||||
|   - **Usable for off-road vehicles: heavy duty off-road vehicle** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dhorrible' target='_blank'>horrible</a> | ||||
|   - **Usable for specialized off-road vehicles: tractor, ATV** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dvery_horrible' target='_blank'>very_horrible</a> | ||||
|   - **Impassable / No wheeled vehicle** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dimpassable' target='_blank'>impassable</a> | ||||
|   - Usable for thin rollers: rollerblade, skateboard  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dexcellent' target='_blank'>excellent</a>` | ||||
|   - Usable for thin wheels: racing bike  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dgood' target='_blank'>good</a>` | ||||
|   - Usable for normal wheels: city bike, wheelchair, scooter  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dintermediate' target='_blank'>intermediate</a>` | ||||
|   - Usable for robust wheels: trekking bike, car, rickshaw  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dbad' target='_blank'>bad</a>` | ||||
|   - Usable for vehicles with high clearance: light duty off-road vehicle  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dvery_bad' target='_blank'>very_bad</a>` | ||||
|   - Usable for off-road vehicles: heavy duty off-road vehicle  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dhorrible' target='_blank'>horrible</a>` | ||||
|   - Usable for specialized off-road vehicles: tractor, ATV  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dvery_horrible' target='_blank'>very_horrible</a>` | ||||
|   - Impassable / No wheeled vehicle  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:smoothness' target='_blank'>cycleway:smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:smoothness%3Dimpassable' target='_blank'>impassable</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cycleway=shared_lane|cycleway=lane|cycleway=track`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Surface of the road  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the surface of the street made from?** | ||||
| The question is  What is the surface of the street made from? | ||||
| 
 | ||||
| This rendering asks information about the property  [surface](https://wiki.openstreetmap.org/wiki/Key:surface)  | ||||
| This is rendered with `This road is made of {surface}` | ||||
| 
 | ||||
| This is rendered with  This road is made of {surface} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This cycleway is unhardened** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dunpaved' target='_blank'>unpaved</a>_This option cannot be chosen as answer_ | ||||
|   - **This cycleway is paved** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpaved' target='_blank'>paved</a>_This option cannot be chosen as answer_ | ||||
|   - **This cycleway is made of asphalt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dasphalt' target='_blank'>asphalt</a> | ||||
|   - **This cycleway is made of smooth paving stones** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpaving_stones' target='_blank'>paving_stones</a> | ||||
|   - **This cycleway is made of concrete** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dconcrete' target='_blank'>concrete</a> | ||||
|   - **This cycleway is made of cobblestone (unhewn or sett)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dcobblestone' target='_blank'>cobblestone</a>_This option cannot be chosen as answer_ | ||||
|   - **This cycleway is made of raw, natural cobblestone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dunhewn_cobblestone' target='_blank'>unhewn_cobblestone</a> | ||||
|   - **This cycleway is made of flat, square cobblestone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dsett' target='_blank'>sett</a> | ||||
|   - **This cycleway is made of wood** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dwood' target='_blank'>wood</a> | ||||
|   - **This cycleway is made of gravel** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dgravel' target='_blank'>gravel</a> | ||||
|   - **This cycleway is made of fine gravel** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dfine_gravel' target='_blank'>fine_gravel</a> | ||||
|   - **This cycleway is made of pebblestone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpebblestone' target='_blank'>pebblestone</a> | ||||
|   - **This cycleway is made from raw ground** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dground' target='_blank'>ground</a> | ||||
| 
 | ||||
| 
 | ||||
|   - This cycleway is unhardened  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dunpaved' target='_blank'>unpaved</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This cycleway is paved  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpaved' target='_blank'>paved</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This cycleway is made of asphalt  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dasphalt' target='_blank'>asphalt</a>` | ||||
|   - This cycleway is made of smooth paving stones  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpaving_stones' target='_blank'>paving_stones</a>` | ||||
|   - This cycleway is made of concrete  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dconcrete' target='_blank'>concrete</a>` | ||||
|   - This cycleway is made of cobblestone (unhewn or sett)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dcobblestone' target='_blank'>cobblestone</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This cycleway is made of raw, natural cobblestone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dunhewn_cobblestone' target='_blank'>unhewn_cobblestone</a>` | ||||
|   - This cycleway is made of flat, square cobblestone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dsett' target='_blank'>sett</a>` | ||||
|   - This cycleway is made of wood  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dwood' target='_blank'>wood</a>` | ||||
|   - This cycleway is made of gravel  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dgravel' target='_blank'>gravel</a>` | ||||
|   - This cycleway is made of fine gravel  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dfine_gravel' target='_blank'>fine_gravel</a>` | ||||
|   - This cycleway is made of pebblestone  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dpebblestone' target='_blank'>pebblestone</a>` | ||||
|   - This cycleway is made from raw ground  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:surface' target='_blank'>surface</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:surface%3Dground' target='_blank'>ground</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -261,32 +262,37 @@ This is rendered with `This road is made of {surface}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the smoothness of this street?** | ||||
| The question is  What is the smoothness of this street? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Usable for thin rollers: rollerblade, skateboard** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dexcellent' target='_blank'>excellent</a> | ||||
|   - **Usable for thin wheels: racing bike** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dgood' target='_blank'>good</a> | ||||
|   - **Usable for normal wheels: city bike, wheelchair, scooter** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dintermediate' target='_blank'>intermediate</a> | ||||
|   - **Usable for robust wheels: trekking bike, car, rickshaw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dbad' target='_blank'>bad</a> | ||||
|   - **Usable for vehicles with high clearance: light duty off-road vehicle** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dvery_bad' target='_blank'>very_bad</a> | ||||
|   - **Usable for off-road vehicles: heavy duty off-road vehicle** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dhorrible' target='_blank'>horrible</a> | ||||
|   - **Usable for specialized off-road vehicles: tractor, ATV** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dvery_horrible' target='_blank'>very_horrible</a> | ||||
|   - **Impassable / No wheeled vehicle** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dimpassable' target='_blank'>impassable</a> | ||||
|   - Usable for thin rollers: rollerblade, skateboard  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dexcellent' target='_blank'>excellent</a>` | ||||
|   - Usable for thin wheels: racing bike  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dgood' target='_blank'>good</a>` | ||||
|   - Usable for normal wheels: city bike, wheelchair, scooter  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dintermediate' target='_blank'>intermediate</a>` | ||||
|   - Usable for robust wheels: trekking bike, car, rickshaw  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dbad' target='_blank'>bad</a>` | ||||
|   - Usable for vehicles with high clearance: light duty off-road vehicle  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dvery_bad' target='_blank'>very_bad</a>` | ||||
|   - Usable for off-road vehicles: heavy duty off-road vehicle  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dhorrible' target='_blank'>horrible</a>` | ||||
|   - Usable for specialized off-road vehicles: tractor, ATV  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dvery_horrible' target='_blank'>very_horrible</a>` | ||||
|   - Impassable / No wheeled vehicle  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:smoothness' target='_blank'>smoothness</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:smoothness%3Dimpassable' target='_blank'>impassable</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cycleway=no|highway=cycleway`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### width:carriageway  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the carriage width of this road (in meters)?<br/><span class='subtle'>This is measured curb to curb and thus includes the width of parallell parking lanes</span>** | ||||
| The question is  What is the carriage width of this road (in meters)?<br/><span class='subtle'>This is measured curb to curb and thus includes the width of parallell parking lanes</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [width:carriageway](https://wiki.openstreetmap.org/wiki/Key:width:carriageway)  | ||||
| This is rendered with `The carriage width of this road is <strong>{width:carriageway}m</strong>` | ||||
| 
 | ||||
| This is rendered with  The carriage width of this road is <strong>{width:carriageway}m</strong> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -294,79 +300,69 @@ This is rendered with `The carriage width of this road is <strong>{width:carriag | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What traffic sign does this cycleway have?** | ||||
| The question is  What traffic sign does this cycleway have? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7' target='_blank'>BE:D7</a> | ||||
|   - **Compulsory cycleway (with supplementary sign)<br><img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'> ** corresponds with cycleway:traffic_sign~^BE:D7;.*$_This option cannot be chosen as answer_ | ||||
|   - **Segregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D9' target='_blank'>BE:D9</a> | ||||
|   - **Unsegregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D10' target='_blank'>BE:D10</a> | ||||
|   - **No traffic sign present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3Dnone' target='_blank'>none</a> | ||||
|   - Compulsory cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7' target='_blank'>BE:D7</a>` | ||||
|   - Compulsory cycleway (with supplementary sign)<br>  corresponds with  `cycleway:traffic_sign~^BE:D7;.*$` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Segregated foot/cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D9' target='_blank'>BE:D9</a>` | ||||
|   - Unsegregated foot/cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D10' target='_blank'>BE:D10</a>` | ||||
|   - No traffic sign present  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3Dnone' target='_blank'>none</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cycleway=lane|cycleway=track&_country=be`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### cycleway-traffic-signs  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What traffic sign does this cycleway have?** | ||||
| The question is  What traffic sign does this cycleway have? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7' target='_blank'>BE:D7</a> | ||||
|   - **Compulsory cycleway (with supplementary sign)<br><img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'> ** corresponds with traffic_sign~^BE:D7;.*$_This option cannot be chosen as answer_ | ||||
|   - **Segregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D9' target='_blank'>BE:D9</a> | ||||
|   - **Unsegregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D10' target='_blank'>BE:D10</a> | ||||
|   - **No traffic sign present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3Dnone' target='_blank'>none</a> | ||||
|   - Compulsory cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7' target='_blank'>BE:D7</a>` | ||||
|   - Compulsory cycleway (with supplementary sign)<br>  corresponds with  `traffic_sign~^BE:D7;.*$` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Segregated foot/cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D9' target='_blank'>BE:D9</a>` | ||||
|   - Unsegregated foot/cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D10' target='_blank'>BE:D10</a>` | ||||
|   - Compulsory cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DNL:G11' target='_blank'>NL:G11</a>` | ||||
|   - Compulsory (moped)cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DNL:G12a' target='_blank'>NL:G12a</a>` | ||||
|   - Non-compulsory cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DNL:G13' target='_blank'>NL:G13</a>` | ||||
|   - No traffic sign present  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3Dnone' target='_blank'>none</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `highway=cycleway|highway=path&_country=be|_country=nl`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### cycleway-traffic-signs-supplementary  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does the traffic sign D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 1.5em'>) have a supplementary sign?** | ||||
| The question is  Does the traffic sign D7 (<img src='./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg' style='width: 1.5em'>) have a supplementary sign? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M6' target='_blank'>BE:D7;BE:M6</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M13' target='_blank'>BE:D7;BE:M13</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M14' target='_blank'>BE:D7;BE:M14</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M7' target='_blank'>BE:D7;BE:M7</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M15' target='_blank'>BE:D7;BE:M15</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M16' target='_blank'>BE:D7;BE:M16</a> | ||||
|   - **No supplementary traffic sign present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign:supplementary' target='_blank'>cycleway:traffic_sign:supplementary</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign:supplementary%3Dnone' target='_blank'>none</a> | ||||
|   - Mopeds must use the cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M6' target='_blank'>BE:D7;BE:M6</a>` | ||||
|   - Speedpedelecs must use the cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M13' target='_blank'>BE:D7;BE:M13</a>` | ||||
|   - Mopeds and speedpedelecs must use the cycleway  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M14' target='_blank'>BE:D7;BE:M14</a>` | ||||
|   - Mopeds are not allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M7' target='_blank'>BE:D7;BE:M7</a>` | ||||
|   - Speedpedelecs are not allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M15' target='_blank'>BE:D7;BE:M15</a>` | ||||
|   - Mopeds and speedpedelecs are not allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M16' target='_blank'>BE:D7;BE:M16</a>` | ||||
|   - No supplementary traffic sign present  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign:supplementary' target='_blank'>cycleway:traffic_sign:supplementary</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign:supplementary%3Dnone' target='_blank'>none</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### cycleway-traffic-signs-D7-supplementary  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does the traffic sign D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 1.5em'>) have a supplementary sign?** | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M6' target='_blank'>BE:D7;BE:M6</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M13' target='_blank'>BE:D7;BE:M13</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M14' target='_blank'>BE:D7;BE:M14</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M7' target='_blank'>BE:D7;BE:M7</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key::traffic_sign' target='_blank'>:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag::traffic_sign%3DBE:D7;BE:M15' target='_blank'>BE:D7;BE:M15</a> | ||||
|   - **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M16' target='_blank'>BE:D7;BE:M16</a> | ||||
|   - **No supplementary traffic sign present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign:supplementary' target='_blank'>traffic_sign:supplementary</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign:supplementary%3Dnone' target='_blank'>none</a> | ||||
| 
 | ||||
| Only visible if  `cycleway:traffic_sign=BE:D7|cycleway:traffic_sign~^BE:D7;.*$`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -374,10 +370,15 @@ The question is **Does the traffic sign D7 (<img src='./assets/themes/cycle_infr | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How wide is the gap between the cycleway and the road?** | ||||
| The question is  How wide is the gap between the cycleway and the road? | ||||
| 
 | ||||
| This rendering asks information about the property  [cycleway:buffer](https://wiki.openstreetmap.org/wiki/Key:cycleway:buffer)  | ||||
| This is rendered with `The buffer besides this cycleway is {cycleway:buffer} m` | ||||
| 
 | ||||
| This is rendered with  The buffer besides this cycleway is {cycleway:buffer} m | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cycleway=track|cycleway=lane`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -385,34 +386,38 @@ This is rendered with `The buffer besides this cycleway is {cycleway:buffer} m` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How is this cycleway separated from the road?** | ||||
| The question is  How is this cycleway separated from the road? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This cycleway is separated by a dashed line** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:separation' target='_blank'>cycleway:separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Ddashed_line' target='_blank'>dashed_line</a> | ||||
|   - **This cycleway is separated by a solid line** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:separation' target='_blank'>cycleway:separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Dsolid_line' target='_blank'>solid_line</a> | ||||
|   - **This cycleway is separated by a parking lane** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:separation' target='_blank'>cycleway:separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Dparking_lane' target='_blank'>parking_lane</a> | ||||
|   - **This cycleway is separated by a kerb** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:separation' target='_blank'>cycleway:separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Dkerb' target='_blank'>kerb</a> | ||||
|   - This cycleway is separated by a dashed line  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:separation' target='_blank'>cycleway:separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Ddashed_line' target='_blank'>dashed_line</a>` | ||||
|   - This cycleway is separated by a solid line  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:separation' target='_blank'>cycleway:separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Dsolid_line' target='_blank'>solid_line</a>` | ||||
|   - This cycleway is separated by a parking lane  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:separation' target='_blank'>cycleway:separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Dparking_lane' target='_blank'>parking_lane</a>` | ||||
|   - This cycleway is separated by a kerb  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:separation' target='_blank'>cycleway:separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:separation%3Dkerb' target='_blank'>kerb</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cycleway=track|cycleway=lane`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### cycleway-segregation  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How is this cycleway separated from the road?** | ||||
| The question is  How is this cycleway separated from the road? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This cycleway is separated by a dashed line** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:separation' target='_blank'>separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:separation%3Ddashed_line' target='_blank'>dashed_line</a> | ||||
|   - **This cycleway is separated by a solid line** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:separation' target='_blank'>separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:separation%3Dsolid_line' target='_blank'>solid_line</a> | ||||
|   - **This cycleway is separated by a parking lane** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:separation' target='_blank'>separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:separation%3Dparking_lane' target='_blank'>parking_lane</a> | ||||
|   - **This cycleway is separated by a kerb** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:separation' target='_blank'>separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:separation%3Dkerb' target='_blank'>kerb</a> | ||||
|   | ||||
|   - This cycleway is separated by a dashed line  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:separation' target='_blank'>separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:separation%3Ddashed_line' target='_blank'>dashed_line</a>` | ||||
|   - This cycleway is separated by a solid line  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:separation' target='_blank'>separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:separation%3Dsolid_line' target='_blank'>solid_line</a>` | ||||
|   - This cycleway is separated by a parking lane  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:separation' target='_blank'>separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:separation%3Dparking_lane' target='_blank'>parking_lane</a>` | ||||
|   - This cycleway is separated by a kerb  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:separation' target='_blank'>separation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:separation%3Dkerb' target='_blank'>kerb</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `highway=cycleway|highway=path`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/cycleways_and_roads/cycleways_and_roads.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cycleways_and_roads/cycleways_and_roads.json) | ||||
|  | @ -12,33 +12,9 @@ A layer showing defibrillators which can be used in case of emergency. This cont | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [defibrillator](#defibrillator) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [defibrillator-indoors](#defibrillator-indoors) | ||||
|     + [defibrillator-access](#defibrillator-access) | ||||
|     + [defibrillator-defibrillator](#defibrillator-defibrillator) | ||||
|     + [defibrillator-level](#defibrillator-level) | ||||
|     + [defibrillator-defibrillator:location](#defibrillator-defibrillatorlocation) | ||||
|     + [defibrillator-defibrillator:location:en](#defibrillator-defibrillatorlocation:en) | ||||
|     + [defibrillator-defibrillator:location:fr](#defibrillator-defibrillatorlocation:fr) | ||||
|     + [wheelchair-access](#wheelchair-access) | ||||
|     + [defibrillator-ref](#defibrillator-ref) | ||||
|     + [defibrillator-email](#defibrillator-email) | ||||
|     + [defibrillator-phone](#defibrillator-phone) | ||||
|     + [defibrillator-opening_hours](#defibrillator-opening_hours) | ||||
|     + [defibrillator-description](#defibrillator-description) | ||||
|     + [defibrillator-survey:date](#defibrillator-surveydate) | ||||
|     + [defibrillator-fixme](#defibrillator-fixme) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
|   - This layer will automatically load  [walls_and_buildings](./walls_and_buildings.md)  into the layout as it depends on it:  a preset snaps to this layer (presets[1]) | ||||
| 
 | ||||
| 
 | ||||
|  | @ -54,8 +30,6 @@ A layer showing defibrillators which can be used in case of emergency. This cont | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/defibrillator/defibrillator.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -70,6 +44,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Ddefibrillator' target='_blank'>defibrillator</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22emergency%22%3D%22defibrillator%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -77,7 +53,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -106,7 +84,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -116,14 +96,14 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this defibrillator located indoors?** | ||||
| The question is  Is this defibrillator located indoors? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This defibrillator is located indoors** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes' target='_blank'>yes</a> | ||||
|   - **This defibrillator is located outdoors** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno' target='_blank'>no</a> | ||||
|   - This defibrillator is located indoors  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes' target='_blank'>yes</a>` | ||||
|   - This defibrillator is located outdoors  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -132,18 +112,22 @@ The question is **Is this defibrillator located indoors?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this defibrillator freely accessible?** | ||||
| The question is  Is this defibrillator freely accessible? | ||||
| 
 | ||||
| This rendering asks information about the property  [access](https://wiki.openstreetmap.org/wiki/Key:access)  | ||||
| This is rendered with `Access is {access}` | ||||
| 
 | ||||
| This is rendered with  Access is {access} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Publicly accessible** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> | ||||
|   - **Publicly accessible** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>_This option cannot be chosen as answer_ | ||||
|   - **Only accessible to customers** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a> | ||||
|   - **Not accessible to the general public (e.g. only accesible to staff, the owners, ...)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a> | ||||
|   - **Not accessible, possibly only for professional use** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Publicly accessible  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>` | ||||
|   - Publicly accessible  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Only accessible to customers  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a>` | ||||
|   - Not accessible to the general public (e.g. only accesible to staff, the owners, …)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a>` | ||||
|   - Not accessible, possibly only for professional use  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -152,45 +136,57 @@ This is rendered with `Access is {access}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this a a regular automatic defibrillator or a manual defibrillator for professionals only?** | ||||
| The question is  Is this a a regular automatic defibrillator or a manual defibrillator for professionals only? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **There is no info about the type of device** corresponds with _This option cannot be chosen as answer_ | ||||
|   - **This is a manual defibrillator for professionals** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:defibrillator' target='_blank'>defibrillator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:defibrillator%3Dmanual' target='_blank'>manual</a> | ||||
|   - **This is a normal automatic defibrillator** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:defibrillator' target='_blank'>defibrillator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:defibrillator%3Dautomatic' target='_blank'>automatic</a> | ||||
|   - **This is a special type of defibrillator: {defibrillator}** corresponds with defibrillator~^..*$_This option cannot be chosen as answer_ | ||||
|   - There is no info about the type of device  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This is a manual defibrillator for professionals  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:defibrillator' target='_blank'>defibrillator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:defibrillator%3Dmanual' target='_blank'>manual</a>` | ||||
|   - This is a normal automatic defibrillator  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:defibrillator' target='_blank'>defibrillator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:defibrillator%3Dautomatic' target='_blank'>automatic</a>` | ||||
|   - This is a special type of defibrillator: {defibrillator}  corresponds with  `defibrillator~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `access=no`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### defibrillator-level  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **On which floor is this defibrillator located?** | ||||
| The question is  On which floor is this defibrillator located? | ||||
| 
 | ||||
| This rendering asks information about the property  [level](https://wiki.openstreetmap.org/wiki/Key:level)  | ||||
| This is rendered with `This defibrillator is on floor {level}` | ||||
| 
 | ||||
| This is rendered with  This defibrillator is on floor {level} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This defibrillator is on the <b>ground floor</b>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a> | ||||
|   - **This defibrillator is on the <b>first floor</b>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a> | ||||
| 
 | ||||
| 
 | ||||
|   - This defibrillator is on the <b>ground floor</b>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>` | ||||
|   - This defibrillator is on the <b>first floor</b>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `indoor=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### defibrillator-defibrillator:location  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Please give some explanation on where the defibrillator can be found (in the local language)** | ||||
| The question is  Please give some explanation on where the defibrillator can be found (in the local language) | ||||
| 
 | ||||
| This rendering asks information about the property  [defibrillator:location](https://wiki.openstreetmap.org/wiki/Key:defibrillator:location)  | ||||
| This is rendered with `<i>Extra information about the location (in the local languagel):</i><br/>{defibrillator:location}` | ||||
| 
 | ||||
| This is rendered with  <i>Extra information about the location (in the local languagel):</i><br/>{defibrillator:location} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -198,10 +194,13 @@ This is rendered with `<i>Extra information about the location (in the local lan | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Please give some explanation on where the defibrillator can be found (in English)** | ||||
| The question is  Please give some explanation on where the defibrillator can be found (in English) | ||||
| 
 | ||||
| This rendering asks information about the property  [defibrillator:location:en](https://wiki.openstreetmap.org/wiki/Key:defibrillator:location:en)  | ||||
| This is rendered with `<i>Extra information about the location (in English):</i><br/>{defibrillator:location:en}` | ||||
| 
 | ||||
| This is rendered with  <i>Extra information about the location (in English):</i><br/>{defibrillator:location:en} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -209,10 +208,13 @@ This is rendered with `<i>Extra information about the location (in English):</i> | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Please give some explanation on where the defibrillator can be found (in French)** | ||||
| The question is  Please give some explanation on where the defibrillator can be found (in French) | ||||
| 
 | ||||
| This rendering asks information about the property  [defibrillator:location:fr](https://wiki.openstreetmap.org/wiki/Key:defibrillator:location:fr)  | ||||
| This is rendered with `<i>Extra information about the location (in French):</i><br/>{defibrillator:location:fr}` | ||||
| 
 | ||||
| This is rendered with  <i>Extra information about the location (in French):</i><br/>{defibrillator:location:fr} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -220,16 +222,16 @@ This is rendered with `<i>Extra information about the location (in French):</i>< | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **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** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | ||||
|   - **This place is easily reachable with a wheelchair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a> | ||||
|   - **It is possible to reach this place in a wheelchair, but it is not easy** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a> | ||||
|   - **This place is not reachable with a wheelchair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a> | ||||
|   - This place is specially adapted for wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>` | ||||
|   - This place is easily reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>` | ||||
|   - It is possible to reach this place in a wheelchair, but it is not easy  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>` | ||||
|   - This place is not reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -238,10 +240,13 @@ The question is **Is this place accessible with a wheelchair?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the official identification number of the device? (if visible on device)** | ||||
| The question is  What is the official identification number of the device? (if visible on device) | ||||
| 
 | ||||
| This rendering asks information about the property  [ref](https://wiki.openstreetmap.org/wiki/Key:ref)  | ||||
| This is rendered with `Official identification number of the device: <i>{ref}</i>` | ||||
| 
 | ||||
| This is rendered with  Official identification number of the device: <i>{ref}</i> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -249,10 +254,13 @@ This is rendered with `Official identification number of the device: <i>{ref}</i | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the email for questions about this defibrillator?** | ||||
| The question is  What is the email for questions about this defibrillator? | ||||
| 
 | ||||
| This rendering asks information about the property  [email](https://wiki.openstreetmap.org/wiki/Key:email)  | ||||
| This is rendered with `Email for questions about this defibrillator: <a href='mailto:{email}'>{email}</a>` | ||||
| 
 | ||||
| This is rendered with  Email for questions about this defibrillator: <a href='mailto:{email}'>{email}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -260,10 +268,13 @@ This is rendered with `Email for questions about this defibrillator: <a href='ma | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the phone number for questions about this defibrillator?** | ||||
| The question is  What is the phone number for questions about this defibrillator? | ||||
| 
 | ||||
| This rendering asks information about the property  [phone](https://wiki.openstreetmap.org/wiki/Key:phone)  | ||||
| This is rendered with `Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a>` | ||||
| 
 | ||||
| This is rendered with  Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -271,14 +282,17 @@ This is rendered with `Telephone for questions about this defibrillator: <a href | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **At what times is this defibrillator available?** | ||||
| The question is  At what times is this defibrillator available? | ||||
| 
 | ||||
| This rendering asks information about the property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)  | ||||
| This is rendered with `{opening_hours_table(opening_hours)}` | ||||
| 
 | ||||
| This is rendered with  {opening_hours_table(opening_hours)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **24/7 opened (including holidays)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a> | ||||
| 
 | ||||
| 
 | ||||
|   - 24/7 opened (including holidays)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -287,10 +301,13 @@ This is rendered with `{opening_hours_table(opening_hours)}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is there any useful information for users that you haven't been able to describe above? (leave blank if no)** | ||||
| The question is  Is there any useful information for users that you haven't been able to describe above? (leave blank if no) | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description)  | ||||
| This is rendered with `Additional information: {description}` | ||||
| 
 | ||||
| This is rendered with  Additional information: {description} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -298,14 +315,17 @@ This is rendered with `Additional information: {description}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **When was this defibrillator last surveyed?** | ||||
| The question is  When was this defibrillator last surveyed? | ||||
| 
 | ||||
| This rendering asks information about the property  [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date)  | ||||
| This is rendered with `This defibrillator was last surveyed on {survey:date}` | ||||
| 
 | ||||
| This is rendered with  This defibrillator was last surveyed on {survey:date} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Checked today!** corresponds with survey:date= | ||||
| 
 | ||||
| 
 | ||||
|   - Checked today!  corresponds with  `survey:date=` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -314,9 +334,12 @@ This is rendered with `This defibrillator was last surveyed on {survey:date}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)** | ||||
| The question is  Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts) | ||||
| 
 | ||||
| This rendering asks information about the property  [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme)  | ||||
| This is rendered with `Extra information for OpenStreetMap experts: {fixme}`  | ||||
| 
 | ||||
| This is rendered with  Extra information for OpenStreetMap experts: {fixme} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/defibrillator/defibrillator.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/defibrillator/defibrillator.json) | ||||
|  | @ -12,17 +12,9 @@ This layer visualizes directions | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [direction](#direction) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **16** and higher | ||||
|   - This layer cannot be toggled in the filter view. If you import this layer in your theme, override `title` to make this toggleable. | ||||
| 
 | ||||
| 
 | ||||
|  | @ -38,8 +30,6 @@ This layer visualizes directions | |||
|   - [surveillance](https://mapcomplete.osm.be/surveillance) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/direction/direction.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -54,6 +44,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - camera:direction~^..*$|direction~^..*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22camera%3Adirection%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22direction%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  |  | |||
							
								
								
									
										196
									
								
								Docs/Layers/doctors.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										196
									
								
								Docs/Layers/doctors.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,196 @@ | |||
| 
 | ||||
| 
 | ||||
|  doctors  | ||||
| ========= | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/layers/doctors/doctors.svg' height="100px">  | ||||
| 
 | ||||
| This layer shows doctor offices, dentists and other healthcare facilities | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [healthcare](https://mapcomplete.osm.be/healthcare) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Ddoctors' target='_blank'>doctors</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Ddentist' target='_blank'>dentist</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:healthcare' target='_blank'>healthcare</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:healthcare%3Dphysiotherapist' target='_blank'>physiotherapist</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22doctors%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22dentist%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22healthcare%22%3D%22physiotherapist%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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/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/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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/healthcare:speciality#values) [healthcare:speciality](https://wiki.openstreetmap.org/wiki/Key:healthcare:speciality) | [string](../SpecialInputElements.md#string) | [general](https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dgeneral) [gynaecology](https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dgynaecology) [psychiatry](https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dpsychiatry) [paediatrics](https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dpaediatrics) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this doctors place? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  This doctors place is called {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### specialty  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is this doctor specialized in? | ||||
| 
 | ||||
| This rendering asks information about the property  [healthcare:speciality](https://wiki.openstreetmap.org/wiki/Key:healthcare:speciality)  | ||||
| 
 | ||||
| This is rendered with  This doctor is specialized in {healthcare:speciality} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a general practitioner  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:healthcare:speciality' target='_blank'>healthcare:speciality</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dgeneral' target='_blank'>general</a>` | ||||
|   - This is a gynaecologist  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:healthcare:speciality' target='_blank'>healthcare:speciality</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dgynaecology' target='_blank'>gynaecology</a>` | ||||
|   - This is a psychiatrist  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:healthcare:speciality' target='_blank'>healthcare:speciality</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dpsychiatry' target='_blank'>psychiatry</a>` | ||||
|   - This is a paediatrician  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:healthcare:speciality' target='_blank'>healthcare:speciality</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:healthcare:speciality%3Dpaediatrics' target='_blank'>paediatrics</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `amenity=doctors`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/doctors/doctors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/doctors/doctors.json) | ||||
							
								
								
									
										529
									
								
								Docs/Layers/dogfoodb.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										529
									
								
								Docs/Layers/dogfoodb.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,529 @@ | |||
| 
 | ||||
| 
 | ||||
|  dogfoodb  | ||||
| ========== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/pets/dog-food.svg' height="100px">  | ||||
| 
 | ||||
| A layer showing restaurants and fast-food amenities (with a special rendering for friteries) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [pets](https://mapcomplete.osm.be/pets) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe' target='_blank'>cafe</a> | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed' target='_blank'>unleashed</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22dog%22%3D%22unleashed%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22dog%22%3D%22leashed%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22dog%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22dog%22%3D%22unleashed%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22dog%22%3D%22leashed%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22dog%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |  | ||||
| [<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 | [fast_food](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food) [restaurant](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant) | ||||
| [<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/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/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/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/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/cuisine#values) [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine) | [string](../SpecialInputElements.md#string) | [pizza](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza) [friture](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture) [pasta](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta) [kebab](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab) [sandwich](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich) [burger](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger) [sushi](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi) [coffee](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee) [italian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian) [french](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench) [chinese](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese) [greek](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek) [indian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian) [turkish](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish) [thai](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/takeaway#values) [takeaway](https://wiki.openstreetmap.org/wiki/Key:takeaway) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/delivery#values) [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegan#values) [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:halal#values) [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegan#values) [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/friture:oil#values) [friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values) [reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) | ||||
| [<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/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) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the ground floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>` | ||||
|   - Located on the ground floor  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the first floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>` | ||||
|   - Located on the first basement level  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this restaurant? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  The name of this restaurant is {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Fastfood vs restaurant  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What type of business is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a fastfood-business, focused on fast service. If seating is available, these are rather limited and functional.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food' target='_blank'>fast_food</a>` | ||||
|   - A <b>restaurant</b>, focused on creating a nice experience where one is served at the table  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### payment-options  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Which methods of payment are accepted here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Cash is accepted here  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wheelchair-access  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is this place accessible with a wheelchair? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This place is specially adapted for wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>` | ||||
|   - This place is easily reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>` | ||||
|   - It is possible to reach this place in a wheelchair, but it is not easy  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>` | ||||
|   - This place is not reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Cuisine  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Which food is served here? | ||||
| 
 | ||||
| This rendering asks information about the property  [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine)  | ||||
| 
 | ||||
| This is rendered with  This place mostly serves {cuisine} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a pizzeria  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a>` | ||||
|   - This is a friture  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>` | ||||
|   - Mainly serves pasta  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta' target='_blank'>pasta</a>` | ||||
|   - This is kebab shop  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab' target='_blank'>kebab</a>` | ||||
|   - This is a sandwichbar  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich' target='_blank'>sandwich</a>` | ||||
|   - Burgers are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger' target='_blank'>burger</a>` | ||||
|   - Sushi is served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi' target='_blank'>sushi</a>` | ||||
|   - Coffee is served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee' target='_blank'>coffee</a>` | ||||
|   - This is an italian restaurant (which serves more then pasta and pizza)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian' target='_blank'>italian</a>` | ||||
|   - French dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench' target='_blank'>french</a>` | ||||
|   - Chinese dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese' target='_blank'>chinese</a>` | ||||
|   - Greek dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek' target='_blank'>greek</a>` | ||||
|   - Indian dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian' target='_blank'>indian</a>` | ||||
|   - Turkish dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish' target='_blank'>turkish</a>` | ||||
|   - Thai dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai' target='_blank'>thai</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Takeaway  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place offer take-away? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a take-away only business  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly' target='_blank'>only</a>` | ||||
|   - Take-away is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes' target='_blank'>yes</a>` | ||||
|   - Take-away is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### delivery  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Delivers {title()} their food at home? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This business does home delivery (eventually via a third party)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes' target='_blank'>yes</a>` | ||||
|   - This business does not deliver at home  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Vegetarian (no friture)  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this restaurant have a vegetarian option? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - No vegetarian options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>` | ||||
|   - Some vegetarian options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>` | ||||
|   - Vegetarian options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>` | ||||
|   - All dishes are vegetarian  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Vegan (no friture)  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this business serve vegan meals? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - No vegan options available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>` | ||||
|   - Some vegan options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>` | ||||
|   - Vegan options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>` | ||||
|   - All dishes are vegan  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### halal (no friture)  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this restaurant offer a halal menu? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There are no halal options available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno' target='_blank'>no</a>` | ||||
|   - There is a small halal menu  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There is a halal menu  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes' target='_blank'>yes</a>` | ||||
|   - Only halal options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-vegetarian  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this fries shop have vegetarian snacks? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Vegetarian snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>` | ||||
|   - Only a small selection of snacks are vegetarian  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>` | ||||
|   - No vegetarian snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-vegan  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this fries shop have vegan snacks? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Vegan snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>` | ||||
|   - A small selection of vegan snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>` | ||||
|   - No vegan snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-oil  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this fries shop use vegetable or animal oil for cooking? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - The frying is done with vegetable oil  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>` | ||||
|   - The frying is done with animal oil  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-take-your-container  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes' target='_blank'>yes</a>` | ||||
|   - Bringing your own container is <b>not allowed</b>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno' target='_blank'>no</a>` | ||||
|   - You <b>must</b> bring your own container to order here.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### service:electricity  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 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  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes' target='_blank'>yes</a>` | ||||
|   - There are a few domestic sockets available to customers seated indoors, where they can charge their electronics  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There are no sockets available indoors to customers, but charging might be possible if the staff is asked  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask' target='_blank'>ask</a>` | ||||
|   - There are a no domestic sockets available to customers seated indoors  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### dog-access  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Are dogs allowed in this business? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Dogs are allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a>` | ||||
|   - Dogs are <b>not</b> allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno' target='_blank'>no</a>` | ||||
|   - Dogs are allowed, but they have to be leashed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a>` | ||||
|   - Dogs are allowed and can run around freely  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed' target='_blank'>unleashed</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### reviews  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Shows the reviews module (including the possibility to leave a review) | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Show the images block at this location | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/pets/pets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/pets/pets.json) | ||||
							
								
								
									
										148
									
								
								Docs/Layers/dogpark.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										148
									
								
								Docs/Layers/dogpark.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,148 @@ | |||
| 
 | ||||
| 
 | ||||
|  dogpark  | ||||
| ========= | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/layers/dogpark/dog-park.svg' height="100px">  | ||||
| 
 | ||||
| A layer showing dogparks, which are areas where dog are allowed to run without a leash | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **10** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
|   - [pets](https://mapcomplete.osm.be/pets) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Ddog_park' target='_blank'>dog_park</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dpark' target='_blank'>park</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed' target='_blank'>unleashed</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22leisure%22%3D%22dog_park%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22dog%22%3D%22unleashed%22%5D%5B%22leisure%22%3D%22park%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/barrier#values) [barrier](https://wiki.openstreetmap.org/wiki/Key:barrier) | Multiple choice | [fence](https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dfence) [no](https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/small_dog#values) [small_dog](https://wiki.openstreetmap.org/wiki/Key:small_dog) | Multiple choice | [separate](https://wiki.openstreetmap.org/wiki/Tag:small_dog%3Dseparate) [shared](https://wiki.openstreetmap.org/wiki/Tag:small_dog%3Dshared) | ||||
| [<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) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### dogpark-fenced  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  It this dog park fenced in? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This dogpark is fenced all around  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dfence' target='_blank'>fence</a>` | ||||
|   - This dogpark is not fenced all around  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### smalldogs  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this dog park have a separate fenced in area for small dogs and puppies? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Have separate area for puppies and small dogs  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:small_dog' target='_blank'>small_dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:small_dog%3Dseparate' target='_blank'>separate</a>` | ||||
|   - Does <strong>not</strong> have a separate area for puppies and small dogs  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:small_dog' target='_blank'>small_dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:small_dog%3Dshared' target='_blank'>shared</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this dog park? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  The name of this dog park is {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### dogarea  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### reviews  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Shows the reviews module (including the possibility to leave a review) | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/dogpark/dogpark.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/dogpark/dogpark.json) | ||||
							
								
								
									
										467
									
								
								Docs/Layers/dogshop.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										467
									
								
								Docs/Layers/dogshop.md
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -12,22 +12,10 @@ A layer showing drinking water fountains | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [drinking_water](#drinking_water) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [Still in use?](#still-in-use) | ||||
|     + [Bottle refill](#bottle-refill) | ||||
|     + [render-closest-drinking-water](#render-closest-drinking-water) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer will automatically load  [drinking_water](./drinking_water.md)  into the layout as it depends on it:  A calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _closest_other_drinking_water) | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
|   - This layer will automatically load  [drinking_water](./drinking_water.md)  into the layout as it depends on it:  a calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _closest_other_drinking_water) | ||||
|   - This layer is needed as dependency for layer [drinking_water](#drinking_water) | ||||
| 
 | ||||
| 
 | ||||
|  | @ -45,8 +33,6 @@ A layer showing drinking water fountains | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/drinking_water/drinking_water.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -58,11 +44,14 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Ddrinking_water' target='_blank'>drinking_water</a> | ||||
|   - access!~^permissive$ | ||||
|   - access!~^private$ | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Ddrinking_water' target='_blank'>drinking_water</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:drinking_water' target='_blank'>drinking_water</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drinking_water%3Dyes' target='_blank'>yes</a> | ||||
|   - man_made!=reservoir_covered | ||||
|   - access!=permissive | ||||
|   - access!=private | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22drinking_water%22%5D%5B%22man_made%22!%3D%22reservoir_covered%22%5D%5B%22access%22!%3D%22permissive%22%5D%5B%22access%22!%3D%22private%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22drinking_water%22%3D%22yes%22%5D%5B%22man_made%22!%3D%22reservoir_covered%22%5D%5B%22access%22!%3D%22permissive%22%5D%5B%22access%22!%3D%22private%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -70,7 +59,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -86,7 +77,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -96,16 +89,19 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this drinking water spot still operational?** | ||||
| The question is  Is this drinking water spot still operational? | ||||
| 
 | ||||
| This rendering asks information about the property  [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status)  | ||||
| This is rendered with `The operational status is <i>{operational_status}</i>` | ||||
| 
 | ||||
| This is rendered with  The operational status is <i>{operational_status}</i> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This drinking water works** corresponds with  | ||||
|   - **This drinking water is broken** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken' target='_blank'>broken</a> | ||||
|   - **This drinking water is closed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed' target='_blank'>closed</a> | ||||
| 
 | ||||
| 
 | ||||
|   - This drinking water works  corresponds with  `` | ||||
|   - This drinking water is broken  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken' target='_blank'>broken</a>` | ||||
|   - This drinking water is closed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed' target='_blank'>closed</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -114,14 +110,14 @@ This is rendered with `The operational status is <i>{operational_status}</i>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How easy is it to fill water bottles?** | ||||
| The question is  How easy is it to fill water bottles? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **It is easy to refill water bottles** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bottle' target='_blank'>bottle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bottle%3Dyes' target='_blank'>yes</a> | ||||
|   - **Water bottles may not fit** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bottle' target='_blank'>bottle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bottle%3Dno' target='_blank'>no</a> | ||||
|   - It is easy to refill water bottles  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bottle' target='_blank'>bottle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bottle%3Dyes' target='_blank'>yes</a>` | ||||
|   - Water bottles may not fit  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:bottle' target='_blank'>bottle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bottle%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -130,8 +126,10 @@ The question is **How easy is it to fill water bottles?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `_closest_other_drinking_water_id~^..*$`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/drinking_water/drinking_water.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/drinking_water/drinking_water.json) | ||||
|  | @ -1,145 +1,253 @@ | |||
| dumpstations | ||||
| 
 | ||||
| 
 | ||||
|  dumpstations  | ||||
| ============== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/campersite/sanitary_dump_station.svg' height="100px">  | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/themes/campersite/sanitary_dump_station.svg' height="100px">  | ||||
| 
 | ||||
| Sanitary dump stations | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [dumpstations](#dumpstations) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [dumpstations-fee](#dumpstations-fee) | ||||
|     + [dumpstations-charge](#dumpstations-charge) | ||||
|     + [dumpstations-waterpoint](#dumpstations-waterpoint) | ||||
|     + [dumpstations-grey-water](#dumpstations-grey-water) | ||||
|     + [dumpstations-chemical-waste](#dumpstations-chemical-waste) | ||||
|     + [dumpstations-access](#dumpstations-access) | ||||
|     + [dumpstations-network](#dumpstations-network) | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [campersite](https://mapcomplete.osm.be/campersite) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/dumpstations/dumpstations.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **10** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [campersite](https://mapcomplete.osm.be/campersite) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dsanitary_dump_station' target='_blank'> | ||||
|   sanitary_dump_station</a> | ||||
| - vehicle!~^no$ | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dsanitary_dump_station' target='_blank'>sanitary_dump_station</a> | ||||
|   - vehicle!~^no$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22sanitary_dump_station%22%5D%5B%22vehicle%22!~%22%5Eno%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/fee#values) [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) | ||||
| [<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) | | ||||
| [<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) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/water_point#values) [water_point](https://wiki.openstreetmap.org/wiki/Key:water_point) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:water_point%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:water_point%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/sanitary_dump_station:grey_water#values) [sanitary_dump_station:grey_water](https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:grey_water) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:grey_water%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:grey_water%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/sanitary_dump_station:chemical_toilet#values) [sanitary_dump_station:chemical_toilet](https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:chemical_toilet) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:chemical_toilet%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:chemical_toilet%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/access#values) [access](https://wiki.openstreetmap.org/wiki/Key:access) | Multiple choice | [network](https://wiki.openstreetmap.org/wiki/Tag:access%3Dnetwork) [customers](https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers) [yes](https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/network#values) [network](https://wiki.openstreetmap.org/wiki/Key:network) | [string](../SpecialInputElements.md#string) | | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/network#values) [network](https://wiki.openstreetmap.org/wiki/Key:network) | [string](../SpecialInputElements.md#string) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/power_supply#values) [power_supply](https://wiki.openstreetmap.org/wiki/Key:power_supply) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:power_supply%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:power_supply%3Dno) | ||||
| 
 | ||||
| ### images | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### dumpstations-fee | ||||
| 
 | ||||
| The question is **Does this place charge a fee?** | ||||
| ### images  | ||||
| 
 | ||||
| - **You need to pay for use** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'> | ||||
|   fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a> | ||||
| - **Can be used for free** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'> | ||||
|   fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| ### dumpstations-charge | ||||
| 
 | ||||
| The question is **How much does this place charge?** | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | ||||
| This is rendered with `This place charges {charge}` | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| ### dumpstations-waterpoint | ||||
| 
 | ||||
| The question is **Does this place have a water point?** | ||||
| 
 | ||||
| - **This place has a water point** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:water_point' target='_blank'>water_point</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:water_point%3Dyes' target='_blank'>yes</a> | ||||
| - **This place does not have a water point** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:water_point' target='_blank'>water_point</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:water_point%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| ### dumpstations-grey-water | ||||
| 
 | ||||
| The question is **Can you dispose of grey water here?** | ||||
| ### dumpstations-fee  | ||||
| 
 | ||||
| - **You can dispose of grey water here** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:grey_water' target='_blank'> | ||||
|   sanitary_dump_station:grey_water</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:grey_water%3Dyes' target='_blank'>yes</a> | ||||
| - **You cannot dispose of gray water here** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:grey_water' target='_blank'> | ||||
|   sanitary_dump_station:grey_water</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:grey_water%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| ### dumpstations-chemical-waste | ||||
| 
 | ||||
| The question is **Can you dispose of chemical toilet waste here?** | ||||
| The question is  Does this place charge a fee? | ||||
| 
 | ||||
| - **You can dispose of chemical toilet waste here** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:chemical_toilet' target='_blank'> | ||||
|   sanitary_dump_station:chemical_toilet</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:chemical_toilet%3Dyes' target='_blank'>yes</a> | ||||
| - **You cannot dispose of chemical toilet waste here** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:chemical_toilet' target='_blank'> | ||||
|   sanitary_dump_station:chemical_toilet</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:chemical_toilet%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| ### dumpstations-access | ||||
| 
 | ||||
| The question is **Who can use this dump station?** | ||||
| 
 | ||||
| - **You need a network key/code to use this** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dnetwork' target='_blank'>network</a> | ||||
| - **You need to be a customer of camping/campersite to use this place** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a> | ||||
| - **Anyone can use this dump station** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>_This option cannot be | ||||
|   chosen as answer_ | ||||
| - **Anyone can use this dump station** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| ### dumpstations-network | ||||
|   - You need to pay for use  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>` | ||||
|   - Can be used for free  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| The question is **What network is this place a part of? (skip if none)** | ||||
| 
 | ||||
| This rendering asks information about the property  [network](https://wiki.openstreetmap.org/wiki/Key:network) | ||||
| This is rendered with `This station is part of network {network}` | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/dumpstations/dumpstations.json | ||||
| 
 | ||||
| ### dumpstations-charge  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much does this place charge? | ||||
| 
 | ||||
| This rendering asks information about the property  [charge](https://wiki.openstreetmap.org/wiki/Key:charge)  | ||||
| 
 | ||||
| This is rendered with  This place charges {charge} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `fee=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### dumpstations-waterpoint  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place have a water point? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This place has a water point  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:water_point' target='_blank'>water_point</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:water_point%3Dyes' target='_blank'>yes</a>` | ||||
|   - This place does not have a water point  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:water_point' target='_blank'>water_point</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:water_point%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### dumpstations-grey-water  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Can you dispose of grey water here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - You can dispose of grey water here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:grey_water' target='_blank'>sanitary_dump_station:grey_water</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:grey_water%3Dyes' target='_blank'>yes</a>` | ||||
|   - You cannot dispose of gray water here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:grey_water' target='_blank'>sanitary_dump_station:grey_water</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:grey_water%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### dumpstations-chemical-waste  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Can you dispose of chemical toilet waste here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - You can dispose of chemical toilet waste here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:chemical_toilet' target='_blank'>sanitary_dump_station:chemical_toilet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:chemical_toilet%3Dyes' target='_blank'>yes</a>` | ||||
|   - You cannot dispose of chemical toilet waste here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:sanitary_dump_station:chemical_toilet' target='_blank'>sanitary_dump_station:chemical_toilet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sanitary_dump_station:chemical_toilet%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### dumpstations-access  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Who can use this dump station? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - You need a network key/code to use this  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dnetwork' target='_blank'>network</a>` | ||||
|   - You need to be a customer of camping/campersite to use this place  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers' target='_blank'>customers</a>` | ||||
|   - Anyone can use this dump station  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Anyone can use this dump station  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### dumpstations-network  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What network is this place a part of? (skip if none) | ||||
| 
 | ||||
| This rendering asks information about the property  [network](https://wiki.openstreetmap.org/wiki/Key:network)  | ||||
| 
 | ||||
| This is rendered with  This station is part of network {network} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### operator  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Who operates this place? | ||||
| 
 | ||||
| This rendering asks information about the property  [operator](https://wiki.openstreetmap.org/wiki/Key:operator)  | ||||
| 
 | ||||
| This is rendered with  This place is operated by {operator} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### power_supply  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place have a power supply? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This place has a power supply  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:power_supply' target='_blank'>power_supply</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:power_supply%3Dyes' target='_blank'>yes</a>` | ||||
|   - This place does not have power supply  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:power_supply' target='_blank'>power_supply</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:power_supply%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Show the images block at this location | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/campersite/campersite.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/campersite/campersite.json) | ||||
							
								
								
									
										172
									
								
								Docs/Layers/education_institutions_without_etymology.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										172
									
								
								Docs/Layers/education_institutions_without_etymology.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,172 @@ | |||
| 
 | ||||
| 
 | ||||
|  education_institutions_without_etymology  | ||||
| ========================================== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/pin:#05d7fcaa' height="100px">  | ||||
| 
 | ||||
| All objects which have an etymology known | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **18** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [etymology](https://mapcomplete.osm.be/etymology) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - name~^..*$ | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool' target='_blank'>school</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dkindergarten' target='_blank'>kindergarten</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Duniversity' target='_blank'>university</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcollege' target='_blank'>college</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:landuse' target='_blank'>landuse</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:landuse%3Deducation' target='_blank'>education</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22school%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22kindergarten%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22university%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22college%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22landuse%22%3D%22education%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values) [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name:etymology#values) [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### etymology-images-from-wikipedia  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wikipedia-etymology  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the Wikidata-item that this object is named after? | ||||
| 
 | ||||
| This rendering asks information about the property  [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata)  | ||||
| 
 | ||||
| This is rendered with  <h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### zoeken op inventaris onroerend erfgoed  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### simple etymology  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is this object named after?<br/><span class='subtle'>This might be written on the street name sign</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology)  | ||||
| 
 | ||||
| This is rendered with  Named after {name:etymology} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - The origin of this name is unknown in all literature  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:name:etymology' target='_blank'>name:etymology</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown' target='_blank'>unknown</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### street-name-sign-image  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### minimap  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### etymology_multi_apply  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wikipedia  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `wikidata~^..*$`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) | ||||
							
								
								
									
										187
									
								
								Docs/Layers/elevator.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										187
									
								
								Docs/Layers/elevator.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,187 @@ | |||
| 
 | ||||
| 
 | ||||
|  elevator  | ||||
| ========== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/layers/elevator/elevator_wheelchair.svg' height="100px">  | ||||
| 
 | ||||
| This layer show elevators and asks for operational status and elevator dimensions. Useful for wheelchair accessibility information | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Delevator' target='_blank'>elevator</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22highway%22%3D%22elevator%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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/operational_status#values) [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status) | Multiple choice | [broken](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken) [closed](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed) [ok](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dok) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/door:width#values) [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width) | [pfloat](../SpecialInputElements.md#pfloat) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/elevator:width#values) [elevator:width](https://wiki.openstreetmap.org/wiki/Key:elevator:width) | [pfloat](../SpecialInputElements.md#pfloat) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/elevator:depth#values) [elevator:depth](https://wiki.openstreetmap.org/wiki/Key:elevator:depth) | [pfloat](../SpecialInputElements.md#pfloat) |  | ||||
| [<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) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### multilevels  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the ground floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>` | ||||
|   - Located on the ground floor  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the first floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>` | ||||
|   - Located on the first basement level  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### operational_status  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this elevator work? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This elevator is broken  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken' target='_blank'>broken</a>` | ||||
|   - This elevator is closed <span class='subtle'>e.g. because renovation works are going on</span>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed' target='_blank'>closed</a>` | ||||
|   - This elevator works  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operational_status' target='_blank'>operational_status</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dok' target='_blank'>ok</a>` | ||||
|   - This elevator works  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### door-width  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the width of this elevator's entrance? | ||||
| 
 | ||||
| This rendering asks information about the property  [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width)  | ||||
| 
 | ||||
| This is rendered with  This elevator's doors have a width of {canonical(door:width)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### elevator-width  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the width of this elevator? | ||||
| 
 | ||||
| This rendering asks information about the property  [elevator:width](https://wiki.openstreetmap.org/wiki/Key:elevator:width)  | ||||
| 
 | ||||
| This is rendered with  This elevator has a width of {canonical(elevator:width)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### elevator-depth  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the depth of this elevator? | ||||
| 
 | ||||
| This rendering asks information about the property  [elevator:depth](https://wiki.openstreetmap.org/wiki/Key:elevator:depth)  | ||||
| 
 | ||||
| This is rendered with  This elevator has a depth of {canonical(elevator:depth)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### induction-loop  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 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  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes' target='_blank'>yes</a>` | ||||
|   - This place <b>does not</b> have an audio induction loop  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:hearing_loop' target='_blank'>hearing_loop</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno' target='_blank'>no</a>` | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/elevator/elevator.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/elevator/elevator.json) | ||||
|  | @ -7,29 +7,17 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/layers/entrance/door.svg' height="100px">  | ||||
| 
 | ||||
| A layer showing entrances and offering capabilities to survey some advanced data which is important for e.g. wheelchair users (but also bicycle users, people who want to deliver, ...) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [entrance](#entrance) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [Entrance type](#entrance-type) | ||||
|     + [Door_type](#door_type) | ||||
|     + [automatic_door](#automatic_door) | ||||
|     + [width](#width) | ||||
| A layer showing entrances and offering capabilities to survey some advanced data which is important for e.g. wheelchair users (but also bicycle users, people who want to deliver, …) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **14** and higher | ||||
|   - This layer will automatically load  [walls_and_buildings](./walls_and_buildings.md)  into the layout as it depends on it:  a preset snaps to this layer (presets[0]) | ||||
|   - This layer will automatically load  [pedestrian_path](./pedestrian_path.md)  into the layout as it depends on it:  a preset snaps to this layer (presets[0]) | ||||
|   - This layer is needed as dependency for layer [walls_and_buildings](#walls_and_buildings) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -41,11 +29,10 @@ A layer showing entrances and offering capabilities to survey some advanced data | |||
| 
 | ||||
| 
 | ||||
|   - [entrances](https://mapcomplete.osm.be/entrances) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/entrance/entrance.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -57,9 +44,11 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - entrance~^..*$|<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Ddoor' target='_blank'>door</a> | ||||
|   - entrance~^..*$|<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Ddoor' target='_blank'>door</a>|door~^..*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22indoor%22%3D%22door%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22door%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22entrance%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -67,16 +56,20 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/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/entrance#values) [entrance](https://wiki.openstreetmap.org/wiki/Key:entrance) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:entrance%3D) [main](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dmain) [secondary](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dsecondary) [service](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dservice) [exit](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dexit) [entrance](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dentrance) [emergency](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Demergency) [home](https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dhome) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/door#values) [door](https://wiki.openstreetmap.org/wiki/Key:door) | Multiple choice | [hinged](https://wiki.openstreetmap.org/wiki/Tag:door%3Dhinged) [revolving](https://wiki.openstreetmap.org/wiki/Tag:door%3Drevolving) [sliding](https://wiki.openstreetmap.org/wiki/Tag:door%3Dsliding) [overhead](https://wiki.openstreetmap.org/wiki/Tag:door%3Doverhead) [no](https://wiki.openstreetmap.org/wiki/Tag:door%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/automatic_door#values) [automatic_door](https://wiki.openstreetmap.org/wiki/Key:automatic_door) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dno) [motion](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dmotion) [floor](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dfloor) [button](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dbutton) [slowdown_button](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dslowdown_button) [continuous](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dcontinuous) [serviced_on_button_press](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_button_press) [serviced_on_request](https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_request) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/width#values) [width](https://wiki.openstreetmap.org/wiki/Key:width) | [length](../SpecialInputElements.md#length) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/width#values) [width](https://wiki.openstreetmap.org/wiki/Key:width) | [string](../SpecialInputElements.md#string) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/kerb:height#values) [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height) | [pnat](../SpecialInputElements.md#pnat) | [0](https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -85,8 +78,35 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the ground floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>` | ||||
|   - Located on the ground floor  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the first floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>` | ||||
|   - Located on the first basement level  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -95,21 +115,22 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What type of entrance is this?** | ||||
| The question is  What type of entrance is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **No specific entrance type is known** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dyes' target='_blank'>yes</a>_This option cannot be chosen as answer_ | ||||
|   - **This is an indoor door, separating a room or a corridor within a single building** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Ddoor' target='_blank'>door</a> | ||||
|   - **This is the main entrance** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dmain' target='_blank'>main</a> | ||||
|   - **This is a secondary entrance** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dsecondary' target='_blank'>secondary</a> | ||||
|   - **This is a service entrance - normally only used for employees, delivery, ...** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dservice' target='_blank'>service</a> | ||||
|   - **This is an exit where one can not enter** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dexit' target='_blank'>exit</a> | ||||
|   - **This is an entrance where one can only enter (but not exit)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dentrance' target='_blank'>entrance</a> | ||||
|   - **This is emergency exit** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Demergency' target='_blank'>emergency</a> | ||||
|   - **This is the entrance to a private home** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dhome' target='_blank'>home</a> | ||||
|   - No specific entrance type is known  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dyes' target='_blank'>yes</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This is an indoor door, separating a room or a corridor within a single building  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Ddoor' target='_blank'>door</a>` | ||||
|   - This is the main entrance  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dmain' target='_blank'>main</a>` | ||||
|   - This is a secondary entrance  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dsecondary' target='_blank'>secondary</a>` | ||||
|   - This is a service entrance - normally only used for employees, delivery, …  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dservice' target='_blank'>service</a>` | ||||
|   - This is an exit where one can not enter  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dexit' target='_blank'>exit</a>` | ||||
|   - This is an entrance where one can only enter (but not exit)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dentrance' target='_blank'>entrance</a>` | ||||
|   - This is emergency exit  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Demergency' target='_blank'>emergency</a>` | ||||
|   - This is the entrance to a private home  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:entrance' target='_blank'>entrance</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:entrance%3Dhome' target='_blank'>home</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -118,18 +139,19 @@ The question is **What type of entrance is this?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the type of this door?<br/><span class='subtle'>Wether or not the door is automated is asked in the next question</span>** | ||||
| The question is  What is the type of this door?<br/><span class='subtle'>Wether or not the door is automated is asked in the next question</span> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The door type is not known** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dyes' target='_blank'>yes</a>_This option cannot be chosen as answer_ | ||||
|   - **A classical, hinged door supported by joints** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dhinged' target='_blank'>hinged</a> | ||||
|   - **A revolving door which hangs on a central shaft, rotating within a cylindrical enclosure** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Drevolving' target='_blank'>revolving</a> | ||||
|   - **A sliding door where the door slides sidewards, typically parallel with a wall** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dsliding' target='_blank'>sliding</a> | ||||
|   - **A door which rolls from overhead, typically seen for garages** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Doverhead' target='_blank'>overhead</a> | ||||
|   - **This is an entrance without a physical door** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dno' target='_blank'>no</a> | ||||
|   - The door type is not known  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dyes' target='_blank'>yes</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - A classical, hinged door supported by joints  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dhinged' target='_blank'>hinged</a>` | ||||
|   - A revolving door which hangs on a central shaft, rotating within a cylindrical enclosure  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Drevolving' target='_blank'>revolving</a>` | ||||
|   - A sliding door where the door slides sidewards, typically parallel with a wall  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dsliding' target='_blank'>sliding</a>` | ||||
|   - A door which rolls from overhead, typically seen for garages  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Doverhead' target='_blank'>overhead</a>` | ||||
|   - This is an entrance without a physical door  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:door' target='_blank'>door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:door%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -138,21 +160,22 @@ The question is **What is the type of this door?<br/><span class='subtle'>Wether | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this door automated?** | ||||
| The question is  Is this door automated? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This is an automatic door** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dyes' target='_blank'>yes</a>_This option cannot be chosen as answer_ | ||||
|   - **This door is <b>not</b> automated** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dno' target='_blank'>no</a> | ||||
|   - **This door will open automatically when <b>motion</b> is detected** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dmotion' target='_blank'>motion</a> | ||||
|   - **This door will open automatically when a <b>sensor in the floor</b> is triggered** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dfloor' target='_blank'>floor</a> | ||||
|   - **This door will open automatically when a <b>button is pressed</b>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dbutton' target='_blank'>button</a> | ||||
|   - **This door revolves automatically all the time, but has a <b>button to slow it down</b>, e.g. for wheelchair users** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dslowdown_button' target='_blank'>slowdown_button</a> | ||||
|   - **This door revolves automatically all the time** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dcontinuous' target='_blank'>continuous</a> | ||||
|   - **This door will be opened by staff when requested by <b>pressing a button</b** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_button_press' target='_blank'>serviced_on_button_press</a> | ||||
|   - **This door will be opened by staff when requested** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_request' target='_blank'>serviced_on_request</a> | ||||
|   - This is an automatic door  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dyes' target='_blank'>yes</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This door is <b>not</b> automated  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dno' target='_blank'>no</a>` | ||||
|   - This door will open automatically when <b>motion</b> is detected  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dmotion' target='_blank'>motion</a>` | ||||
|   - This door will open automatically when a <b>sensor in the floor</b> is triggered  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dfloor' target='_blank'>floor</a>` | ||||
|   - This door will open automatically when a <b>button is pressed</b>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dbutton' target='_blank'>button</a>` | ||||
|   - This door revolves automatically all the time, but has a <b>button to slow it down</b>, e.g. for wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dslowdown_button' target='_blank'>slowdown_button</a>` | ||||
|   - This door revolves automatically all the time  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dcontinuous' target='_blank'>continuous</a>` | ||||
|   - This door will be opened by staff when requested by <b>pressing a button</b>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_button_press' target='_blank'>serviced_on_button_press</a>` | ||||
|   - This door will be opened by staff when requested  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_request' target='_blank'>serviced_on_request</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -161,9 +184,31 @@ The question is **Is this door automated?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the width of this door/entrance?** | ||||
| The question is  What is the width of this door/entrance? | ||||
| 
 | ||||
| This rendering asks information about the property  [width](https://wiki.openstreetmap.org/wiki/Key:width)  | ||||
| This is rendered with `This door has a width of {canonical(width)} meter`  | ||||
| 
 | ||||
| This is rendered with  This door has a width of {canonical(width)} meter | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### kerb-height  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the height of this kerb? | ||||
| 
 | ||||
| This rendering asks information about the property  [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height)  | ||||
| 
 | ||||
| This is rendered with  The kerb height of this door is {kerb:height} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This door does not have a kerb  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:kerb:height' target='_blank'>kerb:height</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0' target='_blank'>0</a>` | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/entrance/entrance.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/entrance/entrance.json) | ||||
|  | @ -12,27 +12,9 @@ All objects which have an etymology known | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [etymology](#etymology) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [etymology-images-from-wikipedia](#etymology-images-from-wikipedia) | ||||
|     + [wikipedia-etymology](#wikipedia-etymology) | ||||
|     + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) | ||||
|     + [simple etymology](#simple-etymology) | ||||
|     + [questions](#questions) | ||||
|     + [street-name-sign-image](#street-name-sign-image) | ||||
|     + [minimap](#minimap) | ||||
|     + [etymology_multi_apply](#etymology_multi_apply) | ||||
|     + [wikipedia](#wikipedia) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -47,8 +29,6 @@ All objects which have an etymology known | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/etymology/etymology.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -63,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - name:etymology:wikidata~^..*$|name:etymology~^..*$ | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22name%3Aetymology%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22name%3Aetymology%3Awikidata%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -70,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -86,7 +70,7 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -96,10 +80,13 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the Wikidata-item that this object is named after?** | ||||
| The question is  What is the Wikidata-item that this object is named after? | ||||
| 
 | ||||
| This rendering asks information about the property  [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata)  | ||||
| This is rendered with `<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}` | ||||
| 
 | ||||
| This is rendered with  <h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -107,7 +94,7 @@ This is rendered with `<h3>Wikipedia article of the name giver</h3>{wikipedia(na | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -117,14 +104,17 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is this object named after?<br/><span class='subtle'>This might be written on the street name sign</span>** | ||||
| The question is  What is this object named after?<br/><span class='subtle'>This might be written on the street name sign</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology)  | ||||
| This is rendered with `Named after {name:etymology}` | ||||
| 
 | ||||
| This is rendered with  Named after {name:etymology} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The origin of this name is unknown in all literature** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:name:etymology' target='_blank'>name:etymology</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown' target='_blank'>unknown</a> | ||||
| 
 | ||||
| 
 | ||||
|   - The origin of this name is unknown in all literature  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:name:etymology' target='_blank'>name:etymology</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown' target='_blank'>unknown</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -133,7 +123,7 @@ This is rendered with `Named after {name:etymology}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -143,7 +133,7 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -153,7 +143,7 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -163,7 +153,7 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -173,8 +163,10 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `wikidata~^..*$`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/etymology/etymology.json) | ||||
|  | @ -7,25 +7,14 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/hailhydrant/Twemoji12_1f9ef.svg' height="100px">  | ||||
| 
 | ||||
| Map layer to show fire hydrants. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [extinguisher](#extinguisher) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [extinguisher-location](#extinguisher-location) | ||||
|     + [images](#images) | ||||
| Map layer to show fire extinguishers. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **14** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -40,8 +29,6 @@ Map layer to show fire hydrants. | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/extinguisher/extinguisher.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -56,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_extinguisher' target='_blank'>fire_extinguisher</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22emergency%22%3D%22fire_extinguisher%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -63,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -78,15 +69,18 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Where is it positioned?** | ||||
| The question is  Where is it positioned? | ||||
| 
 | ||||
| This rendering asks information about the property  [location](https://wiki.openstreetmap.org/wiki/Key:location)  | ||||
| This is rendered with `Location: {location}` | ||||
| 
 | ||||
| This is rendered with  Location: {location} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Found indoors.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dindoor' target='_blank'>indoor</a> | ||||
|   - **Found outdoors.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Doutdoor' target='_blank'>outdoor</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Found indoors.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dindoor' target='_blank'>indoor</a>` | ||||
|   - Found outdoors.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Doutdoor' target='_blank'>outdoor</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -95,7 +89,9 @@ This is rendered with `Location: {location}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,138 +1,217 @@ | |||
| facadegardens | ||||
| 
 | ||||
| 
 | ||||
|  facadegardens  | ||||
| =============== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/facadegardens/geveltuin.svg' height="100px">  | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/themes/facadegardens/geveltuin.svg' height="100px">  | ||||
| 
 | ||||
| Facade gardens | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [facadegardens](#facadegardens) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [facadegardens-direction](#facadegardens-direction) | ||||
|     + [facadegardens-sunshine](#facadegardens-sunshine) | ||||
|     + [facadegardens-rainbarrel](#facadegardens-rainbarrel) | ||||
|     + [facadegardens-start_date](#facadegardens-start_date) | ||||
|     + [facadegardens-edible](#facadegardens-edible) | ||||
|     + [facadegardens-plants](#facadegardens-plants) | ||||
|     + [facadegardens-description](#facadegardens-description) | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [facadegardens](https://mapcomplete.osm.be/facadegardens) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/facadegardens/facadegardens.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [facadegardens](https://mapcomplete.osm.be/facadegardens) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dgarden' target='_blank'>garden</a> | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:garden:type' target='_blank'>garden:type</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:garden:type%3Dfacade_garden' target='_blank'>facade_garden</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dgarden' target='_blank'>garden</a> | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:garden:type' target='_blank'>garden:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:garden:type%3Dfacade_garden' target='_blank'>facade_garden</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22garden%3Atype%22%3D%22facade_garden%22%5D%5B%22leisure%22%3D%22garden%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/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/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/direct_sunlight#values) [direct_sunlight](https://wiki.openstreetmap.org/wiki/Key:direct_sunlight) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:direct_sunlight%3Dyes) [partial](https://wiki.openstreetmap.org/wiki/Tag:direct_sunlight%3Dpartial) [no](https://wiki.openstreetmap.org/wiki/Tag:direct_sunlight%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/rain_barrel#values) [rain_barrel](https://wiki.openstreetmap.org/wiki/Key:rain_barrel) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:rain_barrel%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:rain_barrel%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/start_date#values) [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [text](../SpecialInputElements.md#text) | | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/start_date#values) [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [text](../SpecialInputElements.md#text) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/edible#values) [edible](https://wiki.openstreetmap.org/wiki/Key:edible) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:edible%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:edible%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/plant#values) [plant](https://wiki.openstreetmap.org/wiki/Key:plant) | Multiple choice | [vine](https://wiki.openstreetmap.org/wiki/Tag:plant%3Dvine) [flower](https://wiki.openstreetmap.org/wiki/Tag:plant%3Dflower) [shrub](https://wiki.openstreetmap.org/wiki/Tag:plant%3Dshrub) [groundcover](https://wiki.openstreetmap.org/wiki/Tag:plant%3Dgroundcover) | ||||
| [<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) | [text](../SpecialInputElements.md#text) | | ||||
| [<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) | [text](../SpecialInputElements.md#text) |  | ||||
| 
 | ||||
| ### images | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### facadegardens-direction | ||||
| 
 | ||||
| The question is **What is the orientation of the garden?** | ||||
| ### images  | ||||
| 
 | ||||
| This rendering asks information about the property  [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | ||||
| This is rendered with `Orientation: {direction} (where 0=N and 90=O)` | ||||
| 
 | ||||
| ### facadegardens-sunshine | ||||
| 
 | ||||
| The question is **Is the garden shaded or sunny?** | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| - **The garden is in full sun** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:direct_sunlight' target='_blank'>direct_sunlight</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:direct_sunlight%3Dyes' target='_blank'>yes</a> | ||||
| - **The garden is in partial shade** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:direct_sunlight' target='_blank'>direct_sunlight</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:direct_sunlight%3Dpartial' target='_blank'>partial</a> | ||||
| - **The garden is in the shade** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:direct_sunlight' target='_blank'>direct_sunlight</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:direct_sunlight%3Dno' target='_blank'>no</a> | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| ### facadegardens-rainbarrel | ||||
| 
 | ||||
| The question is **Is there a water barrel installed for the garden?** | ||||
| 
 | ||||
| - **There is a rain barrel** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:rain_barrel' target='_blank'>rain_barrel</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:rain_barrel%3Dyes' target='_blank'>yes</a> | ||||
| - **There is no rain barrel** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:rain_barrel' target='_blank'>rain_barrel</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:rain_barrel%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| ### facadegardens-start_date | ||||
| 
 | ||||
| The question is **When was the garden constructed? (a year is sufficient)** | ||||
| ### facadegardens-direction  | ||||
| 
 | ||||
| This rendering asks information about the property  [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | ||||
| This is rendered with `Construction date of the garden: {start_date}` | ||||
| 
 | ||||
| ### facadegardens-edible | ||||
| 
 | ||||
| The question is **Are there any edible plants?** | ||||
| The question is  What is the orientation of the garden? | ||||
| 
 | ||||
| - **There are edible plants** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:edible' target='_blank'> | ||||
|   edible</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:edible%3Dyes' target='_blank'>yes</a> | ||||
| - **There are no edible plants** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:edible' target='_blank'>edible</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:edible%3Dno' target='_blank'>no</a> | ||||
| This rendering asks information about the property  [direction](https://wiki.openstreetmap.org/wiki/Key:direction)  | ||||
| 
 | ||||
| ### facadegardens-plants | ||||
| This is rendered with  Orientation: {direction} (where 0=N and 90=O) | ||||
| 
 | ||||
| The question is **What kinds of plants grow here?** | ||||
| 
 | ||||
| - **There are vines** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:plant' target='_blank'>plant</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:plant%3Dvine' target='_blank'>vine</a> | ||||
| - **There are flowering plants** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:plant' target='_blank'>plant</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:plant%3Dflower' target='_blank'>flower</a> | ||||
| - **There are shrubs** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:plant' target='_blank'> | ||||
|   plant</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:plant%3Dshrub' target='_blank'>shrub</a> | ||||
| - **There are groundcovering plants** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:plant' target='_blank'>plant</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:plant%3Dgroundcover' target='_blank'>groundcover</a> | ||||
| 
 | ||||
| ### facadegardens-description | ||||
| 
 | ||||
| The question is **Extra describing info about the garden (if needed and not yet described above)** | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description) | ||||
| This is rendered with `More details: {description}` | ||||
| ### facadegardens-sunshine  | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/facadegardens/facadegardens.json | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is the garden shaded or sunny? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - The garden is in full sun  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:direct_sunlight' target='_blank'>direct_sunlight</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:direct_sunlight%3Dyes' target='_blank'>yes</a>` | ||||
|   - The garden is in partial shade  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:direct_sunlight' target='_blank'>direct_sunlight</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:direct_sunlight%3Dpartial' target='_blank'>partial</a>` | ||||
|   - The garden is in the shade  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:direct_sunlight' target='_blank'>direct_sunlight</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:direct_sunlight%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### facadegardens-rainbarrel  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is there a water barrel installed for the garden? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There is a rain barrel  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rain_barrel' target='_blank'>rain_barrel</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rain_barrel%3Dyes' target='_blank'>yes</a>` | ||||
|   - There is no rain barrel  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:rain_barrel' target='_blank'>rain_barrel</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rain_barrel%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### facadegardens-start_date  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  When was the garden constructed? (a year is sufficient) | ||||
| 
 | ||||
| This rendering asks information about the property  [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date)  | ||||
| 
 | ||||
| This is rendered with  Construction date of the garden: {start_date} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### facadegardens-edible  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Are there any edible plants? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There are edible plants  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:edible' target='_blank'>edible</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:edible%3Dyes' target='_blank'>yes</a>` | ||||
|   - There are no edible plants  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:edible' target='_blank'>edible</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:edible%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### facadegardens-plants  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What kinds of plants grow here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There are vines  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:plant' target='_blank'>plant</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:plant%3Dvine' target='_blank'>vine</a>` | ||||
|   - There are flowering plants  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:plant' target='_blank'>plant</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:plant%3Dflower' target='_blank'>flower</a>` | ||||
|   - There are shrubs  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:plant' target='_blank'>plant</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:plant%3Dshrub' target='_blank'>shrub</a>` | ||||
|   - There are groundcovering plants  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:plant' target='_blank'>plant</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:plant%3Dgroundcover' target='_blank'>groundcover</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### facadegardens-description  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Extra describing info about the garden (if needed and not yet described above) | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description)  | ||||
| 
 | ||||
| This is rendered with  More details: {description} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Show the images block at this location | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/facadegardens/facadegardens.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/facadegardens/facadegardens.json) | ||||
|  | @ -1,4 +1,6 @@ | |||
| fietsstraat | ||||
| 
 | ||||
| 
 | ||||
|  fietsstraat  | ||||
| ============= | ||||
| 
 | ||||
| 
 | ||||
|  | @ -7,38 +9,128 @@ fietsstraat | |||
| 
 | ||||
| A cyclestreet is a street where motorized traffic is not allowed to overtake a cyclist | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [fietsstraat](#fietsstraat) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [cyclestreets](https://mapcomplete.osm.be/cyclestreets) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/fietsstraat/fietsstraat.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **7** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [cyclestreets](https://mapcomplete.osm.be/cyclestreets) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22cyclestreet%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| ### images | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/fietsstraat/fietsstraat.json | ||||
| 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/cyclestreet#values) [cyclestreet](https://wiki.openstreetmap.org/wiki/Key:cyclestreet) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes) [](https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3D) [](https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3D) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cyclestreet:start_date#values) [cyclestreet:start_date](https://wiki.openstreetmap.org/wiki/Key:cyclestreet:start_date) | [date](../SpecialInputElements.md#date) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### is_cyclestreet  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is the street <b>{name}</b> a cyclestreet? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This street is a cyclestreet (and has a speed limit of 30 km/h)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:maxspeed' target='_blank'>maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30' target='_blank'>30</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:overtaking:motor_vehicle' target='_blank'>overtaking:motor_vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:overtaking:motor_vehicle%3Dno' target='_blank'>no</a>` | ||||
|   - This street is a cyclestreet  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cyclestreet' target='_blank'>cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cyclestreet%3Dyes' target='_blank'>yes</a>` | ||||
|   - This street will become a cyclstreet soon  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:proposed:cyclestreet' target='_blank'>proposed:cyclestreet</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:cyclestreet%3Dyes' target='_blank'>yes</a>` | ||||
|   - This street is not a cyclestreet  corresponds with  `` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### future_cyclestreet  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  When will this street become a cyclestreet? | ||||
| 
 | ||||
| This rendering asks information about the property  [cyclestreet:start_date](https://wiki.openstreetmap.org/wiki/Key:cyclestreet:start_date)  | ||||
| 
 | ||||
| This is rendered with  This street will become a cyclestreet at {cyclestreet:start_date} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `proposed:cyclestreet=yes`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Show the images block at this location | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclestreets/cyclestreets.json) | ||||
|  | @ -12,24 +12,9 @@ Map layer to show fire stations. | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [fire_station](#fire_station) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [station-name](#station-name) | ||||
|     + [station-street](#station-street) | ||||
|     + [station-place](#station-place) | ||||
|     + [station-agency](#station-agency) | ||||
|     + [station-operator](#station-operator) | ||||
|     + [images](#images) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -44,8 +29,6 @@ Map layer to show fire stations. | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/fire_station/fire_station.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -60,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfire_station' target='_blank'>fire_station</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22fire_station%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -67,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -86,10 +73,13 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the name of this fire station?** | ||||
| The question is  What is the name of this fire station? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `This station is called {name}.` | ||||
| 
 | ||||
| This is rendered with  This station is called {name}. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -97,10 +87,13 @@ This is rendered with `This station is called {name}.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is ** What is the street name where the station located?** | ||||
| The question is   What is the street name where the station located? | ||||
| 
 | ||||
| This rendering asks information about the property  [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street)  | ||||
| This is rendered with `This station is along a highway called {addr:street}.` | ||||
| 
 | ||||
| This is rendered with  This station is along a highway called {addr:street}. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -108,10 +101,13 @@ This is rendered with `This station is along a highway called {addr:street}.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Where is the station located? (e.g. name of neighborhood, villlage, or town)** | ||||
| The question is  Where is the station located? (e.g. name of neighborhood, villlage, or town) | ||||
| 
 | ||||
| This rendering asks information about the property  [addr:place](https://wiki.openstreetmap.org/wiki/Key:addr:place)  | ||||
| This is rendered with `This station is found within {addr:place}.` | ||||
| 
 | ||||
| This is rendered with  This station is found within {addr:place}. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -119,14 +115,17 @@ This is rendered with `This station is found within {addr:place}.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What agency operates this station?** | ||||
| The question is  What agency operates this station? | ||||
| 
 | ||||
| This rendering asks information about the property  [operator](https://wiki.openstreetmap.org/wiki/Key:operator)  | ||||
| This is rendered with `This station is operated by {operator}.` | ||||
| 
 | ||||
| This is rendered with  This station is operated by {operator}. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Bureau of Fire Protection** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DBureau of Fire Protection' target='_blank'>Bureau of Fire Protection</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a> | ||||
| 
 | ||||
| 
 | ||||
|   - Bureau of Fire Protection  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DBureau of Fire Protection' target='_blank'>Bureau of Fire Protection</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -135,17 +134,20 @@ This is rendered with `This station is operated by {operator}.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **How is the station operator classified?** | ||||
| The question is  How is the station operator classified? | ||||
| 
 | ||||
| This rendering asks information about the property  [operator:type](https://wiki.openstreetmap.org/wiki/Key:operator:type)  | ||||
| This is rendered with `The operator is a(n) {operator:type} entity.` | ||||
| 
 | ||||
| This is rendered with  The operator is a(n) {operator:type} entity. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The station is operated by the government.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a> | ||||
|   - **The station is operated by a community-based, or informal organization.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity' target='_blank'>community</a> | ||||
|   - **The station is operated by a formal group of volunteers.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dngo' target='_blank'>ngo</a> | ||||
|   - **The station is privately operated.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dprivate' target='_blank'>private</a> | ||||
| 
 | ||||
| 
 | ||||
|   - The station is operated by the government.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment' target='_blank'>government</a>` | ||||
|   - The station is operated by a community-based, or informal organization.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity' target='_blank'>community</a>` | ||||
|   - The station is operated by a formal group of volunteers.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dngo' target='_blank'>ngo</a>` | ||||
|   - The station is privately operated.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:operator:type' target='_blank'>operator:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dprivate' target='_blank'>private</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -154,7 +156,9 @@ This is rendered with `The operator is a(n) {operator:type} entity.` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
|  |  | |||
|  | @ -12,39 +12,9 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [food](#food) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [Name](#name) | ||||
|     + [Fastfood vs restaurant](#fastfood-vs-restaurant) | ||||
|     + [opening_hours](#opening_hours) | ||||
|     + [website](#website) | ||||
|     + [email](#email) | ||||
|     + [phone](#phone) | ||||
|     + [payment-options](#payment-options) | ||||
|     + [wheelchair-access](#wheelchair-access) | ||||
|     + [Cuisine](#cuisine) | ||||
|     + [Takeaway](#takeaway) | ||||
|     + [Vegetarian (no friture)](#vegetarian-(no-friture)) | ||||
|     + [Vegan (no friture)](#vegan-(no-friture)) | ||||
|     + [halal (no friture)](#halal-(no-friture)) | ||||
|     + [friture-vegetarian](#friture-vegetarian) | ||||
|     + [friture-vegan](#friture-vegan) | ||||
|     + [friture-oil](#friture-oil) | ||||
|     + [friture-take-your-container](#friture-take-your-container) | ||||
|     + [service:electricity](#serviceelectricity) | ||||
|     + [dog-access](#dog-access) | ||||
|     + [reviews](#reviews) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -57,11 +27,11 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo | |||
| 
 | ||||
|   - [food](https://mapcomplete.osm.be/food) | ||||
|   - [fritures](https://mapcomplete.osm.be/fritures) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
|   - [pets](https://mapcomplete.osm.be/pets) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/food/food.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -76,6 +46,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food' target='_blank'>fast_food</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22fast_food%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -83,12 +55,15 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |  | ||||
| [<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 | [fast_food](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food) [restaurant](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant) | ||||
| [<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) |  | ||||
|  | @ -98,6 +73,7 @@ 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/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/cuisine#values) [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine) | [string](../SpecialInputElements.md#string) | [pizza](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza) [friture](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture) [pasta](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta) [kebab](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab) [sandwich](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich) [burger](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger) [sushi](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi) [coffee](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee) [italian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian) [french](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench) [chinese](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese) [greek](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek) [indian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian) [turkish](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish) [thai](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/takeaway#values) [takeaway](https://wiki.openstreetmap.org/wiki/Key:takeaway) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/delivery#values) [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegan#values) [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:halal#values) [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) | ||||
|  | @ -115,8 +91,35 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the ground floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>` | ||||
|   - Located on the ground floor  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the first floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>` | ||||
|   - Located on the first basement level  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -125,10 +128,13 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the name of this restaurant?** | ||||
| The question is  What is the name of this restaurant? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `The name of this restaurant is {name}` | ||||
| 
 | ||||
| This is rendered with  The name of this restaurant is {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -136,14 +142,14 @@ This is rendered with `The name of this restaurant is {name}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What type of business is this?** | ||||
| The question is  What type of business is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Dit is een <b>fastfood-zaak</b>. De focus ligt op snelle bediening, zitplaatsen zijn vaak beperkt en functioneel** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food' target='_blank'>fast_food</a> | ||||
|   - **Dit is een <b>restaurant</b>. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a> | ||||
|   - This is a fastfood-business, focused on fast service. If seating is available, these are rather limited and functional.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food' target='_blank'>fast_food</a>` | ||||
|   - A <b>restaurant</b>, focused on creating a nice experience where one is served at the table  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -152,10 +158,13 @@ The question is **What type of business is this?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What are the opening hours of {name}?** | ||||
| 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)}` | ||||
| 
 | ||||
| This is rendered with  <h3>Opening hours</h3>{opening_hours_table(opening_hours)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -163,14 +172,18 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours) | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| 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}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| This is rendered with  <a href='{website}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -179,14 +192,18 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='mailto:{email}' target='_blank'>{email}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>** corresponds with contact:email~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -195,14 +212,18 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
| The question is  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>` | ||||
| 
 | ||||
| This is rendered with  <a href='tel:{phone}'>{phone}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **<a href='tel:{contact:phone}'>{contact:phone}</a>** corresponds with contact:phone~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='tel:{contact:phone}'>{contact:phone}</a>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -211,14 +232,16 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which methods of payment are accepted here?** | ||||
| The question is  Which methods of payment are accepted here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Cash is accepted here** corresponds with <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%3Dyes' target='_blank'>yes</a>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 <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%3Dyes' target='_blank'>yes</a>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> | ||||
|   - Cash is accepted here  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -227,16 +250,16 @@ The question is **Which methods of payment are accepted here?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **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** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | ||||
|   - **This place is easily reachable with a wheelchair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a> | ||||
|   - **It is possible to reach this place in a wheelchair, but it is not easy** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a> | ||||
|   - **This place is not reachable with a wheelchair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a> | ||||
|   - This place is specially adapted for wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>` | ||||
|   - This place is easily reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>` | ||||
|   - It is possible to reach this place in a wheelchair, but it is not easy  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>` | ||||
|   - This place is not reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -245,28 +268,31 @@ The question is **Is this place accessible with a wheelchair?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Which food is served here?** | ||||
| The question is  Which food is served here? | ||||
| 
 | ||||
| This rendering asks information about the property  [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine)  | ||||
| This is rendered with `This place mostly serves {cuisine}` | ||||
| 
 | ||||
| This is rendered with  This place mostly serves {cuisine} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This is a pizzeria** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a> | ||||
|   - **This is a friture** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a> | ||||
|   - **Mainly serves pasta** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta' target='_blank'>pasta</a> | ||||
|   - **Dit is een kebabzaak** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab' target='_blank'>kebab</a> | ||||
|   - **Dit is een broodjeszaak** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich' target='_blank'>sandwich</a> | ||||
|   - **Dit is een hamburgerrestaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger' target='_blank'>burger</a> | ||||
|   - **Dit is een sushirestaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi' target='_blank'>sushi</a> | ||||
|   - **Dit is een koffiezaak** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee' target='_blank'>coffee</a> | ||||
|   - **Dit is een Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian' target='_blank'>italian</a> | ||||
|   - **Dit is een Frans restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench' target='_blank'>french</a> | ||||
|   - **Dit is een Chinees restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese' target='_blank'>chinese</a> | ||||
|   - **Dit is een Grieks restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek' target='_blank'>greek</a> | ||||
|   - **Dit is een Indisch restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian' target='_blank'>indian</a> | ||||
|   - **Dit is een Turks restaurant (dat meer dan enkel kebab verkoopt)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish' target='_blank'>turkish</a> | ||||
|   - **Dit is een Thaïs restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai' target='_blank'>thai</a> | ||||
| 
 | ||||
| 
 | ||||
|   - This is a pizzeria  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a>` | ||||
|   - This is a friture  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>` | ||||
|   - Mainly serves pasta  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta' target='_blank'>pasta</a>` | ||||
|   - This is kebab shop  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab' target='_blank'>kebab</a>` | ||||
|   - This is a sandwichbar  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich' target='_blank'>sandwich</a>` | ||||
|   - Burgers are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger' target='_blank'>burger</a>` | ||||
|   - Sushi is served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi' target='_blank'>sushi</a>` | ||||
|   - Coffee is served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee' target='_blank'>coffee</a>` | ||||
|   - This is an italian restaurant (which serves more then pasta and pizza)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian' target='_blank'>italian</a>` | ||||
|   - French dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench' target='_blank'>french</a>` | ||||
|   - Chinese dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese' target='_blank'>chinese</a>` | ||||
|   - Greek dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek' target='_blank'>greek</a>` | ||||
|   - Indian dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian' target='_blank'>indian</a>` | ||||
|   - Turkish dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish' target='_blank'>turkish</a>` | ||||
|   - Thai dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai' target='_blank'>thai</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -275,15 +301,31 @@ This is rendered with `This place mostly serves {cuisine}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this place offer takea-way?** | ||||
| The question is  Does this place offer take-away? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This is a take-away only business** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly' target='_blank'>only</a> | ||||
|   - **Take-away is possible here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes' target='_blank'>yes</a> | ||||
|   - **Take-away is not possible here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno' target='_blank'>no</a> | ||||
|   - This is a take-away only business  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly' target='_blank'>only</a>` | ||||
|   - Take-away is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes' target='_blank'>yes</a>` | ||||
|   - Take-away is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### delivery  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Delivers {title()} their food at home? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This business does home delivery (eventually via a third party)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes' target='_blank'>yes</a>` | ||||
|   - This business does not deliver at home  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -292,16 +334,16 @@ The question is **Does this place offer takea-way?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this restaurant have a vegetarian option?** | ||||
| The question is  Does this restaurant have a vegetarian option? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Geen vegetarische opties beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a> | ||||
|   - **Beperkte vegetarische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a> | ||||
|   - **Vegetarische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a> | ||||
|   - **Enkel vegetarische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a> | ||||
|   - No vegetarian options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>` | ||||
|   - Some vegetarian options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>` | ||||
|   - Vegetarian options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>` | ||||
|   - All dishes are vegetarian  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -310,16 +352,16 @@ The question is **Does this restaurant have a vegetarian option?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Heeft deze eetgelegenheid een veganistische optie?** | ||||
| The question is  Does this business serve vegan meals? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Geen veganistische opties beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a> | ||||
|   - **Beperkte veganistische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a> | ||||
|   - **Veganistische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a> | ||||
|   - **Enkel veganistische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a> | ||||
|   - No vegan options available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>` | ||||
|   - Some vegan options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>` | ||||
|   - Vegan options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>` | ||||
|   - All dishes are vegan  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -328,16 +370,16 @@ The question is **Heeft deze eetgelegenheid een veganistische optie?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this restaurant offer a halal menu?** | ||||
| The question is  Does this restaurant offer a halal menu? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **There are no halal options available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno' target='_blank'>no</a> | ||||
|   - **There is a small halal menu** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited' target='_blank'>limited</a> | ||||
|   - **There is a halal menu** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes' target='_blank'>yes</a> | ||||
|   - **Only halal options are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly' target='_blank'>only</a> | ||||
|   - There are no halal options available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno' target='_blank'>no</a>` | ||||
|   - There is a small halal menu  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There is a halal menu  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes' target='_blank'>yes</a>` | ||||
|   - Only halal options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -346,83 +388,91 @@ The question is **Does this restaurant offer a halal menu?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Heeft deze frituur vegetarische snacks?** | ||||
| The question is  Does this fries shop have vegetarian snacks? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Er zijn vegetarische snacks aanwezig** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a> | ||||
|   - **Slechts enkele vegetarische snacks** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a> | ||||
|   - **Geen vegetarische snacks beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a> | ||||
|   - Vegetarian snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>` | ||||
|   - Only a small selection of snacks are vegetarian  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>` | ||||
|   - No vegetarian snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-vegan  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Heeft deze frituur veganistische snacks?** | ||||
| The question is  Does this fries shop have vegan snacks? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Er zijn veganistische snacks aanwezig** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a> | ||||
|   - **Slechts enkele veganistische snacks** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a> | ||||
|   - **Geen veganistische snacks beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a> | ||||
|   - Vegan snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>` | ||||
|   - A small selection of vegan snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>` | ||||
|   - No vegan snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-oil  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Bakt deze frituur met dierlijk vet of met plantaardige olie?** | ||||
| The question is  Does this fries shop use vegetable or animal oil for cooking? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Plantaardige olie** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a> | ||||
|   - **Dierlijk vet** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a> | ||||
|   - The frying is done with vegetable oil  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>` | ||||
|   - The frying is done with animal oil  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-take-your-container  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>** | ||||
| The question is  If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes' target='_blank'>yes</a> | ||||
|   - **Bringing your own container is <b>not allowed</b>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno' target='_blank'>no</a> | ||||
|   - **You <b>must</b> bring your own container to order here.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly' target='_blank'>only</a> | ||||
|   - You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes' target='_blank'>yes</a>` | ||||
|   - Bringing your own container is <b>not allowed</b>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno' target='_blank'>no</a>` | ||||
|   - You <b>must</b> bring your own container to order here.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### service:electricity  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **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** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes' target='_blank'>yes</a> | ||||
|   - **There are a few domestic sockets available to customers seated indoors, where they can charge their electronics** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited' target='_blank'>limited</a> | ||||
|   - **There are no sockets available indoors to customers, but charging might be possible if the staff is asked** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask' target='_blank'>ask</a> | ||||
|   - **There are a no domestic sockets available to customers seated indoors** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno' target='_blank'>no</a> | ||||
|   - There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes' target='_blank'>yes</a>` | ||||
|   - There are a few domestic sockets available to customers seated indoors, where they can charge their electronics  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There are no sockets available indoors to customers, but charging might be possible if the staff is asked  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask' target='_blank'>ask</a>` | ||||
|   - There are a no domestic sockets available to customers seated indoors  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -431,16 +481,16 @@ The question is **Does this amenity have electrical outlets, available to custom | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Are dogs allowed in this business?** | ||||
| The question is  Are dogs allowed in this business? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **Dogs are allowed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a> | ||||
|   - **Dogs are <b>not</b> allowed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno' target='_blank'>no</a> | ||||
|   - **Dogs are allowed, but they have to be leashed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a> | ||||
|   - **Dogs are allowed and can run around freely** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed' target='_blank'>unleashed</a> | ||||
|   - Dogs are allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a>` | ||||
|   - Dogs are <b>not</b> allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno' target='_blank'>no</a>` | ||||
|   - Dogs are allowed, but they have to be leashed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a>` | ||||
|   - Dogs are allowed and can run around freely  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed' target='_blank'>unleashed</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -449,7 +499,9 @@ The question is **Are dogs allowed in this business?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| Shows the reviews module (including the possibility to leave a review) | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,50 +0,0 @@ | |||
| forest | ||||
| ======== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/buurtnatuur/forest.svg' height="100px">  | ||||
| 
 | ||||
| Een bos is een verzameling bomen, al dan niet als productiehout. | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [forest](#forest) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
| 
 | ||||
| 
 | ||||
| - This layer will automatically load  [parks](./parks.md)  into the layout as it depends on it:  A calculated tag loads | ||||
|   features from this layer (calculatedTag[0] which calculates the value for _overlapWithUpperLayers) | ||||
| - This layer will automatically load  [nature_reserve_buurtnatuur](./nature_reserve_buurtnatuur.md)  into the layout as | ||||
|   it depends on it:  A calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _ | ||||
|   overlapWithUpperLayers) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/forest/forest.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:landuse' target='_blank'>landuse</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:landuse%3Dforest' target='_blank'>forest</a> | ||||
|   |<a href='https://wiki.openstreetmap.org/wiki/Key:natural' target='_blank'>natural</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:natural%3Dwood' target='_blank'>wood</a> | ||||
|   |<a href='https://wiki.openstreetmap.org/wiki/Key:natural' target='_blank'>natural</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:natural%3Dscrub' target='_blank'>scrub</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| ### images | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/forest/forest.json | ||||
							
								
								
									
										529
									
								
								Docs/Layers/friture.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										529
									
								
								Docs/Layers/friture.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,529 @@ | |||
| 
 | ||||
| 
 | ||||
|  friture  | ||||
| ========= | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/layers/food/restaurant.svg' height="100px">  | ||||
| 
 | ||||
| A layer showing restaurants and fast-food amenities (with a special rendering for friteries) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [fritures](https://mapcomplete.osm.be/fritures) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - cuisine~^(.*;)?friture(;.*)?$ | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food' target='_blank'>fast_food</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22fast_food%22%5D%5B%22cuisine%22~%22%5E(.*%3B)%3Ffriture(%3B.*)%3F%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22cuisine%22~%22%5E(.*%3B)%3Ffriture(%3B.*)%3F%24%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |  | ||||
| [<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 | [fast_food](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food) [restaurant](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant) | ||||
| [<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/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/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/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/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/cuisine#values) [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine) | [string](../SpecialInputElements.md#string) | [pizza](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza) [friture](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture) [pasta](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta) [kebab](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab) [sandwich](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich) [burger](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger) [sushi](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi) [coffee](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee) [italian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian) [french](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench) [chinese](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese) [greek](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek) [indian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian) [turkish](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish) [thai](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/takeaway#values) [takeaway](https://wiki.openstreetmap.org/wiki/Key:takeaway) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/delivery#values) [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegan#values) [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:halal#values) [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegan#values) [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/friture:oil#values) [friture:oil](https://wiki.openstreetmap.org/wiki/Key:friture:oil) | Multiple choice | [vegetable](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable) [animal](https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values) [reusable_packaging:accept](https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly) | ||||
| [<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/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) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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  `<a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the ground floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a>` | ||||
|   - Located on the ground floor  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Located on the first floor  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D1' target='_blank'>1</a>` | ||||
|   - Located on the first basement level  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D-1' target='_blank'>-1</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this restaurant? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  The name of this restaurant is {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Fastfood vs restaurant  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What type of business is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a fastfood-business, focused on fast service. If seating is available, these are rather limited and functional.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food' target='_blank'>fast_food</a>` | ||||
|   - A <b>restaurant</b>, focused on creating a nice experience where one is served at the table  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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)} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### payment-options  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Which methods of payment are accepted here? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Cash is accepted here  corresponds with  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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  `<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%3Dyes' target='_blank'>yes</a>` | ||||
|   - 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> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wheelchair-access  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is this place accessible with a wheelchair? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This place is specially adapted for wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>` | ||||
|   - This place is easily reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>` | ||||
|   - It is possible to reach this place in a wheelchair, but it is not easy  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>` | ||||
|   - This place is not reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Cuisine  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Which food is served here? | ||||
| 
 | ||||
| This rendering asks information about the property  [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine)  | ||||
| 
 | ||||
| This is rendered with  This place mostly serves {cuisine} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a pizzeria  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a>` | ||||
|   - This is a friture  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>` | ||||
|   - Mainly serves pasta  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta' target='_blank'>pasta</a>` | ||||
|   - This is kebab shop  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab' target='_blank'>kebab</a>` | ||||
|   - This is a sandwichbar  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich' target='_blank'>sandwich</a>` | ||||
|   - Burgers are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger' target='_blank'>burger</a>` | ||||
|   - Sushi is served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi' target='_blank'>sushi</a>` | ||||
|   - Coffee is served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee' target='_blank'>coffee</a>` | ||||
|   - This is an italian restaurant (which serves more then pasta and pizza)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian' target='_blank'>italian</a>` | ||||
|   - French dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench' target='_blank'>french</a>` | ||||
|   - Chinese dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese' target='_blank'>chinese</a>` | ||||
|   - Greek dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek' target='_blank'>greek</a>` | ||||
|   - Indian dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian' target='_blank'>indian</a>` | ||||
|   - Turkish dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish' target='_blank'>turkish</a>` | ||||
|   - Thai dishes are served here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai' target='_blank'>thai</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Takeaway  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this place offer take-away? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a take-away only business  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly' target='_blank'>only</a>` | ||||
|   - Take-away is possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes' target='_blank'>yes</a>` | ||||
|   - Take-away is not possible here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:takeaway' target='_blank'>takeaway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### delivery  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Delivers {title()} their food at home? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This business does home delivery (eventually via a third party)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes' target='_blank'>yes</a>` | ||||
|   - This business does not deliver at home  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Vegetarian (no friture)  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this restaurant have a vegetarian option? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - No vegetarian options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>` | ||||
|   - Some vegetarian options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>` | ||||
|   - Vegetarian options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>` | ||||
|   - All dishes are vegetarian  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Vegan (no friture)  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this business serve vegan meals? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - No vegan options available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>` | ||||
|   - Some vegan options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>` | ||||
|   - Vegan options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>` | ||||
|   - All dishes are vegan  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### halal (no friture)  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this restaurant offer a halal menu? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There are no halal options available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno' target='_blank'>no</a>` | ||||
|   - There is a small halal menu  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There is a halal menu  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes' target='_blank'>yes</a>` | ||||
|   - Only halal options are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:halal' target='_blank'>diet:halal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-vegetarian  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this fries shop have vegetarian snacks? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Vegetarian snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>` | ||||
|   - Only a small selection of snacks are vegetarian  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>` | ||||
|   - No vegetarian snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-vegan  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this fries shop have vegan snacks? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Vegan snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>` | ||||
|   - A small selection of vegan snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>` | ||||
|   - No vegan snacks are available  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-oil  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this fries shop use vegetable or animal oil for cooking? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - The frying is done with vegetable oil  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>` | ||||
|   - The frying is done with animal oil  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### friture-take-your-container  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dyes' target='_blank'>yes</a>` | ||||
|   - Bringing your own container is <b>not allowed</b>  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Dno' target='_blank'>no</a>` | ||||
|   - You <b>must</b> bring your own container to order here.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:reusable_packaging:accept' target='_blank'>reusable_packaging:accept</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reusable_packaging:accept%3Donly' target='_blank'>only</a>` | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `cuisine=friture`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### service:electricity  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 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  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes' target='_blank'>yes</a>` | ||||
|   - There are a few domestic sockets available to customers seated indoors, where they can charge their electronics  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited' target='_blank'>limited</a>` | ||||
|   - There are no sockets available indoors to customers, but charging might be possible if the staff is asked  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask' target='_blank'>ask</a>` | ||||
|   - There are a no domestic sockets available to customers seated indoors  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:electricity' target='_blank'>service:electricity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### dog-access  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Are dogs allowed in this business? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Dogs are allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes' target='_blank'>yes</a>` | ||||
|   - Dogs are <b>not</b> allowed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno' target='_blank'>no</a>` | ||||
|   - Dogs are allowed, but they have to be leashed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed' target='_blank'>leashed</a>` | ||||
|   - Dogs are allowed and can run around freely  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed' target='_blank'>unleashed</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### reviews  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Shows the reviews module (including the possibility to leave a review) | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Show the images block at this location | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/fritures/fritures.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/fritures/fritures.json) | ||||
|  | @ -1,77 +0,0 @@ | |||
| fruitboom | ||||
| =========== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/fruit_trees/fruit_tree.svg' height="100px">  | ||||
| 
 | ||||
| Een boom | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [fruitboom](#fruitboom) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [fruitboom-species:nl](#fruitboom-speciesnl) | ||||
|     + [fruitboom-taxon](#fruitboom-taxon) | ||||
|     + [fruitboom-description](#fruitboom-description) | ||||
|     + [fruitboom-ref](#fruitboom-ref) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/fruitboom/fruitboom.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:natural' target='_blank'>natural</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:natural%3Dtree' target='_blank'>tree</a> | ||||
| 
 | ||||
| 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/species:nl#values) [species:nl](https://wiki.openstreetmap.org/wiki/Key:species:nl) | [string](../SpecialInputElements.md#string) | | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/taxon#values) [taxon](https://wiki.openstreetmap.org/wiki/Key:taxon) | [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/ref#values) [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | | ||||
| 
 | ||||
| ### fruitboom-species:nl | ||||
| 
 | ||||
| The question is **Wat is de soort van deze boom (in het Nederlands)?** | ||||
| 
 | ||||
| This rendering asks information about the property  [species:nl](https://wiki.openstreetmap.org/wiki/Key:species:nl) | ||||
| This is rendered with `De soort is {species:nl}` | ||||
| 
 | ||||
| ### fruitboom-taxon | ||||
| 
 | ||||
| The question is **Wat is het taxon (ras) van deze boom?** | ||||
| 
 | ||||
| This rendering asks information about the property  [taxon](https://wiki.openstreetmap.org/wiki/Key:taxon) | ||||
| This is rendered with `Het ras (taxon) van deze boom is <b>{taxon}</b>` | ||||
| 
 | ||||
| ### fruitboom-description | ||||
| 
 | ||||
| The question is **Welke beschrijving past bij deze boom?** | ||||
| 
 | ||||
| This rendering asks information about the property  [description](https://wiki.openstreetmap.org/wiki/Key:description) | ||||
| This is rendered with `Beschrijving: <i>{description}</i>` | ||||
| 
 | ||||
| ### fruitboom-ref | ||||
| 
 | ||||
| The question is **Is er een refernetienummer?** | ||||
| 
 | ||||
| This rendering asks information about the property  [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | ||||
| This is rendered with `Referentienummer: <b>{ref}</b>` | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/fruitboom/fruitboom.json | ||||
|  | @ -1,45 +0,0 @@ | |||
| generic_osm_object | ||||
| ==================== | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [generic_osm_object](#generic_osm_object) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [all_tags](#all_tags) | ||||
| 
 | ||||
| 
 | ||||
| - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` | ||||
| - This layer is needed as dependency for layer [grb](#grb) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/generic_osm_object/generic_osm_object.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - id~^..*$ | ||||
| - | ||||
| - | ||||
| - | ||||
| - type!~^boundary$ | ||||
| - | ||||
| - |<a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3D0' target='_blank'>0</a> | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:layer' target='_blank'>layer</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:layer%3D0' target='_blank'>0</a>| | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| ### all_tags | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/generic_osm_object/generic_osm_object.json | ||||
|  | @ -12,24 +12,9 @@ A layer showing memorials for cyclists, killed in road accidents | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [ghost_bike](#ghost_bike) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [ghost-bike-explanation](#ghost-bike-explanation) | ||||
|     + [images](#images) | ||||
|     + [ghost_bike-name](#ghost_bike-name) | ||||
|     + [ghost_bike-source](#ghost_bike-source) | ||||
|     + [ghost_bike-inscription](#ghost_bike-inscription) | ||||
|     + [ghost_bike-start_date](#ghost_bike-start_date) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -44,8 +29,6 @@ A layer showing memorials for cyclists, killed in road accidents | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/ghost_bike/ghost_bike.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -60,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dghost_bike' target='_blank'>ghost_bike</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22memorial%22%3D%22ghost_bike%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -67,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -85,7 +72,7 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -95,7 +82,9 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -105,14 +94,17 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Whom is remembered by this ghost bike?<span class='question-subtext'><br/>Please respect privacy - only fill out the name if it is widely published or marked on the cycle. Opt to leave out the family name.</span>** | ||||
| The question is  Whom is remembered by this ghost bike?<span class='question-subtext'><br/>Please respect privacy - only fill out the name if it is widely published or marked on the cycle. Opt to leave out the family name.</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `In remembrance of {name}` | ||||
| 
 | ||||
| This is rendered with  In remembrance of {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **No name is marked on the bike** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| 
 | ||||
|   - No name is marked on the bike  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -121,10 +113,13 @@ This is rendered with `In remembrance of {name}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **On what webpage can one find more information about the Ghost bike or the accident?** | ||||
| The question is  On what webpage can one find more info about the ghost bike or the accident? | ||||
| 
 | ||||
| This rendering asks information about the property  [source](https://wiki.openstreetmap.org/wiki/Key:source)  | ||||
| This is rendered with `<a href='{source}' target='_blank'>More information is available</a>` | ||||
| 
 | ||||
| This is rendered with  <a href='{source}' target='_blank'>More info available</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -132,10 +127,13 @@ This is rendered with `<a href='{source}' target='_blank'>More information is av | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the inscription on this Ghost bike?** | ||||
| The question is  What is the inscription on this Ghost bike? | ||||
| 
 | ||||
| This rendering asks information about the property  [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription)  | ||||
| This is rendered with `<i>{inscription}</i>` | ||||
| 
 | ||||
| This is rendered with  <i>{inscription}</i> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -143,9 +141,12 @@ This is rendered with `<i>{inscription}</i>` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **When was this Ghost bike installed?** | ||||
| The question is  When was this Ghost bike installed? | ||||
| 
 | ||||
| This rendering asks information about the property  [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date)  | ||||
| This is rendered with `Placed on {start_date}`  | ||||
| 
 | ||||
| This is rendered with  Placed on {start_date} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/ghost_bike/ghost_bike.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ghost_bike/ghost_bike.json) | ||||
							
								
								
									
										156
									
								
								Docs/Layers/governments.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										156
									
								
								Docs/Layers/governments.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,156 @@ | |||
| 
 | ||||
| 
 | ||||
|  governments  | ||||
| ============= | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/layers/governments/government.svg' height="100px">  | ||||
| 
 | ||||
| This layer show governmental buildings. It was setup as commissioned layer for the client of OSOC '22 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [governments](https://mapcomplete.osm.be/governments) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:office' target='_blank'>office</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:office%3Dgovernment' target='_blank'>government</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22office%22%3D%22government%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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/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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this Governmental Office? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  This Governmental Office is called {name} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/governments/governments.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/governments/governments.json) | ||||
|  | @ -1,44 +0,0 @@ | |||
| gps_location | ||||
| ============== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Meta layer showing the current location of the user. Add this to your theme and override the icon to change the | ||||
| appearance of the current location. The object will always have `id=gps` and will have _all_ the properties included in | ||||
| the [`Coordinates`-object](https://developer.mozilla.org/en-US/docs/Web/API/GeolocationCoordinates) returned by the | ||||
| browser. | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [gps_location](#gps_location) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
| 
 | ||||
| 
 | ||||
| - This layer cannot be toggled in the filter view. 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` | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/gps_location/gps_location.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:id' target='_blank'>id</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:id%3Dgps' target='_blank'>gps</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/gps_location/gps_location.json | ||||
|  | @ -1,43 +0,0 @@ | |||
| gps_location_history | ||||
| ====================== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Meta layer which contains the previous locations of the user as single points. This is mainly for technical reasons, | ||||
| e.g. to keep match the distance to the modified object | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [gps_location_history](#gps_location_history) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
| 
 | ||||
| 
 | ||||
| - This layer cannot be toggled in the filter view. 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` | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/gps_location_history/gps_location_history.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:user:location' target='_blank'>user:location</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:user:location%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/gps_location_history/gps_location_history.json | ||||
|  | @ -1,59 +0,0 @@ | |||
| gps_track | ||||
| =========== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Meta layer showing the previous locations of the user as single line. Add this to your theme and override the icon to | ||||
| change the appearance of the current location. | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [gps_track](#gps_track) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [Privacy notice](#privacy-notice) | ||||
|     + [export_as_gpx](#export_as_gpx) | ||||
|     + [minimap](#minimap) | ||||
|     + [delete](#delete) | ||||
| 
 | ||||
| 
 | ||||
| - This layer is not visible by default and must be enabled in the filter by the user. | ||||
| - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/gps_track/gps_track.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:id' target='_blank'>id</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:id%3Dlocation_track' target='_blank'>location_track</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| ### Privacy notice | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### export_as_gpx | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### minimap | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### delete | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/gps_track/gps_track.json | ||||
|  | @ -7,29 +7,16 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/playgrounds/playground.svg' height="100px">  | ||||
| 
 | ||||
| Searches for all accessible grass patches within public parks - these are 'groenzones'" | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [grass_in_parks](#grass_in_parks) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [explanation](#explanation) | ||||
|     + [grass-in-parks-reviews](#grass-in-parks-reviews) | ||||
| Searches for all accessible grass patches within public parks - these are 'groenzones' | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **0** and higher | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/grass_in_parks/grass_in_parks.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -44,6 +31,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:name' target='_blank'>name</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name%3DPark Oude God' target='_blank'>Park Oude God</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:landuse' target='_blank'>landuse</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:landuse%3Dgrass' target='_blank'>grass</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpublic' target='_blank'>public</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22name%22%3D%22Park%20Oude%20God%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22landuse%22%3D%22grass%22%5D%5B%22access%22%3D%22public%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22landuse%22%3D%22grass%22%5D%5B%22access%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -57,7 +46,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -67,7 +58,7 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -77,7 +68,7 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,98 +0,0 @@ | |||
| grb | ||||
| ===== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/grb_import/housenumber_blank.svg' height="100px">  | ||||
| 
 | ||||
| Geometry which comes from GRB with tools to import them | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [grb](#grb) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [Import-button](#import-button) | ||||
|     + [Building info](#building-info) | ||||
|     + [overlapping building address](#overlapping-building-address) | ||||
|     + [grb_address_diff](#grb_address_diff) | ||||
|     + [overlapping building type](#overlapping-building-type) | ||||
|     + [apply-id](#apply-id) | ||||
|     + [apply-building-type](#apply-building-type) | ||||
| 
 | ||||
| 
 | ||||
| - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely `https://betadata.grbosm.site/grb?bbox={x_min},{y_min},{x_max},{y_max}` | ||||
| - This layer will automatically load  [osm-buildings](./osm-buildings.md)  into the layout as it depends on it:  a | ||||
|   tagrendering needs this layer (Import-button) | ||||
| - This layer will automatically load  [type_node](./type_node.md)  into the layout as it depends on it:  a tagrendering | ||||
|   needs this layer (Import-button) | ||||
| - This layer will automatically load  [osm-buildings](./osm-buildings.md)  into the layout as it depends on it:  A | ||||
|   calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _ | ||||
|   overlaps_with_buildings) | ||||
| - This layer will automatically load  [generic_osm_object](./generic_osm_object.md)  into the layout as it depends on | ||||
|   it:  A calculated tag loads features from this layer (calculatedTag[18] which calculates the value for _ | ||||
|   intersects_with_other_features) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/grb/grb.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - HUISNR~^..*$ | ||||
| - man_made!~^mast$ | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| ### Import-button | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| - **{conflate_button(osm-buildings,building=$_target_building_type; source:geometry:date=$_grb_date; source:geometry: | ||||
|   ref=$_grb_ref; addr:street=$addr:street; addr:housenumber=$addr:housenumber, Replace the geometry in OpenStreetMap and | ||||
|   add the address,,_osm_obj:id)}** corresponds with _overlap_percentage>50&_reverse_overlap_percentage>50&_ | ||||
|   overlaps_with!~^$&addr:street~^..*$&addr:housenumber~^..*$&addr:street!=&addr:housenumber!= | ||||
| - **{conflate_button(osm-buildings,building=$_target_building_type; source:geometry:date=$_grb_date; source:geometry: | ||||
|   ref=$_grb_ref, Replace the geometry in OpenStreetMap,,_osm_obj:id)}** corresponds with _overlap_percentage>50&_ | ||||
|   reverse_overlap_percentage>50&_overlaps_with!~^$ | ||||
| 
 | ||||
| ### Building info | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### overlapping building address | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| - **The overlapping openstreetmap-building has address {_osm_obj:addr:street} {_osm_obj:addr:housenumber}** corresponds | ||||
|   with _osm_obj:addr:street~^..*$&_osm_obj:addr:housenumber~^..*$ | ||||
| - **The overlapping building only has a street known: {_osm_obj:addr:street}** corresponds with _osm_obj:addr:street~ | ||||
|   ^..*$ | ||||
| - **The overlapping building only has a housenumber known: {_osm_obj:addr:housenumber}** corresponds with _osm_obj:addr: | ||||
|   housenumber~^..*$ | ||||
| - **No overlapping OpenStreetMap-building found** corresponds with | ||||
| 
 | ||||
| ### grb_address_diff | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### overlapping building type | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### apply-id | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| ### apply-building-type | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/grb/grb.json | ||||
							
								
								
									
										294
									
								
								Docs/Layers/hackerspace.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										294
									
								
								Docs/Layers/hackerspace.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,294 @@ | |||
| 
 | ||||
| 
 | ||||
|  hackerspace  | ||||
| ============= | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/themes/hackerspaces/glider.svg' height="100px">  | ||||
| 
 | ||||
| Hackerspace | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **8** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [hackerspaces](https://mapcomplete.osm.be/hackerspaces) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dhackerspace' target='_blank'>hackerspace</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22leisure%22%3D%22hackerspace%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/hackerspace#values) [hackerspace](https://wiki.openstreetmap.org/wiki/Key:hackerspace) | Multiple choice | [makerspace](https://wiki.openstreetmap.org/wiki/Tag:hackerspace%3Dmakerspace) [](https://wiki.openstreetmap.org/wiki/Tag:hackerspace%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) |  | ||||
| [<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/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/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/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/service:3dprinter#values) [service:3dprinter](https://wiki.openstreetmap.org/wiki/Key:service:3dprinter) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:3dprinter%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:3dprinter%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:lasercutter#values) [service:lasercutter](https://wiki.openstreetmap.org/wiki/Key:service:lasercutter) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:lasercutter%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:lasercutter%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:cnc_drilling_machine#values) [service:cnc_drilling_machine](https://wiki.openstreetmap.org/wiki/Key:service:cnc_drilling_machine) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:cnc_drilling_machine%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:cnc_drilling_machine%3Dno) | ||||
| [<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/drink:club-mate#values) [drink:club-mate](https://wiki.openstreetmap.org/wiki/Key:drink:club-mate) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/start_date#values) [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### is_makerspace  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is this a hackerspace or a makerspace? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a makerspace  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:hackerspace' target='_blank'>hackerspace</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hackerspace%3Dmakerspace' target='_blank'>makerspace</a>` | ||||
|   - This is a traditional (software oriented) hackerspace  corresponds with  `` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hackerspaces-name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this hackerspace? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  This hackerspace is named <b>{name}</b> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hackerspaces-opening_hours  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  When is this hackerspace opened? | ||||
| 
 | ||||
| This rendering asks information about the property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)  | ||||
| 
 | ||||
| This is rendered with  {opening_hours_table()} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - Opened 24/7  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hackerspaces-service-3dprinter  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is a 3D-printer available at this hackerspace? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There is a 3D-printer available at this hackerspace  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:3dprinter' target='_blank'>service:3dprinter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:3dprinter%3Dyes' target='_blank'>yes</a>` | ||||
|   - There is no 3D-printer available at this hackerspace  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:3dprinter' target='_blank'>service:3dprinter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:3dprinter%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hackerspaces-service-lasercutter  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is a laser cutter available at this hackerspace? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There is a laser cutter available at this hackerspace  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:lasercutter' target='_blank'>service:lasercutter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:lasercutter%3Dyes' target='_blank'>yes</a>` | ||||
|   - There is no laser cutter available at this hackerspace  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:lasercutter' target='_blank'>service:lasercutter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:lasercutter%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hackerspaces-service-cnc_drilling_machine  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is a CNC drill available at this hackerspace? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - There is a CNC drill available at this hackerspace  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:cnc_drilling_machine' target='_blank'>service:cnc_drilling_machine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:cnc_drilling_machine%3Dyes' target='_blank'>yes</a>` | ||||
|   - There is no CNC drill available at this hackerspace  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:service:cnc_drilling_machine' target='_blank'>service:cnc_drilling_machine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:cnc_drilling_machine%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### reviews  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Shows the reviews module (including the possibility to leave a review) | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wheelchair-access  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is this place accessible with a wheelchair? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This place is specially adapted for wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>` | ||||
|   - This place is easily reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>` | ||||
|   - It is possible to reach this place in a wheelchair, but it is not easy  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>` | ||||
|   - This place is not reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hs-club-mate  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Does this hackerspace serve Club Mate? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This hackerspace serves club mate  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:drink:club-mate' target='_blank'>drink:club-mate</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dyes' target='_blank'>yes</a>` | ||||
|   - This hackerspace does not serve club mate  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:drink:club-mate' target='_blank'>drink:club-mate</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dno' target='_blank'>no</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hackerspaces-start_date  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  When was this hackerspace founded? | ||||
| 
 | ||||
| This rendering asks information about the property  [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date)  | ||||
| 
 | ||||
| This is rendered with  This hackerspace was founded at {start_date} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/hackerspace/hackerspace.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hackerspace/hackerspace.json) | ||||
|  | @ -1,4 +1,6 @@ | |||
| hackerspaces | ||||
| 
 | ||||
| 
 | ||||
|  hackerspaces  | ||||
| ============== | ||||
| 
 | ||||
| 
 | ||||
|  | @ -7,150 +9,219 @@ hackerspaces | |||
| 
 | ||||
| Hackerspace | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [hackerspaces](#hackerspaces) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [is_makerspace](#is_makerspace) | ||||
|     + [hackerspaces-name](#hackerspaces-name) | ||||
|     + [website](#website) | ||||
|     + [email](#email) | ||||
|     + [phone](#phone) | ||||
|     + [hackerspaces-opening_hours](#hackerspaces-opening_hours) | ||||
|     + [wheelchair-access](#wheelchair-access) | ||||
|     + [hs-club-mate](#hs-club-mate) | ||||
|     + [hackerspaces-start_date](#hackerspaces-start_date) | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [hackerspaces](https://mapcomplete.osm.be/hackerspaces) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/hackerspaces/hackerspaces.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **8** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [hackerspaces](https://mapcomplete.osm.be/hackerspaces) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dhackerspace' target='_blank'>hackerspace</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dhackerspace' target='_blank'>hackerspace</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22leisure%22%3D%22hackerspace%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/hackerspace#values) [hackerspace](https://wiki.openstreetmap.org/wiki/Key:hackerspace) | Multiple choice | [makerspace](https://wiki.openstreetmap.org/wiki/Tag:hackerspace%3Dmakerspace) [](https://wiki.openstreetmap.org/wiki/Tag:hackerspace%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) | | ||||
| [<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/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/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/name#values) [name](https://wiki.openstreetmap.org/wiki/Key: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/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/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/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/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/drink:club-mate#values) [drink:club-mate](https://wiki.openstreetmap.org/wiki/Key:drink:club-mate) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/start_date#values) [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) | | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/start_date#values) [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### is_makerspace  | ||||
| 
 | ||||
| 
 | ||||
| ### is_makerspace | ||||
| 
 | ||||
| The question is **Is this a hackerspace or a makerspace?** | ||||
| 
 | ||||
| - **This is a makerspace** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:hackerspace' target='_blank'>hackerspace</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:hackerspace%3Dmakerspace' target='_blank'>makerspace</a> | ||||
| - **This is a traditional (software oriented) hackerspace** corresponds with | ||||
| 
 | ||||
| ### hackerspaces-name | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This is a makerspace** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:hackerspace' target='_blank'>hackerspace</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hackerspace%3Dmakerspace' target='_blank'>makerspace</a> | ||||
|   - **This is a traditional (software oriented) hackerspace** corresponds with  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hackerspaces-name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What is the name of this hackerspace?** | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name) | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| This is rendered with `This hackerspace is named <b>{name}</b>` | ||||
| 
 | ||||
| ### website | ||||
| 
 | ||||
| The question is **What is the website of {name}?** | ||||
| 
 | ||||
| This rendering asks information about the property  [website](https://wiki.openstreetmap.org/wiki/Key:website) | ||||
| ### 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}' target='_blank'>{website}</a>` | ||||
| 
 | ||||
| - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This | ||||
|   option cannot be chosen as answer_ | ||||
| 
 | ||||
| ### email | ||||
| 
 | ||||
| The question is **What is the email address of {name}?** | ||||
|   - **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| This rendering asks information about the property  [email](https://wiki.openstreetmap.org/wiki/Key:email) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **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>** corresponds with contact:email~^..*$_This | ||||
|   option cannot be chosen as answer_ | ||||
| 
 | ||||
| ### phone | ||||
| 
 | ||||
| The question is **What is the phone number of {name}?** | ||||
|   - **<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>** corresponds with contact:email~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| This rendering asks information about the property  [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **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>** corresponds with contact:phone~^..*$_This option cannot be | ||||
|   chosen as answer_ | ||||
| 
 | ||||
| ### hackerspaces-opening_hours | ||||
| 
 | ||||
|   - **<a href='tel:{contact:phone}'>{contact:phone}</a>** corresponds with contact:phone~^..*$_This option cannot be chosen as answer_ | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hackerspaces-opening_hours  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **When is this hackerspace opened?** | ||||
| 
 | ||||
| This rendering asks information about the | ||||
| property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | ||||
| This rendering asks information about the property  [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)  | ||||
| This is rendered with `{opening_hours_table()}` | ||||
| 
 | ||||
| - **Opened 24/7** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'> | ||||
|   opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a> | ||||
| 
 | ||||
| ### wheelchair-access | ||||
| 
 | ||||
|   - **Opened 24/7** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wheelchair-access  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this place accessible with a wheelchair?** | ||||
| 
 | ||||
| - **This place is specially adapted for wheelchair users** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | ||||
| - **This place is easily reachable with a wheelchair** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a> | ||||
| - **It is possible to reach this place in a wheelchair, but it is not easy** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a> | ||||
| - **This place is not reachable with a wheelchair** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| ### hs-club-mate | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This place is specially adapted for wheelchair users** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a> | ||||
|   - **This place is easily reachable with a wheelchair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a> | ||||
|   - **It is possible to reach this place in a wheelchair, but it is not easy** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a> | ||||
|   - **This place is not reachable with a wheelchair** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hs-club-mate  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Does this hackerspace serve Club Mate?** | ||||
| 
 | ||||
| - **This hackerspace serves club mate** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:drink:club-mate' target='_blank'>drink:club-mate</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dyes' target='_blank'>yes</a> | ||||
| - **This hackerspace does not serve club mate** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:drink:club-mate' target='_blank'>drink:club-mate</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| ### hackerspaces-start_date | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This hackerspace serves club mate** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:drink:club-mate' target='_blank'>drink:club-mate</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dyes' target='_blank'>yes</a> | ||||
|   - **This hackerspace does not serve club mate** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:drink:club-mate' target='_blank'>drink:club-mate</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dno' target='_blank'>no</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### hackerspaces-start_date  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **When was this hackerspace founded?** | ||||
| 
 | ||||
| This rendering asks information about the property  [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | ||||
| This rendering asks information about the property  [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date)  | ||||
| This is rendered with `This hackerspace was founded at {start_date}` | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/hackerspaces/hackerspaces.json | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### minimap  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _This tagrendering has no question and is thus read-only_ | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/hackerspaces/hackerspaces.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/hackerspaces/hackerspaces.json) | ||||
							
								
								
									
										172
									
								
								Docs/Layers/health_and_social_places_without_etymology.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										172
									
								
								Docs/Layers/health_and_social_places_without_etymology.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,172 @@ | |||
| 
 | ||||
| 
 | ||||
|  health_and_social_places_without_etymology  | ||||
| ============================================ | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/pin:#05d7fcaa' height="100px">  | ||||
| 
 | ||||
| All objects which have an etymology known | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **18** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [etymology](https://mapcomplete.osm.be/etymology) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - name~^..*$ | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclinic' target='_blank'>clinic</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital' target='_blank'>hospital</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dsocial_facility' target='_blank'>social_facility</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22clinic%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22hospital%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22social_facility%22%5D%5B%22name%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values) [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |  | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name:etymology#values) [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [string](../SpecialInputElements.md#string) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### etymology-images-from-wikipedia  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wikipedia-etymology  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the Wikidata-item that this object is named after? | ||||
| 
 | ||||
| This rendering asks information about the property  [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata)  | ||||
| 
 | ||||
| This is rendered with  <h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### zoeken op inventaris onroerend erfgoed  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### simple etymology  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is this object named after?<br/><span class='subtle'>This might be written on the street name sign</span> | ||||
| 
 | ||||
| This rendering asks information about the property  [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology)  | ||||
| 
 | ||||
| This is rendered with  Named after {name:etymology} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - The origin of this name is unknown in all literature  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:name:etymology' target='_blank'>name:etymology</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown' target='_blank'>unknown</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### street-name-sign-image  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### minimap  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### etymology_multi_apply  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wikipedia  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `wikidata~^..*$`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) | ||||
|  | @ -1,42 +0,0 @@ | |||
| home_location | ||||
| =============== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/svg/home.svg' height="100px">  | ||||
| 
 | ||||
| Meta layer showing the home location of the user. The home location can be set in | ||||
| the [profile settings](https://www.openstreetmap.org/profile/edit) of OpenStreetMap. | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [home_location](#home_location) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
| 
 | ||||
| 
 | ||||
| - This layer cannot be toggled in the filter view. 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` | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/home_location/home_location.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:user:home' target='_blank'>user:home</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:user:home%3Dyes' target='_blank'>yes</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/home_location/home_location.json | ||||
							
								
								
									
										144
									
								
								Docs/Layers/hospital.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										144
									
								
								Docs/Layers/hospital.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,144 @@ | |||
| 
 | ||||
| 
 | ||||
|  hospital  | ||||
| ========== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/layers/hospital/hospital.svg' height="100px">  | ||||
| 
 | ||||
| A layer showing hospital grounds | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [healthcare](https://mapcomplete.osm.be/healthcare) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital' target='_blank'>hospital</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22hospital%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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) |  | ||||
| [<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/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this hospital? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  This hospital is called {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/hospital/hospital.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hospital/hospital.json) | ||||
							
								
								
									
										186
									
								
								Docs/Layers/hotel.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										186
									
								
								Docs/Layers/hotel.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,186 @@ | |||
| 
 | ||||
| 
 | ||||
|  hotel  | ||||
| ======= | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/circle:white;./assets/layers/hotel/hotel.svg' height="100px">  | ||||
| 
 | ||||
| Layer showing all hotels | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dhotel' target='_blank'>hotel</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22tourism%22%3D%22hotel%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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) |  | ||||
| [<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/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) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### reviews  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Shows the reviews module (including the possibility to leave a review) | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this hotel? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  This hotel is called {name} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### wheelchair-access  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is this place accessible with a wheelchair? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This place is specially adapted for wheelchair users  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>` | ||||
|   - This place is easily reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>` | ||||
|   - It is possible to reach this place in a wheelchair, but it is not easy  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>` | ||||
|   - This place is not reachable with a wheelchair  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>` | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/hotel/hotel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hotel/hotel.json) | ||||
|  | @ -12,22 +12,9 @@ Map layer to show fire hydrants. | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [hydrant](#hydrant) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [hydrant-color](#hydrant-color) | ||||
|     + [hydrant-type](#hydrant-type) | ||||
|     + [hydrant-state](#hydrant-state) | ||||
|     + [images](#images) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **14** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -42,8 +29,6 @@ Map layer to show fire hydrants. | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/hydrant/hydrant.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -58,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant' target='_blank'>fire_hydrant</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22emergency%22%3D%22fire_hydrant%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -65,7 +52,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -82,16 +71,20 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What color is the hydrant?** | ||||
| The question is  What color is the hydrant? | ||||
| 
 | ||||
| This rendering asks information about the property  [colour](https://wiki.openstreetmap.org/wiki/Key:colour)  | ||||
| This is rendered with `The hydrant color is {colour}` | ||||
| 
 | ||||
| This is rendered with  The hydrant color is {colour} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The hydrant color is unknown.** corresponds with _This option cannot be chosen as answer_ | ||||
|   - **The hydrant color is yellow.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow' target='_blank'>yellow</a> | ||||
|   - **The hydrant color is red.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred' target='_blank'>red</a> | ||||
| 
 | ||||
| 
 | ||||
|   - The hydrant color is unknown.  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - The hydrant color is yellow.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow' target='_blank'>yellow</a>` | ||||
|   - The hydrant color is red.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred' target='_blank'>red</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -100,18 +93,22 @@ This is rendered with `The hydrant color is {colour}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **What type of hydrant is it?** | ||||
| The question is  What type of hydrant is it? | ||||
| 
 | ||||
| This rendering asks information about the property  [fire_hydrant:type](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type)  | ||||
| This is rendered with ` Hydrant type: {fire_hydrant:type}` | ||||
| 
 | ||||
| This is rendered with   Hydrant type: {fire_hydrant:type} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The hydrant type is unknown.** corresponds with _This option cannot be chosen as answer_ | ||||
|   - **<img style="width:15px" src="./assets/themes/hailhydrant/hydrant_pillar.svg" /> Pillar type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpillar' target='_blank'>pillar</a> | ||||
|   - **<img style="width:15px" src="./assets/themes/hailhydrant/hydrant_unknown.svg" /> Pipe type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpipe' target='_blank'>pipe</a> | ||||
|   - **<img style="width:15px" src="./assets/themes/hailhydrant/hydrant_unknown.svg" /> Wall type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dwall' target='_blank'>wall</a> | ||||
|   - **<img style="width:15px" src="./assets/themes/hailhydrant/hydrant_underground.svg" /> Underground type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dunderground' target='_blank'>underground</a> | ||||
| 
 | ||||
| 
 | ||||
|   - The hydrant type is unknown.  corresponds with  `` | ||||
|   - This option cannot be chosen as answer | ||||
|   - Pillar type.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpillar' target='_blank'>pillar</a>` | ||||
|   - Pipe type.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpipe' target='_blank'>pipe</a>` | ||||
|   - Wall type.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dwall' target='_blank'>wall</a>` | ||||
|   - Underground type.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dunderground' target='_blank'>underground</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -120,15 +117,15 @@ This is rendered with ` Hydrant type: {fire_hydrant:type}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is this hydrant still working?** | ||||
| The question is  Is this hydrant still working? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **The hydrant is (fully or partially) working** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant' target='_blank'>fire_hydrant</a> | ||||
|   - **The hydrant is unavailable** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:disused:emergency' target='_blank'>disused:emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:disused:emergency%3Dfire_hydrant' target='_blank'>fire_hydrant</a> | ||||
|   - **The hydrant has been removed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:removed:emergency' target='_blank'>removed:emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:removed:emergency%3Dfire_hydrant' target='_blank'>fire_hydrant</a> | ||||
|   - The hydrant is (fully or partially) working  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant' target='_blank'>fire_hydrant</a>` | ||||
|   - The hydrant is unavailable  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:disused:emergency' target='_blank'>disused:emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:disused:emergency%3Dfire_hydrant' target='_blank'>fire_hydrant</a>` | ||||
|   - The hydrant has been removed  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:removed:emergency' target='_blank'>removed:emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:removed:emergency%3Dfire_hydrant' target='_blank'>fire_hydrant</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -137,7 +134,9 @@ The question is **Is this hydrant still working?** | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										398
									
								
								Docs/Layers/id_presets.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										398
									
								
								Docs/Layers/id_presets.md
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										68
									
								
								Docs/Layers/indoors.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										68
									
								
								Docs/Layers/indoors.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,68 @@ | |||
| 
 | ||||
| 
 | ||||
|  indoors  | ||||
| ========= | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic indoor mapping: shows room outlines | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [indoors](https://mapcomplete.osm.be/indoors) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Droom' target='_blank'>room</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Darea' target='_blank'>area</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dwall' target='_blank'>wall</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Ddoor' target='_blank'>door</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:indoor' target='_blank'>indoor</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dlevel' target='_blank'>level</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22indoor%22%3D%22room%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22indoor%22%3D%22area%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22indoor%22%3D%22wall%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22indoor%22%3D%22door%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22indoor%22%3D%22level%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/indoors/indoors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/indoors/indoors.json) | ||||
|  | @ -7,24 +7,14 @@ | |||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/layers/information_board/board.svg' height="100px">  | ||||
| 
 | ||||
| A layer showing touristical, road side information boards (e.g. giving information about the landscape, a building, a feature, a map, ...) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [information_board](#information_board) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
| A layer showing touristical, road side information boards (e.g. giving information about the landscape, a building, a feature, a map, …) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -39,8 +29,6 @@ A layer showing touristical, road side information boards (e.g. giving informati | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/information_board/information_board.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -55,6 +43,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:information' target='_blank'>information</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:information%3Dboard' target='_blank'>board</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22information%22%3D%22board%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -68,7 +58,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										129
									
								
								Docs/Layers/kerbs.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										129
									
								
								Docs/Layers/kerbs.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,129 @@ | |||
| 
 | ||||
| 
 | ||||
|  kerbs  | ||||
| ======= | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/layers/kerbs/KerbIcon.svg' height="100px">  | ||||
| 
 | ||||
| A layer showing kerbs. | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **13** and higher | ||||
|   - This layer will automatically load  [cycleways_and_roads](./cycleways_and_roads.md)  into the layout as it depends on it:  a preset snaps to this layer (presets[0]) | ||||
|   - This layer will automatically load  [kerbs](./kerbs.md)  into the layout as it depends on it:  a preset snaps to this layer (presets[0]) | ||||
|   - This layer is needed as dependency for layer [kerbs](#kerbs) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [kerbs_and_crossings](https://mapcomplete.osm.be/kerbs_and_crossings) | ||||
|   - [onwheels](https://mapcomplete.osm.be/onwheels) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:barrier' target='_blank'>barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dkerb' target='_blank'>kerb</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22barrier%22%3D%22kerb%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/kerb#values) [kerb](https://wiki.openstreetmap.org/wiki/Key:kerb) | Multiple choice | [raised](https://wiki.openstreetmap.org/wiki/Tag:kerb%3Draised) [lowered](https://wiki.openstreetmap.org/wiki/Tag:kerb%3Dlowered) [flush](https://wiki.openstreetmap.org/wiki/Tag:kerb%3Dflush) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/tactile_paving#values) [tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) | ||||
| [<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/kerb:height#values) [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height) | [pnat](../SpecialInputElements.md#pnat) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### kerb-type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the height of this kerb? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This kerb is raised (>3 cm)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:kerb' target='_blank'>kerb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kerb%3Draised' target='_blank'>raised</a>` | ||||
|   - This kerb is lowered (~3 cm)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:kerb' target='_blank'>kerb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kerb%3Dlowered' target='_blank'>lowered</a>` | ||||
|   - This kerb is flush (~0cm)  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:kerb' target='_blank'>kerb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kerb%3Dflush' target='_blank'>flush</a>` | ||||
|   - There is no kerb here  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:kerb' target='_blank'>kerb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kerb%3Dno' target='_blank'>no</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - There is a kerb of unknown height  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:kerb' target='_blank'>kerb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:kerb%3Dyes' target='_blank'>yes</a>` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `_geometry:type=Point`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### tactile-paving  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is there tactile paving at this kerb? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This kerb has tactile paving.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes' target='_blank'>yes</a>` | ||||
|   - This kerb does not have tactile paving.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno' target='_blank'>no</a>` | ||||
|   - This kerb has tactile paving, but it is incorrect  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:tactile_paving' target='_blank'>tactile_paving</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dincorrect' target='_blank'>incorrect</a>` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `_geometry:type=Point`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### kerb-height  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the height of this kerb? | ||||
| 
 | ||||
| This rendering asks information about the property  [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height)  | ||||
| 
 | ||||
| This is rendered with  Kerb height: {kerb:height} | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/kerbs/kerbs.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/kerbs/kerbs.json) | ||||
							
								
								
									
										192
									
								
								Docs/Layers/kindergarten_childcare.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										192
									
								
								Docs/Layers/kindergarten_childcare.md
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,192 @@ | |||
| 
 | ||||
| 
 | ||||
|  kindergarten_childcare  | ||||
| ======================== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Shows kindergartens and preschools. Both are grouped in one layer, as they are regularly confused with each other | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [education](https://mapcomplete.osm.be/education) | ||||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dchildcare' target='_blank'>childcare</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dkindergarten' target='_blank'>kindergarten</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:isced:level:2011' target='_blank'>isced:level:2011</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:isced:level:2011%3Dearly_childhood' target='_blank'>early_childhood</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22childcare%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22kindergarten%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22isced%3Alevel%3A2011%22%3D%22early_childhood%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| attribute | type | values which are supported by this layer | ||||
| ----------- | ------ | ------------------------------------------ | ||||
| [<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 | [kindergarten](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dkindergarten) [childcare](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dchildcare) | ||||
| [<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) |  | ||||
| [<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/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/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/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/capacity#values) [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [pnat](../SpecialInputElements.md#pnat) |  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### childcare-type  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What type of facility is this? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This is a kindergarten (also known as <i>preschool</i>) where small kids receive early education.  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dkindergarten' target='_blank'>kindergarten</a>` | ||||
|   - This is a childcare facility, such as a nursery or daycare where small kids are looked after. They do not offer an education and are ofter run as private businesses  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dchildcare' target='_blank'>childcare</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### name  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  What is the name of this facility? | ||||
| 
 | ||||
| This rendering asks information about the property  [name](https://wiki.openstreetmap.org/wiki/Key:name)  | ||||
| 
 | ||||
| This is rendered with  This facility is named <b>{name}</b> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### 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}' target='_blank'>{website}</a> | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - <a href='{contact:website}' target='_blank'>{contact:website}</a>  corresponds with  `contact:website~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### email  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:email~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### phone  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  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>  corresponds with  `contact:phone~^..*$` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### opening_hours  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  When is this childcare opened? | ||||
| 
 | ||||
| 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 visible if  `amenity=childcare`  is shown | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### capacity  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  How much kids (at most) can be enrolled here? | ||||
| 
 | ||||
| This rendering asks information about the property  [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity)  | ||||
| 
 | ||||
| This is rendered with  This facility has room for {capacity} kids | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/kindergarten_childcare/kindergarten_childcare.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/kindergarten_childcare/kindergarten_childcare.json) | ||||
|  | @ -1,45 +0,0 @@ | |||
| left_right_style | ||||
| ================== | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Special meta-style which will show one single line, either on the left or on the right depending on the id. This is used | ||||
| in the small popups with left_right roads. Cannot be included in a theme | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [left_right_style](#left_right_style) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
| 
 | ||||
| 
 | ||||
| - This layer cannot be toggled in the filter view. 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` | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/left_right_style/left_right_style.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - <a href='https://wiki.openstreetmap.org/wiki/Key:id' target='_blank'>id</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:id%3Dleft' target='_blank'>left</a> | ||||
|   |<a href='https://wiki.openstreetmap.org/wiki/Key:id' target='_blank'>id</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:id%3Dright' target='_blank'>right</a> | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/left_right_style/left_right_style.json | ||||
|  | @ -1,62 +1,122 @@ | |||
| lit_streets | ||||
| 
 | ||||
| 
 | ||||
|  lit_streets  | ||||
| ============= | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [lit_streets](#lit_streets) | ||||
|     * [Themes using this layer](#themes-using-this-layer) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
|     + [lit](#lit) | ||||
| 
 | ||||
| 
 | ||||
| - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` | ||||
| 
 | ||||
| #### Themes using this layer | ||||
| 
 | ||||
| - [street_lighting](https://mapcomplete.osm.be/street_lighting) | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/lit_streets/lit_streets.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **16** and higher | ||||
|   - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| #### Themes using this layer  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - [street_lighting](https://mapcomplete.osm.be/street_lighting) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| - highway!~^$ | ||||
| - lit!~^no$ | ||||
| - lit!~^$ | ||||
| - service!~^driveway$ | ||||
| 
 | ||||
| Supported attributes | ||||
| 
 | ||||
|   - highway~^..*$ | ||||
|   - lit!=no | ||||
|   - lit~^..*$ | ||||
|   - service!=driveway | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22highway%22%5D%5B%22lit%22!%3D%22no%22%5D%5B%22lit%22%5D%5B%22service%22!%3D%22driveway%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| 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/lit#values) [lit](https://wiki.openstreetmap.org/wiki/Key:lit) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno) [24/7](https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7) | ||||
| 
 | ||||
| ### lit | ||||
| 
 | ||||
| The question is **Is this street lit?** | ||||
| 
 | ||||
| - **This street is lit** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes' target='_blank'>yes</a> | ||||
| - **This street is not lit** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'> | ||||
|   lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno' target='_blank'>no</a> | ||||
| - **This street is lit at night** corresponds | ||||
|   with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a> | ||||
|   =<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dsunset-sunrise' target='_blank'>sunset-sunrise</a>_This option | ||||
|   cannot be chosen as answer_ | ||||
| - **This street is lit 24/7** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'> | ||||
|   lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7' target='_blank'>24/7</a> | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/lit_streets/lit_streets.json | ||||
| ### images  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` | ||||
| 
 | ||||
| This tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### lit  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is  Is this street lit? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This street is lit  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes' target='_blank'>yes</a>` | ||||
|   - This street is not lit  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno' target='_blank'>no</a>` | ||||
|   - This street is lit at night  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3Dsunset-sunrise' target='_blank'>sunset-sunrise</a>` | ||||
|   - This option cannot be chosen as answer | ||||
|   - This street is lit 24/7  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:lit' target='_blank'>lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7' target='_blank'>24/7</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### questions  | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Show the images block at this location | ||||
| 
 | ||||
| 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 | ||||
| 
 | ||||
|   | ||||
| 
 | ||||
| This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting/street_lighting.json) | ||||
|  | @ -12,21 +12,9 @@ A map, meant for tourists which is permanently installed in the public space | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [map](#map) | ||||
|       * [Themes using this layer](#themes-using-this-layer) | ||||
|   - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
|   - [Supported attributes](#supported-attributes) | ||||
|     + [images](#images) | ||||
|     + [map-map_source](#map-map_source) | ||||
|     + [map-attribution](#map-attribution) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - This layer is shown at zoomlevel **12** and higher | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -42,8 +30,6 @@ A map, meant for tourists which is permanently installed in the public space | |||
|   - [personal](https://mapcomplete.osm.be/personal) | ||||
| 
 | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/map/map.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Basic tags for this layer  | ||||
|  | @ -58,6 +44,8 @@ Elements must have the all of following tags to be shown on this layer: | |||
|   - <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmap' target='_blank'>map</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:information' target='_blank'>information</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:information%3Dmap' target='_blank'>map</a> | ||||
| 
 | ||||
| 
 | ||||
| [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22information%22%3D%22map%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22map%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  Supported attributes  | ||||
|  | @ -65,7 +53,9 @@ Elements must have the all of following tags to be shown on this layer: | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| **Warning** This quick overview is incomplete | ||||
| Warning:  | ||||
| 
 | ||||
| this quick overview is incomplete | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -81,7 +71,9 @@ attribute | type | values which are supported by this layer | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| _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 tagrendering has no question and is thus read-only | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -91,14 +83,17 @@ _This tagrendering has no question and is thus read-only_ | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **On which data is this map based?** | ||||
| The question is  On which data is this map based? | ||||
| 
 | ||||
| This rendering asks information about the property  [map_source](https://wiki.openstreetmap.org/wiki/Key:map_source)  | ||||
| This is rendered with `This map is based on {map_source}` | ||||
| 
 | ||||
| This is rendered with  This map is based on {map_source} | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **This map is based on OpenStreetMap** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source' target='_blank'>map_source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source%3DOpenStreetMap' target='_blank'>OpenStreetMap</a> | ||||
| 
 | ||||
| 
 | ||||
|   - This map is based on OpenStreetMap  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:map_source' target='_blank'>map_source</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source%3DOpenStreetMap' target='_blank'>OpenStreetMap</a>` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -107,17 +102,20 @@ This is rendered with `This map is based on {map_source}` | |||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| The question is **Is the OpenStreetMap-attribution given?** | ||||
| The question is  Is the OpenStreetMap-attribution given? | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|   - **OpenStreetMap is clearly attributed, including the ODBL-license** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dyes' target='_blank'>yes</a> | ||||
|   - **OpenStreetMap is clearly attributed, but the license is not mentioned** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dincomplete' target='_blank'>incomplete</a> | ||||
|   - **OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dsticker' target='_blank'>sticker</a> | ||||
|   - **There is no attribution at all** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dnone' target='_blank'>none</a> | ||||
|   - **There is no attribution at all** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dno' target='_blank'>no</a>_This option cannot be chosen as answer_ | ||||
|   | ||||
|   - OpenStreetMap is clearly attributed, including the ODBL-license  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dyes' target='_blank'>yes</a>` | ||||
|   - OpenStreetMap is clearly attributed, but the license is not mentioned  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dincomplete' target='_blank'>incomplete</a>` | ||||
|   - OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dsticker' target='_blank'>sticker</a>` | ||||
|   - There is no attribution at all  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dnone' target='_blank'>none</a>` | ||||
|   - There is no attribution at all  corresponds with  `<a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dno' target='_blank'>no</a>` | ||||
|   - This option cannot be chosen as answer | ||||
| 
 | ||||
| 
 | ||||
| Only visible if  `map_source~^(O|)pen(S|s)treet(M|m)ap$|map_source=osm|map_source=OSM`  is shown  | ||||
| 
 | ||||
| This document is autogenerated from [assets/layers/map/map.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/map/map.json) | ||||
|  | @ -1,45 +0,0 @@ | |||
| matchpoint | ||||
| ============ | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| <img src='https://mapcomplete.osm.be/./assets/svg/crosshair-empty.svg' height="100px">  | ||||
| 
 | ||||
| The default rendering for a locationInput which snaps onto another object | ||||
| 
 | ||||
| ## Table of contents | ||||
| 
 | ||||
| 1. [matchpoint](#matchpoint) | ||||
| 
 | ||||
| - [Basic tags for this layer](#basic-tags-for-this-layer) | ||||
| - [Supported attributes](#supported-attributes) | ||||
| 
 | ||||
| 
 | ||||
| - This layer cannot be toggled in the filter view. 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` | ||||
| 
 | ||||
| [Go to the source code](../assets/layers/matchpoint/matchpoint.json) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Basic tags for this layer | ||||
| --------------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Elements must have the all of following tags to be shown on this layer: | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| Supported attributes | ||||
| ---------------------- | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| This document is autogenerated from assets/layers/matchpoint/matchpoint.json | ||||
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