Chore: housekeeping
This commit is contained in:
parent
ba5e0a7a19
commit
a338a82eeb
399 changed files with 994 additions and 139851 deletions
|
@ -1,88 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# address
|
|
||||||
|
|
||||||
Addresses
|
|
||||||
|
|
||||||
- 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)
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [housenumber](#housenumber)
|
|
||||||
- [street](#street)
|
|
||||||
- [fixme](#fixme)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [grb](https://mapcomplete.org/grb)
|
|
||||||
- [uk_addresses](https://mapcomplete.org/uk_addresses)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- addr:housenumber~.+
|
|
||||||
- addr:street~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22addr%3Ahousenumber%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22addr%3Astreet%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/addr:housenumber#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/addr%3Ahousenumber/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [addr:housenumber](https://wiki.openstreetmap.org/wiki/Key:addr:housenumber) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/addr:street#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/addr%3Astreet/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:addr:street%3D) [](https://wiki.openstreetmap.org/wiki/Tag:addr:street%3D) [](https://wiki.openstreetmap.org/wiki/Tag:addr:street%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fixme#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fixme/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:fixme%3D) |
|
|
||||||
|
|
||||||
### housenumber
|
|
||||||
|
|
||||||
The question is `What is the number of this house?`
|
|
||||||
*The house number is <b>{addr:housenumber}</b>* is shown if `addr:housenumber` is set
|
|
||||||
|
|
||||||
- *This building has no house number* is shown if 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>
|
|
||||||
|
|
||||||
### street
|
|
||||||
|
|
||||||
The question is `What street is this address located in?`
|
|
||||||
*This address is in street <b>{addr:street}</b>* is shown if `addr:street` is set
|
|
||||||
|
|
||||||
- *Located in <b>{_closest_street:0:name}</b>* is shown if with addr:street=
|
|
||||||
- *Located in <b>{_closest_street:1:name}</b>* is shown if with addr:street=
|
|
||||||
- *Located in <b>{_closest_street:2:name}</b>* is shown if with addr:street=
|
|
||||||
|
|
||||||
### fixme
|
|
||||||
|
|
||||||
The question is `What should be fixed here? Please explain`
|
|
||||||
*<b>Fixme description</b>{fixme}* is shown if `fixme` is set
|
|
||||||
|
|
||||||
- *No fixme - write something here to explain complicated cases* is shown if with fixme=
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/address/address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/address/address.json)
|
|
|
@ -1,194 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# advertising
|
|
||||||
|
|
||||||
We will complete data from advertising features with reference, operator and lit
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **15** and higher
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a billboard mounted to a wall` snaps to this layer (advertising.presets[1])
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a poster box mounted on a wall` snaps to this layer (advertising.presets[3])
|
|
||||||
- This layer will automatically load [shelter](./shelter.md) into the layout as it depends on it: preset `a poster box part of a public transport shelter` snaps to this layer (advertising.presets[4])
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a screen mounted on a wall` snaps to this layer (advertising.presets[9])
|
|
||||||
- This layer will automatically load [shelter](./shelter.md) into the layout as it depends on it: preset `a screen mounted on a transit shelter` snaps to this layer (advertising.presets[10])
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a tarp` snaps to this layer (advertising.presets[11])
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a sign` snaps to this layer (advertising.presets[13])
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a wall painting` snaps to this layer (advertising.presets[15])
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [type](#type)
|
|
||||||
- [animated](#animated)
|
|
||||||
- [luminous_or_lit_advertising](#luminous_or_lit_advertising)
|
|
||||||
- [operator](#operator)
|
|
||||||
- [message_type](#message_type)
|
|
||||||
- [Sides](#sides)
|
|
||||||
- [ref](#ref)
|
|
||||||
- [historic](#historic)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [advertising](https://mapcomplete.org/advertising)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a billboard** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a>
|
|
||||||
- **a billboard mounted to a wall** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a> (snaps to layers `walls_and_buildings`)
|
|
||||||
- **a freestanding poster box** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box' target='_blank'>poster_box</a>
|
|
||||||
- **a poster box mounted on a wall** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box' target='_blank'>poster_box</a> (snaps to layers `walls_and_buildings`)
|
|
||||||
- **a poster box part of a public transport shelter** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box' target='_blank'>poster_box</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dstreet_furniture:transit_shelter' target='_blank'>street_furniture:transit_shelter</a> (snaps to layers `shelter`)
|
|
||||||
- **a board** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard' target='_blank'>board</a>
|
|
||||||
- **a column** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dcolumn' target='_blank'>column</a>
|
|
||||||
- **a flag** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dflag' target='_blank'>flag</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:man_made' target='_blank'>man_made</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dpole' target='_blank'>pole</a>
|
|
||||||
- **a screen** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen' target='_blank'>screen</a>
|
|
||||||
- **a screen mounted on a wall** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen' target='_blank'>screen</a> (snaps to layers `walls_and_buildings`)
|
|
||||||
- **a screen mounted on a transit shelter** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen' target='_blank'>screen</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dstreet_furniture:transit_shelter' target='_blank'>street_furniture:transit_shelter</a> (snaps to layers `shelter`)
|
|
||||||
- **a tarp** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtarp' target='_blank'>tarp</a> (snaps to layers `walls_and_buildings`)
|
|
||||||
- **a totem** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtotem' target='_blank'>totem</a>
|
|
||||||
- **a sign** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsign' target='_blank'>sign</a> (snaps to layers `walls_and_buildings`)
|
|
||||||
- **a sculpture** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsculpture' target='_blank'>sculpture</a>
|
|
||||||
- **a wall painting** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dwall_painting' target='_blank'>wall_painting</a> (snaps to layers `walls_and_buildings`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. advertising~.+
|
|
||||||
1. advertising!=no
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22advertising%22%5D%5B%22advertising%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/advertising#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/advertising/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [advertising](https://wiki.openstreetmap.org/wiki/Key:advertising) | [string](../SpecialInputElements.md#string) | [billboard](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard) [board](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard) [column](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dcolumn) [flag](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dflag) [poster_box](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box) [screen](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsculpture) [sign](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsign) [tarp](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtarp) [totem](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtotem) [wall_painting](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dwall_painting) [tilework](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtilework) [relief](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Drelief) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/animated#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/animated/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [animated](https://wiki.openstreetmap.org/wiki/Key:animated) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:animated%3Dno) [digital_display](https://wiki.openstreetmap.org/wiki/Tag:animated%3Ddigital_display) [trivision_blades](https://wiki.openstreetmap.org/wiki/Tag:animated%3Dtrivision_blades) [winding_posters](https://wiki.openstreetmap.org/wiki/Tag:animated%3Dwinding_posters) [revolving](https://wiki.openstreetmap.org/wiki/Tag:animated%3Drevolving) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/sides#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/sides/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [sides](https://wiki.openstreetmap.org/wiki/Key:sides) | Multiple choice | [1](https://wiki.openstreetmap.org/wiki/Tag:sides%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:sides%3D2) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [advertising](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### type
|
|
||||||
|
|
||||||
The question is `Which type of advertising feature is this?`
|
|
||||||
*This is a {advertising}* is shown if `advertising` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/billboard.svg' style='width: 3rem; height: 3rem'> *This is a billboard* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/board.svg' style='width: 3rem; height: 3rem'> *This is a board* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard' target='_blank'>board</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/column.svg' style='width: 3rem; height: 3rem'> *This is a column* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dcolumn' target='_blank'>column</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/flag.svg' style='width: 3rem; height: 3rem'> *This is a flag* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dflag' target='_blank'>flag</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/poster_box.svg' style='width: 3rem; height: 3rem'> *This is a poster Box* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box' target='_blank'>poster_box</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/screen.svg' style='width: 3rem; height: 3rem'> *This is a screen* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen' target='_blank'>screen</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/sculpture.svg' style='width: 3rem; height: 3rem'> *This is a sculpture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsculpture' target='_blank'>sculpture</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/sign.svg' style='width: 3rem; height: 3rem'> *This is a sign* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsign' target='_blank'>sign</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/tarp.svg' style='width: 3rem; height: 3rem'> *This is a tarp (a weatherproof piece of textile with an advertising message)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtarp' target='_blank'>tarp</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/totem.svg' style='width: 3rem; height: 3rem'> *This is a totem* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtotem' target='_blank'>totem</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/wall_painting.svg' style='width: 3rem; height: 3rem'> *This is a wall painting* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dwall_painting' target='_blank'>wall_painting</a>
|
|
||||||
- *This is tilework - the advertisement is painted on tiles* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtilework' target='_blank'>tilework</a>
|
|
||||||
- *This is a relief* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Drelief' target='_blank'>relief</a>
|
|
||||||
|
|
||||||
### animated
|
|
||||||
|
|
||||||
The question is `Does this advertisement cycle through multiple messages?`
|
|
||||||
|
|
||||||
- *<b>Static</b>, always shows the same message* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Dno' target='_blank'>no</a>
|
|
||||||
- *This object has a built-in <b>digital display</b> to show prices or some other message* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Ddigital_display' target='_blank'>digital_display</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/trivision.svg' style='width: 3rem; height: 3rem'> *<b>Trivision</b> - the billboard consists of many triangular prisms which regularly rotate* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Dtrivision_blades' target='_blank'>trivision_blades</a>
|
|
||||||
- *<b>Scrolling</b> posters* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Dwinding_posters' target='_blank'>winding_posters</a>
|
|
||||||
- *<b>Rotates</b> on itself* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Drevolving' target='_blank'>revolving</a>
|
|
||||||
|
|
||||||
### luminous_or_lit_advertising
|
|
||||||
|
|
||||||
The question is `Is this object lit or does it emit light?`
|
|
||||||
|
|
||||||
- *This is a neon-tube light* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:luminous' target='_blank'>luminous</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:luminous%3Dneon' target='_blank'>neon</a>
|
|
||||||
- *This object both emits light and is lighted by an external light source* is shown if 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> & <a href='https://wiki.openstreetmap.org/wiki/Key:luminous' target='_blank'>luminous</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:luminous%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This object emits light* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:luminous' target='_blank'>luminous</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:luminous%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This object is lit externally, e.g. by a spotlight or other lights* is shown if 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 object does not emit light and is not lighted by externally* is shown if 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> & <a href='https://wiki.openstreetmap.org/wiki/Key:luminous' target='_blank'>luminous</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:luminous%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### operator
|
|
||||||
|
|
||||||
The question is `Who operates this feature?`
|
|
||||||
*Operated by {operator}* is shown if `operator` is set
|
|
||||||
|
|
||||||
### message_type
|
|
||||||
|
|
||||||
The question is `What kind of message is shown?`
|
|
||||||
|
|
||||||
- *Commercial message* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dcommercial' target='_blank'>commercial</a>. Unselecting this answer will add message=
|
|
||||||
- *Local information* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dlocal' target='_blank'>local</a>. Unselecting this answer will add message=
|
|
||||||
- *Security information* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dsafety' target='_blank'>safety</a>. Unselecting this answer will add message=
|
|
||||||
- *Electoral advertising* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dpolitical' target='_blank'>political</a>. Unselecting this answer will add message=
|
|
||||||
- *Information related to theatre, concerts, …* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dshowbiz' target='_blank'>showbiz</a>. Unselecting this answer will add message=
|
|
||||||
- *Message from non-profit organizations* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dnon_profit' target='_blank'>non_profit</a>. Unselecting this answer will add message=
|
|
||||||
- *To express your opinion* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dopinion' target='_blank'>opinion</a>. Unselecting this answer will add message=
|
|
||||||
- *Religious message* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dreligion' target='_blank'>religion</a>. Unselecting this answer will add message=
|
|
||||||
- *Funding sign* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dfunding' target='_blank'>funding</a>. Unselecting this answer will add message=
|
|
||||||
- *A map* is shown if with <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>. Unselecting this answer will add information=
|
|
||||||
|
|
||||||
### Sides
|
|
||||||
|
|
||||||
The question is `From how many sides you can watch advertisments?`
|
|
||||||
|
|
||||||
- *This object has advertisements on a single side* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:sides' target='_blank'>sides</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sides%3D1' target='_blank'>1</a>
|
|
||||||
- *This object has advertisements on both sides* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:sides' target='_blank'>sides</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sides%3D2' target='_blank'>2</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: _referencing_ways= & (<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box' target='_blank'>poster_box</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen' target='_blank'>screen</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a>)
|
|
||||||
|
|
||||||
### ref
|
|
||||||
|
|
||||||
The question is `Wich is the reference number?`
|
|
||||||
*Reference number is {ref}* is shown if `ref` is set
|
|
||||||
|
|
||||||
### historic
|
|
||||||
|
|
||||||
The question is `Is this sign for a business that no longer exists or no longer being maintained?`
|
|
||||||
|
|
||||||
- *This is a historic advertisement sign (an advertisement for a business that no longer exists or a very old sign with heritage value)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising' target='_blank'>advertising</a>
|
|
||||||
- *This advertisement sign has no historic value (the business still exists and has no heritage value)* is shown if with historic=
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/advertising/advertising.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/advertising/advertising.json)
|
|
|
@ -1,165 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# advertising_wall_paintings
|
|
||||||
|
|
||||||
This layer is based on [advertising](../Layers/advertising.md)
|
|
||||||
|
|
||||||
We will complete data from advertising features with reference, operator and lit
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **18** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [type](#type)
|
|
||||||
- [animated](#animated)
|
|
||||||
- [luminous_or_lit_advertising](#luminous_or_lit_advertising)
|
|
||||||
- [operator](#operator)
|
|
||||||
- [message_type](#message_type)
|
|
||||||
- [Sides](#sides)
|
|
||||||
- [ref](#ref)
|
|
||||||
- [historic](#historic)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [ghostsigns](https://mapcomplete.org/ghostsigns)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. advertising~.+
|
|
||||||
1. advertising!=no
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22advertising%22%5D%5B%22advertising%22!%3D%22no%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/advertising#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/advertising/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [advertising](https://wiki.openstreetmap.org/wiki/Key:advertising) | [string](../SpecialInputElements.md#string) | [billboard](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard) [board](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard) [column](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dcolumn) [flag](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dflag) [poster_box](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box) [screen](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsculpture) [sign](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsign) [tarp](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtarp) [totem](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtotem) [wall_painting](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dwall_painting) [tilework](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtilework) [relief](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Drelief) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/animated#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/animated/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [animated](https://wiki.openstreetmap.org/wiki/Key:animated) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:animated%3Dno) [digital_display](https://wiki.openstreetmap.org/wiki/Tag:animated%3Ddigital_display) [trivision_blades](https://wiki.openstreetmap.org/wiki/Tag:animated%3Dtrivision_blades) [winding_posters](https://wiki.openstreetmap.org/wiki/Tag:animated%3Dwinding_posters) [revolving](https://wiki.openstreetmap.org/wiki/Tag:animated%3Drevolving) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/sides#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/sides/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [sides](https://wiki.openstreetmap.org/wiki/Key:sides) | Multiple choice | [1](https://wiki.openstreetmap.org/wiki/Tag:sides%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:sides%3D2) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [advertising](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### type
|
|
||||||
|
|
||||||
The question is `Which type of advertising feature is this?`
|
|
||||||
*This is a {advertising}* is shown if `advertising` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/billboard.svg' style='width: 3rem; height: 3rem'> *This is a billboard* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/board.svg' style='width: 3rem; height: 3rem'> *This is a board* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard' target='_blank'>board</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/column.svg' style='width: 3rem; height: 3rem'> *This is a column* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dcolumn' target='_blank'>column</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/flag.svg' style='width: 3rem; height: 3rem'> *This is a flag* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dflag' target='_blank'>flag</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/poster_box.svg' style='width: 3rem; height: 3rem'> *This is a poster Box* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box' target='_blank'>poster_box</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/screen.svg' style='width: 3rem; height: 3rem'> *This is a screen* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen' target='_blank'>screen</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/sculpture.svg' style='width: 3rem; height: 3rem'> *This is a sculpture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsculpture' target='_blank'>sculpture</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/sign.svg' style='width: 3rem; height: 3rem'> *This is a sign* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsign' target='_blank'>sign</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/tarp.svg' style='width: 3rem; height: 3rem'> *This is a tarp (a weatherproof piece of textile with an advertising message)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtarp' target='_blank'>tarp</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/totem.svg' style='width: 3rem; height: 3rem'> *This is a totem* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtotem' target='_blank'>totem</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/wall_painting.svg' style='width: 3rem; height: 3rem'> *This is a wall painting* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dwall_painting' target='_blank'>wall_painting</a>
|
|
||||||
- *This is tilework - the advertisement is painted on tiles* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtilework' target='_blank'>tilework</a>
|
|
||||||
- *This is a relief* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Drelief' target='_blank'>relief</a>
|
|
||||||
|
|
||||||
### animated
|
|
||||||
|
|
||||||
The question is `Does this advertisement cycle through multiple messages?`
|
|
||||||
|
|
||||||
- *<b>Static</b>, always shows the same message* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Dno' target='_blank'>no</a>
|
|
||||||
- *This object has a built-in <b>digital display</b> to show prices or some other message* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Ddigital_display' target='_blank'>digital_display</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/trivision.svg' style='width: 3rem; height: 3rem'> *<b>Trivision</b> - the billboard consists of many triangular prisms which regularly rotate* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Dtrivision_blades' target='_blank'>trivision_blades</a>
|
|
||||||
- *<b>Scrolling</b> posters* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Dwinding_posters' target='_blank'>winding_posters</a>
|
|
||||||
- *<b>Rotates</b> on itself* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animated' target='_blank'>animated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animated%3Drevolving' target='_blank'>revolving</a>
|
|
||||||
|
|
||||||
### luminous_or_lit_advertising
|
|
||||||
|
|
||||||
The question is `Is this object lit or does it emit light?`
|
|
||||||
|
|
||||||
- *This is a neon-tube light* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:luminous' target='_blank'>luminous</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:luminous%3Dneon' target='_blank'>neon</a>
|
|
||||||
- *This object both emits light and is lighted by an external light source* is shown if 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> & <a href='https://wiki.openstreetmap.org/wiki/Key:luminous' target='_blank'>luminous</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:luminous%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This object emits light* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:luminous' target='_blank'>luminous</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:luminous%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This object is lit externally, e.g. by a spotlight or other lights* is shown if 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 object does not emit light and is not lighted by externally* is shown if 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> & <a href='https://wiki.openstreetmap.org/wiki/Key:luminous' target='_blank'>luminous</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:luminous%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### operator
|
|
||||||
|
|
||||||
The question is `Who operates this feature?`
|
|
||||||
*Operated by {operator}* is shown if `operator` is set
|
|
||||||
|
|
||||||
### message_type
|
|
||||||
|
|
||||||
The question is `What kind of message is shown?`
|
|
||||||
|
|
||||||
- *Commercial message* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dcommercial' target='_blank'>commercial</a>. Unselecting this answer will add message=
|
|
||||||
- *Local information* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dlocal' target='_blank'>local</a>. Unselecting this answer will add message=
|
|
||||||
- *Security information* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dsafety' target='_blank'>safety</a>. Unselecting this answer will add message=
|
|
||||||
- *Electoral advertising* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dpolitical' target='_blank'>political</a>. Unselecting this answer will add message=
|
|
||||||
- *Information related to theatre, concerts, …* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dshowbiz' target='_blank'>showbiz</a>. Unselecting this answer will add message=
|
|
||||||
- *Message from non-profit organizations* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dnon_profit' target='_blank'>non_profit</a>. Unselecting this answer will add message=
|
|
||||||
- *To express your opinion* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dopinion' target='_blank'>opinion</a>. Unselecting this answer will add message=
|
|
||||||
- *Religious message* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dreligion' target='_blank'>religion</a>. Unselecting this answer will add message=
|
|
||||||
- *Funding sign* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:message' target='_blank'>message</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:message%3Dfunding' target='_blank'>funding</a>. Unselecting this answer will add message=
|
|
||||||
- *A map* is shown if with <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>. Unselecting this answer will add information=
|
|
||||||
|
|
||||||
### Sides
|
|
||||||
|
|
||||||
The question is `From how many sides you can watch advertisments?`
|
|
||||||
|
|
||||||
- *This object has advertisements on a single side* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:sides' target='_blank'>sides</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sides%3D1' target='_blank'>1</a>
|
|
||||||
- *This object has advertisements on both sides* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:sides' target='_blank'>sides</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sides%3D2' target='_blank'>2</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: _referencing_ways= & (<a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box' target='_blank'>poster_box</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen' target='_blank'>screen</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a>)
|
|
||||||
|
|
||||||
### ref
|
|
||||||
|
|
||||||
The question is `Wich is the reference number?`
|
|
||||||
*Reference number is {ref}* is shown if `ref` is set
|
|
||||||
|
|
||||||
### historic
|
|
||||||
|
|
||||||
The question is `Is this sign for a business that no longer exists or no longer being maintained?`
|
|
||||||
|
|
||||||
- *This is a historic advertisement sign (an advertisement for a business that no longer exists or a very old sign with heritage value)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising' target='_blank'>advertising</a>
|
|
||||||
- *This advertisement sign has no historic value (the business still exists and has no heritage value)* is shown if with historic=
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/ghostsigns/ghostsigns.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/ghostsigns/ghostsigns.json)
|
|
|
@ -1,124 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# aerialway
|
|
||||||
|
|
||||||
Various forms of transport for passengers and goods that use wires, including cable cars, gondolas, chair lifts, drag lifts, and zip lines.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **11** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [type](#type)
|
|
||||||
- [duration](#duration)
|
|
||||||
- [occupancy](#occupancy)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [oneway](#oneway)
|
|
||||||
- [length](#length)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [ski](https://mapcomplete.org/ski)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. aerialway~.+
|
|
||||||
1. aerialway!=pylon
|
|
||||||
2. aerialway!=station
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22aerialway%22%5D%5B%22aerialway%22!%3D%22pylon%22%5D%5B%22aerialway%22!%3D%22station%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/aerialway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/aerialway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [aerialway](https://wiki.openstreetmap.org/wiki/Key:aerialway) | Multiple choice | [cable_car](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dcable_car) [gondola](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dgondola) [chair_lift](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dchair_lift) [mixed](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dmixed) [t-bar](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dt-bar) [j-bar](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dj-bar) [platter](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dplatter) [rope_tow](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Drope_tow) [magic_carpet](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dmagic_carpet) [zip_line](https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dzip_line) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/duration#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/duration/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [duration](https://wiki.openstreetmap.org/wiki/Key:duration) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/aerialway:occupancy#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/aerialway%3Aoccupancy/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [aerialway:occupancy](https://wiki.openstreetmap.org/wiki/Key:aerialway:occupancy) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/oneway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/oneway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [oneway](https://wiki.openstreetmap.org/wiki/Key:oneway) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:oneway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:oneway%3Dno) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### type
|
|
||||||
|
|
||||||
The question is `What type of aerialway is this?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/aerialway/cable_car.svg' style='width: 3rem; height: 3rem'> *This is a cable car where the car goes up and down again on the same cable.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dcable_car' target='_blank'>cable_car</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/aerialway/gondola_lift.svg' style='width: 3rem; height: 3rem'> *This is a gondola where the cars go around in continuous circles* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dgondola' target='_blank'>gondola</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/aerialway/chair_lift.svg' style='width: 3rem; height: 3rem'> *An open chairlift with seats to sit on and open to the outside air.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dchair_lift' target='_blank'>chair_lift</a>
|
|
||||||
- *An aerialway which has both chairs and gondolas in the same continuous track* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dmixed' target='_blank'>mixed</a>
|
|
||||||
- *A drag lift* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Ddrag_lift' target='_blank'>drag_lift</a>. _This option cannot be chosen as answer_
|
|
||||||
- *A drag lift with T-shaped carriers for two passengers at a time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dt-bar' target='_blank'>t-bar</a>
|
|
||||||
- *A drag lift with L-shaped bars for a single passenger at a time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dj-bar' target='_blank'>j-bar</a>
|
|
||||||
- *A drag lift with a platter to drag a single passenger at a time* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dplatter' target='_blank'>platter</a>
|
|
||||||
- *A tow line which which drags skieers* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Drope_tow' target='_blank'>rope_tow</a>
|
|
||||||
- *A magic carpet (a conveyor belt on the ground)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dmagic_carpet' target='_blank'>magic_carpet</a>
|
|
||||||
- *A zip line. (A touristical attraction where adventurous people go down at high speeds) * is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:aerialway' target='_blank'>aerialway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:aerialway%3Dzip_line' target='_blank'>zip_line</a>
|
|
||||||
|
|
||||||
### duration
|
|
||||||
|
|
||||||
The question is `How long takes a single journey with this elevator?`
|
|
||||||
*A single journey takes {duration} minutes* is shown if `duration` is set
|
|
||||||
|
|
||||||
### occupancy
|
|
||||||
|
|
||||||
The question is `How many people fit a single carriage?`
|
|
||||||
*{aerialway:occupancy} people fit a single carriage* is shown if `aerialway:occupancy` is set
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### oneway
|
|
||||||
|
|
||||||
The question is `In what direction can this aerialway be taken?`
|
|
||||||
|
|
||||||
- *This aerialway can only be taken to the top* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:oneway' target='_blank'>oneway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:oneway%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This aerialway can be taken in both directions* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:oneway' target='_blank'>oneway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:oneway%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### length
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*This aerialway is {_length:km} kilometer long*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/aerialway/aerialway.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/aerialway/aerialway.json)
|
|
|
@ -1,74 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# all_streets
|
|
||||||
|
|
||||||
- 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`
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [lit](#lit)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [split_button](#split_button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [street_lighting](https://mapcomplete.org/street_lighting)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. highway~.+
|
|
||||||
1. highway!=platform
|
|
||||||
2. service!=driveway
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22highway%22%5D%5B%22highway%22!%3D%22platform%22%5D%5B%22service%22!%3D%22driveway%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/lit#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/lit/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### lit
|
|
||||||
|
|
||||||
The question is `Is this street lit?`
|
|
||||||
|
|
||||||
- *This street is lit* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### split_button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{split_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting/street_lighting.json)
|
|
|
@ -1,343 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# all_vending_machine
|
|
||||||
|
|
||||||
This layer is based on [vending_machine](../Layers/vending_machine.md)
|
|
||||||
|
|
||||||
Layer showing vending machines
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **18** and higher
|
|
||||||
- Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [vending](#vending)
|
|
||||||
- [bicycle_tube_vending_machine-brand](#bicycle_tube_vending_machine-brand)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [payment-options-split](#payment-options-split)
|
|
||||||
- [denominations-coins](#denominations-coins)
|
|
||||||
- [denominations-notes](#denominations-notes)
|
|
||||||
- [operator](#operator)
|
|
||||||
- [indoor](#indoor)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [website](#website)
|
|
||||||
- [charge_bicycle_tube](#charge_bicycle_tube)
|
|
||||||
- [charge_bicycle_light](#charge_bicycle_light)
|
|
||||||
- [charge_condom](#charge_condom)
|
|
||||||
- [operational_status](#operational_status)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [vending_machine](https://mapcomplete.org/vending_machine)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dvending_machine' target='_blank'>vending_machine</a>
|
|
||||||
1. vending!~^((parking_tickets|elongated_coin|public_transport_tickets))$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22vending_machine%22%5D%5B%22vending%22!~%22%5E%28%28parking_tickets%7Celongated_coin%7Cpublic_transport_tickets%29%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/vending#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/vending/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [vending](https://wiki.openstreetmap.org/wiki/Key:vending) | [string](../SpecialInputElements.md#string) | [drinks](https://wiki.openstreetmap.org/wiki/Tag:vending%3Ddrinks) [sweets](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dsweets) [food](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dfood) [cigarettes](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcigarettes) [condoms](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcondoms) [coffee](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcoffee) [water](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dwater) [newspapers](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dnewspapers) [bicycle_tube](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_tube) [milk](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dmilk) [bread](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbread) [eggs](https://wiki.openstreetmap.org/wiki/Tag:vending%3Deggs) [ice_cream](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dice_cream) [cheese](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcheese) [honey](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dhoney) [potatoes](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dpotatoes) [meat](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dmeat) [fruit](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dfruit) [strawberries](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dstrawberries) [flowers](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dflowers) [parking_tickets](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dparking_tickets) [elongated_coin](https://wiki.openstreetmap.org/wiki/Tag:vending%3Delongated_coin) [public_transport_tickets](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dpublic_transport_tickets) [bicycle_light](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_light) [gloves](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dgloves) [bicycle_repair_kit](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_repair_kit) [bicycle_pump](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_pump) [bicycle_lock](https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_lock) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/brand#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/brand/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [string](../SpecialInputElements.md#string) | [Continental](https://wiki.openstreetmap.org/wiki/Tag:brand%3DContinental) [Schwalbe](https://wiki.openstreetmap.org/wiki/Tag:brand%3DSchwalbe) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/payment:coins:denominations#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/payment%3Acoins%3Adenominations/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [payment:coins:denominations](https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations) | Multiple choice | [0.01 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.01 EUR) [0.02 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.02 EUR) [0.05 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 EUR) [0.10 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 EUR) [0.20 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 EUR) [0.50 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 EUR) [1 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 EUR) [2 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 EUR) [0.05 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 CHF) [0.10 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 CHF) [0.20 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 CHF) [0.50 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 CHF) [1 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 CHF) [2 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 CHF) [5 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D5 CHF) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/payment:notes:denominations#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/payment%3Anotes%3Adenominations/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [payment:notes:denominations](https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations) | Multiple choice | [5 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D5 EUR) [10 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D10 EUR) [20 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D20 EUR) [50 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D50 EUR) [100 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D100 EUR) [200 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D200 EUR) [500 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D500 EUR) [10 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D10 CHF) [20 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D20 CHF) [50 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D50 CHF) [100 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D100 CHF) [200 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D200 CHF) [1000 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D1000 CHF) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/indoor#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/indoor/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [indoor](https://wiki.openstreetmap.org/wiki/Key:indoor) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operational_status#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operational_status/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3D) [broken](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken) [closed](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### vending
|
|
||||||
|
|
||||||
The question is `What does this vending machine sell?`
|
|
||||||
*This vending machine sells {vending}* is shown if `vending` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/temaki-bottles.svg' style='width: 3rem; height: 3rem'> *Drinks are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Ddrinks' target='_blank'>drinks</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/maki-confectionery.svg' style='width: 3rem; height: 3rem'> *Sweets are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dsweets' target='_blank'>sweets</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/utensils.svg' style='width: 3rem; height: 3rem'> *Food is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dfood' target='_blank'>food</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/smoking.svg' style='width: 3rem; height: 3rem'> *Cigarettes are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcigarettes' target='_blank'>cigarettes</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/condom.svg' style='width: 3rem; height: 3rem'> *Condoms are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcondoms' target='_blank'>condoms</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/mug-saucer.svg' style='width: 3rem; height: 3rem'> *Coffee is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcoffee' target='_blank'>coffee</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/temaki-water_bottle.svg' style='width: 3rem; height: 3rem'> *Drinking water is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dwater' target='_blank'>water</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/fas-newspaper.svg' style='width: 3rem; height: 3rem'> *Newspapers are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dnewspapers' target='_blank'>newspapers</a>
|
|
||||||
- *Bicycle inner tubes are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_tube' target='_blank'>bicycle_tube</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/cow.svg' style='width: 3rem; height: 3rem'> *Milk is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dmilk' target='_blank'>milk</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/maki-bakery.svg' style='width: 3rem; height: 3rem'> *Bread is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbread' target='_blank'>bread</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/egg.svg' style='width: 3rem; height: 3rem'> *Eggs are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Deggs' target='_blank'>eggs</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/ice_cream/ice_cream.svg' style='width: 3rem; height: 3rem'> *Ice cream is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dice_cream' target='_blank'>ice_cream</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/fas-cheese.svg' style='width: 3rem; height: 3rem'> *Cheese is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dcheese' target='_blank'>cheese</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/honey.svg' style='width: 3rem; height: 3rem'> *Honey is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dhoney' target='_blank'>honey</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/potato.svg' style='width: 3rem; height: 3rem'> *Potatoes are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dpotatoes' target='_blank'>potatoes</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/temaki-meat.svg' style='width: 3rem; height: 3rem'> *Meat is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dmeat' target='_blank'>meat</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/fruits.svg' style='width: 3rem; height: 3rem'> *Fruit is sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dfruit' target='_blank'>fruit</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/vending_machine/strawberry.svg' style='width: 3rem; height: 3rem'> *Strawberries are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dstrawberries' target='_blank'>strawberries</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/id_presets/maki-florist.svg' style='width: 3rem; height: 3rem'> *Flowers are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dflowers' target='_blank'>flowers</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/parking_ticket_machine/parking_tickets.svg' style='width: 3rem; height: 3rem'> *Parking tickets are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dparking_tickets' target='_blank'>parking_tickets</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/elongated_coin/penny.svg' style='width: 3rem; height: 3rem'> *Pressed pennies are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Delongated_coin' target='_blank'>elongated_coin</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/stations/public_transport_tickets.svg' style='width: 3rem; height: 3rem'> *Public transport tickets are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dpublic_transport_tickets' target='_blank'>public_transport_tickets</a>
|
|
||||||
- *Bicycle lights are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_light' target='_blank'>bicycle_light</a>
|
|
||||||
- *Gloves are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dgloves' target='_blank'>gloves</a>
|
|
||||||
- *Bicycle repair kits are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_repair_kit' target='_blank'>bicycle_repair_kit</a>
|
|
||||||
- *Bicycle pumps are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_pump' target='_blank'>bicycle_pump</a>
|
|
||||||
- *Bicycle locks are sold* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Dbicycle_lock' target='_blank'>bicycle_lock</a>
|
|
||||||
|
|
||||||
### bicycle_tube_vending_machine-brand
|
|
||||||
|
|
||||||
The question is `Which brand of tubes are sold here?`
|
|
||||||
*{brand} tubes are sold here* is shown if `brand` is set
|
|
||||||
|
|
||||||
- *Continental tubes are sold here* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### payment-options-split
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>. _This option cannot be chosen as answer_. Unselecting this answer will add payment:cash=
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>. _This option cannot be chosen as answer_. Unselecting this answer will add payment:cards=
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/coins.svg' style='width: 3rem; height: 3rem'> *Coins are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/notes.svg' style='width: 3rem; height: 3rem'> *Bank notes are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Debit cards are accepted here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards' target='_blank'>payment:debit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards' target='_blank'>payment:debit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Credit cards are accepted here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### denominations-coins
|
|
||||||
|
|
||||||
The question is `What coins can you use to pay here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/1cent.svg' style='width: 3rem; height: 3rem'> *1 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.01 EUR' target='_blank'>0.01 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/2cent.svg' style='width: 3rem; height: 3rem'> *2 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.02 EUR' target='_blank'>0.02 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/5cent.svg' style='width: 3rem; height: 3rem'> *5 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 EUR' target='_blank'>0.05 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/10cent.svg' style='width: 3rem; height: 3rem'> *10 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 EUR' target='_blank'>0.10 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/20cent.svg' style='width: 3rem; height: 3rem'> *20 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 EUR' target='_blank'>0.20 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/50cent.svg' style='width: 3rem; height: 3rem'> *50 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 EUR' target='_blank'>0.50 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/1euro.svg' style='width: 3rem; height: 3rem'> *1 euro coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 EUR' target='_blank'>1 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/2euro.svg' style='width: 3rem; height: 3rem'> *2 euro coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 EUR' target='_blank'>2 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/5rp-2019-800px.png' style='width: 3rem; height: 3rem'> *5 centimes coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 CHF' target='_blank'>0.05 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/10rp-2019-800px.png' style='width: 3rem; height: 3rem'> *10 centimes coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 CHF' target='_blank'>0.10 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/20rp-2019-800px.png' style='width: 3rem; height: 3rem'> *20 centimes coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 CHF' target='_blank'>0.20 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/50rp-2019-800px.png' style='width: 3rem; height: 3rem'> *½ franc coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 CHF' target='_blank'>0.50 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/1fr-2019-800px.png' style='width: 3rem; height: 3rem'> *1 franc coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 CHF' target='_blank'>1 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/2fr-2019-800px.png' style='width: 3rem; height: 3rem'> *2 francs coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 CHF' target='_blank'>2 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/5fr-2019-800px.png' style='width: 3rem; height: 3rem'> *5 francs coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D5 CHF' target='_blank'>5 CHF</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: (<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> | <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>) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$)
|
|
||||||
|
|
||||||
### denominations-notes
|
|
||||||
|
|
||||||
The question is `what notes can you use to pay here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/5euro.svg' style='width: 3rem; height: 3rem'> *5 euro notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D5 EUR' target='_blank'>5 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/10euro.svg' style='width: 3rem; height: 3rem'> *10 euro notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D10 EUR' target='_blank'>10 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/20euro.svg' style='width: 3rem; height: 3rem'> *20 euro notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D20 EUR' target='_blank'>20 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/50euro.svg' style='width: 3rem; height: 3rem'> *50 euro notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D50 EUR' target='_blank'>50 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/100euro.svg' style='width: 3rem; height: 3rem'> *100 euro notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D100 EUR' target='_blank'>100 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/200euro.svg' style='width: 3rem; height: 3rem'> *200 euro notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D200 EUR' target='_blank'>200 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/500euro.svg' style='width: 3rem; height: 3rem'> *500 euro notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D500 EUR' target='_blank'>500 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/10chf.svg' style='width: 3rem; height: 3rem'> *10 francs notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D10 CHF' target='_blank'>10 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/20chf.svg' style='width: 3rem; height: 3rem'> *20 francs notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D20 CHF' target='_blank'>20 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/50chf.svg' style='width: 3rem; height: 3rem'> *50 francs notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D50 CHF' target='_blank'>50 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/100chf.svg' style='width: 3rem; height: 3rem'> *100 francs notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D100 CHF' target='_blank'>100 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/200chf.svg' style='width: 3rem; height: 3rem'> *200 francs notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D200 CHF' target='_blank'>200 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/1000chf.svg' style='width: 3rem; height: 3rem'> *1000 francs notes are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:notes:denominations' target='_blank'>payment:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:notes:denominations%3D1000 CHF' target='_blank'>1000 CHF</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: (<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> | <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>) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$)
|
|
||||||
|
|
||||||
### operator
|
|
||||||
|
|
||||||
The question is `Who operates this vending machine?`
|
|
||||||
*This vending machine is operated by {operator}* is shown if `operator` is set
|
|
||||||
|
|
||||||
### indoor
|
|
||||||
|
|
||||||
The question is `Is this vending machine indoors?`
|
|
||||||
|
|
||||||
- *This vending machine is outdoors* is shown if with indoor=. _This option cannot be chosen as answer_
|
|
||||||
- *This vending machine is indoors* is shown if 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 vending machine is outdoors* is shown if 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>
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of the operator of this vending machine?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### charge_bicycle_tube
|
|
||||||
|
|
||||||
The question is `How much does a a bicycle tube cost?`
|
|
||||||
*a bicycle tube costs {charge:bicycle_tube}* is shown if `charge` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_tube.*)$
|
|
||||||
|
|
||||||
### charge_bicycle_light
|
|
||||||
|
|
||||||
The question is `How much does a bicycle light cost?`
|
|
||||||
*bicycle light costs {charge:bicycle_light}* is shown if `charge` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*bicycle_light.*)$
|
|
||||||
|
|
||||||
### charge_condom
|
|
||||||
|
|
||||||
The question is `How much does a a condom cost?`
|
|
||||||
*a condom costs {charge:condom}* is shown if `charge` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: vending~^(.*condom.*)$
|
|
||||||
|
|
||||||
### operational_status
|
|
||||||
|
|
||||||
The question is `Is this vending machine still operational?`
|
|
||||||
|
|
||||||
- *This vending machine works* is shown if with operational_status=
|
|
||||||
- *This vending machine is broken* is shown if 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* is shown if 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>
|
|
||||||
- *The operational status is <i>{operational_status}</i>* is shown if with operational_status~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vending.0 | *All vending machines* (default) | |
|
|
||||||
| vending.1 | Sale of drinks | vending~^(.*drinks.*)$ |
|
|
||||||
| vending.2 | Sale of sweets | vending~^(.*sweets.*)$ |
|
|
||||||
| vending.3 | Sale of food | vending~^(.*food.*)$ |
|
|
||||||
| vending.4 | Sale of cigarettes | vending~^(.*cigarettes.*)$ |
|
|
||||||
| vending.5 | Sale of condoms | vending~^(.*condoms.*)$ |
|
|
||||||
| vending.6 | Sale of coffee | vending~^(.*coffee.*)$ |
|
|
||||||
| vending.7 | Sale of water | vending~^(.*water.*)$ |
|
|
||||||
| vending.8 | Sale of newspapers | vending~^(.*newspapers.*)$ |
|
|
||||||
| vending.9 | Sale of bicycle inner tubes | vending~^(.*bicycle_tube.*)$ |
|
|
||||||
| vending.10 | Sale of milk | vending~^(.*milk.*)$ |
|
|
||||||
| vending.11 | Sale of bread | vending~^(.*bread.*)$ |
|
|
||||||
| vending.12 | Sale of eggs | vending~^(.*eggs.*)$ |
|
|
||||||
| vending.13 | Sale of ice cream | vending~^(.*ice_cream.*)$ |
|
|
||||||
| vending.14 | Sale of cheese | vending~^(.*cheese.*)$ |
|
|
||||||
| vending.15 | Sale of honey | vending~^(.*honey.*)$ |
|
|
||||||
| vending.16 | Sale of potatoes | vending~^(.*potatoes.*)$ |
|
|
||||||
| vending.17 | Sale of meat | vending~^(.*meat.*)$ |
|
|
||||||
| vending.18 | Sale of fruit | vending~^(.*fruit.*)$ |
|
|
||||||
| vending.19 | Sale of strawberries | vending~^(.*strawberries.*)$ |
|
|
||||||
| vending.20 | Sale of flowers | vending~^(.*flowers.*)$ |
|
|
||||||
| vending.21 | Sale of parking tickets | vending~^(.*parking_tickets.*)$ |
|
|
||||||
| vending.22 | Sale of pressed pennies | vending=elongated_coin |
|
|
||||||
| vending.23 | Sale of public transport tickets | vending~^(.*public_transport_tickets.*)$ |
|
|
||||||
| vending.24 | Sale of bicycle lights | vending=bicycle_light |
|
|
||||||
| vending.25 | Sale of gloves | vending=gloves |
|
|
||||||
| vending.26 | Sale of bicycle repair kits | vending=bicycle_repair_kit |
|
|
||||||
| vending.27 | Sale of bicycle pumps | vending=bicycle_pump |
|
|
||||||
| vending.28 | Sale of bicycle locks | vending=bicycle_lock |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/vending_machine/vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/vending_machine/vending_machine.json)
|
|
|
@ -1,109 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# ambulancestation
|
|
||||||
|
|
||||||
An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [ambulance-name](#ambulance-name)
|
|
||||||
- [ambulance-street](#ambulance-street)
|
|
||||||
- [ambulance-place](#ambulance-place)
|
|
||||||
- [ambulance-agency](#ambulance-agency)
|
|
||||||
- [ambulance-operator-type](#ambulance-operator-type)
|
|
||||||
- [images](#images)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [disaster_response](https://mapcomplete.org/disaster_response)
|
|
||||||
- [hailhydrant](https://mapcomplete.org/hailhydrant)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an ambulance station** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22emergency%22%3D%22ambulance_station%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/addr:street#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/addr%3Astreet/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/addr:place#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/addr%3Aplace/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [addr:place](https://wiki.openstreetmap.org/wiki/Key:addr:place) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator:type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator%3Atype/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator:type](https://wiki.openstreetmap.org/wiki/Key:operator:type) | [string](../SpecialInputElements.md#string) | [government](https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment) [community](https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity) [ngo](https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dngo) [private](https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dprivate) |
|
|
||||||
|
|
||||||
### ambulance-name
|
|
||||||
|
|
||||||
The question is `What is the name of this ambulance station?`
|
|
||||||
*This station is called {name}.* is shown if `name` is set
|
|
||||||
|
|
||||||
### ambulance-street
|
|
||||||
|
|
||||||
The question is `What is the street name where the station located?`
|
|
||||||
*This station is along a highway called {addr:street}.* is shown if `addr:street` is set
|
|
||||||
|
|
||||||
### ambulance-place
|
|
||||||
|
|
||||||
The question is `Where is the station located? (e.g. name of neighborhood, villlage, or town)`
|
|
||||||
*This station is found within {addr:place}.* is shown if `addr:place` is set
|
|
||||||
|
|
||||||
### ambulance-agency
|
|
||||||
|
|
||||||
The question is `What agency operates this station?`
|
|
||||||
*This station is operated by {operator}.* is shown if `operator` is set
|
|
||||||
|
|
||||||
### ambulance-operator-type
|
|
||||||
|
|
||||||
The question is `How is the station operator classified?`
|
|
||||||
*The operator is a(n) {operator:type} entity.* is shown if `operator:type` is set
|
|
||||||
|
|
||||||
- *The station is operated by the government.* is shown if 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.* is shown if 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.* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/ambulancestation/ambulancestation.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ambulancestation/ambulancestation.json)
|
|
|
@ -1,167 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# animal_shelter
|
|
||||||
|
|
||||||
An animal shelter is a facility where animals in trouble are brought and facility's staff (volunteers or not) feeds them and cares of them, rehabilitating and healing them if necessary. This definition includes kennels for abandoned dogs, catteries for abandoned cats, shelters for other abandoned pets and wildlife recovery centres.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **0** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [2](#2)
|
|
||||||
- [website](#website)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [6](#6)
|
|
||||||
- [opening_hours_by_appointment](#opening_hours_by_appointment)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [boarded_animals](#boarded_animals)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [pets](https://mapcomplete.org/pets)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an animal shelter** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Danimal_shelter' target='_blank'>animal_shelter</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Danimal_shelter' target='_blank'>animal_shelter</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22animal_shelter%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/purpose#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/purpose/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [purpose](https://wiki.openstreetmap.org/wiki/Key:purpose) | Multiple choice | [adoption](https://wiki.openstreetmap.org/wiki/Tag:purpose%3Dadoption) [sanctuary](https://wiki.openstreetmap.org/wiki/Tag:purpose%3Dsanctuary) [release](https://wiki.openstreetmap.org/wiki/Tag:purpose%3Drelease) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | ["by appointment"](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment") |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/animal_shelter#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/animal_shelter/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [animal_shelter](https://wiki.openstreetmap.org/wiki/Key:animal_shelter) | [string](../SpecialInputElements.md#string) | [dog](https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Ddog) [cat](https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Dcat) [horse](https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Dhorse) [bird](https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Dbird) [wildlife](https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Dwildlife) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### 2
|
|
||||||
|
|
||||||
The question is `What is the name of this animal shelter?`
|
|
||||||
*This animal shelter is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### 6
|
|
||||||
|
|
||||||
The question is `What is the purpose of the animal shelter?`
|
|
||||||
|
|
||||||
- *Animals are kept here until adopted by a new owner* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:purpose' target='_blank'>purpose</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:purpose%3Dadoption' target='_blank'>adoption</a>
|
|
||||||
- *Animals are taken care of for the rest of their lives* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:purpose' target='_blank'>purpose</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:purpose%3Dsanctuary' target='_blank'>sanctuary</a>
|
|
||||||
- *Injured animals are rehabilitated here until they can be released in nature again * is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:purpose' target='_blank'>purpose</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:purpose%3Drelease' target='_blank'>release</a>
|
|
||||||
|
|
||||||
### opening_hours_by_appointment
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Only by appointment* is shown if 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%3D"by appointment"' target='_blank'>"by appointment"</a>
|
|
||||||
- *Only by appointment* is shown if with opening_hours~^("by appointment"|by appointment)$. _This option cannot be chosen as answer_
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### boarded_animals
|
|
||||||
|
|
||||||
The question is `Which animals are accepted here?`
|
|
||||||
*{animal_shelter} is kept here* is shown if `animal_shelter` is set
|
|
||||||
|
|
||||||
- *Dogs are kept here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animal_shelter' target='_blank'>animal_shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Ddog' target='_blank'>dog</a>
|
|
||||||
- *Cats are kept here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animal_shelter' target='_blank'>animal_shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Dcat' target='_blank'>cat</a>
|
|
||||||
- *Horses are kept here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animal_shelter' target='_blank'>animal_shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Dhorse' target='_blank'>horse</a>
|
|
||||||
- *Birds are kept here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animal_shelter' target='_blank'>animal_shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Dbird' target='_blank'>bird</a>
|
|
||||||
- *Wild animals are kept here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:animal_shelter' target='_blank'>animal_shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:animal_shelter%3Dwildlife' target='_blank'>wildlife</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/animal_shelter/animal_shelter.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/animal_shelter/animal_shelter.json)
|
|
|
@ -1,367 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# artwork
|
|
||||||
|
|
||||||
An open map of statues, busts, graffitis and other artwork all over the world
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `an artwork on a wall` snaps to this layer (artwork.presets[1])
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [artwork-artwork_type](#artwork-artwork_type)
|
|
||||||
- [artwork-artist-wikidata](#artwork-artist-wikidata)
|
|
||||||
- [artwork-artist_name](#artwork-artist_name)
|
|
||||||
- [artwork-website](#artwork-website)
|
|
||||||
- [wikipedia](#wikipedia)
|
|
||||||
- [artwork_subject](#artwork_subject)
|
|
||||||
- [doubles_as_memorial](#doubles_as_memorial)
|
|
||||||
- [memorial-type](#memorial-type)
|
|
||||||
- [inscription](#inscription)
|
|
||||||
- [doubles_as_bench](#doubles_as_bench)
|
|
||||||
- [bench-backrest](#bench-backrest)
|
|
||||||
- [bench-armrest](#bench-armrest)
|
|
||||||
- [bench-seats](#bench-seats)
|
|
||||||
- [bench-material](#bench-material)
|
|
||||||
- [bench-direction](#bench-direction)
|
|
||||||
- [bench-colour](#bench-colour)
|
|
||||||
- [bench-survey:date](#bench-surveydate)
|
|
||||||
- [bench-inscription](#bench-inscription)
|
|
||||||
- [bench-memorial](#bench-memorial)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [artwork](https://mapcomplete.org/artwork)
|
|
||||||
- [memorials](https://mapcomplete.org/memorials)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an artwork** which has the following tags:<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>
|
|
||||||
- **an artwork on a wall** which has the following tags:<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> (snaps to layers `walls_and_buildings`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22tourism%22%3D%22artwork%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artwork_type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artwork_type/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) | [string](../SpecialInputElements.md#string) | [architecture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture) [mural](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural) [painting](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture) [statue](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue) [bust](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust) [stone](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone) [installation](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation) [graffiti](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti) [relief](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief) [azulejo](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo) [tilework](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework) [woodcarving](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dwoodcarving) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artist:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artist%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artist:wikidata](https://wiki.openstreetmap.org/wiki/Key:artist:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artist_name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artist_name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/subject:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/subject%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/memorial#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/memorial/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [memorial](https://wiki.openstreetmap.org/wiki/Key:memorial) | [string](../SpecialInputElements.md#string) | [statue](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstatue) [plaque](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dplaque) [bench](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbench) [ghost_bike](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dghost_bike) [stolperstein](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstolperstein) [stele](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstele) [stone](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstone) [bust](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbust) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dsculpture) [obelisk](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dobelisk) [cross](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dcross) [blue_plaque](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dblue_plaque) [tank](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtank) [tree](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtree) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/inscription#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/inscription/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [bench](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench) [](https://wiki.openstreetmap.org/wiki/Tag:amenity%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/backrest#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/backrest/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/armrest#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/armrest/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [armrest](https://wiki.openstreetmap.org/wiki/Key:armrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/seats#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/seats/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/material#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/material/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/direction#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/direction/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/colour#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/colour/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [color](../SpecialInputElements.md#color) | [brown](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown) [green](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen) [gray](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray) [white](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [black](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack) [blue](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/survey:date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/survey%3Adate/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/inscription#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/inscription/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### artwork-artwork_type
|
|
||||||
|
|
||||||
The question is `What is the type of this artwork?`
|
|
||||||
*This is a {artwork_type}* is shown if `artwork_type` is set
|
|
||||||
|
|
||||||
- *Architecture* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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)* is shown if 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* is shown if 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>
|
|
||||||
- *Woodcarving* is shown if 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%3Dwoodcarving' target='_blank'>woodcarving</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-artist-wikidata
|
|
||||||
|
|
||||||
The question is `Who made this artwork?`
|
|
||||||
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-artist_name
|
|
||||||
|
|
||||||
The question is `Which artist created this?`
|
|
||||||
*Created by {artist_name}* is shown if `artist_name` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-website
|
|
||||||
|
|
||||||
The question is `Is there a website with more information about this artwork?`
|
|
||||||
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### wikipedia
|
|
||||||
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
|
|
||||||
The question is `What is the corresponding Wikidata entity?`
|
|
||||||
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set
|
|
||||||
|
|
||||||
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
|
|
||||||
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### artwork_subject
|
|
||||||
|
|
||||||
The question is `What does this artwork depict?`
|
|
||||||
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: subject:wikidata~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### doubles_as_memorial
|
|
||||||
|
|
||||||
The question is `Does this artwork serve as a memorial?`
|
|
||||||
|
|
||||||
- *This artwork also serves as a memorial* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
- *This artwork does not serve as a bench* is shown if with historic=
|
|
||||||
|
|
||||||
### memorial-type
|
|
||||||
|
|
||||||
The question is `What type of memorial is this?`
|
|
||||||
*This is a {memorial}* is shown if `memorial` is set
|
|
||||||
|
|
||||||
- *This is a statue* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstatue' target='_blank'>statue</a>
|
|
||||||
- *This is a plaque* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dplaque' target='_blank'>plaque</a>
|
|
||||||
- *This is a commemorative bench* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbench' target='_blank'>bench</a>
|
|
||||||
- *This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash* is shown if with <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>
|
|
||||||
- *This is a stolperstein (stumbing stone)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstolperstein' target='_blank'>stolperstein</a>
|
|
||||||
- *This is a stele* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstele' target='_blank'>stele</a>
|
|
||||||
- *This is a memorial stone* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstone' target='_blank'>stone</a>
|
|
||||||
- *This is a bust* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbust' target='_blank'>bust</a>
|
|
||||||
- *This is a sculpture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dsculpture' target='_blank'>sculpture</a>
|
|
||||||
- *This is an obelisk* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dobelisk' target='_blank'>obelisk</a>
|
|
||||||
- *This is a cross* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dcross' target='_blank'>cross</a>
|
|
||||||
- *This is a blue plaque* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dblue_plaque' target='_blank'>blue_plaque</a>
|
|
||||||
- *This is a historic tank, permanently placed in public space as memorial* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtank' target='_blank'>tank</a>
|
|
||||||
- *This is a memorial tree* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtree' target='_blank'>tree</a>
|
|
||||||
- *This is a gravestone; the person is buried here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dtomb' target='_blank'>tomb</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
This tagrendering has labels
|
|
||||||
`memorial-questions`
|
|
||||||
|
|
||||||
### inscription
|
|
||||||
|
|
||||||
The question is `What is the inscription on this memorial?`
|
|
||||||
*The inscription on this memorial reads: <p><i>{inscription}<i></p>* is shown if `inscription` is set
|
|
||||||
|
|
||||||
- *This memorial does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a> & memorial!=bench
|
|
||||||
This tagrendering has labels
|
|
||||||
`memorial-questions`
|
|
||||||
|
|
||||||
### doubles_as_bench
|
|
||||||
|
|
||||||
The question is `Does this artwork serve as a bench?`
|
|
||||||
|
|
||||||
- *This artwork also serves as a bench* is shown if with <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>
|
|
||||||
- *This artwork does not serve as a bench* is shown if with amenity=
|
|
||||||
- *This artwork does not serve as a bench* is shown if with amenity!=bench. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### bench-backrest
|
|
||||||
|
|
||||||
The question is `Does this bench have a backrest?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bench/two_sided.svg' style='width: 3rem; height: 3rem'> *This bench is two-sided and shares the backrest* is shown if 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> & <a href='https://wiki.openstreetmap.org/wiki/Key:two_sided' target='_blank'>two_sided</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:two_sided%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench does have a backrest* is shown if 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>
|
|
||||||
- *This bench does <b>not</b> have a backrest* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-armrest
|
|
||||||
|
|
||||||
The question is `Does this bench have one or more armrests?`
|
|
||||||
|
|
||||||
- *This bench does have one or more armrests* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:armrest' target='_blank'>armrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench does <b>not</b> have any armrests* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:armrest' target='_blank'>armrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-seats
|
|
||||||
|
|
||||||
The question is `How many seats does this bench have?`
|
|
||||||
*This bench has {seats} seats* is shown if `seats` is set
|
|
||||||
|
|
||||||
- *This bench does not have separated seats* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seats:separated' target='_blank'>seats:separated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seats:separated%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-material
|
|
||||||
|
|
||||||
The question is `What is the bench (seating) made from?`
|
|
||||||
*Material: {material}* is shown if `material` is set
|
|
||||||
|
|
||||||
- *The seating is made from wood* is shown if 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>
|
|
||||||
- *The seating is made from metal* is shown if 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>
|
|
||||||
- *The seating is made from stone* is shown if 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>
|
|
||||||
- *The seating is made from concrete* is shown if 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>
|
|
||||||
- *The seating is made from plastic* is shown if 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>
|
|
||||||
- *The seating is made from steel* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-direction
|
|
||||||
|
|
||||||
The question is `In which direction are you looking when sitting on the bench?`
|
|
||||||
*When sitting on the bench, one looks towards {direction}°.* is shown if `direction` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> & two_sided!=yes
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-colour
|
|
||||||
|
|
||||||
The question is `Which colour does this bench have?`
|
|
||||||
*Colour: {colour}* is shown if `colour` is set
|
|
||||||
|
|
||||||
- *Colour: brown* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-survey:date
|
|
||||||
|
|
||||||
The question is `When was this bench last surveyed?`
|
|
||||||
*This bench was last surveyed on {survey:date}* is shown if `survey:date` is set
|
|
||||||
|
|
||||||
- *Surveyed today!* is shown if with survey:date=
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-inscription
|
|
||||||
|
|
||||||
The question is `Does this bench have an inscription?`
|
|
||||||
*This bench has the following inscription:<br/><p><i>{inscription}</i></p>* is shown if `inscription` is set
|
|
||||||
|
|
||||||
- *This bench does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench <span class='subtle'>probably</span> does not not have an inscription* is shown if with inscription=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-memorial
|
|
||||||
|
|
||||||
The question is `Does this bench act as memorial for someone or something?`
|
|
||||||
|
|
||||||
- *This bench is a memorial for someone or something* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
- *This bench is a <b>not</b> a memorial for someone or something* is shown if with historic= & <a href='https://wiki.openstreetmap.org/wiki/Key:not:historic' target='_blank'>not:historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> & (<a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbench' target='_blank'>bench</a> | <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> | inscription~.+)
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_image.0 | *With and without images* (default) | |
|
|
||||||
| has_image.1 | Has at least one image | image~.+ | image:0~.+ | image:1~.+ | image:2~.+ | image:3~.+ | mapillary~.+ |
|
|
||||||
| has_image.2 | Probably does not have an image | image= & image:0= & image:1= & image:2= & image:3= & mapillary= |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| artwork-artwork_type.0 | *What is the type of this artwork?* (default) | |
|
|
||||||
| artwork-artwork_type.1 | Architecture | artwork_type=architecture |
|
|
||||||
| artwork-artwork_type.2 | Mural | artwork_type=mural |
|
|
||||||
| artwork-artwork_type.3 | Painting | artwork_type=painting |
|
|
||||||
| artwork-artwork_type.4 | Sculpture | artwork_type=sculpture |
|
|
||||||
| artwork-artwork_type.5 | Statue | artwork_type=statue |
|
|
||||||
| artwork-artwork_type.6 | Bust | artwork_type=bust |
|
|
||||||
| artwork-artwork_type.7 | Stone | artwork_type=stone |
|
|
||||||
| artwork-artwork_type.8 | Installation | artwork_type=installation |
|
|
||||||
| artwork-artwork_type.9 | Graffiti | artwork_type=graffiti |
|
|
||||||
| artwork-artwork_type.10 | Relief | artwork_type=relief |
|
|
||||||
| artwork-artwork_type.11 | Azulejo (Spanish decorative tilework) | artwork_type=azulejo |
|
|
||||||
| artwork-artwork_type.12 | Tilework | artwork_type=tilework |
|
|
||||||
| artwork-artwork_type.13 | Woodcarving | artwork_type=woodcarving |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/artwork/artwork.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/artwork/artwork.json)
|
|
|
@ -1,370 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# artwork_on_wall
|
|
||||||
|
|
||||||
This layer is based on [artwork](../Layers/artwork.md)
|
|
||||||
|
|
||||||
An open map of statues, busts, graffitis and other artwork all over the world
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **16** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [historic_or_not](#historic_or_not)
|
|
||||||
- [images](#images)
|
|
||||||
- [artwork-artwork_type](#artwork-artwork_type)
|
|
||||||
- [artwork-artist-wikidata](#artwork-artist-wikidata)
|
|
||||||
- [artwork-artist_name](#artwork-artist_name)
|
|
||||||
- [artwork-website](#artwork-website)
|
|
||||||
- [wikipedia](#wikipedia)
|
|
||||||
- [artwork_subject](#artwork_subject)
|
|
||||||
- [doubles_as_memorial](#doubles_as_memorial)
|
|
||||||
- [memorial-type](#memorial-type)
|
|
||||||
- [inscription](#inscription)
|
|
||||||
- [doubles_as_bench](#doubles_as_bench)
|
|
||||||
- [bench-backrest](#bench-backrest)
|
|
||||||
- [bench-armrest](#bench-armrest)
|
|
||||||
- [bench-seats](#bench-seats)
|
|
||||||
- [bench-material](#bench-material)
|
|
||||||
- [bench-direction](#bench-direction)
|
|
||||||
- [bench-colour](#bench-colour)
|
|
||||||
- [bench-survey:date](#bench-surveydate)
|
|
||||||
- [bench-inscription](#bench-inscription)
|
|
||||||
- [bench-memorial](#bench-memorial)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [ghostsigns](https://mapcomplete.org/ghostsigns)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. <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> | <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> | <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%3Dmosaic' target='_blank'>mosaic</a> | <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> | <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> | <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_painting' target='_blank'>mural_painting</a>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22tourism%22%3D%22artwork%22%5D%5B%22artwork_type%22%3D%22mural%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22artwork%22%5D%5B%22artwork_type%22%3D%22graffiti%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22artwork%22%5D%5B%22artwork_type%22%3D%22mosaic%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22artwork%22%5D%5B%22artwork_type%22%3D%22relief%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22artwork%22%5D%5B%22artwork_type%22%3D%22painting%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22artwork%22%5D%5B%22artwork_type%22%3D%22mural_painting%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [advertising](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artwork_type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artwork_type/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) | [string](../SpecialInputElements.md#string) | [architecture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture) [mural](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural) [painting](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture) [statue](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue) [bust](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust) [stone](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone) [installation](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation) [graffiti](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti) [relief](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief) [azulejo](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo) [tilework](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework) [woodcarving](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dwoodcarving) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artist:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artist%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artist:wikidata](https://wiki.openstreetmap.org/wiki/Key:artist:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artist_name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artist_name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/subject:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/subject%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/memorial#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/memorial/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [memorial](https://wiki.openstreetmap.org/wiki/Key:memorial) | [string](../SpecialInputElements.md#string) | [statue](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstatue) [plaque](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dplaque) [bench](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbench) [ghost_bike](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dghost_bike) [stolperstein](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstolperstein) [stele](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstele) [stone](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstone) [bust](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbust) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dsculpture) [obelisk](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dobelisk) [cross](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dcross) [blue_plaque](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dblue_plaque) [tank](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtank) [tree](https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtree) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/inscription#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/inscription/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [bench](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench) [](https://wiki.openstreetmap.org/wiki/Tag:amenity%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/backrest#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/backrest/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/armrest#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/armrest/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [armrest](https://wiki.openstreetmap.org/wiki/Key:armrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/seats#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/seats/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/material#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/material/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/direction#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/direction/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/colour#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/colour/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [color](../SpecialInputElements.md#color) | [brown](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown) [green](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen) [gray](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray) [white](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [black](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack) [blue](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/survey:date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/survey%3Adate/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/inscription#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/inscription/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
|
||||||
|
|
||||||
### historic_or_not
|
|
||||||
|
|
||||||
The question is `Is this artwork a historic advertisement?`
|
|
||||||
|
|
||||||
- *This artwork is a historic advertisement* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising' target='_blank'>advertising</a>
|
|
||||||
- *This artwork is not a historic advertisement* is shown if with historic=
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### artwork-artwork_type
|
|
||||||
|
|
||||||
The question is `What is the type of this artwork?`
|
|
||||||
*This is a {artwork_type}* is shown if `artwork_type` is set
|
|
||||||
|
|
||||||
- *Architecture* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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)* is shown if 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* is shown if 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>
|
|
||||||
- *Woodcarving* is shown if 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%3Dwoodcarving' target='_blank'>woodcarving</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-artist-wikidata
|
|
||||||
|
|
||||||
The question is `Who made this artwork?`
|
|
||||||
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-artist_name
|
|
||||||
|
|
||||||
The question is `Which artist created this?`
|
|
||||||
*Created by {artist_name}* is shown if `artist_name` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-website
|
|
||||||
|
|
||||||
The question is `Is there a website with more information about this artwork?`
|
|
||||||
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### wikipedia
|
|
||||||
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
|
|
||||||
The question is `What is the corresponding Wikidata entity?`
|
|
||||||
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set
|
|
||||||
|
|
||||||
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
|
|
||||||
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### artwork_subject
|
|
||||||
|
|
||||||
The question is `What does this artwork depict?`
|
|
||||||
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: subject:wikidata~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### doubles_as_memorial
|
|
||||||
|
|
||||||
The question is `Does this artwork serve as a memorial?`
|
|
||||||
|
|
||||||
- *This artwork also serves as a memorial* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
- *This artwork does not serve as a bench* is shown if with historic=
|
|
||||||
|
|
||||||
### memorial-type
|
|
||||||
|
|
||||||
The question is `What type of memorial is this?`
|
|
||||||
*This is a {memorial}* is shown if `memorial` is set
|
|
||||||
|
|
||||||
- *This is a statue* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstatue' target='_blank'>statue</a>
|
|
||||||
- *This is a plaque* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dplaque' target='_blank'>plaque</a>
|
|
||||||
- *This is a commemorative bench* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbench' target='_blank'>bench</a>
|
|
||||||
- *This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash* is shown if with <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>
|
|
||||||
- *This is a stolperstein (stumbing stone)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstolperstein' target='_blank'>stolperstein</a>
|
|
||||||
- *This is a stele* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstele' target='_blank'>stele</a>
|
|
||||||
- *This is a memorial stone* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dstone' target='_blank'>stone</a>
|
|
||||||
- *This is a bust* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbust' target='_blank'>bust</a>
|
|
||||||
- *This is a sculpture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dsculpture' target='_blank'>sculpture</a>
|
|
||||||
- *This is an obelisk* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dobelisk' target='_blank'>obelisk</a>
|
|
||||||
- *This is a cross* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dcross' target='_blank'>cross</a>
|
|
||||||
- *This is a blue plaque* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dblue_plaque' target='_blank'>blue_plaque</a>
|
|
||||||
- *This is a historic tank, permanently placed in public space as memorial* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtank' target='_blank'>tank</a>
|
|
||||||
- *This is a memorial tree* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dtree' target='_blank'>tree</a>
|
|
||||||
- *This is a gravestone; the person is buried here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dtomb' target='_blank'>tomb</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
This tagrendering has labels
|
|
||||||
`memorial-questions`
|
|
||||||
|
|
||||||
### inscription
|
|
||||||
|
|
||||||
The question is `What is the inscription on this memorial?`
|
|
||||||
*The inscription on this memorial reads: <p><i>{inscription}<i></p>* is shown if `inscription` is set
|
|
||||||
|
|
||||||
- *This memorial does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a> & memorial!=bench
|
|
||||||
This tagrendering has labels
|
|
||||||
`memorial-questions`
|
|
||||||
|
|
||||||
### doubles_as_bench
|
|
||||||
|
|
||||||
The question is `Does this artwork serve as a bench?`
|
|
||||||
|
|
||||||
- *This artwork also serves as a bench* is shown if with <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>
|
|
||||||
- *This artwork does not serve as a bench* is shown if with amenity=
|
|
||||||
- *This artwork does not serve as a bench* is shown if with amenity!=bench. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### bench-backrest
|
|
||||||
|
|
||||||
The question is `Does this bench have a backrest?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bench/two_sided.svg' style='width: 3rem; height: 3rem'> *This bench is two-sided and shares the backrest* is shown if 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> & <a href='https://wiki.openstreetmap.org/wiki/Key:two_sided' target='_blank'>two_sided</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:two_sided%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench does have a backrest* is shown if 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>
|
|
||||||
- *This bench does <b>not</b> have a backrest* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-armrest
|
|
||||||
|
|
||||||
The question is `Does this bench have one or more armrests?`
|
|
||||||
|
|
||||||
- *This bench does have one or more armrests* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:armrest' target='_blank'>armrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench does <b>not</b> have any armrests* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:armrest' target='_blank'>armrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-seats
|
|
||||||
|
|
||||||
The question is `How many seats does this bench have?`
|
|
||||||
*This bench has {seats} seats* is shown if `seats` is set
|
|
||||||
|
|
||||||
- *This bench does not have separated seats* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seats:separated' target='_blank'>seats:separated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seats:separated%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-material
|
|
||||||
|
|
||||||
The question is `What is the bench (seating) made from?`
|
|
||||||
*Material: {material}* is shown if `material` is set
|
|
||||||
|
|
||||||
- *The seating is made from wood* is shown if 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>
|
|
||||||
- *The seating is made from metal* is shown if 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>
|
|
||||||
- *The seating is made from stone* is shown if 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>
|
|
||||||
- *The seating is made from concrete* is shown if 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>
|
|
||||||
- *The seating is made from plastic* is shown if 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>
|
|
||||||
- *The seating is made from steel* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-direction
|
|
||||||
|
|
||||||
The question is `In which direction are you looking when sitting on the bench?`
|
|
||||||
*When sitting on the bench, one looks towards {direction}°.* is shown if `direction` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> & two_sided!=yes
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-colour
|
|
||||||
|
|
||||||
The question is `Which colour does this bench have?`
|
|
||||||
*Colour: {colour}* is shown if `colour` is set
|
|
||||||
|
|
||||||
- *Colour: brown* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-survey:date
|
|
||||||
|
|
||||||
The question is `When was this bench last surveyed?`
|
|
||||||
*This bench was last surveyed on {survey:date}* is shown if `survey:date` is set
|
|
||||||
|
|
||||||
- *Surveyed today!* is shown if with survey:date=
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-inscription
|
|
||||||
|
|
||||||
The question is `Does this bench have an inscription?`
|
|
||||||
*This bench has the following inscription:<br/><p><i>{inscription}</i></p>* is shown if `inscription` is set
|
|
||||||
|
|
||||||
- *This bench does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench <span class='subtle'>probably</span> does not not have an inscription* is shown if with inscription=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-memorial
|
|
||||||
|
|
||||||
The question is `Does this bench act as memorial for someone or something?`
|
|
||||||
|
|
||||||
- *This bench is a memorial for someone or something* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
- *This bench is a <b>not</b> a memorial for someone or something* is shown if with historic= & <a href='https://wiki.openstreetmap.org/wiki/Key:not:historic' target='_blank'>not:historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> & (<a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbench' target='_blank'>bench</a> | <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> | inscription~.+)
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_image.0 | *With and without images* (default) | |
|
|
||||||
| has_image.1 | Has at least one image | image~.+ | image:0~.+ | image:1~.+ | image:2~.+ | image:3~.+ | mapillary~.+ |
|
|
||||||
| has_image.2 | Probably does not have an image | image= & image:0= & image:1= & image:2= & image:3= & mapillary= |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| artwork-artwork_type.0 | *What is the type of this artwork?* (default) | |
|
|
||||||
| artwork-artwork_type.1 | Architecture | artwork_type=architecture |
|
|
||||||
| artwork-artwork_type.2 | Mural | artwork_type=mural |
|
|
||||||
| artwork-artwork_type.3 | Painting | artwork_type=painting |
|
|
||||||
| artwork-artwork_type.4 | Sculpture | artwork_type=sculpture |
|
|
||||||
| artwork-artwork_type.5 | Statue | artwork_type=statue |
|
|
||||||
| artwork-artwork_type.6 | Bust | artwork_type=bust |
|
|
||||||
| artwork-artwork_type.7 | Stone | artwork_type=stone |
|
|
||||||
| artwork-artwork_type.8 | Installation | artwork_type=installation |
|
|
||||||
| artwork-artwork_type.9 | Graffiti | artwork_type=graffiti |
|
|
||||||
| artwork-artwork_type.10 | Relief | artwork_type=relief |
|
|
||||||
| artwork-artwork_type.11 | Azulejo (Spanish decorative tilework) | artwork_type=azulejo |
|
|
||||||
| artwork-artwork_type.12 | Tilework | artwork_type=tilework |
|
|
||||||
| artwork-artwork_type.13 | Woodcarving | artwork_type=woodcarving |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/ghostsigns/ghostsigns.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/ghostsigns/ghostsigns.json)
|
|
|
@ -1,92 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# assembly_point
|
|
||||||
|
|
||||||
This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **10** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [assembly_point_name](#assembly_point_name)
|
|
||||||
- [assembly_point_operator](#assembly_point_operator)
|
|
||||||
- [disaster_type](#disaster_type)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [disaster_response](https://mapcomplete.org/disaster_response)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an assembly point** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dassembly_point' target='_blank'>assembly_point</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dassembly_point' target='_blank'>assembly_point</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22emergency%22%3D%22assembly_point%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### assembly_point_name
|
|
||||||
|
|
||||||
The question is `What is the name of this assembly point?`
|
|
||||||
*This assembly point is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### assembly_point_operator
|
|
||||||
|
|
||||||
The question is `What organization operates this assembly point?`
|
|
||||||
*This assembly point is operated by <b>{operator}</b>* is shown if `operator` is set
|
|
||||||
|
|
||||||
### disaster_type
|
|
||||||
|
|
||||||
The question is `For which disaster type is this assembly point meant?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/assembly_point/earthquake.svg' style='width: 3rem; height: 3rem'> *Earthquake* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:assembly_point:earthquake' target='_blank'>assembly_point:earthquake</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:assembly_point:earthquake%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add assembly_point:earthquake=
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/assembly_point/flood.svg' style='width: 3rem; height: 3rem'> *Flood* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:assembly_point:flood' target='_blank'>assembly_point:flood</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:assembly_point:flood%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add assembly_point:flood=
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/assembly_point/fire.svg' style='width: 3rem; height: 3rem'> *Fire* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:assembly_point:fire' target='_blank'>assembly_point:fire</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:assembly_point:fire%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add assembly_point:fire=
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/assembly_point/landslide.svg' style='width: 3rem; height: 3rem'> *Landslide* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:assembly_point:landslide' target='_blank'>assembly_point:landslide</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:assembly_point:landslide%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add assembly_point:landslide=
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/assembly_point/assembly_point.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/assembly_point/assembly_point.json)
|
|
|
@ -1,170 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# assisted_repair
|
|
||||||
|
|
||||||
A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **1** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [preset_description](#preset_description)
|
|
||||||
- [name](#name)
|
|
||||||
- [opening_hours_by_appointment](#opening_hours_by_appointment)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [mastodon](#mastodon)
|
|
||||||
- [facebook](#facebook)
|
|
||||||
- [item:repair](#itemrepair)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [circular_economy](https://mapcomplete.org/circular_economy)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an assisted repair workshop** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dworkshop' target='_blank'>workshop</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:repair' target='_blank'>repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:repair%3Dassisted_self_service' target='_blank'>assisted_self_service</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:repair' target='_blank'>repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:repair%3Dassisted_self_service' target='_blank'>assisted_self_service</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22repair%22%3D%22assisted_self_service%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | ["by appointment"](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment") |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/contact:mastodon#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/contact%3Amastodon/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/contact:facebook#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/contact%3Afacebook/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [contact:facebook](https://wiki.openstreetmap.org/wiki/Key:contact:facebook) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### preset_description
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{preset_description()}*
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this repair workshop?`
|
|
||||||
*This workshop is called <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### opening_hours_by_appointment
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Only by appointment* is shown if 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%3D"by appointment"' target='_blank'>"by appointment"</a>
|
|
||||||
- *Only by appointment* is shown if with opening_hours~^("by appointment"|by appointment)$. _This option cannot be chosen as answer_
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### mastodon
|
|
||||||
Shows and asks for the mastodon handle
|
|
||||||
The question is `What is the Mastodon-handle of {title()}?`
|
|
||||||
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
|
|
||||||
|
|
||||||
### facebook
|
|
||||||
Shows and asks for the facebook handle
|
|
||||||
The question is `What is the facebook page of of {title()}?`
|
|
||||||
*{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}<div class='subtle text-sm'>Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives</div>* is shown if `contact:facebook` is set
|
|
||||||
|
|
||||||
### item:repair
|
|
||||||
|
|
||||||
The question is `What type of items are repaired here?`
|
|
||||||
|
|
||||||
- *Mobile phones are repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:mobile_phone:repair' target='_blank'>service:mobile_phone:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:mobile_phone:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:mobile_phone:repair' target='_blank'>service:mobile_phone:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:mobile_phone:repair%3Dno' target='_blank'>no</a>
|
|
||||||
- *Computers are repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:computer:repair' target='_blank'>service:computer:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:computer:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:computer:repair' target='_blank'>service:computer:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:computer:repair%3Dno' target='_blank'>no</a>
|
|
||||||
- *Bicycles are repaired here* is shown if 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>. Unselecting this answer will add <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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/recycling/small_electrical_appliances.svg' style='width: 3rem; height: 3rem'> *Electronic devices are repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electronics:repair' target='_blank'>service:electronics:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electronics:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:electronics:repair' target='_blank'>service:electronics:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electronics:repair%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/recycling/furniture.svg' style='width: 3rem; height: 3rem'> *Furniture is repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:furniture:repair' target='_blank'>service:furniture:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:furniture:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:furniture:repair' target='_blank'>service:furniture:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:furniture:repair%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/recycling/clothes.svg' style='width: 3rem; height: 3rem'> *Clothes are repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:clothes:repair' target='_blank'>service:clothes:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:clothes:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:clothes:repair' target='_blank'>service:clothes:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:clothes:repair%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/assisted_repair/assisted_repair.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/assisted_repair/assisted_repair.json)
|
|
|
@ -1,171 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# atm
|
|
||||||
|
|
||||||
ATMs to withdraw money
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **13** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [name](#name)
|
|
||||||
- [brand](#brand)
|
|
||||||
- [operator](#operator)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [cash_out](#cash_out)
|
|
||||||
- [cash_in](#cash_in)
|
|
||||||
- [cash_out-denominations-notes](#cash_out-denominations-notes)
|
|
||||||
- [speech_output](#speech_output)
|
|
||||||
- [speech_output_language](#speech_output_language)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [atm](https://mapcomplete.org/atm)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an ATM** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Datm' target='_blank'>atm</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Datm' target='_blank'>atm</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22atm%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/brand#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/brand/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [nsi](../SpecialInputElements.md#nsi) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cash_out#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cash_out/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cash_out](https://wiki.openstreetmap.org/wiki/Key:cash_out) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cash_out%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:cash_out%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cash_in#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cash_in/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cash_in](https://wiki.openstreetmap.org/wiki/Key:cash_in) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cash_in%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:cash_in%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cash_out:notes:denominations#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cash_out%3Anotes%3Adenominations/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cash_out:notes:denominations](https://wiki.openstreetmap.org/wiki/Key:cash_out:notes:denominations) | Multiple choice | [5 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D5 EUR) [10 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D10 EUR) [20 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D20 EUR) [50 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D50 EUR) [100 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D100 EUR) [200 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D200 EUR) [500 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D500 EUR) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/speech_output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/speech_output/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [speech_output](https://wiki.openstreetmap.org/wiki/Key:speech_output) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dno) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*The name of this ATM is {name}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: name~.+
|
|
||||||
|
|
||||||
### brand
|
|
||||||
|
|
||||||
The question is `What brand is this ATM?`
|
|
||||||
*The brand of this ATM is {brand}* is shown if `brand` is set
|
|
||||||
|
|
||||||
### operator
|
|
||||||
|
|
||||||
The question is `What company operates this ATM?`
|
|
||||||
*The ATM is operated by {operator}* is shown if `operator` is set
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### cash_out
|
|
||||||
|
|
||||||
The question is `Can you withdraw cash from this ATM?`
|
|
||||||
|
|
||||||
- *You can withdraw cash from this ATM* is shown if with cash_out=. _This option cannot be chosen as answer_
|
|
||||||
- *You can withdraw cash from this ATM* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_out' target='_blank'>cash_out</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_out%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *You cannot withdraw cash from this ATM* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_out' target='_blank'>cash_out</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_out%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### cash_in
|
|
||||||
|
|
||||||
The question is `Can you deposit cash into this ATM?`
|
|
||||||
|
|
||||||
- *You probably cannot deposit cash into this ATM* is shown if with cash_in=. _This option cannot be chosen as answer_
|
|
||||||
- *You can deposit cash into this ATM* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_in' target='_blank'>cash_in</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_in%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *You cannot deposit cash into this ATM* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_in' target='_blank'>cash_in</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_in%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### cash_out-denominations-notes
|
|
||||||
|
|
||||||
The question is `What notes can you withdraw here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/5euro.svg' style='width: 3rem; height: 3rem'> *5 euro notes can be withdrawn* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_out:notes:denominations' target='_blank'>cash_out:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D5 EUR' target='_blank'>5 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/10euro.svg' style='width: 3rem; height: 3rem'> *10 euro notes can be withdrawn* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_out:notes:denominations' target='_blank'>cash_out:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D10 EUR' target='_blank'>10 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/20euro.svg' style='width: 3rem; height: 3rem'> *20 euro notes can be withdrawn* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_out:notes:denominations' target='_blank'>cash_out:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D20 EUR' target='_blank'>20 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/50euro.svg' style='width: 3rem; height: 3rem'> *50 euro notes can be withdrawn* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_out:notes:denominations' target='_blank'>cash_out:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D50 EUR' target='_blank'>50 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/100euro.svg' style='width: 3rem; height: 3rem'> *100 euro notes can be withdrawn* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_out:notes:denominations' target='_blank'>cash_out:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D100 EUR' target='_blank'>100 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/200euro.svg' style='width: 3rem; height: 3rem'> *200 euro notes can be withdrawn* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_out:notes:denominations' target='_blank'>cash_out:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D200 EUR' target='_blank'>200 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/500euro.svg' style='width: 3rem; height: 3rem'> *500 euro notes can be withdrawn* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cash_out:notes:denominations' target='_blank'>cash_out:notes:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D500 EUR' target='_blank'>500 EUR</a>
|
|
||||||
|
|
||||||
### speech_output
|
|
||||||
|
|
||||||
The question is `Does this ATM have speech output for visually impaired users?`
|
|
||||||
|
|
||||||
- *This ATM has speech output, usually available through a headphone jack* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This ATM does not have speech output* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### speech_output_language
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{language_chooser(speech_output,In which languages does this ATM have speech output?,This ATM has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,This ATM has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,,)}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| speech_output.0 | With speech output | speech_output=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/atm/atm.json)
|
|
|
@ -1,89 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bank
|
|
||||||
|
|
||||||
A financial institution to deposit money
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **0** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [has_atm](#has_atm)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [atm](https://mapcomplete.org/atm)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank' target='_blank'>bank</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22bank%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/atm#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/atm/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [atm](https://wiki.openstreetmap.org/wiki/Key:atm) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dseparate) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### has_atm
|
|
||||||
|
|
||||||
The question is `Does this bank have an ATM?`
|
|
||||||
|
|
||||||
- *This bank has an ATM* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bank does <b>not</b> have an ATM* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dno' target='_blank'>no</a>
|
|
||||||
- *This bank does have an ATM, but it is mapped as a different icon* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dseparate' target='_blank'>separate</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_atm.0 | With an ATM | atm=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bank/bank.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bank/bank.json)
|
|
|
@ -1,93 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# banks_with_atm
|
|
||||||
|
|
||||||
This layer is based on [bank](../Layers/bank.md)
|
|
||||||
|
|
||||||
A financial institution to deposit money
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [has_atm](#has_atm)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [atm](https://mapcomplete.org/atm)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank' target='_blank'>bank</a>
|
|
||||||
1. <a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22bank%22%5D%5B%22atm%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/atm#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/atm/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [atm](https://wiki.openstreetmap.org/wiki/Key:atm) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dseparate) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### has_atm
|
|
||||||
|
|
||||||
The question is `Does this bank have an ATM?`
|
|
||||||
|
|
||||||
- *This bank has an ATM* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bank does <b>not</b> have an ATM* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dno' target='_blank'>no</a>
|
|
||||||
- *This bank does have an ATM, but it is mapped as a different icon* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dseparate' target='_blank'>separate</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_atm.0 | With an ATM | atm=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/atm/atm.json)
|
|
|
@ -1,163 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# barrier
|
|
||||||
|
|
||||||
Obstacles while cycling, such as bollards and cycle barriers
|
|
||||||
|
|
||||||
- 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: preset `a bollard` snaps to this layer (barrier.presets[0])
|
|
||||||
- This layer will automatically load [cycleways_and_roads](./cycleways_and_roads.md) into the layout as it depends on it: preset `a cycle barrier` snaps to this layer (barrier.presets[1])
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [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))
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cycle_infra](https://mapcomplete.org/cycle_infra)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a bollard** which has the following tags:<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> (snaps to layers `cycleways_and_roads`)
|
|
||||||
- **a cycle barrier** which has the following tags:<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> (snaps to layers `cycleways_and_roads`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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%28%20%20%20%20nwr%5B%22barrier%22%3D%22bollard%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22barrier%22%3D%22cycle_barrier%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/bicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [bicycle](https://wiki.openstreetmap.org/wiki/Key:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/barrier#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/barrier/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/bollard#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/bollard/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cycle_barrier#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cycle_barrier/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/maxwidth:physical#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/maxwidth%3Aphysical/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [maxwidth:physical](https://wiki.openstreetmap.org/wiki/Key:maxwidth:physical) | [distance](../SpecialInputElements.md#distance) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/width:separation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/width%3Aseparation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [width:separation](https://wiki.openstreetmap.org/wiki/Key:width:separation) | [distance](../SpecialInputElements.md#distance) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/width:opening#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/width%3Aopening/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [width:opening](https://wiki.openstreetmap.org/wiki/Key:width:opening) | [distance](../SpecialInputElements.md#distance) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/overlap#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/overlap/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [overlap](https://wiki.openstreetmap.org/wiki/Key:overlap) | [distance](../SpecialInputElements.md#distance) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bicycle=yes/no
|
|
||||||
|
|
||||||
The question is `Can a bicycle go past this barrier?`
|
|
||||||
|
|
||||||
- *A cyclist can go past this.* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: _referencing_ways~.+
|
|
||||||
|
|
||||||
### barrier_type
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
|
|
||||||
- *This is a single bollard in the road* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### Bollard type
|
|
||||||
|
|
||||||
The question is `What kind of bollard is this?`
|
|
||||||
|
|
||||||
- *Removable bollard* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### Cycle barrier type
|
|
||||||
|
|
||||||
The question is `What kind of cycling barrier is this?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width: 3rem; height: 3rem'> *Single, just two barriers with a space inbetween* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/cycle_infra/Cycle_barrier_double.svg' style='width: 3rem; height: 3rem'> *Double, two barriers behind each other* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width: 3rem; height: 3rem'> *Triple, three barriers behind each other* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width: 3rem; height: 3rem'> *Squeeze gate, gap is smaller at top, than at the bottom* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### MaxWidth
|
|
||||||
|
|
||||||
The question is `How wide is the gap left over besides the barrier?`
|
|
||||||
*Maximum width: {maxwidth:physical} m* is shown if `maxwidth:physical` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: _referencing_ways~.+ & cycle_barrier!=double & cycle_barrier!=triple
|
|
||||||
|
|
||||||
### Space between barrier (cyclebarrier)
|
|
||||||
|
|
||||||
The question is `How much space is there between the barriers (along the length of the road)?`
|
|
||||||
*Space between barriers (along the length of the road): {width:separation} m* is shown if `width:separation` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> | <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>
|
|
||||||
|
|
||||||
### Width of opening (cyclebarrier)
|
|
||||||
|
|
||||||
The question is `How wide is the smallest opening next to the barriers?`
|
|
||||||
*Width of opening: {width:opening} m* is shown if `width:opening` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> | <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>
|
|
||||||
|
|
||||||
### Overlap (cyclebarrier)
|
|
||||||
|
|
||||||
The question is `How much overlap do the barriers have?`
|
|
||||||
*Overlap: {overlap} m* is shown if `overlap` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> | <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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/barrier/barrier.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/barrier/barrier.json)
|
|
|
@ -1,109 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bbq
|
|
||||||
|
|
||||||
A permanently installed barbecue, typically accessible to the public.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **8** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [access](#access)
|
|
||||||
- [covered](#covered)
|
|
||||||
- [fuel](#fuel)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [fireplace](https://mapcomplete.org/fireplace)
|
|
||||||
- [nature](https://mapcomplete.org/nature)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [playgrounds](https://mapcomplete.org/playgrounds)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **BBQ** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbbq' target='_blank'>bbq</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbbq' target='_blank'>bbq</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22bbq%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [access](https://wiki.openstreetmap.org/wiki/Key:access) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:access%3Dno) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate) [permissive](https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive) [customers](https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers) [permit](https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermit) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/covered#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/covered/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [covered](https://wiki.openstreetmap.org/wiki/Key:covered) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:covered%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:covered%3Dyes) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fuel#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fuel/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fuel](https://wiki.openstreetmap.org/wiki/Key:fuel) | Multiple choice | [wood](https://wiki.openstreetmap.org/wiki/Tag:fuel%3Dwood) [charcoal](https://wiki.openstreetmap.org/wiki/Tag:fuel%3Dcharcoal) [electric](https://wiki.openstreetmap.org/wiki/Tag:fuel%3Delectric) [gas](https://wiki.openstreetmap.org/wiki/Tag:fuel%3Dgas) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### access
|
|
||||||
|
|
||||||
The question is `What is the permitted access?`
|
|
||||||
|
|
||||||
- *Public* is shown if 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>
|
|
||||||
- *No access* is shown if 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>
|
|
||||||
- *Private* is shown if 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>
|
|
||||||
- *Access until revoked* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a>
|
|
||||||
- *Access only for customers* is shown if 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 only for authorized persons* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermit' target='_blank'>permit</a>
|
|
||||||
|
|
||||||
### covered
|
|
||||||
|
|
||||||
The question is `Is the grill covered?`
|
|
||||||
|
|
||||||
- *The grill is not covered* is shown if 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>
|
|
||||||
- *The grill is covered* is shown if 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>
|
|
||||||
|
|
||||||
### fuel
|
|
||||||
|
|
||||||
The question is `How ist the grill fueled?`
|
|
||||||
|
|
||||||
- *Wood* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fuel' target='_blank'>fuel</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fuel%3Dwood' target='_blank'>wood</a>
|
|
||||||
- *Charcoal* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fuel' target='_blank'>fuel</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fuel%3Dcharcoal' target='_blank'>charcoal</a>
|
|
||||||
- *Electric* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fuel' target='_blank'>fuel</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fuel%3Delectric' target='_blank'>electric</a>
|
|
||||||
- *Gas* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fuel' target='_blank'>fuel</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fuel%3Dgas' target='_blank'>gas</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bbq/bbq.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bbq/bbq.json)
|
|
|
@ -1,299 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bench
|
|
||||||
|
|
||||||
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 **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [bench-backrest](#bench-backrest)
|
|
||||||
- [bench-armrest](#bench-armrest)
|
|
||||||
- [bench-seats](#bench-seats)
|
|
||||||
- [bench-material](#bench-material)
|
|
||||||
- [bench-direction](#bench-direction)
|
|
||||||
- [bench-colour](#bench-colour)
|
|
||||||
- [bench-survey:date](#bench-surveydate)
|
|
||||||
- [bench-inscription](#bench-inscription)
|
|
||||||
- [bench-artwork](#bench-artwork)
|
|
||||||
- [bench-memorial](#bench-memorial)
|
|
||||||
- [artwork-artwork_type](#artwork-artwork_type)
|
|
||||||
- [artwork-artist-wikidata](#artwork-artist-wikidata)
|
|
||||||
- [artwork-artist_name](#artwork-artist_name)
|
|
||||||
- [artwork-website](#artwork-website)
|
|
||||||
- [artwork_subject](#artwork_subject)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [artwork](https://mapcomplete.org/artwork)
|
|
||||||
- [benches](https://mapcomplete.org/benches)
|
|
||||||
- [memorials](https://mapcomplete.org/memorials)
|
|
||||||
- [nature](https://mapcomplete.org/nature)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [playgrounds](https://mapcomplete.org/playgrounds)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
- [toerisme_vlaanderen](https://mapcomplete.org/toerisme_vlaanderen)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a bench** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22amenity%22%3D%22bench%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/backrest#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/backrest/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/armrest#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/armrest/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [armrest](https://wiki.openstreetmap.org/wiki/Key:armrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/seats#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/seats/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/material#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/material/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/direction#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/direction/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/colour#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/colour/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [color](../SpecialInputElements.md#color) | [brown](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown) [green](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen) [gray](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray) [white](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [black](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack) [blue](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/survey:date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/survey%3Adate/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/inscription#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/inscription/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artwork_type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artwork_type/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) | [string](../SpecialInputElements.md#string) | [architecture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture) [mural](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural) [painting](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture) [statue](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue) [bust](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust) [stone](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone) [installation](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation) [graffiti](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti) [relief](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief) [azulejo](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo) [tilework](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework) [woodcarving](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dwoodcarving) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artist:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artist%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artist:wikidata](https://wiki.openstreetmap.org/wiki/Key:artist:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artist_name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artist_name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/subject:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/subject%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bench-backrest
|
|
||||||
|
|
||||||
The question is `Does this bench have a backrest?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bench/two_sided.svg' style='width: 3rem; height: 3rem'> *This bench is two-sided and shares the backrest* is shown if 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> & <a href='https://wiki.openstreetmap.org/wiki/Key:two_sided' target='_blank'>two_sided</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:two_sided%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench does have a backrest* is shown if 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>
|
|
||||||
- *This bench does <b>not</b> have a backrest* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-armrest
|
|
||||||
|
|
||||||
The question is `Does this bench have one or more armrests?`
|
|
||||||
|
|
||||||
- *This bench does have one or more armrests* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:armrest' target='_blank'>armrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench does <b>not</b> have any armrests* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:armrest' target='_blank'>armrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:armrest%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-seats
|
|
||||||
|
|
||||||
The question is `How many seats does this bench have?`
|
|
||||||
*This bench has {seats} seats* is shown if `seats` is set
|
|
||||||
|
|
||||||
- *This bench does not have separated seats* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seats:separated' target='_blank'>seats:separated</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seats:separated%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-material
|
|
||||||
|
|
||||||
The question is `What is the bench (seating) made from?`
|
|
||||||
*Material: {material}* is shown if `material` is set
|
|
||||||
|
|
||||||
- *The seating is made from wood* is shown if 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>
|
|
||||||
- *The seating is made from metal* is shown if 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>
|
|
||||||
- *The seating is made from stone* is shown if 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>
|
|
||||||
- *The seating is made from concrete* is shown if 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>
|
|
||||||
- *The seating is made from plastic* is shown if 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>
|
|
||||||
- *The seating is made from steel* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-direction
|
|
||||||
|
|
||||||
The question is `In which direction are you looking when sitting on the bench?`
|
|
||||||
*When sitting on the bench, one looks towards {direction}°.* is shown if `direction` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-colour
|
|
||||||
|
|
||||||
The question is `Which colour does this bench have?`
|
|
||||||
*Colour: {colour}* is shown if `colour` is set
|
|
||||||
|
|
||||||
- *Colour: brown* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-survey:date
|
|
||||||
|
|
||||||
The question is `When was this bench last surveyed?`
|
|
||||||
*This bench was last surveyed on {survey:date}* is shown if `survey:date` is set
|
|
||||||
|
|
||||||
- *Surveyed today!* is shown if with survey:date=
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-inscription
|
|
||||||
|
|
||||||
The question is `Does this bench have an inscription?`
|
|
||||||
*This bench has the following inscription:<br/><p><i>{inscription}</i></p>* is shown if `inscription` is set
|
|
||||||
|
|
||||||
- *This bench does not have an inscription* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:inscription' target='_blank'>not:inscription</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:inscription%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench <span class='subtle'>probably</span> does not not have an inscription* is shown if with inscription=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### bench-artwork
|
|
||||||
|
|
||||||
The question is `Does this bench have an artistic element?`
|
|
||||||
|
|
||||||
- *This bench has an integrated artwork* is shown if with <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>
|
|
||||||
- *This bench does not have an integrated artwork* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:tourism:artwork' target='_blank'>not:tourism:artwork</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:tourism:artwork%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This bench <span class="subtle">probably</span> doesn't have an integrated artwork* is shown if with tourism=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### bench-memorial
|
|
||||||
|
|
||||||
The question is `Does this bench act as memorial for someone or something?`
|
|
||||||
|
|
||||||
- *This bench is a memorial for someone or something* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
- *This bench is a <b>not</b> a memorial for someone or something* is shown if with historic= & <a href='https://wiki.openstreetmap.org/wiki/Key:not:historic' target='_blank'>not:historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:historic%3Dmemorial' target='_blank'>memorial</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:memorial' target='_blank'>memorial</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:memorial%3Dbench' target='_blank'>bench</a> | <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> | inscription~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`bench-questions`
|
|
||||||
|
|
||||||
### artwork-artwork_type
|
|
||||||
|
|
||||||
The question is `What is the type of this artwork?`
|
|
||||||
*This is a {artwork_type}* is shown if `artwork_type` is set
|
|
||||||
|
|
||||||
- *Architecture* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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)* is shown if 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* is shown if 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>
|
|
||||||
- *Woodcarving* is shown if 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%3Dwoodcarving' target='_blank'>woodcarving</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-artist-wikidata
|
|
||||||
|
|
||||||
The question is `Who made this artwork?`
|
|
||||||
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-artist_name
|
|
||||||
|
|
||||||
The question is `Which artist created this?`
|
|
||||||
*Created by {artist_name}* is shown if `artist_name` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-website
|
|
||||||
|
|
||||||
The question is `Is there a website with more information about this artwork?`
|
|
||||||
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork_subject
|
|
||||||
|
|
||||||
The question is `What does this artwork depict?`
|
|
||||||
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| bench_is_memorial.0 | is a memorial | historic=memorial | memorial=bench |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_backrest.0 | *With and without backrest* (default) | |
|
|
||||||
| has_backrest.1 | Has a backrest | backrest=yes |
|
|
||||||
| has_backrest.2 | Has no backrest | backrest=no |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_image.0 | *With and without images* (default) | |
|
|
||||||
| has_image.1 | Has at least one image | image~.+ | image:0~.+ | image:1~.+ | image:2~.+ | image:3~.+ | mapillary~.+ |
|
|
||||||
| has_image.2 | Probably does not have an image | image= & image:0= & image:1= & image:2= & image:3= & mapillary= |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bench/bench.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench/bench.json)
|
|
|
@ -1,81 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bench_at_pt
|
|
||||||
|
|
||||||
A layer showing all public-transport-stops which do have a bench
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [bench_at_pt-name](#bench_at_pt-name)
|
|
||||||
- [bench_at_pt-bench_type](#bench_at_pt-bench_type)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [benches](https://mapcomplete.org/benches)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dbus_stop' target='_blank'>bus_stop</a>
|
|
||||||
1. <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%28%20%20%20%20nwr%5B%22highway%22%3D%22bus_stop%22%5D%5B%22bench%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22bus_stop%22%5D%5B%22bench%22%3D%22stand_up_bench%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/bench#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/bench/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [bench](https://wiki.openstreetmap.org/wiki/Key:bench) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bench%3Dyes) [stand_up_bench](https://wiki.openstreetmap.org/wiki/Tag:bench%3Dstand_up_bench) [no](https://wiki.openstreetmap.org/wiki/Tag:bench%3Dno) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bench_at_pt-name
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### bench_at_pt-bench_type
|
|
||||||
|
|
||||||
The question is `What kind of bench is this?`
|
|
||||||
|
|
||||||
- *There is a normal, sit-down bench here* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bench_at_pt/bench_at_pt.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench_at_pt/bench_at_pt.json)
|
|
|
@ -1,167 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bicycle_assisted_repair_workshop
|
|
||||||
|
|
||||||
This layer is based on [assisted_repair](../Layers/assisted_repair.md)
|
|
||||||
|
|
||||||
A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **11** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [preset_description](#preset_description)
|
|
||||||
- [name](#name)
|
|
||||||
- [opening_hours_by_appointment](#opening_hours_by_appointment)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [mastodon](#mastodon)
|
|
||||||
- [facebook](#facebook)
|
|
||||||
- [item:repair](#itemrepair)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <a href='https://wiki.openstreetmap.org/wiki/Key:repair' target='_blank'>repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:repair%3Dassisted_self_service' target='_blank'>assisted_self_service</a>
|
|
||||||
1. <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle:repair' target='_blank'>bicycle:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle:repair%3Dyes' target='_blank'>yes</a> | <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>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22repair%22%3D%22assisted_self_service%22%5D%5B%22bicycle%3Arepair%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22repair%22%3D%22assisted_self_service%22%5D%5B%22service%3Abicycle%3Arepair%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | ["by appointment"](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment") |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/contact:mastodon#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/contact%3Amastodon/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/contact:facebook#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/contact%3Afacebook/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [contact:facebook](https://wiki.openstreetmap.org/wiki/Key:contact:facebook) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### preset_description
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{preset_description()}*
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this repair workshop?`
|
|
||||||
*This workshop is called <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### opening_hours_by_appointment
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Only by appointment* is shown if 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%3D"by appointment"' target='_blank'>"by appointment"</a>
|
|
||||||
- *Only by appointment* is shown if with opening_hours~^("by appointment"|by appointment)$. _This option cannot be chosen as answer_
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### mastodon
|
|
||||||
Shows and asks for the mastodon handle
|
|
||||||
The question is `What is the Mastodon-handle of {title()}?`
|
|
||||||
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
|
|
||||||
|
|
||||||
### facebook
|
|
||||||
Shows and asks for the facebook handle
|
|
||||||
The question is `What is the facebook page of of {title()}?`
|
|
||||||
*{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}<div class='subtle text-sm'>Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives</div>* is shown if `contact:facebook` is set
|
|
||||||
|
|
||||||
### item:repair
|
|
||||||
|
|
||||||
The question is `What type of items are repaired here?`
|
|
||||||
|
|
||||||
- *Mobile phones are repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:mobile_phone:repair' target='_blank'>service:mobile_phone:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:mobile_phone:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:mobile_phone:repair' target='_blank'>service:mobile_phone:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:mobile_phone:repair%3Dno' target='_blank'>no</a>
|
|
||||||
- *Computers are repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:computer:repair' target='_blank'>service:computer:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:computer:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:computer:repair' target='_blank'>service:computer:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:computer:repair%3Dno' target='_blank'>no</a>
|
|
||||||
- *Bicycles are repaired here* is shown if 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>. Unselecting this answer will add <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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/recycling/small_electrical_appliances.svg' style='width: 3rem; height: 3rem'> *Electronic devices are repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:electronics:repair' target='_blank'>service:electronics:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electronics:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:electronics:repair' target='_blank'>service:electronics:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:electronics:repair%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/recycling/furniture.svg' style='width: 3rem; height: 3rem'> *Furniture is repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:furniture:repair' target='_blank'>service:furniture:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:furniture:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:furniture:repair' target='_blank'>service:furniture:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:furniture:repair%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/recycling/clothes.svg' style='width: 3rem; height: 3rem'> *Clothes are repaired here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:clothes:repair' target='_blank'>service:clothes:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:clothes:repair%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:service:clothes:repair' target='_blank'>service:clothes:repair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:clothes:repair%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json)
|
|
|
@ -1,127 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bicycle_counter
|
|
||||||
|
|
||||||
Layer showing monitoring stations for bicycle traffic
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **13** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [display](#display)
|
|
||||||
- [name](#name)
|
|
||||||
- [start_date](#start_date)
|
|
||||||
- [clock](#clock)
|
|
||||||
- [ref](#ref)
|
|
||||||
- [website](#website)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cycle_infra](https://mapcomplete.org/cycle_infra)
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a bicycle counter** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:man_made' target='_blank'>man_made</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dmonitoring_station' target='_blank'>monitoring_station</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:monitoring:bicycle' target='_blank'>monitoring:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:monitoring:bicycle%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <a href='https://wiki.openstreetmap.org/wiki/Key:man_made' target='_blank'>man_made</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dmonitoring_station' target='_blank'>monitoring_station</a>
|
|
||||||
1. <a href='https://wiki.openstreetmap.org/wiki/Key:monitoring:bicycle' target='_blank'>monitoring:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:monitoring:bicycle%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22man_made%22%3D%22monitoring_station%22%5D%5B%22monitoring%3Abicycle%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/display#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/display/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [display](https://wiki.openstreetmap.org/wiki/Key:display) | Multiple choice | [digital](https://wiki.openstreetmap.org/wiki/Tag:display%3Ddigital) [analog](https://wiki.openstreetmap.org/wiki/Tag:display%3Danalog) [no](https://wiki.openstreetmap.org/wiki/Tag:display%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/start_date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/start_date/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [clock](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclock) [](https://wiki.openstreetmap.org/wiki/Tag:amenity%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### display
|
|
||||||
|
|
||||||
The question is `Does this bicycle counter have a display showing the number of passing bicycles?`
|
|
||||||
|
|
||||||
- *This counter has a digital display* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Ddigital' target='_blank'>digital</a>
|
|
||||||
- *This counter has an analog display* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Danalog' target='_blank'>analog</a>
|
|
||||||
- *This counter has no display* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of the counted location?`
|
|
||||||
*Name of the counted location: {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### start_date
|
|
||||||
|
|
||||||
The question is `When did this counter start counting?`
|
|
||||||
*This counter started counting on {start_date}* is shown if `start_date` is set
|
|
||||||
|
|
||||||
### clock
|
|
||||||
|
|
||||||
The question is `Does this bicycle counter have a clock?`
|
|
||||||
|
|
||||||
- *This counter has a clock* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclock' target='_blank'>clock</a>
|
|
||||||
- *This counter has no clock* is shown if with amenity=
|
|
||||||
|
|
||||||
### ref
|
|
||||||
|
|
||||||
The question is `What is the reference number of this counter?`
|
|
||||||
*Reference number of the counter: {ref}* is shown if `ref` is set
|
|
||||||
|
|
||||||
- *This counter has no reference number* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:noref' target='_blank'>noref</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noref%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `Is there a website for this bicycle counter?`
|
|
||||||
*Website of the counter: <a href='{website}'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bicycle_counter/bicycle_counter.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_counter/bicycle_counter.json)
|
|
|
@ -1,165 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bicycle_library
|
|
||||||
|
|
||||||
A facility where bicycles can be lent for longer period of times
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **8** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [bicycle_library-name](#bicycle_library-name)
|
|
||||||
- [website](#website)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [bicycle_library-charge](#bicycle_library-charge)
|
|
||||||
- [bicycle-library-target-group](#bicycle-library-target-group)
|
|
||||||
- [description](#description)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [bicyclelib](https://mapcomplete.org/bicyclelib)
|
|
||||||
- [circular_economy](https://mapcomplete.org/circular_economy)
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a bicycle library** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_library%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) [€20warranty + €20/year](https://wiki.openstreetmap.org/wiki/Tag:charge%3D€20warranty + €20/year) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/bicycle_library:for#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/bicycle_library%3Afor/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [bicycle_library:for](https://wiki.openstreetmap.org/wiki/Key:bicycle_library:for) | Multiple choice | [child](https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Dchild) [adult](https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Dadult) [disabled](https://wiki.openstreetmap.org/wiki/Tag:bicycle_library:for%3Ddisabled) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bicycle_library-name
|
|
||||||
|
|
||||||
The question is `What is the name of this bicycle library?`
|
|
||||||
*This bicycle library is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### bicycle_library-charge
|
|
||||||
|
|
||||||
The question is `How much does lending a bicycle cost?`
|
|
||||||
*Lending a bicycle costs {charge}* is shown if `charge` is set
|
|
||||||
|
|
||||||
- *Lending a bicycle is free* is shown if 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> & charge=
|
|
||||||
- *Lending a bicycle costs €20/year and €20 warranty* is shown if 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>
|
|
||||||
|
|
||||||
### bicycle-library-target-group
|
|
||||||
|
|
||||||
The question is `Who can loan bicycles here?`
|
|
||||||
|
|
||||||
- *Bikes for children available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### description
|
|
||||||
|
|
||||||
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
|
|
||||||
*{description}* is shown if `description` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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)
|
|
|
@ -1,282 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bicycle_rental
|
|
||||||
|
|
||||||
Bicycle rental stations
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [bicycle_rental_type](#bicycle_rental_type)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [payment-options-advanced](#payment-options-advanced)
|
|
||||||
- [bicycle-types](#bicycle-types)
|
|
||||||
- [rental-capacity-city_bike](#rental-capacity-city_bike)
|
|
||||||
- [rental-capacity-ebike](#rental-capacity-ebike)
|
|
||||||
- [rental-capacity-kid_bike](#rental-capacity-kid_bike)
|
|
||||||
- [rental-capacity-bmx](#rental-capacity-bmx)
|
|
||||||
- [rental-capacity-mtb](#rental-capacity-mtb)
|
|
||||||
- [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier)
|
|
||||||
- [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [bicycle_rental](https://mapcomplete.org/bicycle_rental)
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
- [toerisme_vlaanderen](https://mapcomplete.org/toerisme_vlaanderen)
|
|
||||||
- [velopark](https://mapcomplete.org/velopark)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a bicycle rental shop** which has the following tags:<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:bicycle_rental' target='_blank'>bicycle_rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_rental%3Dshop' target='_blank'>shop</a>
|
|
||||||
- **a bicycle rental** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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: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>
|
|
||||||
- bicycle_rental~.+
|
|
||||||
- rental~^(.*bicycle.*)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_rental%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Arental%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22bicycle_rental%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22rental%22~%22%5E%28.*bicycle.*%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/rental#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/rental/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [cargo_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcargo_bike) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:city_bike#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Acity_bike/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:ebike#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Aebike/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:kid_bike#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Akid_bike/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:bmx#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Abmx/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:mtb#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Amtb/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:bicycle_pannier#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Abicycle_pannier/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:tandem_bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Atandem_bicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bicycle_rental_type
|
|
||||||
|
|
||||||
The question is `What kind of bicycle rental is this?`
|
|
||||||
|
|
||||||
- *This is a shop whose main focus is bicycle rental* is shown if 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 business which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus* is shown if 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* is shown if 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 to a structure* is shown if 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* is shown if 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 clearly marked as being for the rental service only* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: opening_hours~.+ | shop~.+
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: shop~.+
|
|
||||||
|
|
||||||
### payment-options-advanced
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/smartphone.svg' style='width: 3rem; height: 3rem'> *Payment is done using a dedicated app* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/nfc_card.svg' style='width: 3rem; height: 3rem'> *Payment is done using a membership card* is shown if 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?`
|
|
||||||
*{rental} is rented here* is shown if `rental` is set
|
|
||||||
|
|
||||||
- *Normal city bikes can be rented here* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- *Cargo bikes can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcargo_bike' target='_blank'>cargo_bike</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-city_bike
|
|
||||||
|
|
||||||
The question is `How many city bikes can be rented here?`
|
|
||||||
*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*city_bike.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-ebike
|
|
||||||
|
|
||||||
The question is `How many electrical bikes can be rented here?`
|
|
||||||
*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*ebike.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-kid_bike
|
|
||||||
|
|
||||||
The question is `How many bikes for children can be rented here?`
|
|
||||||
*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*kid_bike.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-bmx
|
|
||||||
|
|
||||||
The question is `How many BMX bikes can be rented here?`
|
|
||||||
*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*bmx.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-mtb
|
|
||||||
|
|
||||||
The question is `How many mountainbikes can be rented here?`
|
|
||||||
*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*mtb.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-bicycle_pannier
|
|
||||||
|
|
||||||
The question is `How many bicycle panniers can be rented here?`
|
|
||||||
*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*bicycle_pannier.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-tandem_bicycle
|
|
||||||
|
|
||||||
The question is `How many tandem can be rented here?`
|
|
||||||
*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*tandem_bicycle.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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)
|
|
|
@ -1,270 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bicycle_rental_non_docking
|
|
||||||
|
|
||||||
This layer is based on [bicycle_rental](../Layers/bicycle_rental.md)
|
|
||||||
|
|
||||||
Bicycle rental stations
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [bicycle_rental_type](#bicycle_rental_type)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [payment-options-advanced](#payment-options-advanced)
|
|
||||||
- [bicycle-types](#bicycle-types)
|
|
||||||
- [rental-capacity-city_bike](#rental-capacity-city_bike)
|
|
||||||
- [rental-capacity-ebike](#rental-capacity-ebike)
|
|
||||||
- [rental-capacity-kid_bike](#rental-capacity-kid_bike)
|
|
||||||
- [rental-capacity-bmx](#rental-capacity-bmx)
|
|
||||||
- [rental-capacity-mtb](#rental-capacity-mtb)
|
|
||||||
- [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier)
|
|
||||||
- [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [toerisme_vlaanderen](https://mapcomplete.org/toerisme_vlaanderen)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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: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> | bicycle_rental~.+ | rental~^(.*bicycle.*)$
|
|
||||||
1. bicycle_rental!=docking_station
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_rental%22%5D%5B%22bicycle_rental%22!%3D%22docking_station%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Arental%22%3D%22yes%22%5D%5B%22bicycle_rental%22!%3D%22docking_station%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22bicycle_rental%22%5D%5B%22bicycle_rental%22!%3D%22docking_station%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22rental%22~%22%5E%28.*bicycle.*%29%24%22%5D%5B%22bicycle_rental%22!%3D%22docking_station%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/rental#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/rental/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [cargo_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcargo_bike) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:city_bike#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Acity_bike/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:ebike#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Aebike/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:kid_bike#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Akid_bike/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:bmx#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Abmx/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:mtb#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Amtb/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:bicycle_pannier#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Abicycle_pannier/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:tandem_bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Atandem_bicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bicycle_rental_type
|
|
||||||
|
|
||||||
The question is `What kind of bicycle rental is this?`
|
|
||||||
|
|
||||||
- *This is a shop whose main focus is bicycle rental* is shown if 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 business which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus* is shown if 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* is shown if 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 to a structure* is shown if 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* is shown if 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 clearly marked as being for the rental service only* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: opening_hours~.+ | shop~.+
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: shop~.+
|
|
||||||
|
|
||||||
### payment-options-advanced
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/smartphone.svg' style='width: 3rem; height: 3rem'> *Payment is done using a dedicated app* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/nfc_card.svg' style='width: 3rem; height: 3rem'> *Payment is done using a membership card* is shown if 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?`
|
|
||||||
*{rental} is rented here* is shown if `rental` is set
|
|
||||||
|
|
||||||
- *Normal city bikes can be rented here* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- *Cargo bikes can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:rental' target='_blank'>rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcargo_bike' target='_blank'>cargo_bike</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-city_bike
|
|
||||||
|
|
||||||
The question is `How many city bikes can be rented here?`
|
|
||||||
*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*city_bike.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-ebike
|
|
||||||
|
|
||||||
The question is `How many electrical bikes can be rented here?`
|
|
||||||
*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*ebike.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-kid_bike
|
|
||||||
|
|
||||||
The question is `How many bikes for children can be rented here?`
|
|
||||||
*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*kid_bike.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-bmx
|
|
||||||
|
|
||||||
The question is `How many BMX bikes can be rented here?`
|
|
||||||
*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*bmx.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-mtb
|
|
||||||
|
|
||||||
The question is `How many mountainbikes can be rented here?`
|
|
||||||
*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*mtb.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-bicycle_pannier
|
|
||||||
|
|
||||||
The question is `How many bicycle panniers can be rented here?`
|
|
||||||
*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*bicycle_pannier.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### rental-capacity-tandem_bicycle
|
|
||||||
|
|
||||||
The question is `How many tandem can be rented here?`
|
|
||||||
*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: rental~^(.*tandem_bicycle.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`bicycle_rental`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json)
|
|
|
@ -1,166 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bike_cafe
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [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)
|
|
||||||
- [website](#website)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a bike cafe** which has the following tags:<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:pub' target='_blank'>pub</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:pub%3Dcycling' target='_blank'>cycling</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. <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%28%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B%22pub%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B%22pub%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B%22theme%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B%22theme%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%5B~%22%5E%28service%3Abicycle%3A.*%29%24%22~%22.%2B%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B%22pub%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B%22pub%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B%22theme%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B%22theme%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%5B~%22%5E%28service%3Abicycle%3A.*%29%24%22~%22.%2B%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22pub%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22pub%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22theme%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22theme%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B~%22%5E%28service%3Abicycle%3A.*%29%24%22~%22.%2B%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22pub%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22pub%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22theme%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22theme%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B~%22%5E%28service%3Abicycle%3A.*%29%24%22~%22.%2B%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:pump#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Apump/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:diy#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Adiy/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:repair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Arepair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bike_cafe-name
|
|
||||||
|
|
||||||
The question is `What is the name of this bike cafe?`
|
|
||||||
*This bike cafe is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### bike_cafe-bike-pump
|
|
||||||
|
|
||||||
The question is `Does this bike cafe offer a bike pump for use by anyone?`
|
|
||||||
|
|
||||||
- *This bike cafe offers a bike pump for anyone* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### bike_cafe-repair-tools
|
|
||||||
|
|
||||||
The question is `Are tools offered to repair your own bike?`
|
|
||||||
|
|
||||||
- *This bike cafe offers tools for DIY repair* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### bike_cafe-repair-service
|
|
||||||
|
|
||||||
The question is `Does this bike cafe repair bikes?`
|
|
||||||
|
|
||||||
- *This bike cafe repairs bikes* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `When it this bike café opened?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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)
|
|
|
@ -1,103 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bike_cleaning
|
|
||||||
|
|
||||||
A layer showing facilities where one can clean their bike
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **13** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge)
|
|
||||||
- [bike_cleaning-charge](#bike_cleaning-charge)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a bike cleaning service** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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>
|
|
||||||
- <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>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_wash%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bike_wash%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Acleaning%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22service%3Abicycle%3Acleaning%22%3D%22diy%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:cleaning:charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Acleaning%3Acharge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bike_cleaning-service_bicycle_cleaning_charge
|
|
||||||
|
|
||||||
The question is `How much does it cost to use the cleaning service?`
|
|
||||||
*Using the cleaning service costs {service:bicycle:cleaning:charge}* is shown if `service:bicycle:cleaning:charge` is set
|
|
||||||
|
|
||||||
- *The cleaning service is free to use* is shown if 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>
|
|
||||||
- *Free to use* is shown if 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' target='_blank'>yes</a> & service:bicycle:cleaning:charge=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: amenity!=bike_wash & amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+
|
|
||||||
|
|
||||||
### bike_cleaning-charge
|
|
||||||
|
|
||||||
The question is `How much does it cost to use the cleaning service?`
|
|
||||||
*Using the cleaning service costs {charge}* is shown if `charge` is set
|
|
||||||
|
|
||||||
- *This cleaning service is free to use* is shown if 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>
|
|
||||||
- *There is a fee to use this cleaning service* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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> | <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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/bike_cleaning/bike_cleaning.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cleaning/bike_cleaning.json)
|
|
|
@ -1,234 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bike_parking
|
|
||||||
|
|
||||||
A layer showing where you can park your bike
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **17** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [Bicycle parking type](#bicycle-parking-type)
|
|
||||||
- [Underground?](#underground)
|
|
||||||
- [Is covered?](#is-covered)
|
|
||||||
- [Capacity](#capacity)
|
|
||||||
- [Access](#access)
|
|
||||||
- [fee](#fee)
|
|
||||||
- [charge](#charge)
|
|
||||||
- [opening_hours_24_7_default](#opening_hours_24_7_default)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [operator](#operator)
|
|
||||||
- [operator_phone](#operator_phone)
|
|
||||||
- [operator_website](#operator_website)
|
|
||||||
- [operator_email](#operator_email)
|
|
||||||
- [Cargo bike spaces?](#cargo-bike-spaces)
|
|
||||||
- [Cargo bike capacity?](#cargo-bike-capacity)
|
|
||||||
- [maxstay](#maxstay)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [bicycle_parkings](https://mapcomplete.org/bicycle_parkings)
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
- [transit](https://mapcomplete.org/transit)
|
|
||||||
- [velopark](https://mapcomplete.org/velopark)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a bike parking** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_parking%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/bicycle_parking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/bicycle_parking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [bicycle_parking](https://wiki.openstreetmap.org/wiki/Key:bicycle_parking) | [string](../SpecialInputElements.md#string) | [stands](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands) [safe_loops](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dsafe_loops) [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) [lockers](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dlockers) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/location#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/location/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/covered#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/covered/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [nat](../SpecialInputElements.md#nat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [members](https://wiki.openstreetmap.org/wiki/Tag:access%3Dmembers) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator:phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator%3Aphone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator:phone](https://wiki.openstreetmap.org/wiki/Key:operator:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator:website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator%3Awebsite/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator:website](https://wiki.openstreetmap.org/wiki/Key:operator:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator:email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator%3Aemail/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator:email](https://wiki.openstreetmap.org/wiki/Key:operator:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cargo_bike#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cargo_bike/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cargo_bike](https://wiki.openstreetmap.org/wiki/Key:cargo_bike) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Dyes) [designated](https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Ddesignated) [no](https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity:cargo_bike#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity%3Acargo_bike/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity:cargo_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:cargo_bike) | [nat](../SpecialInputElements.md#nat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/maxstay#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/maxstay/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [maxstay](https://wiki.openstreetmap.org/wiki/Key:maxstay) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### Bicycle parking type
|
|
||||||
|
|
||||||
The question is `What is the type of this bicycle parking?`
|
|
||||||
*This is a bicycle parking of the type: {bicycle_parking}* is shown if `bicycle_parking` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bike_parking/staple.svg' style='width: 3rem; height: 3rem'> *Stands* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bike_parking/safe_loops.svg' style='width: 3rem; height: 3rem'> *Rack with side loops* is shown if 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%3Dsafe_loops' target='_blank'>safe_loops</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bike_parking/wall_loops.svg' style='width: 3rem; height: 3rem'> *Wheelbenders / rack* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bike_parking/handlebar_holder.svg' style='width: 3rem; height: 3rem'> *Handlebar holder* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bike_parking/rack.svg' style='width: 3rem; height: 3rem'> *Rack* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bike_parking/two_tier.svg' style='width: 3rem; height: 3rem'> *Two-tiered* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bike_parking/shed.svg' style='width: 3rem; height: 3rem'> *Shed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/bike_parking/bollard.svg' style='width: 3rem; height: 3rem'> *Bollard* is shown if 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* is shown if 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>
|
|
||||||
- *A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..* is shown if 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%3Dlockers' target='_blank'>lockers</a>
|
|
||||||
|
|
||||||
### Underground?
|
|
||||||
|
|
||||||
The question is `What is the relative location of this bicycle parking?`
|
|
||||||
|
|
||||||
- *Underground parking* is shown if 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* is shown if 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* is shown if 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* is shown if with location=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### Is covered?
|
|
||||||
|
|
||||||
The question is `Is this parking covered? Also select "covered" for indoor parkings.`
|
|
||||||
|
|
||||||
- *This parking is covered (it has a roof)* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### Capacity
|
|
||||||
|
|
||||||
The question is `How many bicycles fit in this bicycle parking?`
|
|
||||||
*Place for {capacity} bikes* is shown if `capacity` is set
|
|
||||||
|
|
||||||
### Access
|
|
||||||
|
|
||||||
The question is `Who can use this bicycle parking?`
|
|
||||||
*{access}* is shown if `access` is set
|
|
||||||
|
|
||||||
- *Publicly accessible* is shown if 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* is shown if 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* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dmembers' target='_blank'>members</a>
|
|
||||||
- *Access is limited to members of a school, company or organisation* is shown if 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>
|
|
||||||
|
|
||||||
### fee
|
|
||||||
|
|
||||||
The question is `Are these bicycle parkings free to use?`
|
|
||||||
|
|
||||||
- *One has to <b>pay</b> to use this bicycle parking* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### charge
|
|
||||||
|
|
||||||
The question is `How much does it cost to park your bike here?`
|
|
||||||
*Parking your bike costs {charge}* is shown if `charge` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### opening_hours_24_7_default
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### operator
|
|
||||||
|
|
||||||
The question is `Who maintains this bicycle parking?`
|
|
||||||
*This bicycle parking is maintained by {operator}* is shown if `operator` is set
|
|
||||||
|
|
||||||
### operator_phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of the operator of this bicycle parking?`
|
|
||||||
*<a href='tel:{operator:phone}'>{operator:phone}</a>* is shown if `operator:phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *<a href='tel:{phone}'>{phone}</a>* is shown if with phone~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *<a href='tel:{contact:phone}'>{contact:phone}</a>* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### operator_website
|
|
||||||
|
|
||||||
The question is `What is the website number of the operator of this bicycle parking?`
|
|
||||||
*<a href='{operator:website}'>{operator:website}</a>* is shown if `operator:website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{website}'>{website}</a>* is shown if with website~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### operator_email
|
|
||||||
|
|
||||||
The question is `What is the email address of the operator of this bicycle parking?`
|
|
||||||
*<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if `operator:email` is set
|
|
||||||
|
|
||||||
### Cargo bike spaces?
|
|
||||||
|
|
||||||
The question is `Does this bicycle parking have spots for cargo bikes?`
|
|
||||||
|
|
||||||
- *This parking has room for cargo bikes* is shown if 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.* is shown if 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 or there are no places provided for cargo bikes* is shown if 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>
|
|
||||||
|
|
||||||
### Cargo bike capacity?
|
|
||||||
|
|
||||||
The question is `How many cargo bicycles fit in this bicycle parking?`
|
|
||||||
*This parking fits {capacity:cargo_bike} cargo bikes* is shown if `capacity:cargo_bike` is set
|
|
||||||
|
|
||||||
- *There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed* is shown if 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 tagrendering is only visible in the popup if the following condition is met: capacity:cargo_bike~.+ | cargo_bike~^(designated|yes)$
|
|
||||||
|
|
||||||
### maxstay
|
|
||||||
|
|
||||||
The question is `What is the maximum allowed parking duration?`
|
|
||||||
*A bike can be parked here for at most {canonical(maxstay)}* is shown if `maxstay` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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)
|
|
|
@ -1,255 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bike_repair_station
|
|
||||||
|
|
||||||
A layer showing bicycle pumps and bicycle repair tool stands
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **13** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [bike_repair_station-available-services](#bike_repair_station-available-services)
|
|
||||||
- [Operational status](#operational-status)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#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)
|
|
||||||
- [send_email_about_broken_pump](#send_email_about_broken_pump)
|
|
||||||
- [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)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [circular_economy](https://mapcomplete.org/circular_economy)
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [toerisme_vlaanderen](https://mapcomplete.org/toerisme_vlaanderen)
|
|
||||||
- [velopark](https://mapcomplete.org/velopark)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a bike pump** which has the following tags:<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> & <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>
|
|
||||||
- **a bike repair station and pump** which has the following tags:<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> & <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>
|
|
||||||
- **a bike repair station without pump** which has the following tags:<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> & <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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22amenity%22%3D%22bicycle_repair_station%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:tools#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Atools/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:bicycle:tools](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:tools) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:tools%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:tools%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:tools%3Dyes) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:pump:operational_status#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Apump%3Aoperational_status/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:bicycle:pump:operational_status](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump:operational_status) | Multiple choice | [broken](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump:operational_status%3Dbroken) [operational](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump:operational_status%3Doperational) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [access](https://wiki.openstreetmap.org/wiki/Key:access) | Multiple choice | [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:chain_tool#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Achain_tool/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:bicycle:chain_tool](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:chain_tool) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:chain_tool%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:chain_tool%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:stand#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Astand/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:bicycle:stand](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:stand) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:stand%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:stand%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/valves#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/valves/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [valves](https://wiki.openstreetmap.org/wiki/Key:valves) | [string](../SpecialInputElements.md#string) | [sclaverand](https://wiki.openstreetmap.org/wiki/Tag:valves%3Dsclaverand) [dunlop](https://wiki.openstreetmap.org/wiki/Tag:valves%3Ddunlop) [schrader](https://wiki.openstreetmap.org/wiki/Tag:valves%3Dschrader) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/manual#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/manual/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [manual](https://wiki.openstreetmap.org/wiki/Key:manual) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:manual%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:manual%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/manometer#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/manometer/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [manometer](https://wiki.openstreetmap.org/wiki/Key:manometer) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:manometer%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:manometer%3Dno) [broken](https://wiki.openstreetmap.org/wiki/Tag:manometer%3Dbroken) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bike_repair_station-available-services
|
|
||||||
|
|
||||||
The question is `Which services are available at this location?`
|
|
||||||
|
|
||||||
- *There is only a pump present* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### Operational status
|
|
||||||
|
|
||||||
The question is `Is the bike pump still operational?`
|
|
||||||
|
|
||||||
- *The bike pump is broken* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `When is this bicycle repair point open?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### access
|
|
||||||
|
|
||||||
The question is `Who is allowed to use this repair station?`
|
|
||||||
|
|
||||||
- *Publicly accessible* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/invalid.svg' style='width: 3rem; height: 3rem'> *Not accessible to the general public* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/invalid.svg' style='width: 3rem; height: 3rem'> *Not accessible to the general public* is shown if 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_
|
|
||||||
|
|
||||||
### bike_repair_station-operator
|
|
||||||
|
|
||||||
The question is `Who maintains this cycle pump?`
|
|
||||||
*Maintained by {operator}* is shown if `operator` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`operator-info`
|
|
||||||
|
|
||||||
### bike_repair_station-email
|
|
||||||
|
|
||||||
The question is `What is the email address of the maintainer?`
|
|
||||||
*<a href='mailto:{email}'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`operator-info`
|
|
||||||
|
|
||||||
### bike_repair_station-phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of the maintainer?`
|
|
||||||
*<a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`operator-info`
|
|
||||||
|
|
||||||
### bike_repair_station-bike-chain-tool
|
|
||||||
|
|
||||||
The question is `Does this bike repair station have a special tool to repair your bike chain?`
|
|
||||||
|
|
||||||
- *There is a chain tool* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### 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?`
|
|
||||||
|
|
||||||
- *There is a hook or stand* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### send_email_about_broken_pump
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{send_email(&LBRACEemail&RBRACE,Broken bicycle pump,Hello&COMMA
|
|
||||||
|
|
||||||
With this email&COMMA I'd like to inform you that the bicycle pump located at https://mapcomplete.org/cyclofix?lat=&LBRACE_lat&RBRACE&lon=&LBRACE_lon&RBRACE&z=18#&LBRACEid&RBRACE is broken.
|
|
||||||
|
|
||||||
Kind regards,Report this bicycle pump as broken)}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> & email~.+
|
|
||||||
|
|
||||||
### bike_repair_station-valves
|
|
||||||
|
|
||||||
The question is `What valves are supported?`
|
|
||||||
*This pump supports the following valves: {valves}* is shown if `valves` is set
|
|
||||||
|
|
||||||
- *Sclaverand/Presta (narrow-width bike tires)* is shown if 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* is shown if 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)* is shown if 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>
|
|
||||||
|
|
||||||
### bike_repair_station-electrical_pump
|
|
||||||
|
|
||||||
The question is `Is this an electric bike pump?`
|
|
||||||
|
|
||||||
- *Manual pump* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### bike_repair_station-manometer
|
|
||||||
|
|
||||||
The question is `Does the pump have a pressure indicator or manometer?`
|
|
||||||
|
|
||||||
- *There is a manometer* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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)
|
|
File diff suppressed because one or more lines are too long
|
@ -1,127 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# bike_themed_object
|
|
||||||
|
|
||||||
A layer with bike-themed objects but who don't match any other layer
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **13** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [description](#description)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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: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>
|
|
||||||
- <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: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: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>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22association%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22association%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22club%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22club%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22ngo%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22ngo%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22sport%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22theme%22%3D%22bicycle%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22theme%22%3D%22cycling%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### description
|
|
||||||
|
|
||||||
The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.`
|
|
||||||
*{description}* is shown if `description` is set
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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)
|
|
|
@ -1,91 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# binocular
|
|
||||||
|
|
||||||
Binoculars
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **0** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [binocular-charge](#binocular-charge)
|
|
||||||
- [binocular-direction](#binocular-direction)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [binoculars](https://mapcomplete.org/binoculars)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [ski](https://mapcomplete.org/ski)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a binocular** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22amenity%22%3D%22binoculars%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/direction#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/direction/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### binocular-charge
|
|
||||||
|
|
||||||
The question is `How much does one have to pay to use these binoculars?`
|
|
||||||
*Using these binoculars costs {charge}* is shown if `charge` is set
|
|
||||||
|
|
||||||
- *Free to use* is shown if 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> & charge=
|
|
||||||
|
|
||||||
### binocular-direction
|
|
||||||
|
|
||||||
The question is `When looking through this binocular, in what direction does one look?`
|
|
||||||
*Looks towards {direction}°* is shown if `direction` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/binocular/binocular.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/binocular/binocular.json)
|
|
|
@ -1,119 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# birdhide
|
|
||||||
|
|
||||||
A birdhide
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [bird-hide-shelter-or-wall](#bird-hide-shelter-or-wall)
|
|
||||||
- [bird-hide-wheelchair](#bird-hide-wheelchair)
|
|
||||||
- [birdhide-operator](#birdhide-operator)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [nature](https://mapcomplete.org/nature)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a birdhide** which has the following tags:<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> & <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> & <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 bird blind** which has the following tags:<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> & <a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dno' target='_blank'>no</a> & <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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22leisure%22%3D%22bird_hide%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/building#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/building/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [building](https://wiki.openstreetmap.org/wiki/Key:building) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:building%3D) [yes](https://wiki.openstreetmap.org/wiki/Tag:building%3Dyes) [tower](https://wiki.openstreetmap.org/wiki/Tag:building%3Dtower) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | [Natuurpunt](https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt) [Agentschap Natuur en Bos](https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### bird-hide-shelter-or-wall
|
|
||||||
|
|
||||||
The question is `Is this a bird blind or a bird watching shelter?`
|
|
||||||
|
|
||||||
- *Bird blind* is shown if 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> & building= & amenity=
|
|
||||||
- *Bird hide* is shown if 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* is shown if 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* is shown if 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-hide-wheelchair
|
|
||||||
|
|
||||||
The question is `Is this bird hide accessible to wheelchair users?`
|
|
||||||
|
|
||||||
- *There are special provisions for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### birdhide-operator
|
|
||||||
|
|
||||||
The question is `Who operates this birdhide?`
|
|
||||||
*Operated by {operator}* is shown if `operator` is set
|
|
||||||
|
|
||||||
- *Operated by Natuurpunt* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| wheelchair.0 | Wheelchair accessible | wheelchair=yes | wheelchair=designated | wheelchair=permissive |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| shelter.0 | Only covered birdhides | (shelter=yes | building~.+) & covered!=no |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/birdhide/birdhide.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/birdhide/birdhide.json)
|
|
|
@ -1,141 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# brothel
|
|
||||||
|
|
||||||
An establishment specifically dedicated to prostitution.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **6** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [name](#name)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [openlovemap](https://mapcomplete.org/openlovemap)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a brothel** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbrothel' target='_blank'>brothel</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbrothel' target='_blank'>brothel</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22brothel%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this brothel?`
|
|
||||||
*This brothel is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/brothel/brothel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/brothel/brothel.json)
|
|
|
@ -1,310 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# cafe_pub
|
|
||||||
|
|
||||||
A layer showing cafés and pubs where one can gather around a drink. The layer asks for some relevant questions
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [Name](#name)
|
|
||||||
- [Classification](#classification)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [smoking](#smoking)
|
|
||||||
- [service:electricity](#serviceelectricity)
|
|
||||||
- [dog-access](#dog-access)
|
|
||||||
- [internet](#internet)
|
|
||||||
- [internet-fee](#internet-fee)
|
|
||||||
- [internet-ssid](#internet-ssid)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cafes_and_pubs](https://mapcomplete.org/cafes_and_pubs)
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a pub** which has the following tags:<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 bar** which has the following tags:<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 cafe** which has the following tags:<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 nightclub or disco** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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%28%20%20%20%20nwr%5B%22amenity%22%3D%22bar%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22pub%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22biergarten%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22nightclub%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### Name
|
|
||||||
|
|
||||||
The question is `What is the name of this business?`
|
|
||||||
*This business is named {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### Classification
|
|
||||||
|
|
||||||
The question is `What kind of cafe is this?`
|
|
||||||
|
|
||||||
- *A pub, mostly for drinking beers in a warm, relaxed interior* is shown if 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* is shown if 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* is shown if 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>restaurant</b> where one can get a proper meal* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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()}?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>allowed</b>* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>not allowed</b>* is shown if 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>.* is shown if 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>
|
|
||||||
|
|
||||||
### 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_dogs.svg' style='width: 3rem; height: 3rem'> *Dogs are <b>not</b> allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_leashed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed, but they have to be leashed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed and can run around freely* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_outside.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed only outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside' target='_blank'>outside</a>
|
|
||||||
|
|
||||||
### internet
|
|
||||||
|
|
||||||
The question is `Does this place offer internet access?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/wifi' style='width: 3rem; height: 3rem'> *This place offers wireless internet access* is shown if 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%3Dwlan' target='_blank'>wlan</a>
|
|
||||||
- *This place <b>does not</b> offer internet access* is shown if 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>
|
|
||||||
- *This place offers internet access* is shown if 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>. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/computer' style='width: 3rem; height: 3rem'> *This place offers internet access via a terminal or computer* is shown if 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%3Dterminal' target='_blank'>terminal</a>
|
|
||||||
- *This place offers wired internet access* is shown if 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%3Dwired' target='_blank'>wired</a>
|
|
||||||
- *This place offers both wireless internet and internet access via a terminal or computer* is shown if 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%3Dterminal;wifi' target='_blank'>terminal;wifi</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-fee
|
|
||||||
|
|
||||||
The question is `Is there a fee for internet access?`
|
|
||||||
|
|
||||||
- *There is a fee for the internet access at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place, for customers only* is shown if 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%3Dcustomers' target='_blank'>customers</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-ssid
|
|
||||||
|
|
||||||
The question is `What is the network name for the wireless internet access?`
|
|
||||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
|
||||||
|
|
||||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_electricity.0 | Offers electricity | service:electricity=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| dogs.0 | *No preference towards dogs* (default) | |
|
|
||||||
| dogs.1 | Dogs allowed | dog=unleashed | dog=yes |
|
|
||||||
| dogs.2 | No dogs allowed | dog=no |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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,131 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# car_rental
|
|
||||||
|
|
||||||
Places where you can rent a car
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [name](#name)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a car rental** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcar_rental' target='_blank'>car_rental</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcar_rental' target='_blank'>car_rental</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22car_rental%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this car rental?`
|
|
||||||
*This car rental is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
- *This car rental has no name* is shown if 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>
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/car_rental/car_rental.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/car_rental/car_rental.json)
|
|
|
@ -1,172 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# caravansites
|
|
||||||
|
|
||||||
camper sites
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **7** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [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)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [campersite](https://mapcomplete.org/campersite)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a camper site** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. permanent_camping!~^(only)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22tourism%22%3D%22caravan_site%22%5D%5B%22permanent_camping%22!~%22%5E%28only%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/sanitary_dump_station#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/sanitary_dump_station/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/toilets#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/toilets/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/permanent_camping#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/permanent_camping/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### caravansites-name
|
|
||||||
|
|
||||||
The question is `What is this place called?`
|
|
||||||
*This place is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### caravansites-fee
|
|
||||||
|
|
||||||
The question is `Does this place charge a fee?`
|
|
||||||
|
|
||||||
- *You need to pay for use* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### caravansites-charge
|
|
||||||
|
|
||||||
The question is `How much does this place charge?`
|
|
||||||
*This place charges {charge}* is shown if `charge` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### caravansites-sanitary-dump
|
|
||||||
|
|
||||||
The question is `Does this place have a sanitary dump station?`
|
|
||||||
|
|
||||||
- *This place has a sanitary dump station* is shown if 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* is shown if 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)`
|
|
||||||
*{capacity} campers can use this place at the same time* is shown if `capacity` is set
|
|
||||||
|
|
||||||
### caravansites-internet
|
|
||||||
|
|
||||||
The question is `Does this place provide internet access?`
|
|
||||||
|
|
||||||
- *There is internet access* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### caravansites-toilets
|
|
||||||
|
|
||||||
The question is `Does this place have toilets?`
|
|
||||||
|
|
||||||
- *This place has toilets* is shown if 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* is shown if 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?`
|
|
||||||
*Official website: <a href='{website}'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
### 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* is shown if 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* is shown if 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 disappears from this map if you choose this)* is shown if 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)`
|
|
||||||
*More details about this place: {description}* is shown if `description` is set
|
|
||||||
|
|
||||||
### questions
|
|
||||||
Show the questions block at this location
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/caravansites/caravansites.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/caravansites/caravansites.json)
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,122 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# cinema
|
|
||||||
|
|
||||||
A place showing movies (films), generally open to the public for a fee. Commonly referred to as a movie theater in the US
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **10** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [wikipedia](#wikipedia)
|
|
||||||
- [cinema_type](#cinema_type)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [openlovemap](https://mapcomplete.org/openlovemap)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22cinema%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cinema#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cinema/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cinema](https://wiki.openstreetmap.org/wiki/Key:cinema) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:cinema%3D) [erotic](https://wiki.openstreetmap.org/wiki/Tag:cinema%3Derotic) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### wikipedia
|
|
||||||
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
|
|
||||||
The question is `What is the corresponding Wikidata entity?`
|
|
||||||
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set
|
|
||||||
|
|
||||||
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
|
|
||||||
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### cinema_type
|
|
||||||
|
|
||||||
The question is `What type of cinema is this?`
|
|
||||||
|
|
||||||
- *This is a normal cinema showing movies for all ages* is shown if with cinema=
|
|
||||||
- *This is an erotic cinema showing adult movies* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cinema' target='_blank'>cinema</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cinema%3Derotic' target='_blank'>erotic</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/cinema/cinema.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cinema/cinema.json)
|
|
|
@ -1,164 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# climbing_area
|
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [minimap](#minimap)
|
|
||||||
- [Contained routes length hist](#contained-routes-length-hist)
|
|
||||||
- [Length overview](#length-overview)
|
|
||||||
- [Contained routes hist](#contained-routes-hist)
|
|
||||||
- [Grades overview](#grades-overview)
|
|
||||||
- [Contained_climbing_routes](#contained_climbing_routes)
|
|
||||||
- [Contains {_contained_climbing_routes_count} routes](#contains-{_contained_climbing_routes_count}-routes)
|
|
||||||
- [name](#name)
|
|
||||||
- [Type](#type)
|
|
||||||
- [Rock type (crag/rock/cliff only)](#rock-type-(cragrock/cliff-only))
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [website](#website)
|
|
||||||
- [fee](#fee)
|
|
||||||
- [bouldering](#bouldering)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [climbing](https://mapcomplete.org/climbing)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a climbing opportunity** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. climbing!~^(route)$
|
|
||||||
2. climbing!=route_top
|
|
||||||
3. climbing!=route_bottom
|
|
||||||
4. leisure!~^(sports_centre)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22sport%22%3D%22climbing%22%5D%5B%22climbing%22!~%22%5E%28route%29%24%22%5D%5B%22climbing%22!%3D%22route_top%22%5D%5B%22climbing%22!%3D%22route_bottom%22%5D%5B%22leisure%22!~%22%5E%28sports_centre%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:name%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/rock#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/rock/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [rock](https://wiki.openstreetmap.org/wiki/Key:rock) | [string](../SpecialInputElements.md#string) | [limestone](https://wiki.openstreetmap.org/wiki/Tag:rock%3Dlimestone) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/url#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/url/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [url](https://wiki.openstreetmap.org/wiki/Key:url) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:boulder#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Aboulder/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### minimap
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{minimap(18, id, _contained_climbing_route_ids): height: 9rem; overflow: hidden; border-radius:3rem; }*
|
|
||||||
|
|
||||||
### Contained routes length hist
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<h3>Length overview</h3>{histogram(_length_hist)}*
|
|
||||||
|
|
||||||
### Contained routes hist
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<h3>Grades overview</h3>{histogram(_difficulty_hist)}*
|
|
||||||
|
|
||||||
### Contained_climbing_routes
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<h3>Contains {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: _contained_climbing_routes~.+
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this climbing opportunity?`
|
|
||||||
*<strong>{name}</strong>* is shown if `name` is set
|
|
||||||
|
|
||||||
- *This climbing opportunity doesn't have a name* is shown if 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> & name=
|
|
||||||
|
|
||||||
### 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* is shown if 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* is shown if 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* is shown if 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?`
|
|
||||||
*The rock type is {rock}* is shown if `rock` is set
|
|
||||||
|
|
||||||
- *Limestone* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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 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%3Dbare_rock' target='_blank'>bare_rock</a>
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `Is there a (unofficial) website with more informations (e.g. topos)?`
|
|
||||||
*<a href='{url}' target='_blank' rel='noopener'>{url}</a>* is shown if `url` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> & club= & office= & leisure!~^(sports_centre)$
|
|
||||||
|
|
||||||
### fee
|
|
||||||
|
|
||||||
The question is `Is a fee required to climb here?`
|
|
||||||
*A fee of {charge} should be paid for climbing here* is shown if `charge` is set
|
|
||||||
|
|
||||||
- *Climbing here is free of charge* is shown if 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* is shown if 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> & charge=
|
|
||||||
|
|
||||||
### bouldering
|
|
||||||
|
|
||||||
The question is `Is bouldering possible here?`
|
|
||||||
|
|
||||||
- *Bouldering is possible here* is shown if 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* is shown if 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, although there are only a few problems* is shown if 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 problems* is shown if with climbing:boulder~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/climbing_area/climbing_area.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_area/climbing_area.json)
|
|
|
@ -1,128 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# climbing_club
|
|
||||||
|
|
||||||
A climbing club or organisation
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **10** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [climbing_club-name](#climbing_club-name)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [climbing](https://mapcomplete.org/climbing)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a climbing club** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:club' target='_blank'>club</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:club%3Dsport' target='_blank'>sport</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>
|
|
||||||
- **a climbing ngo** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:office' target='_blank'>office</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:office%3Dngo' target='_blank'>ngo</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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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> & (club~.+ | office~.+)
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22club%22%3D%22climbing%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22sport%22%3D%22climbing%22%5D%5B%22club%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22sport%22%3D%22climbing%22%5D%5B%22office%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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?`
|
|
||||||
*<strong>{name}</strong>* is shown if `name` is set
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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,339 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# climbing_gym
|
|
||||||
|
|
||||||
A climbing gym
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **10** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [name](#name)
|
|
||||||
- [website](#website)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [fee](#fee)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [bouldering](#bouldering)
|
|
||||||
- [sportclimbing](#sportclimbing)
|
|
||||||
- [toprope](#toprope)
|
|
||||||
- [shoe_rental](#shoe_rental)
|
|
||||||
- [harness_rental](#harness_rental)
|
|
||||||
- [belay_device_rental](#belay_device_rental)
|
|
||||||
- [rope_rental](#rope_rental)
|
|
||||||
- [average_length](#average_length)
|
|
||||||
- [min_difficulty](#min_difficulty)
|
|
||||||
- [max_difficulty](#max_difficulty)
|
|
||||||
- [max_bolts](#max_bolts)
|
|
||||||
- [Speed climbing?](#speed-climbing)
|
|
||||||
- [shower](#shower)
|
|
||||||
- [internet](#internet)
|
|
||||||
- [internet-fee](#internet-fee)
|
|
||||||
- [internet-ssid](#internet-ssid)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [climbing](https://mapcomplete.org/climbing)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **Climbing gym** which has the following tags:<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:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing' target='_blank'>climbing</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. <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%28%20%20%20%20nwr%5B%22sport%22%3D%22climbing%22%5D%5B%22leisure%22%3D%22sports_centre%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:boulder#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Aboulder/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:sport#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Asport/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:toprope#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Atoprope/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:climbing_shoes:rental#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aclimbing_shoes%3Arental/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:climbing_shoes:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:climbing_harness:rental#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aclimbing_harness%3Arental/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:climbing_harness:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:climbing_rope:rental#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aclimbing_rope%3Arental/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:climbing_rope:rental](https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:length#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Alength/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length) | [pfloat](../SpecialInputElements.md#pfloat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:grade:french:min#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Agrade%3Afrench%3Amin/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [climbing:grade:french:min](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:min) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:grade:french:max#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Agrade%3Afrench%3Amax/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [climbing:grade:french:max](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:max) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:bolts:max#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Abolts%3Amax/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [climbing:bolts:max](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts:max) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:speed#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Aspeed/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/shower#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/shower/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [shower](https://wiki.openstreetmap.org/wiki/Key:shower) | Multiple choice | [hot](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dhot) [cold](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dcold) [yes](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this climbing gym?`
|
|
||||||
*<strong>{name}</strong>* is shown if `name` is set
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### fee
|
|
||||||
|
|
||||||
The question is `Is a fee required to climb here?`
|
|
||||||
*A fee of {charge} should be paid for climbing here* is shown if `charge` is set
|
|
||||||
|
|
||||||
- *Climbing here is free of charge* is shown if 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* is shown if 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> & charge=
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### bouldering
|
|
||||||
|
|
||||||
The question is `Is bouldering possible here?`
|
|
||||||
|
|
||||||
- *Bouldering is possible here* is shown if 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* is shown if 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, although there are only a few problems* is shown if 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 problems* is shown if with climbing:boulder~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### sportclimbing
|
|
||||||
|
|
||||||
The question is `Is sport climbing possible here on fixed anchors?`
|
|
||||||
|
|
||||||
- *Sport climbing is possible here* is shown if 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* is shown if 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* is shown if with climbing:sport~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### toprope
|
|
||||||
|
|
||||||
The question is `Is toprope climbing possible here?`
|
|
||||||
|
|
||||||
- *Toprope climbing is possible here* is shown if 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* is shown if 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* is shown if with climbing:toprope~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### shoe_rental
|
|
||||||
|
|
||||||
The question is `Can one rent climbing shoes here?`
|
|
||||||
|
|
||||||
- *Climbing shoes can be borrowed for free here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental' target='_blank'>service:climbing_shoes:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental:fee' target='_blank'>service:climbing_shoes:rental:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental:fee%3Dno' target='_blank'>no</a>
|
|
||||||
- *Climbing shoes can be rented here for {service:climbing_shoes:rental:charge}* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental' target='_blank'>service:climbing_shoes:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes' target='_blank'>yes</a> & service:climbing_shoes:rental:charge~.+. _This option cannot be chosen as answer_
|
|
||||||
- *Climbing shoes can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental' target='_blank'>service:climbing_shoes:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental:fee' target='_blank'>service:climbing_shoes:rental:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental:fee%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Climbing shoes can <b>not</b> be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_shoes:rental' target='_blank'>service:climbing_shoes:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_shoes:rental%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### harness_rental
|
|
||||||
|
|
||||||
The question is `Can one rent a climbing harness here?`
|
|
||||||
|
|
||||||
- *A climbing harness can be borrowed for free here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental' target='_blank'>service:climbing_harness:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental:fee' target='_blank'>service:climbing_harness:rental:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental:fee%3Dno' target='_blank'>no</a>
|
|
||||||
- *A climbing harness can be rented here for {service:climbing_harness:rental:charge}* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental' target='_blank'>service:climbing_harness:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes' target='_blank'>yes</a> & service:climbing_harness:rental:charge~.+. _This option cannot be chosen as answer_
|
|
||||||
- *A climbing harness can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental' target='_blank'>service:climbing_harness:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *A climbing harness can <b>not</b> be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_harness:rental' target='_blank'>service:climbing_harness:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_harness:rental%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### belay_device_rental
|
|
||||||
|
|
||||||
The question is `Can one rent a belay device here?`
|
|
||||||
|
|
||||||
- *Belay devices are provided at each rope* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_belay_device:provided_at_each_rope' target='_blank'>service:climbing_belay_device:provided_at_each_rope</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_belay_device:provided_at_each_rope%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *A belay device can be borrowed for free here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_belay_device:rental' target='_blank'>service:climbing_belay_device:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_belay_device:rental%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_belay_device:rental:fee' target='_blank'>service:climbing_belay_device:rental:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_belay_device:rental:fee%3Dno' target='_blank'>no</a>
|
|
||||||
- *A belay device can be rented here for {service:climbing_belay_device:rental:charge}* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_belay_device:rental' target='_blank'>service:climbing_belay_device:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_belay_device:rental%3Dyes' target='_blank'>yes</a> & service:climbing_belay_device:rental:charge~.+. _This option cannot be chosen as answer_
|
|
||||||
- *A belay device can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_belay_device:rental' target='_blank'>service:climbing_belay_device:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_belay_device:rental%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *A belay device can <b>not</b> be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_belay_device:rental' target='_blank'>service:climbing_belay_device:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_belay_device:rental%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### rope_rental
|
|
||||||
|
|
||||||
The question is `Can one rent a climbing rope here?`
|
|
||||||
|
|
||||||
- *A climbing rope can be borrowed for free here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental' target='_blank'>service:climbing_rope:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes' target='_blank'>yes</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental:fee' target='_blank'>service:climbing_rope:rental:fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental:fee%3Dno' target='_blank'>no</a>
|
|
||||||
- *A climbing rope can be rented here for {service:climbing_rope:rental:charge}* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental' target='_blank'>service:climbing_rope:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes' target='_blank'>yes</a> & service:climbing_rope:rental:charge~.+. _This option cannot be chosen as answer_
|
|
||||||
- *A climbing rope can be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental' target='_blank'>service:climbing_rope:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *A climbing rope can <b>not</b> be rented here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:climbing_rope:rental' target='_blank'>service:climbing_rope:rental</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:climbing_rope:rental%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### average_length
|
|
||||||
|
|
||||||
The question is `What is the (average) length of the routes in meters?`
|
|
||||||
*The routes are <b>{canonical(climbing:length)}</b> long on average* is shown if `climbing:length` is set
|
|
||||||
|
|
||||||
### min_difficulty
|
|
||||||
|
|
||||||
The question is `What is the grade of the easiest route here, according to the french classification system?`
|
|
||||||
*The lowest grade is {climbing:grade:french:min} according to the french/belgian system* is shown if `climbing:grade:french:min` is set
|
|
||||||
|
|
||||||
### max_difficulty
|
|
||||||
|
|
||||||
The question is `What is the highest grade route here, according to the french classification system?`
|
|
||||||
*The highest grade is {climbing:grade:french:max} according to the french/belgian system* is shown if `climbing:grade:french:max` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: club= & office= & (<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> | <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)$
|
|
||||||
|
|
||||||
### max_bolts
|
|
||||||
|
|
||||||
The question is `How many bolts do routes in {title()} have at most?`
|
|
||||||
*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>* is shown if `climbing:bolts:max` is set
|
|
||||||
|
|
||||||
### Speed climbing?
|
|
||||||
|
|
||||||
The question is `Is there a speed climbing wall?`
|
|
||||||
|
|
||||||
- *There is a speed climbing wall* is shown if 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* is shown if 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* is shown if with climbing:speed~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### shower
|
|
||||||
|
|
||||||
The question is `Does this facility offer showers?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/shower/shower.svg' style='width: 3rem; height: 3rem'> *This facility does have showers with warm water* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:shower' target='_blank'>shower</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shower%3Dhot' target='_blank'>hot</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/shower/shower.svg' style='width: 3rem; height: 3rem'> *This facility does have showers, but the water is not heated* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:shower' target='_blank'>shower</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shower%3Dcold' target='_blank'>cold</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/shower/shower.svg' style='width: 3rem; height: 3rem'> *This facility does have showers* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:shower' target='_blank'>shower</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shower%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This facility does not offer a shower* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:shower' target='_blank'>shower</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shower%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### internet
|
|
||||||
|
|
||||||
The question is `Does this place offer internet access?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/wifi' style='width: 3rem; height: 3rem'> *This place offers wireless internet access* is shown if 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%3Dwlan' target='_blank'>wlan</a>
|
|
||||||
- *This place <b>does not</b> offer internet access* is shown if 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>
|
|
||||||
- *This place offers internet access* is shown if 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>. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/computer' style='width: 3rem; height: 3rem'> *This place offers internet access via a terminal or computer* is shown if 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%3Dterminal' target='_blank'>terminal</a>
|
|
||||||
- *This place offers wired internet access* is shown if 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%3Dwired' target='_blank'>wired</a>
|
|
||||||
- *This place offers both wireless internet and internet access via a terminal or computer* is shown if 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%3Dterminal;wifi' target='_blank'>terminal;wifi</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-fee
|
|
||||||
|
|
||||||
The question is `Is there a fee for internet access?`
|
|
||||||
|
|
||||||
- *There is a fee for the internet access at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place, for customers only* is shown if 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%3Dcustomers' target='_blank'>customers</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-ssid
|
|
||||||
|
|
||||||
The question is `What is the network name for the wireless internet access?`
|
|
||||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
|
||||||
|
|
||||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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)
|
|
|
@ -1,66 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# climbing_opportunity
|
|
||||||
|
|
||||||
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 **18** and higher
|
|
||||||
- This layer is needed as dependency for layer [climbing_route](#climbing_route)
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [climbing-opportunity-name](#climbing-opportunity-name)
|
|
||||||
- [climbing-possible](#climbing-possible)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [climbing](https://mapcomplete.org/climbing)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. climbing=
|
|
||||||
1. <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: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: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>
|
|
||||||
2. sport!=climbing
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22barrier%22%3D%22wall%22%5D%5B%22sport%22!%3D%22climbing%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22barrier%22%3D%22retaining_wall%22%5D%5B%22sport%22!%3D%22climbing%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22leisure%22%3D%22sports_centre%22%5D%5B%22sport%22!%3D%22climbing%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22natural%22%3D%22cliff%22%5D%5B%22sport%22!%3D%22climbing%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22natural%22%3D%22rock%22%5D%5B%22sport%22!%3D%22climbing%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B!%22climbing%22%5D%5B%22natural%22%3D%22stone%22%5D%5B%22sport%22!%3D%22climbing%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
### climbing-opportunity-name
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<strong>{name}</strong>*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: name~.+
|
|
||||||
|
|
||||||
### climbing-possible
|
|
||||||
|
|
||||||
The question is `Is climbing possible here?`
|
|
||||||
|
|
||||||
- *Climbing is possible here* is shown if 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* is shown if 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* is shown if with sport!~^(climbing)$. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/climbing_opportunity/climbing_opportunity.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_opportunity/climbing_opportunity.json)
|
|
|
@ -1,116 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# climbing_route
|
|
||||||
|
|
||||||
A single climbing route and its properties. Some properties are derived from the containing features
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **18** and higher
|
|
||||||
- This layer will automatically load [climbing_opportunity](./climbing_opportunity.md) into the layout as it depends on it: preset `a climbing route` snaps to this layer (climbing_route.presets[0])
|
|
||||||
- This layer is needed as dependency for layer [climbing_area](#climbing_area)
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [Name](#name)
|
|
||||||
- [Length](#length)
|
|
||||||
- [Difficulty](#difficulty)
|
|
||||||
- [bolts](#bolts)
|
|
||||||
- [description](#description)
|
|
||||||
- [Rock type via embedded feature](#rock-type-via-embedded-feature)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [climbing](https://mapcomplete.org/climbing)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a climbing route** which has the following tags:<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:climbing' target='_blank'>climbing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:climbing%3Droute' target='_blank'>route</a> (snaps to layers `climbing_opportunity`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22climbing%22%3D%22route%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:name%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:length#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Alength/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:grade:french#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Agrade%3Afrench/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [climbing:grade:french](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/climbing:bolts#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/climbing%3Abolts/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [climbing:bolts](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/_embedding_features_with_rock:rock#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/_embedding_features_with_rock%3Arock/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [_embedding_features_with_rock:rock](https://wiki.openstreetmap.org/wiki/Key:_embedding_features_with_rock:rock) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### Name
|
|
||||||
|
|
||||||
The question is `What is the name of this climbing route?`
|
|
||||||
*<strong>{name}</strong>* is shown if `name` is set
|
|
||||||
|
|
||||||
- *This climbing route doesn't have a name* is shown if 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> & name=
|
|
||||||
|
|
||||||
### Length
|
|
||||||
|
|
||||||
The question is `How long is this climbing route (in meters)?`
|
|
||||||
*This route is {canonical(climbing:length)} long* is shown if `climbing:length` is set
|
|
||||||
|
|
||||||
### Difficulty
|
|
||||||
|
|
||||||
The question is `What is the grade of this climbing route according to the french/belgian system?`
|
|
||||||
*The grade is {climbing:grade:french} according to the french/belgian system* is shown if `climbing:grade:french` is set
|
|
||||||
|
|
||||||
### bolts
|
|
||||||
|
|
||||||
The question is `How many bolts does this route have before reaching the anchor?`
|
|
||||||
*This route has {climbing:bolts} bolts <div class='subtle'>This is without relays and indicates how much quickdraws a climber needs</div>* is shown if `climbing:bolts` is set
|
|
||||||
|
|
||||||
- *This route is not bolted* is shown if 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 some relevant info that the previous questions did not cover? Feel free to add it here.`
|
|
||||||
*{description}* is shown if `description` is set
|
|
||||||
|
|
||||||
### Rock type via embedded feature
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*The rock type is {_embedding_features_with_rock:rock} as stated <a href='#{_embedding_features_with_rock:id}'>on the surrounding crag</a>* is shown if `_embedding_features_with_rock:rock` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/climbing_route/climbing_route.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_route/climbing_route.json)
|
|
|
@ -1,172 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# clock
|
|
||||||
|
|
||||||
Layer with public clocks
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **8** and higher
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a wall-mounted clock` snaps to this layer (clock.presets[1])
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [support](#support)
|
|
||||||
- [display](#display)
|
|
||||||
- [visibility](#visibility)
|
|
||||||
- [date](#date)
|
|
||||||
- [thermometer](#thermometer)
|
|
||||||
- [barometer](#barometer)
|
|
||||||
- [hygrometer](#hygrometer)
|
|
||||||
- [faces](#faces)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [clock](https://mapcomplete.org/clock)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a clock** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclock' target='_blank'>clock</a>
|
|
||||||
- **a wall-mounted clock** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclock' target='_blank'>clock</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall_mounted' target='_blank'>wall_mounted</a> (snaps to layers `walls_and_buildings`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclock' target='_blank'>clock</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22clock%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/support#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/support/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [support](https://wiki.openstreetmap.org/wiki/Key:support) | Multiple choice | [pole](https://wiki.openstreetmap.org/wiki/Tag:support%3Dpole) [wall_mounted](https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall_mounted) [billboard](https://wiki.openstreetmap.org/wiki/Tag:support%3Dbillboard) [ground](https://wiki.openstreetmap.org/wiki/Tag:support%3Dground) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/display#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/display/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [display](https://wiki.openstreetmap.org/wiki/Key:display) | Multiple choice | [analog](https://wiki.openstreetmap.org/wiki/Tag:display%3Danalog) [digital](https://wiki.openstreetmap.org/wiki/Tag:display%3Ddigital) [sundial](https://wiki.openstreetmap.org/wiki/Tag:display%3Dsundial) [unorthodox](https://wiki.openstreetmap.org/wiki/Tag:display%3Dunorthodox) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/visibility#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/visibility/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [visibility](https://wiki.openstreetmap.org/wiki/Key:visibility) | Multiple choice | [house](https://wiki.openstreetmap.org/wiki/Tag:visibility%3Dhouse) [street](https://wiki.openstreetmap.org/wiki/Tag:visibility%3Dstreet) [area](https://wiki.openstreetmap.org/wiki/Tag:visibility%3Darea) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/date/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [date](https://wiki.openstreetmap.org/wiki/Key:date) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:date%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:date%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/thermometer#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/thermometer/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [thermometer](https://wiki.openstreetmap.org/wiki/Key:thermometer) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:thermometer%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:thermometer%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/barometer#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/barometer/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [barometer](https://wiki.openstreetmap.org/wiki/Key:barometer) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:barometer%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:barometer%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/hygrometer#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/hygrometer/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [hygrometer](https://wiki.openstreetmap.org/wiki/Key:hygrometer) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:hygrometer%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:hygrometer%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/faces#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/faces/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [faces](https://wiki.openstreetmap.org/wiki/Key:faces) | [pnat](../SpecialInputElements.md#pnat) | [1](https://wiki.openstreetmap.org/wiki/Tag:faces%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:faces%3D2) [4](https://wiki.openstreetmap.org/wiki/Tag:faces%3D4) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### support
|
|
||||||
|
|
||||||
The question is `In what way is the clock mounted?`
|
|
||||||
|
|
||||||
- *This clock is mounted on a pole* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dpole' target='_blank'>pole</a>
|
|
||||||
- *This clock is mounted on a wall* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall_mounted' target='_blank'>wall_mounted</a>
|
|
||||||
- *This clock is part of a billboard* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dbillboard' target='_blank'>billboard</a>
|
|
||||||
- *This clock is on the ground* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dground' target='_blank'>ground</a>
|
|
||||||
|
|
||||||
### display
|
|
||||||
|
|
||||||
The question is `How does this clock display the time?`
|
|
||||||
|
|
||||||
- *This clock displays the time with hands* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Danalog' target='_blank'>analog</a>
|
|
||||||
- *This clock displays the time with digits* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Ddigital' target='_blank'>digital</a>
|
|
||||||
- *This clock displays the time with a sundial* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Dsundial' target='_blank'>sundial</a>
|
|
||||||
- *This clock displays the time in a non-standard way, e.g using binary, water or something else* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:display' target='_blank'>display</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:display%3Dunorthodox' target='_blank'>unorthodox</a>
|
|
||||||
|
|
||||||
### visibility
|
|
||||||
|
|
||||||
The question is `How visible is this clock?`
|
|
||||||
|
|
||||||
- *This clock is visible from about 5 meters away (small wall-mounted clock)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:visibility' target='_blank'>visibility</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:visibility%3Dhouse' target='_blank'>house</a>
|
|
||||||
- *This clock is visible from about 20 meters away (medium size billboard clock)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:visibility' target='_blank'>visibility</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:visibility%3Dstreet' target='_blank'>street</a>
|
|
||||||
- *This clock is visible from more than 20 meters away (e.g. a church clock or station clock)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:visibility' target='_blank'>visibility</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:visibility%3Darea' target='_blank'>area</a>
|
|
||||||
|
|
||||||
### date
|
|
||||||
|
|
||||||
The question is `Does this clock also display the date?`
|
|
||||||
|
|
||||||
- *This clock also displays the date* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:date' target='_blank'>date</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:date%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This clock does not display the date* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:date' target='_blank'>date</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:date%3Dno' target='_blank'>no</a>
|
|
||||||
- *This clock does probably not display the date* is shown if with date=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### thermometer
|
|
||||||
|
|
||||||
The question is `Does this clock also display the temperature?`
|
|
||||||
|
|
||||||
- *This clock also displays the temperature* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:thermometer' target='_blank'>thermometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:thermometer%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This clock does not display the temperature* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:thermometer' target='_blank'>thermometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:thermometer%3Dno' target='_blank'>no</a>
|
|
||||||
- *This clock does probably not display the temperature* is shown if with thermometer=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### barometer
|
|
||||||
|
|
||||||
The question is `Does this clock also display the air pressure?`
|
|
||||||
|
|
||||||
- *This clock also displays the air pressure* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:barometer' target='_blank'>barometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barometer%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This clock does not display the air pressure* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:barometer' target='_blank'>barometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:barometer%3Dno' target='_blank'>no</a>
|
|
||||||
- *This clock does probably not display the air pressure* is shown if with barometer=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### hygrometer
|
|
||||||
|
|
||||||
The question is `Does this clock also display the humidity?`
|
|
||||||
|
|
||||||
- *This clock also displays the humidity* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:hygrometer' target='_blank'>hygrometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hygrometer%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This clock does not display the humidity* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:hygrometer' target='_blank'>hygrometer</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hygrometer%3Dno' target='_blank'>no</a>
|
|
||||||
- *This clock does probably not display the humidity* is shown if with hygrometer=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### faces
|
|
||||||
|
|
||||||
The question is `How many faces does this clock have?`
|
|
||||||
*This clock has {faces} faces* is shown if `faces` is set
|
|
||||||
|
|
||||||
- *This clock has one face* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:faces' target='_blank'>faces</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:faces%3D1' target='_blank'>1</a>
|
|
||||||
- *This clock has two faces* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:faces' target='_blank'>faces</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:faces%3D2' target='_blank'>2</a>
|
|
||||||
- *This clock has four faces* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:faces' target='_blank'>faces</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:faces%3D4' target='_blank'>4</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| display.0 | *How does this clock display the time?* (default) | |
|
|
||||||
| display.1 | This clock displays the time with hands | display=analog |
|
|
||||||
| display.2 | This clock displays the time with digits | display=digital |
|
|
||||||
| display.3 | This clock displays the time with a sundial | display=sundial |
|
|
||||||
| display.4 | This clock displays the time in a non-standard way, e.g using binary, water or something else | display=unorthodox |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/clock/clock.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/clock/clock.json)
|
|
|
@ -1,54 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# crab_address
|
|
||||||
|
|
||||||
Address data for Flanders by the governement, suited for import into OpenStreetMap. Datadump from 2021-10-26. This layer contains only visualisation logic. Import buttons should be added via an override. Note that HNRLABEL contains the original value, whereas _HNRLABEL contains a slightly cleaned version
|
|
||||||
|
|
||||||
- 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`
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [render_crab](#render_crab)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [grb](https://mapcomplete.org/grb)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **HUISNR~.+**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22HUISNR%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
### render_crab
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Volgens het CRAB ligt hier <b>{STRAATNM}</b> {HUISNR} (label: {HNRLABEL})*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/crab_address/crab_address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/crab_address/crab_address.json)
|
|
|
@ -1,225 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# crossings
|
|
||||||
|
|
||||||
Crossings for pedestrians and cyclists
|
|
||||||
|
|
||||||
- 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: preset `a crossing` snaps to this layer (crossings.presets[0])
|
|
||||||
- This layer will automatically load [cycleways_and_roads](./cycleways_and_roads.md) into the layout as it depends on it: preset `a traffic signal` snaps to this layer (crossings.presets[1])
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [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-sound](#crossing-sound)
|
|
||||||
- [crossing-vibration](#crossing-vibration)
|
|
||||||
- [crossing-arrow](#crossing-arrow)
|
|
||||||
- [crossing-minimap](#crossing-minimap)
|
|
||||||
- [crossing-right-turn-through-red](#crossing-right-turn-through-red)
|
|
||||||
- [crossing-continue-through-red](#crossing-continue-through-red)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [blind_osm](https://mapcomplete.org/blind_osm)
|
|
||||||
- [cycle_infra](https://mapcomplete.org/cycle_infra)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a crossing** which has the following tags:<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> (snaps to layers `cycleways_and_roads`)
|
|
||||||
- **a traffic signal** which has the following tags:<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> (snaps to layers `cycleways_and_roads`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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%28%20%20%20%20nwr%5B%22highway%22%3D%22traffic_signals%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22crossing%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/crossing#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/crossing/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) [unmarked](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dunmarked) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/crossing_ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/crossing_ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [crossing_ref](https://wiki.openstreetmap.org/wiki/Key:crossing_ref) | Multiple choice | [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3Dzebra) [](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/bicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [bicycle](https://wiki.openstreetmap.org/wiki/Key:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/crossing:island#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/crossing%3Aisland/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [crossing:island](https://wiki.openstreetmap.org/wiki/Key:crossing:island) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/tactile_paving#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/tactile_paving/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/button_operated#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/button_operated/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [button_operated](https://wiki.openstreetmap.org/wiki/Key:button_operated) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_signals:sound#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_signals%3Asound/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_signals:sound](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dno) [locate](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dlocate) [walk](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dwalk) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_signals:vibration#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_signals%3Avibration/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_signals:vibration](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:vibration) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_signals:arrow#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_signals%3Aarrow/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_signals:arrow](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:arrow) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:arrow%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:arrow%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_signals:minimap#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_signals%3Aminimap/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_signals:minimap](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:minimap) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:minimap%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:minimap%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/red_turn:right:bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/red_turn%3Aright%3Abicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [red_turn:right:bicycle](https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/red_turn:straight:bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/red_turn%3Astraight%3Abicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [red_turn:straight:bicycle](https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dno) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### crossing-type
|
|
||||||
|
|
||||||
The question is `What kind of crossing is this?`
|
|
||||||
|
|
||||||
- *Crossing, without traffic lights* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-is-zebra
|
|
||||||
|
|
||||||
The question is `Is this is a zebra crossing?`
|
|
||||||
|
|
||||||
- *This is a zebra crossing* is shown if 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* is shown if with crossing_ref=
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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-bicycle-allowed
|
|
||||||
|
|
||||||
The question is `Is this crossing also for bicycles?`
|
|
||||||
|
|
||||||
- *A cyclist can use this crossing* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-has-island
|
|
||||||
|
|
||||||
The question is `Does this crossing have an island in the middle?`
|
|
||||||
|
|
||||||
- *This crossing has an island in the middle* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-tactile
|
|
||||||
|
|
||||||
The question is `Does this crossing have tactile paving?`
|
|
||||||
|
|
||||||
- *This crossing has tactile paving* is shown if 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* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-button
|
|
||||||
|
|
||||||
The question is `Does this traffic light have a button to request green light?`
|
|
||||||
|
|
||||||
- *This traffic light has a button to request green light* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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> | <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>
|
|
||||||
|
|
||||||
### crossing-sound
|
|
||||||
|
|
||||||
The question is `Does this traffic light have sound signals to aid crossing?`
|
|
||||||
|
|
||||||
- *This traffic light has sound signals to help crossing, both for finding the crossing and for crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound' target='_blank'>traffic_signals:sound</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This traffic light does not have sound signals to help crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound' target='_blank'>traffic_signals:sound</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dno' target='_blank'>no</a>
|
|
||||||
- *This traffic light has a sound signal to help locate the pole, but no signal to sign that it is safe to cross.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound' target='_blank'>traffic_signals:sound</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dlocate' target='_blank'>locate</a>
|
|
||||||
- *This traffic light has a sound signal to sign that it is safe to cross, but no signal to help locate the pole.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound' target='_blank'>traffic_signals:sound</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dwalk' target='_blank'>walk</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-vibration
|
|
||||||
|
|
||||||
The question is `Does this traffic light have vibration signals to aid crossing? (usually located at the bottom of the crossing button)`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/crossings/Vibrating_button_illustration.jpg' style='width: 3rem; height: 3rem'> *The button for this traffic light has a vibration signal to indicate that it is safe to cross.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:vibration' target='_blank'>traffic_signals:vibration</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *The button for this traffic light does not have a vibration signal to indicate that it is safe to cross.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:vibration' target='_blank'>traffic_signals:vibration</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> & <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>
|
|
||||||
|
|
||||||
### crossing-arrow
|
|
||||||
|
|
||||||
The question is `Does this traffic light have an arrow pointing in the direction of crossing?`
|
|
||||||
|
|
||||||
- *This traffic light has an arrow pointing in the direction of crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:arrow' target='_blank'>traffic_signals:arrow</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:arrow%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This traffic light does <b>not</b> have an arrow pointing in the direction of crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:arrow' target='_blank'>traffic_signals:arrow</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:arrow%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-minimap
|
|
||||||
|
|
||||||
The question is `Does this traffic light have a tactile map showing the layout of the crossing?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/crossings/180px-Trairvoja_mapeto.jpg' style='width: 3rem; height: 3rem'> *This traffic light has a tactile map showing the layout of the crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:minimap' target='_blank'>traffic_signals:minimap</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:minimap%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This traffic light does <b>not</b> have a tactile map showing the layout of the crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:minimap' target='_blank'>traffic_signals:minimap</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:minimap%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-right-turn-through-red
|
|
||||||
|
|
||||||
The question is `Can a cyclist turn right when the light is red?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/crossings/Belgian_road_sign_B22.svg' style='width: 3rem; height: 3rem'> *A cyclist can turn right if the light is red* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-continue-through-red
|
|
||||||
|
|
||||||
The question is `Can a cyclist go straight on when the light is red?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/crossings/Belgian_road_sign_B23.svg' style='width: 3rem; height: 3rem'> *A cyclist can go straight on if the light is red* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| tactile_paving_advanced.0 | *With or without tactile paving* (default) | |
|
|
||||||
| tactile_paving_advanced.1 | With tactile paving | tactile_paving=yes |
|
|
||||||
| tactile_paving_advanced.2 | Without tactile paving | tactile_paving=no |
|
|
||||||
| tactile_paving_advanced.3 | No information about tactile paving | tactile_paving= |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/crossings/crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/crossings/crossings.json)
|
|
|
@ -1,220 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# crossings_no_traffic_lights
|
|
||||||
|
|
||||||
This layer is based on [crossings](../Layers/crossings.md)
|
|
||||||
|
|
||||||
Crossings for pedestrians and cyclists
|
|
||||||
|
|
||||||
- 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: preset `a crossing` snaps to this layer (crossings_no_traffic_lights.presets[0])
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [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-sound](#crossing-sound)
|
|
||||||
- [crossing-vibration](#crossing-vibration)
|
|
||||||
- [crossing-arrow](#crossing-arrow)
|
|
||||||
- [crossing-minimap](#crossing-minimap)
|
|
||||||
- [crossing-right-turn-through-red](#crossing-right-turn-through-red)
|
|
||||||
- [crossing-continue-through-red](#crossing-continue-through-red)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [kerbs_and_crossings](https://mapcomplete.org/kerbs_and_crossings)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a crossing** which has the following tags:<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> (snaps to layers `cycleways_and_roads`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22highway%22%3D%22crossing%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/crossing#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/crossing/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) [unmarked](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dunmarked) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/crossing_ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/crossing_ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [crossing_ref](https://wiki.openstreetmap.org/wiki/Key:crossing_ref) | Multiple choice | [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3Dzebra) [](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/bicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [bicycle](https://wiki.openstreetmap.org/wiki/Key:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/crossing:island#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/crossing%3Aisland/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [crossing:island](https://wiki.openstreetmap.org/wiki/Key:crossing:island) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/tactile_paving#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/tactile_paving/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/button_operated#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/button_operated/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [button_operated](https://wiki.openstreetmap.org/wiki/Key:button_operated) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_signals:sound#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_signals%3Asound/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_signals:sound](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dno) [locate](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dlocate) [walk](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dwalk) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_signals:vibration#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_signals%3Avibration/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_signals:vibration](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:vibration) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_signals:arrow#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_signals%3Aarrow/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_signals:arrow](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:arrow) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:arrow%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:arrow%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_signals:minimap#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_signals%3Aminimap/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_signals:minimap](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:minimap) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:minimap%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:minimap%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/red_turn:right:bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/red_turn%3Aright%3Abicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [red_turn:right:bicycle](https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/red_turn:straight:bicycle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/red_turn%3Astraight%3Abicycle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [red_turn:straight:bicycle](https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dno) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### crossing-type
|
|
||||||
|
|
||||||
The question is `What kind of crossing is this?`
|
|
||||||
|
|
||||||
- *Crossing, without traffic lights* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-is-zebra
|
|
||||||
|
|
||||||
The question is `Is this is a zebra crossing?`
|
|
||||||
|
|
||||||
- *This is a zebra crossing* is shown if 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* is shown if with crossing_ref=
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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-bicycle-allowed
|
|
||||||
|
|
||||||
The question is `Is this crossing also for bicycles?`
|
|
||||||
|
|
||||||
- *A cyclist can use this crossing* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-has-island
|
|
||||||
|
|
||||||
The question is `Does this crossing have an island in the middle?`
|
|
||||||
|
|
||||||
- *This crossing has an island in the middle* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-tactile
|
|
||||||
|
|
||||||
The question is `Does this crossing have tactile paving?`
|
|
||||||
|
|
||||||
- *This crossing has tactile paving* is shown if 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* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-button
|
|
||||||
|
|
||||||
The question is `Does this traffic light have a button to request green light?`
|
|
||||||
|
|
||||||
- *This traffic light has a button to request green light* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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> | <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>
|
|
||||||
|
|
||||||
### crossing-sound
|
|
||||||
|
|
||||||
The question is `Does this traffic light have sound signals to aid crossing?`
|
|
||||||
|
|
||||||
- *This traffic light has sound signals to help crossing, both for finding the crossing and for crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound' target='_blank'>traffic_signals:sound</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This traffic light does not have sound signals to help crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound' target='_blank'>traffic_signals:sound</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dno' target='_blank'>no</a>
|
|
||||||
- *This traffic light has a sound signal to help locate the pole, but no signal to sign that it is safe to cross.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound' target='_blank'>traffic_signals:sound</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dlocate' target='_blank'>locate</a>
|
|
||||||
- *This traffic light has a sound signal to sign that it is safe to cross, but no signal to help locate the pole.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound' target='_blank'>traffic_signals:sound</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dwalk' target='_blank'>walk</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-vibration
|
|
||||||
|
|
||||||
The question is `Does this traffic light have vibration signals to aid crossing? (usually located at the bottom of the crossing button)`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/crossings/Vibrating_button_illustration.jpg' style='width: 3rem; height: 3rem'> *The button for this traffic light has a vibration signal to indicate that it is safe to cross.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:vibration' target='_blank'>traffic_signals:vibration</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *The button for this traffic light does not have a vibration signal to indicate that it is safe to cross.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:vibration' target='_blank'>traffic_signals:vibration</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> & <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>
|
|
||||||
|
|
||||||
### crossing-arrow
|
|
||||||
|
|
||||||
The question is `Does this traffic light have an arrow pointing in the direction of crossing?`
|
|
||||||
|
|
||||||
- *This traffic light has an arrow pointing in the direction of crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:arrow' target='_blank'>traffic_signals:arrow</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:arrow%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This traffic light does <b>not</b> have an arrow pointing in the direction of crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:arrow' target='_blank'>traffic_signals:arrow</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:arrow%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-minimap
|
|
||||||
|
|
||||||
The question is `Does this traffic light have a tactile map showing the layout of the crossing?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/crossings/180px-Trairvoja_mapeto.jpg' style='width: 3rem; height: 3rem'> *This traffic light has a tactile map showing the layout of the crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:minimap' target='_blank'>traffic_signals:minimap</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:minimap%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This traffic light does <b>not</b> have a tactile map showing the layout of the crossing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_signals:minimap' target='_blank'>traffic_signals:minimap</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:minimap%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-right-turn-through-red
|
|
||||||
|
|
||||||
The question is `Can a cyclist turn right when the light is red?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/crossings/Belgian_road_sign_B22.svg' style='width: 3rem; height: 3rem'> *A cyclist can turn right if the light is red* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### crossing-continue-through-red
|
|
||||||
|
|
||||||
The question is `Can a cyclist go straight on when the light is red?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/crossings/Belgian_road_sign_B23.svg' style='width: 3rem; height: 3rem'> *A cyclist can go straight on if the light is red* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| tactile_paving_advanced.0 | *With or without tactile paving* (default) | |
|
|
||||||
| tactile_paving_advanced.1 | With tactile paving | tactile_paving=yes |
|
|
||||||
| tactile_paving_advanced.2 | Without tactile paving | tactile_paving=no |
|
|
||||||
| tactile_paving_advanced.3 | No information about tactile paving | tactile_paving= |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/kerbs_and_crossings/kerbs_and_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json)
|
|
|
@ -1,110 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# cultural_places_without_etymology
|
|
||||||
|
|
||||||
This layer is based on [etymology](../Layers/etymology.md)
|
|
||||||
|
|
||||||
All objects which have an etymology known
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **18** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
|
||||||
- [wikipedia-etymology](#wikipedia-etymology)
|
|
||||||
- [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
|
||||||
- [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)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [etymology](https://mapcomplete.org/etymology)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. name~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22arts_centre%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cinema%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22community_centre%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22library%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22theatre%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
|
||||||
|
|
||||||
### etymology-images-from-wikipedia
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(name:etymology:wikidata)}*
|
|
||||||
|
|
||||||
### wikipedia-etymology
|
|
||||||
|
|
||||||
The question is `What is the Wikidata-item that this object is named after?`
|
|
||||||
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
|
|
||||||
|
|
||||||
### zoeken op inventaris onroerend erfgoed
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a>
|
|
||||||
|
|
||||||
### simple etymology
|
|
||||||
|
|
||||||
The question is `What is this object named after?`
|
|
||||||
*Named after {name:etymology}* is shown if `name:etymology` is set
|
|
||||||
|
|
||||||
- *The origin of this name is unknown in all literature* is shown if 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
|
|
||||||
Show the questions block at this location
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions()}*
|
|
||||||
|
|
||||||
### street-name-sign-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Add image of a street name sign)}*
|
|
||||||
|
|
||||||
### minimap
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{minimap(18, id, _same_name_ids):height:10rem}*
|
|
||||||
|
|
||||||
### etymology_multi_apply
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
|
|
||||||
|
|
||||||
### wikipedia
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
|
|
@ -1,133 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# cycle_highways
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **6** and higher
|
|
||||||
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [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)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cycle_highways](https://mapcomplete.org/cycle_highways)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22cycle_network%22%3D%22BE-VLG%3Acycle_highway%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/state#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/state/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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?`
|
|
||||||
*The name is <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### cycle_highways-ref
|
|
||||||
|
|
||||||
The question is `What is the reference number of this cycle highway?`
|
|
||||||
*Referentienummer is <b>{ref}</b>* is shown if `ref` is set
|
|
||||||
|
|
||||||
### cycle_highways-state
|
|
||||||
|
|
||||||
The question is `What is the state of this link?`
|
|
||||||
*The current state of this link is {state}* is shown if `state` is set
|
|
||||||
|
|
||||||
- *This is a proposed route which can be cycled* is shown if 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> & note:state=
|
|
||||||
- *This is a proposed route which has missing links (thus: some parts don't even have a building permit yet)* is shown if 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* is shown if 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* is shown if 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* is shown if with state=
|
|
||||||
|
|
||||||
### cycle-highway-length
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*This part is {_length:km}km long*
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### all_tags
|
|
||||||
Shows a table with all the tags of the feature
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{all_tags()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| name-alt.0 | Name contains 'alt' | name~^(.*alt.*)$ |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| name-wenslijn.0 | Name contains 'wenslijn' | name~^(.*wenslijn.*)$ |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| name-omleiding.0 | Name contains 'omleiding' | name~^(.*omleiding.*)$ |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| ref-alt.0 | Reference contains 'alt' | ref~^(.*aAlt.*)$ |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| missing_link.0 | *No filter* (default) | |
|
|
||||||
| missing_link.1 | Has missing links (note:state=has_highway_no) | note:state=has_highway_no |
|
|
||||||
| missing_link.2 | Has links which are under construction (note:state=has_highway_under_construction) | note:state=has_highway_under_construction |
|
|
||||||
| missing_link.3 | Has links which are proposed (note:state=has_highway_proposed) | note:state=has_highway_proposed |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| proposed.0 | *No filter* (default) | |
|
|
||||||
| proposed.1 | state=proposed | state=proposed |
|
|
||||||
| proposed.2 | state=temporary | state=temporary |
|
|
||||||
| proposed.3 | state unset | state= |
|
|
||||||
| proposed.4 | Other state | state~.+ & state!=proposed & state!=temporary |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/cycle_highways/cycle_highways.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cycle_highways/cycle_highways.json)
|
|
|
@ -1,314 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# cycleways_and_roads
|
|
||||||
|
|
||||||
All infrastructure that someone can cycle over, accompanied with questions about this infrastructure
|
|
||||||
|
|
||||||
- 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 [kerbs](#kerbs)
|
|
||||||
- This layer is needed as dependency for layer [rainbow_crossings](#rainbow_crossings)
|
|
||||||
- This layer is needed as dependency for layer [crossings_no_traffic_lights](#crossings_no_traffic_lights)
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [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)
|
|
||||||
- [incline](#incline)
|
|
||||||
- [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)
|
|
||||||
- [cycleways_and_roads-cycleway:buffer](#cycleways_and_roads-cyclewaybuffer)
|
|
||||||
- [cyclelan-segregation](#cyclelan-segregation)
|
|
||||||
- [cycleway-segregation](#cycleway-segregation)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [split_button](#split_button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [blind_osm](https://mapcomplete.org/blind_osm)
|
|
||||||
- [cycle_infra](https://mapcomplete.org/cycle_infra)
|
|
||||||
- [cyclenodes](https://mapcomplete.org/cyclenodes)
|
|
||||||
- [kerbs_and_crossings](https://mapcomplete.org/kerbs_and_crossings)
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [rainbow_crossings](https://mapcomplete.org/rainbow_crossings)
|
|
||||||
- [walkingnodes](https://mapcomplete.org/walkingnodes)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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: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: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: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: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%3Dpath' target='_blank'>path</a>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22cyclestreet%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22cycleway%22%3D%22lane%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22cycleway%22%3D%22shared_lane%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22cycleway%22%3D%22track%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22cycleway%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22residential%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22tertiary%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22unclassified%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22primary%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22secondary%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22tertiary_link%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22primary_link%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22secondary_link%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22service%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22footway%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22pedestrian%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22highway%22%3D%22living_street%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22bicycle%22%3D%22designated%22%5D%5B%22highway%22%3D%22path%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cycleway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cycleway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cycleway](https://wiki.openstreetmap.org/wiki/Key:cycleway) | Multiple choice | [shared_lane](https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dshared_lane) [lane](https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dlane) [track](https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dtrack) [separate](https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dseparate) [no](https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dno) [no](https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/lit#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/lit/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cyclestreet#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cyclestreet/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/maxspeed#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/maxspeed/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [maxspeed](https://wiki.openstreetmap.org/wiki/Key:maxspeed) | [nat](../SpecialInputElements.md#nat) | [20](https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D20) [30](https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D30) [50](https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D50) [70](https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D70) [90](https://wiki.openstreetmap.org/wiki/Tag:maxspeed%3D90) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cycleway:surface#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cycleway%3Asurface/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cycleway:surface](https://wiki.openstreetmap.org/wiki/Key:cycleway:surface) | [string](../SpecialInputElements.md#string) | [asphalt](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dasphalt) [paving_stones](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dpaving_stones) [concrete](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dconcrete) [unhewn_cobblestone](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dunhewn_cobblestone) [sett](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dsett) [wood](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dwood) [gravel](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dgravel) [fine_gravel](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dfine_gravel) [pebblestone](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dpebblestone) [ground](https://wiki.openstreetmap.org/wiki/Tag:cycleway:surface%3Dground) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/incline#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/incline/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [incline](https://wiki.openstreetmap.org/wiki/Key:incline) | [slope](../SpecialInputElements.md#slope) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cycleway:smoothness#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cycleway%3Asmoothness/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/surface#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/surface/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoothness#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoothness/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/width:carriageway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/width%3Acarriageway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [width:carriageway](https://wiki.openstreetmap.org/wiki/Key:width:carriageway) | [distance](../SpecialInputElements.md#distance) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cycleway:traffic_sign#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cycleway%3Atraffic_sign/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_sign#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_sign/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cycleway:buffer#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cycleway%3Abuffer/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cycleway:buffer](https://wiki.openstreetmap.org/wiki/Key:cycleway:buffer) | [distance](../SpecialInputElements.md#distance) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cycleway:separation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cycleway%3Aseparation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/separation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/separation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### Cycleway type for a road
|
|
||||||
|
|
||||||
The question is `What kind of cycleway is here?`
|
|
||||||
|
|
||||||
- *There is a shared lane* is shown if 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)* is shown if 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.* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### is lit?
|
|
||||||
|
|
||||||
The question is `Is this street lit?`
|
|
||||||
|
|
||||||
- *This street is lit* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### Is this a cyclestreet? (For a road)
|
|
||||||
|
|
||||||
The question is `Is this a cyclestreet?`
|
|
||||||
|
|
||||||
- *This is a cyclestreet, and a 30km/h zone.* is shown if 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* is shown if 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.* is shown if with cyclestreet=
|
|
||||||
|
|
||||||
### Maxspeed (for road)
|
|
||||||
|
|
||||||
The question is `What is the maximum speed in this street?`
|
|
||||||
*The maximum speed on this road is {maxspeed} km/h* is shown if `maxspeed` is set
|
|
||||||
|
|
||||||
- *The maximum speed is 20 km/h* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### Cycleway:surface
|
|
||||||
|
|
||||||
The question is `What is the surface of the cycleway made from?`
|
|
||||||
*This cyleway is made of {cycleway:surface}* is shown if `cycleway:surface` is set
|
|
||||||
|
|
||||||
- *This cycleway is unpaved* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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)* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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%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%3Dtrack' target='_blank'>track</a>
|
|
||||||
|
|
||||||
### incline
|
|
||||||
|
|
||||||
The question is `Does {title()} have an incline?`
|
|
||||||
*This road has an slope of {incline}* is shown if `incline` is set
|
|
||||||
|
|
||||||
- *There is (probably) no incline here* is shown if with incline=. _This option cannot be chosen as answer_
|
|
||||||
- *This road has a slope* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:incline' target='_blank'>incline</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:incline%3Dup' target='_blank'>up</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:incline' target='_blank'>incline</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:incline%3Ddown' target='_blank'>down</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:incline' target='_blank'>incline</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:incline%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### Cycleway:smoothness
|
|
||||||
|
|
||||||
The question is `What is the smoothness of this cycleway?`
|
|
||||||
|
|
||||||
- *Usable for thin rollers: rollerblade, skateboard* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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%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%3Dtrack' target='_blank'>track</a>
|
|
||||||
|
|
||||||
### Surface of the road
|
|
||||||
|
|
||||||
The question is `What is the surface of the street made from?`
|
|
||||||
*This road is made of {surface}* is shown if `surface` is set
|
|
||||||
|
|
||||||
- *This cycleway is unhardened* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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)* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### Surface of the street
|
|
||||||
|
|
||||||
The question is `What is the smoothness of this street?`
|
|
||||||
|
|
||||||
- *Usable for thin rollers: rollerblade, skateboard* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> | <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>
|
|
||||||
|
|
||||||
### width:carriageway
|
|
||||||
|
|
||||||
The question is `What is the carriage width of this road (in meters)?`
|
|
||||||
*The carriage width of this road is <strong>{width:carriageway}m</strong>* is shown if `width:carriageway` is set
|
|
||||||
|
|
||||||
### cycleway-lane-track-traffic-signs
|
|
||||||
|
|
||||||
The question is `What traffic sign does this cycleway have?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg' style='width: 3rem; height: 3rem'> *Compulsory cycleway* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg' style='width: 3rem; height: 3rem'> *Compulsory cycleway (with supplementary sign)<br>* is shown if with cycleway:traffic_sign~^(BE:D7;.*)$. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg' style='width: 3rem; height: 3rem'> *Segregated foot/cycleway* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg' style='width: 3rem; height: 3rem'> *Unsegregated foot/cycleway* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</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%3Dtrack' target='_blank'>track</a>)
|
|
||||||
|
|
||||||
### cycleway-traffic-signs
|
|
||||||
|
|
||||||
The question is `What traffic sign does this cycleway have?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg' style='width: 3rem; height: 3rem'> *Compulsory cycleway* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg' style='width: 3rem; height: 3rem'> *Compulsory cycleway (with supplementary sign)<br>* is shown if with traffic_sign~^(BE:D7;.*)$. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg' style='width: 3rem; height: 3rem'> *Segregated foot/cycleway* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg' style='width: 3rem; height: 3rem'> *Unsegregated foot/cycleway* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G11.svg' style='width: 3rem; height: 3rem'> *Compulsory cycleway* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G12a.svg' style='width: 3rem; height: 3rem'> *Compulsory (moped)cycleway* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G13.svg' style='width: 3rem; height: 3rem'> *Non-compulsory cycleway* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: (<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: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:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dnl' target='_blank'>nl</a>)
|
|
||||||
|
|
||||||
### cycleway-traffic-signs-supplementary
|
|
||||||
|
|
||||||
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='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M6.svg' style='width: 3rem; height: 3rem'> *Mopeds must use the cycleway* is shown if 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='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M13.svg' style='width: 3rem; height: 3rem'> *Speedpedelecs must use the cycleway* is shown if 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='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M14.svg' style='width: 3rem; height: 3rem'> *Mopeds and speedpedelecs must use the cycleway* is shown if 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='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M7.svg' style='width: 3rem; height: 3rem'> *Mopeds are not allowed* is shown if 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='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M15.svg' style='width: 3rem; height: 3rem'> *Speedpedelecs are not allowed* is shown if 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='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M16.svg' style='width: 3rem; height: 3rem'> *Mopeds and speedpedelecs are not allowed* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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> | cycleway:traffic_sign~^(BE:D7;.*)$
|
|
||||||
|
|
||||||
### cycleways_and_roads-cycleway:buffer
|
|
||||||
|
|
||||||
The question is `How wide is the gap between the cycleway and the road?`
|
|
||||||
*The buffer besides this cycleway is {cycleway:buffer} m* is shown if `cycleway:buffer` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dlane' target='_blank'>lane</a>
|
|
||||||
|
|
||||||
### cyclelan-segregation
|
|
||||||
|
|
||||||
The question is `How is this cycleway separated from the road?`
|
|
||||||
|
|
||||||
- *This cycleway is separated by a dashed line* is shown if 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* is shown if 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* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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:cycleway' target='_blank'>cycleway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway%3Dlane' target='_blank'>lane</a>
|
|
||||||
|
|
||||||
### cycleway-segregation
|
|
||||||
|
|
||||||
The question is `How is this cycleway separated from the road?`
|
|
||||||
|
|
||||||
- *This cycleway is separated by a dashed line* is shown if 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* is shown if 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* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath' target='_blank'>path</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### split_button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{split_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/cycleways_and_roads/cycleways_and_roads.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cycleways_and_roads/cycleways_and_roads.json)
|
|
|
@ -1,227 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# defibrillator
|
|
||||||
|
|
||||||
A layer showing defibrillators which can be used in case of emergency. This contains public defibrillators, but also defibrillators which might need staff to fetch the actual device
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a defibrillator mounted on a wall` snaps to this layer (defibrillator.presets[1])
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [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)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [defibrillator-description](#defibrillator-description)
|
|
||||||
- [defibrillator-survey:date](#defibrillator-surveydate)
|
|
||||||
- [defibrillator-fixme](#defibrillator-fixme)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [aed](https://mapcomplete.org/aed)
|
|
||||||
- [disaster_response](https://mapcomplete.org/disaster_response)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a defibrillator** which has the following tags:<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>
|
|
||||||
- **a defibrillator mounted on a wall** which has the following tags:<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> (snaps to layers `walls_and_buildings`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22emergency%22%3D%22defibrillator%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/indoor#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/indoor/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [indoor](https://wiki.openstreetmap.org/wiki/Key:indoor) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [no](https://wiki.openstreetmap.org/wiki/Tag:access%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/defibrillator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/defibrillator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [defibrillator](https://wiki.openstreetmap.org/wiki/Key:defibrillator) | Multiple choice | [manual](https://wiki.openstreetmap.org/wiki/Tag:defibrillator%3Dmanual) [automatic](https://wiki.openstreetmap.org/wiki/Tag:defibrillator%3Dautomatic) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [level](https://wiki.openstreetmap.org/wiki/Key:level) | [int](../SpecialInputElements.md#int) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/defibrillator:location#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/defibrillator%3Alocation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [defibrillator:location](https://wiki.openstreetmap.org/wiki/Key:defibrillator:location) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/defibrillator:location:en#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/defibrillator%3Alocation%3Aen/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [defibrillator:location:en](https://wiki.openstreetmap.org/wiki/Key:defibrillator:location:en) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/defibrillator:location:fr#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/defibrillator%3Alocation%3Afr/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [defibrillator:location:fr](https://wiki.openstreetmap.org/wiki/Key:defibrillator:location:fr) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/survey:date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/survey%3Adate/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fixme#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fixme/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### defibrillator-indoors
|
|
||||||
|
|
||||||
The question is `Is this defibrillator located indoors?`
|
|
||||||
|
|
||||||
- *This defibrillator is located indoors* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### defibrillator-access
|
|
||||||
|
|
||||||
The question is `Is this defibrillator freely accessible?`
|
|
||||||
*Access is {access}* is shown if `access` is set
|
|
||||||
|
|
||||||
- *Publicly accessible* is shown if 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* is shown if 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* is shown if 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, …)* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### defibrillator-defibrillator
|
|
||||||
|
|
||||||
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* is shown if with defibrillator=. _This option cannot be chosen as answer_
|
|
||||||
- *This is a manual defibrillator for professionals* is shown if 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* is shown if 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}* is shown if with defibrillator~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### defibrillator-level
|
|
||||||
|
|
||||||
The question is `On which floor is this defibrillator located?`
|
|
||||||
*This defibrillator is on floor {level}* is shown if `level` is set
|
|
||||||
|
|
||||||
- *This defibrillator is on the <b>ground floor</b>* is shown if 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>* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### defibrillator-defibrillator:location
|
|
||||||
|
|
||||||
The question is `Please give some explanation on where the defibrillator can be found (in the local language)`
|
|
||||||
*<i>Extra information about the location (in the local language):</i><br/>{defibrillator:location}* is shown if `defibrillator:location` is set
|
|
||||||
|
|
||||||
### defibrillator-defibrillator:location:en
|
|
||||||
|
|
||||||
The question is `Please give some explanation on where the defibrillator can be found (in English)`
|
|
||||||
*<i>Extra information about the location (in English):</i><br/>{defibrillator:location:en}* is shown if `defibrillator:location:en` is set
|
|
||||||
|
|
||||||
### defibrillator-defibrillator:location:fr
|
|
||||||
|
|
||||||
The question is `Please give some explanation on where the defibrillator can be found (in French)`
|
|
||||||
*<i>Extra information about the location (in French):</i><br/>{defibrillator:location:fr}* is shown if `defibrillator:location:fr` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a> | defibrillator:location:fr~.+
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### defibrillator-ref
|
|
||||||
|
|
||||||
The question is `What is the official identification number of the device? (if visible on device)`
|
|
||||||
*Official identification number of the device: <i>{ref}</i>* is shown if `ref` is set
|
|
||||||
|
|
||||||
### defibrillator-email
|
|
||||||
|
|
||||||
The question is `What is the email for questions about this defibrillator?`
|
|
||||||
*Email for questions about this defibrillator: <a href='mailto:{email}'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
### defibrillator-phone
|
|
||||||
|
|
||||||
The question is `What is the phone number for questions about this defibrillator?`
|
|
||||||
*Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a>* is shown if `phone` is set
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `At what times is this defibrillator available?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### defibrillator-description
|
|
||||||
|
|
||||||
The question is `Is there any useful information for users that you haven't been able to describe above? (leave blank if no)`
|
|
||||||
*Additional information: {description}* is shown if `description` is set
|
|
||||||
|
|
||||||
### defibrillator-survey:date
|
|
||||||
|
|
||||||
The question is `When was this defibrillator last surveyed?`
|
|
||||||
*This defibrillator was last surveyed on {survey:date}* is shown if `survey:date` is set
|
|
||||||
|
|
||||||
- *Checked today!* is shown if with survey:date=
|
|
||||||
|
|
||||||
### defibrillator-fixme
|
|
||||||
|
|
||||||
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)`
|
|
||||||
*Extra information for OpenStreetMap experts: {fixme}* is shown if `fixme` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_image.0 | *With and without images* (default) | |
|
|
||||||
| has_image.1 | Has at least one image | image~.+ | image:0~.+ | image:1~.+ | image:2~.+ | image:3~.+ | mapillary~.+ |
|
|
||||||
| has_image.2 | Probably does not have an image | image= & image:0= & image:1= & image:2= & image:3= & mapillary= |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/defibrillator/defibrillator.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/defibrillator/defibrillator.json)
|
|
|
@ -1,136 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# dentist
|
|
||||||
|
|
||||||
This layer shows dentist offices
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **8** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [name](#name)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [healthcare](https://mapcomplete.org/healthcare)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a dentists office** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22dentist%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this dentist?`
|
|
||||||
*This dentist is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/dentist/dentist.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/dentist/dentist.json)
|
|
|
@ -1,44 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# direction
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
No themes use this layer
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
2. [Supported attributes](#supported-attributes)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- camera:direction~.+
|
|
||||||
- direction~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22camera%3Adirection%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22direction%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/direction/direction.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/direction/direction.json)
|
|
|
@ -1,87 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# disaster_response
|
|
||||||
|
|
||||||
This layer contains organizations that have the main objective to help the civil population during and after natural or anthropogenic disasters by working in the affected area.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **10** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [website](#website)
|
|
||||||
- [disaster_response_name](#disaster_response_name)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [disaster_response](https://mapcomplete.org/disaster_response)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a disaster response organization** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Ddisaster_response' target='_blank'>disaster_response</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:emergency' target='_blank'>emergency</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:emergency%3Ddisaster_response' target='_blank'>disaster_response</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22emergency%22%3D%22disaster_response%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### disaster_response_name
|
|
||||||
|
|
||||||
The question is `What is the name of this organization?`
|
|
||||||
*This organization is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/disaster_response/disaster_response.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/disaster_response/disaster_response.json)
|
|
|
@ -1,160 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# doctors
|
|
||||||
|
|
||||||
This layer shows doctor offices
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **10** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [name](#name)
|
|
||||||
- [opening_hours_by_appointment](#opening_hours_by_appointment)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [specialty](#specialty)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [disaster_response](https://mapcomplete.org/disaster_response)
|
|
||||||
- [healthcare](https://mapcomplete.org/healthcare)
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a doctors office** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22doctors%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | ["by appointment"](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D"by appointment") |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/healthcare:speciality#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/healthcare%3Aspeciality/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this doctors place?`
|
|
||||||
*This doctors place is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### opening_hours_by_appointment
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Only by appointment* is shown if 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%3D"by appointment"' target='_blank'>"by appointment"</a>
|
|
||||||
- *Only by appointment* is shown if with opening_hours~^("by appointment"|by appointment)$. _This option cannot be chosen as answer_
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### specialty
|
|
||||||
|
|
||||||
The question is `What is this doctor specialized in?`
|
|
||||||
*This doctor is specialized in {healthcare:speciality}* is shown if `healthcare:speciality` is set
|
|
||||||
|
|
||||||
- *This is a general practitioner* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| specialty.0 | *What is this doctor specialized in?* (default) | |
|
|
||||||
| specialty.1 | This is a general practitioner | healthcare:speciality=general |
|
|
||||||
| specialty.2 | This is a gynaecologist | healthcare:speciality=gynaecology |
|
|
||||||
| specialty.3 | This is a psychiatrist | healthcare:speciality=psychiatry |
|
|
||||||
| specialty.4 | This is a paediatrician | healthcare:speciality=paediatrics |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/doctors/doctors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/doctors/doctors.json)
|
|
|
@ -1,573 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# dogfoodb
|
|
||||||
|
|
||||||
This layer is based on [food](../Layers/food.md)
|
|
||||||
|
|
||||||
A layer showing restaurants and fast-food amenities (with a special rendering for friteries)
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [Name](#name)
|
|
||||||
- [Fastfood vs restaurant](#fastfood-vs-restaurant)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [Cuisine](#cuisine)
|
|
||||||
- [show-menu-image](#show-menu-image)
|
|
||||||
- [add-menu-image](#add-menu-image)
|
|
||||||
- [menu-website](#menu-website)
|
|
||||||
- [Reservation](#reservation)
|
|
||||||
- [Takeaway](#takeaway)
|
|
||||||
- [delivery](#delivery)
|
|
||||||
- [Vegetarian (no friture)](#vegetarian-(no-friture))
|
|
||||||
- [Vegan (no friture)](#vegan-(no-friture))
|
|
||||||
- [halal (no friture)](#halal-(no-friture))
|
|
||||||
- [sugar_free](#sugar_free)
|
|
||||||
- [gluten_free](#gluten_free)
|
|
||||||
- [lactose_free](#lactose_free)
|
|
||||||
- [organic (no friture)](#organic-(no-friture))
|
|
||||||
- [friture-vegetarian](#friture-vegetarian)
|
|
||||||
- [friture-vegan](#friture-vegan)
|
|
||||||
- [friture-organic](#friture-organic)
|
|
||||||
- [friture-oil](#friture-oil)
|
|
||||||
- [friture-take-your-container](#friture-take-your-container)
|
|
||||||
- [smoking](#smoking)
|
|
||||||
- [service:electricity](#serviceelectricity)
|
|
||||||
- [dog-access](#dog-access)
|
|
||||||
- [internet](#internet)
|
|
||||||
- [internet-fee](#internet-fee)
|
|
||||||
- [internet-ssid](#internet-ssid)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [pets](https://mapcomplete.org/pets)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. <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%28%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22dog%22%3D%22unleashed%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22dog%22%3D%22leashed%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22dog%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22dog%22%3D%22unleashed%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22dog%22%3D%22leashed%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22cafe%22%5D%5B%22dog%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cuisine#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cuisine/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [mexican ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ) [japanese ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ) [chicken ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ) [seafood ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website:menu#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website%3Amenu/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website:menu](https://wiki.openstreetmap.org/wiki/Key:website:menu) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reservation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reservation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/takeaway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/takeaway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### Name
|
|
||||||
|
|
||||||
The question is `What is the name of this business?`
|
|
||||||
*The name of this business is {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### Fastfood vs restaurant
|
|
||||||
|
|
||||||
The question is `What type of business is this?`
|
|
||||||
|
|
||||||
- *This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.* is shown if 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* is shown if 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()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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 `What kind of food is served here?`
|
|
||||||
*This place mostly serves {cuisine}* is shown if `cuisine` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍕' style='width: 3rem; height: 3rem'> *Pizzeria* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍟' style='width: 3rem; height: 3rem'> *Friture* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍝' style='width: 3rem; height: 3rem'> *Serves mainly pasta* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥙' style='width: 3rem; height: 3rem'> *Kebab shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥪' style='width: 3rem; height: 3rem'> *Sandwich shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍔' style='width: 3rem; height: 3rem'> *Burgersrestaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍣' style='width: 3rem; height: 3rem'> *Sushi restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/☕' style='width: 3rem; height: 3rem'> *Coffeebar* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇹' style='width: 3rem; height: 3rem'> *Italian restaurant (which serves more than pasta and pizza)* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇫🇷' style='width: 3rem; height: 3rem'> *French restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇨🇳' style='width: 3rem; height: 3rem'> *Chinese* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇬🇷' style='width: 3rem; height: 3rem'> *Greek* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇳' style='width: 3rem; height: 3rem'> *Indian* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇷' style='width: 3rem; height: 3rem'> *Turkish restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇭' style='width: 3rem; height: 3rem'> *Thai restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇲🇽' style='width: 3rem; height: 3rem'> *Mexican dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ' target='_blank'>mexican </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇯🇵' style='width: 3rem; height: 3rem'> *Japanese dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ' target='_blank'>japanese </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐔' style='width: 3rem; height: 3rem'> *Chicken based dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ' target='_blank'>chicken </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐟' style='width: 3rem; height: 3rem'> *Seafood dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ' target='_blank'>seafood </a>
|
|
||||||
|
|
||||||
### show-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(image:menu)}*
|
|
||||||
|
|
||||||
### add-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_upload(image:menu,Add an image from the menu)}*
|
|
||||||
|
|
||||||
### menu-website
|
|
||||||
|
|
||||||
The question is `On what webpage is the menu published?`
|
|
||||||
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
|
|
||||||
|
|
||||||
### Reservation
|
|
||||||
|
|
||||||
The question is `Is a reservation required for this place?`
|
|
||||||
|
|
||||||
- *A reservation is required at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired' target='_blank'>required</a>
|
|
||||||
- *A reservation is not required, but still recommended to make sure you get a table* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended' target='_blank'>recommended</a>
|
|
||||||
- *Reservation is possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Reservation is not possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### Takeaway
|
|
||||||
|
|
||||||
The question is `Does this place offer take-away?`
|
|
||||||
|
|
||||||
- *This is a take-away only business* is shown if 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* is shown if 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* is shown if 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 `Does {title()} deliver food to your home?`
|
|
||||||
|
|
||||||
- *This business does home delivery (eventually via a third party)* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *Vegetarian options are available* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *All dishes are vegetarian* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### Vegan (no friture)
|
|
||||||
|
|
||||||
The question is `Does this business serve vegan meals?`
|
|
||||||
|
|
||||||
- *No vegan options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegan version if asked for* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### halal (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer a halal menu?`
|
|
||||||
|
|
||||||
- *There are no halal options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### sugar_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a sugar free offering?`
|
|
||||||
|
|
||||||
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly' target='_blank'>only</a>
|
|
||||||
- *This shop has a big sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited sugar free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### gluten_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a gluten free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### lactose_free
|
|
||||||
|
|
||||||
The question is `Does {title()} have a lactose-free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### organic (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer organic food?`
|
|
||||||
|
|
||||||
- *There are no organic options available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
### friture-vegetarian
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegetarian snacks?`
|
|
||||||
|
|
||||||
- *Serves only vegetarian snacks and burgers* is shown if 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>
|
|
||||||
- *Vegetarian snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-vegan
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegan snacks?`
|
|
||||||
|
|
||||||
- *Servers only vegan snacks and burgers* is shown if 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>
|
|
||||||
- *Vegan snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-organic
|
|
||||||
|
|
||||||
The question is `Does this fries shop offer organic snacks?`
|
|
||||||
|
|
||||||
- *Organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *No organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-oil
|
|
||||||
|
|
||||||
The question is `Does this fries shop use vegetable or animal oil for cooking?`
|
|
||||||
|
|
||||||
- *The frying is done with vegetable oil* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### 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?`
|
|
||||||
|
|
||||||
- *You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste* is shown if 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>* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### smoking
|
|
||||||
|
|
||||||
The question is `Is smoking allowed at {title()}?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>allowed</b>* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>not allowed</b>* is shown if 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>.* is shown if 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>
|
|
||||||
|
|
||||||
### 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_dogs.svg' style='width: 3rem; height: 3rem'> *Dogs are <b>not</b> allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_leashed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed, but they have to be leashed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed and can run around freely* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_outside.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed only outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside' target='_blank'>outside</a>
|
|
||||||
|
|
||||||
### internet
|
|
||||||
|
|
||||||
The question is `Does this place offer internet access?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/wifi' style='width: 3rem; height: 3rem'> *This place offers wireless internet access* is shown if 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%3Dwlan' target='_blank'>wlan</a>
|
|
||||||
- *This place <b>does not</b> offer internet access* is shown if 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>
|
|
||||||
- *This place offers internet access* is shown if 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>. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/computer' style='width: 3rem; height: 3rem'> *This place offers internet access via a terminal or computer* is shown if 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%3Dterminal' target='_blank'>terminal</a>
|
|
||||||
- *This place offers wired internet access* is shown if 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%3Dwired' target='_blank'>wired</a>
|
|
||||||
- *This place offers both wireless internet and internet access via a terminal or computer* is shown if 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%3Dterminal;wifi' target='_blank'>terminal;wifi</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-fee
|
|
||||||
|
|
||||||
The question is `Is there a fee for internet access?`
|
|
||||||
|
|
||||||
- *There is a fee for the internet access at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place, for customers only* is shown if 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%3Dcustomers' target='_blank'>customers</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-ssid
|
|
||||||
|
|
||||||
The question is `What is the network name for the wireless internet access?`
|
|
||||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
|
||||||
|
|
||||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| reservation.0 | Reservation not required | reservation=no | reservation=optional | reservation= |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| food-category.0 | *Restaurants and fast food businesses* (default) | |
|
|
||||||
| food-category.1 | Only fastfood businesses | amenity=fast_food |
|
|
||||||
| food-category.2 | Only restaurants | amenity=restaurant |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes | diet:vegetarian=only | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegan.0 | Has a vegan menu | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_organic.0 | Has organic options | organic=yes | organic=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| dogs.0 | *No preference towards dogs* (default) | |
|
|
||||||
| dogs.1 | Dogs allowed | dog=unleashed | dog=yes |
|
|
||||||
| dogs.2 | No dogs allowed | dog=no |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| Cuisine.0 | *What kind of food is served here?* (default) | |
|
|
||||||
| Cuisine.1 | Pizzeria | cuisine=pizza |
|
|
||||||
| Cuisine.2 | Friture | cuisine=friture |
|
|
||||||
| Cuisine.3 | Serves mainly pasta | cuisine=pasta |
|
|
||||||
| Cuisine.4 | Kebab shop | cuisine=kebab |
|
|
||||||
| Cuisine.5 | Sandwich shop | cuisine=sandwich |
|
|
||||||
| Cuisine.6 | Burgersrestaurant | cuisine=burger |
|
|
||||||
| Cuisine.7 | Sushi restaurant | cuisine=sushi |
|
|
||||||
| Cuisine.8 | Coffeebar | cuisine=coffee |
|
|
||||||
| Cuisine.9 | Italian restaurant (which serves more than pasta and pizza) | cuisine=italian |
|
|
||||||
| Cuisine.10 | French restaurant | cuisine=french |
|
|
||||||
| Cuisine.11 | Chinese | cuisine=chinese |
|
|
||||||
| Cuisine.12 | Greek | cuisine=greek |
|
|
||||||
| Cuisine.13 | Indian | cuisine=indian |
|
|
||||||
| Cuisine.14 | Turkish restaurant | cuisine=turkish |
|
|
||||||
| Cuisine.15 | Thai restaurant | cuisine=thai |
|
|
||||||
| Cuisine.16 | Mexican dishes are served here | cuisine=mexican |
|
|
||||||
| Cuisine.17 | Japanese dishes are served here | cuisine=japanese |
|
|
||||||
| Cuisine.18 | Chicken based dishes are served here | cuisine=chicken |
|
|
||||||
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/pets/pets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/pets/pets.json)
|
|
|
@ -1,139 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# dogpark
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [Name](#name)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [website](#website)
|
|
||||||
- [dogpark-fenced](#dogpark-fenced)
|
|
||||||
- [smalldogs](#smalldogs)
|
|
||||||
- [dogarea](#dogarea)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [pets](https://mapcomplete.org/pets)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a dog park** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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: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:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dpark' target='_blank'>park</a>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22leisure%22%3D%22dog_park%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22dog%22%3D%22unleashed%22%5D%5B%22leisure%22%3D%22park%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/barrier#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/barrier/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/small_dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/small_dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### Name
|
|
||||||
|
|
||||||
The question is `What is the name of this dog park?`
|
|
||||||
*The name of this dog park is {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### dogpark-fenced
|
|
||||||
|
|
||||||
The question is `It this dog park fenced in?`
|
|
||||||
|
|
||||||
- *This dogpark is fenced all around* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### dogarea
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*This dogpark is {_surface:ha} ha big*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/dogpark/dogpark.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/dogpark/dogpark.json)
|
|
File diff suppressed because one or more lines are too long
|
@ -1,241 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# drinking_water
|
|
||||||
|
|
||||||
A layer showing drinking water fountains
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** 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)
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [Still in use?](#still-in-use)
|
|
||||||
- [type](#type)
|
|
||||||
- [Bottle refill](#bottle-refill)
|
|
||||||
- [fee](#fee)
|
|
||||||
- [seasonal](#seasonal)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [bench-artwork](#bench-artwork)
|
|
||||||
- [artwork-artwork_type](#artwork-artwork_type)
|
|
||||||
- [artwork-artist-wikidata](#artwork-artist-wikidata)
|
|
||||||
- [artwork-artist_name](#artwork-artist_name)
|
|
||||||
- [artwork-website](#artwork-website)
|
|
||||||
- [artwork_subject](#artwork_subject)
|
|
||||||
- [render-closest-drinking-water](#render-closest-drinking-water)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [climbing](https://mapcomplete.org/climbing)
|
|
||||||
- [cyclofix](https://mapcomplete.org/cyclofix)
|
|
||||||
- [drinking_water](https://mapcomplete.org/drinking_water)
|
|
||||||
- [nature](https://mapcomplete.org/nature)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [ski](https://mapcomplete.org/ski)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a drinking water** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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:disused:amenity' target='_blank'>disused:amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:disused: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>
|
|
||||||
1. man_made!=reservoir_covered
|
|
||||||
2. access!=permissive
|
|
||||||
3. access!=private
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%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%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22disused%3Aamenity%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%28%7B%7Bbbox%7D%7D%29%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%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operational_status#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operational_status/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operational_status](https://wiki.openstreetmap.org/wiki/Key:operational_status) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3D) [broken](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dbroken) [closed](https://wiki.openstreetmap.org/wiki/Tag:operational_status%3Dclosed) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/bottle#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/bottle/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [bottle](https://wiki.openstreetmap.org/wiki/Key:bottle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bottle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bottle%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/seasonal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/seasonal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [seasonal](https://wiki.openstreetmap.org/wiki/Key:seasonal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dno) [summer](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dsummer) [spring;summer;autumn](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dspring;summer;autumn) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artwork_type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artwork_type/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) | [string](../SpecialInputElements.md#string) | [architecture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture) [mural](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural) [painting](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture) [statue](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue) [bust](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust) [stone](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone) [installation](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation) [graffiti](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti) [relief](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief) [azulejo](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo) [tilework](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework) [woodcarving](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dwoodcarving) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artist:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artist%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artist:wikidata](https://wiki.openstreetmap.org/wiki/Key:artist:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/artist_name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/artist_name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/subject:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/subject%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### Still in use?
|
|
||||||
|
|
||||||
The question is `Is this drinking water spot still operational?`
|
|
||||||
*The operational status is <i>{operational_status}</i>* is shown if `operational_status` is set
|
|
||||||
|
|
||||||
- *This drinking water works* is shown if with operational_status= & disused:amenity=
|
|
||||||
- *This drinking water is broken* is shown if 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* is shown if 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 is permanently closed* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:disused:amenity' target='_blank'>disused:amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:disused:amenity%3Ddrinking_water' target='_blank'>drinking_water</a>
|
|
||||||
|
|
||||||
### type
|
|
||||||
|
|
||||||
The question is `What type of drinking water point is this?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/drinking_water/bubbler.svg' style='width: 3rem; height: 3rem'> *This is a bubbler fountain. A water jet to drink from is sent upwards, typically controlled by a push button.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fountain' target='_blank'>fountain</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fountain%3Dbubbler' target='_blank'>bubbler</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/drinking_water/bottle.svg' style='width: 3rem; height: 3rem'> *This is a bottle refill point where the water is sent downwards, typically controlled by a push button or a motion sensor. Drinking directly from the stream might be very hard or impossible.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fountain' target='_blank'>fountain</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fountain%3Dbottle_refill' target='_blank'>bottle_refill</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/drinking_water/tap.svg' style='width: 3rem; height: 3rem'> *This is a water tap. The water flows downward and the stream is controlled by a valve or push-button.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:man_made' target='_blank'>man_made</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dwater_tap' target='_blank'>water_tap</a>
|
|
||||||
|
|
||||||
### Bottle refill
|
|
||||||
|
|
||||||
The question is `How easy is it to fill water bottles?`
|
|
||||||
|
|
||||||
- *It is easy to refill water bottles* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### fee
|
|
||||||
|
|
||||||
The question is `Is this drinking water point free to use?`
|
|
||||||
|
|
||||||
- *Free to use* is shown if 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>
|
|
||||||
- *One needs to pay to use this drinking water point* is shown if 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>
|
|
||||||
|
|
||||||
### seasonal
|
|
||||||
|
|
||||||
The question is `Is this drinking water point available all year round?`
|
|
||||||
|
|
||||||
- *Available all around the year* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seasonal' target='_blank'>seasonal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dno' target='_blank'>no</a>
|
|
||||||
- *Only available in summer* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seasonal' target='_blank'>seasonal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dsummer' target='_blank'>summer</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/drinking_water/no_winter.svg' style='width: 3rem; height: 3rem'> *Closed during the winter* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seasonal' target='_blank'>seasonal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dspring;summer;autumn' target='_blank'>spring;summer;autumn</a>
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *This drinking water fountain is closed this season. As such, the opening hours are not shown.* is shown if with seasonal!=no & seasonal~.+ & ((seasonal!~^(.*winter.*)$ & _now:date~^(....-(12|01|02)-..)$) | (seasonal!~^(.*spring.*)$ & _now:date~^(....-(03|04|05)-..)$) | (seasonal!~^(.*summer.*)$ & _now:date~^(....-(06|07|08)-..)$) | (seasonal!~^(.*autumn.*)$ & _now:date~^(....-(09|10|11)-..)$)). _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### bench-artwork
|
|
||||||
|
|
||||||
The question is `Does this drinking water fountain have an artistic element?`
|
|
||||||
|
|
||||||
- *This drinking water point has an integrated artwork* is shown if with <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>
|
|
||||||
- *This drinking water point does not have an integrated artwork* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:not:tourism:artwork' target='_blank'>not:tourism:artwork</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:tourism:artwork%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This drinking water point <span class="subtle">probably</span> doesn't have an integrated artwork* is shown if with tourism=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### artwork-artwork_type
|
|
||||||
|
|
||||||
The question is `What is the type of this artwork?`
|
|
||||||
*This is a {artwork_type}* is shown if `artwork_type` is set
|
|
||||||
|
|
||||||
- *Architecture* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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)* is shown if 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* is shown if 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>
|
|
||||||
- *Woodcarving* is shown if 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%3Dwoodcarving' target='_blank'>woodcarving</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-artist-wikidata
|
|
||||||
|
|
||||||
The question is `Who made this artwork?`
|
|
||||||
*This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}* is shown if `artist:wikidata` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-artist_name
|
|
||||||
|
|
||||||
The question is `Which artist created this?`
|
|
||||||
*Created by {artist_name}* is shown if `artist_name` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork-website
|
|
||||||
|
|
||||||
The question is `Is there a website with more information about this artwork?`
|
|
||||||
*{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}* is shown if `website` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### artwork_subject
|
|
||||||
|
|
||||||
The question is `What does this artwork depict?`
|
|
||||||
*This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
This tagrendering has labels
|
|
||||||
`artwork-question`
|
|
||||||
|
|
||||||
### render-closest-drinking-water
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meters</a>*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: _closest_other_drinking_water_id~.+
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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,134 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# dumpstations
|
|
||||||
|
|
||||||
Sanitary dump stations
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **7** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [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)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [campersite](https://mapcomplete.org/campersite)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a sanitary dump station** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. vehicle!~^(no)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22sanitary_dump_station%22%5D%5B%22vehicle%22!~%22%5E%28no%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/water_point#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/water_point/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/sanitary_dump_station:grey_water#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/sanitary_dump_station%3Agrey_water/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/sanitary_dump_station:chemical_toilet#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/sanitary_dump_station%3Achemical_toilet/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/network#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/network/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [network](https://wiki.openstreetmap.org/wiki/Key:network) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### dumpstations-fee
|
|
||||||
|
|
||||||
The question is `Does this place charge a fee?`
|
|
||||||
|
|
||||||
- *You need to pay for use* is shown if 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* is shown if 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 place charges {charge}* is shown if `charge` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### dumpstations-waterpoint
|
|
||||||
|
|
||||||
The question is `Does this place have a water point?`
|
|
||||||
|
|
||||||
- *This place has a water point* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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 station is part of network {network}* is shown if `network` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/dumpstations/dumpstations.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/dumpstations/dumpstations.json)
|
|
|
@ -1,110 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# education_institutions_without_etymology
|
|
||||||
|
|
||||||
This layer is based on [etymology](../Layers/etymology.md)
|
|
||||||
|
|
||||||
All objects which have an etymology known
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **18** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
|
||||||
- [wikipedia-etymology](#wikipedia-etymology)
|
|
||||||
- [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
|
||||||
- [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)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [etymology](https://mapcomplete.org/etymology)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. name~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22school%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22kindergarten%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22university%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22college%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22landuse%22%3D%22education%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
|
||||||
|
|
||||||
### etymology-images-from-wikipedia
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(name:etymology:wikidata)}*
|
|
||||||
|
|
||||||
### wikipedia-etymology
|
|
||||||
|
|
||||||
The question is `What is the Wikidata-item that this object is named after?`
|
|
||||||
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
|
|
||||||
|
|
||||||
### zoeken op inventaris onroerend erfgoed
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a>
|
|
||||||
|
|
||||||
### simple etymology
|
|
||||||
|
|
||||||
The question is `What is this object named after?`
|
|
||||||
*Named after {name:etymology}* is shown if `name:etymology` is set
|
|
||||||
|
|
||||||
- *The origin of this name is unknown in all literature* is shown if 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
|
|
||||||
Show the questions block at this location
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions()}*
|
|
||||||
|
|
||||||
### street-name-sign-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Add image of a street name sign)}*
|
|
||||||
|
|
||||||
### minimap
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{minimap(18, id, _same_name_ids):height:10rem}*
|
|
||||||
|
|
||||||
### etymology_multi_apply
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
|
|
||||||
|
|
||||||
### wikipedia
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
|
|
@ -1,177 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# elevator
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [multilevels](#multilevels)
|
|
||||||
- [operational_status](#operational_status)
|
|
||||||
- [door-width](#door-width)
|
|
||||||
- [elevator-shape](#elevator-shape)
|
|
||||||
- [elevator-width](#elevator-width)
|
|
||||||
- [elevator-depth](#elevator-depth)
|
|
||||||
- [elevator-diameter](#elevator-diameter)
|
|
||||||
- [induction-loop](#induction-loop)
|
|
||||||
- [tactile_writing_available](#tactile_writing_available)
|
|
||||||
- [tactile_writing_language](#tactile_writing_language)
|
|
||||||
- [speech_output_available](#speech_output_available)
|
|
||||||
- [speech_output](#speech_output)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [blind_osm](https://mapcomplete.org/blind_osm)
|
|
||||||
- [indoors](https://mapcomplete.org/indoors)
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an elevator** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22highway%22%3D%22elevator%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operational_status#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operational_status/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/door:width#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/door%3Awidth/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width) | [pfloat](../SpecialInputElements.md#pfloat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/shape#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/shape/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [shape](https://wiki.openstreetmap.org/wiki/Key:shape) | Multiple choice | [rectangular](https://wiki.openstreetmap.org/wiki/Tag:shape%3Drectangular) [circular](https://wiki.openstreetmap.org/wiki/Tag:shape%3Dcircular) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/width#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/width/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [width](https://wiki.openstreetmap.org/wiki/Key:width) | [pfloat](../SpecialInputElements.md#pfloat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/length#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/length/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [length](https://wiki.openstreetmap.org/wiki/Key:length) | [pfloat](../SpecialInputElements.md#pfloat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diameter#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diameter/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diameter](https://wiki.openstreetmap.org/wiki/Key:diameter) | [pfloat](../SpecialInputElements.md#pfloat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/hearing_loop#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/hearing_loop/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/tactile_writing:braille#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/tactile_writing%3Abraille/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [tactile_writing:braille](https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/speech_output#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/speech_output/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [speech_output](https://wiki.openstreetmap.org/wiki/Key:speech_output) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dno) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### multilevels
|
|
||||||
|
|
||||||
The question is `What levels does this elevator go to?`
|
|
||||||
*This elevator goes to floors {level}* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if 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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/close:red' style='width: 3rem; height: 3rem'> *This elevator is broken* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/invalid:red' style='width: 3rem; height: 3rem'> *This elevator is closed <span class='subtle'>e.g. because renovation works are going on</span>* is shown if 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* is shown if 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* is shown if with operational_status=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### door-width
|
|
||||||
|
|
||||||
The question is `What is the width of this elevator's entrance?`
|
|
||||||
*This elevator's doors have a width of {canonical(door:width)}* is shown if `door:width` is set
|
|
||||||
|
|
||||||
### elevator-shape
|
|
||||||
|
|
||||||
The question is `What shape does this elevator have?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/square.svg' style='width: 3rem; height: 3rem'> *This elevator has a rectangular shape* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:shape' target='_blank'>shape</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shape%3Drectangular' target='_blank'>rectangular</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/circle.svg' style='width: 3rem; height: 3rem'> *This elevator has a circular shape* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:shape' target='_blank'>shape</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shape%3Dcircular' target='_blank'>circular</a>
|
|
||||||
|
|
||||||
### elevator-width
|
|
||||||
|
|
||||||
The question is `What is the width of this elevator?`
|
|
||||||
*This elevator has a width of {canonical(width)}* is shown if `width` is set
|
|
||||||
|
|
||||||
### elevator-depth
|
|
||||||
|
|
||||||
The question is `What is the depth of this elevator?`
|
|
||||||
*This elevator has a depth of {canonical(length)}* is shown if `length` is set
|
|
||||||
|
|
||||||
### elevator-diameter
|
|
||||||
|
|
||||||
The question is `What is the diameter of this elevator?`
|
|
||||||
*This elevator has a diameter of {canonical(diameter)}* is shown if `diameter` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:shape' target='_blank'>shape</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shape%3Dcircular' target='_blank'>circular</a>
|
|
||||||
|
|
||||||
### 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?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/audio_induction_loop.svg' style='width: 3rem; height: 3rem'> *This place has an audio induction loop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/audio_induction_loop_missing.svg' style='width: 3rem; height: 3rem'> *This place <b>does not</b> have an audio induction loop* is shown if 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>
|
|
||||||
|
|
||||||
### tactile_writing_available
|
|
||||||
|
|
||||||
The question is `Has this elevator tactile writing?`
|
|
||||||
|
|
||||||
- *This elevator has tactile writing in Braille* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille' target='_blank'>tactile_writing:braille</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This elevator does not have tactile writing* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille' target='_blank'>tactile_writing:braille</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### tactile_writing_language
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{language_chooser(tactile_writing:braille,In which languages does this elevator have tactile writing &LPARENSbraille&RPARENS?,This elevator has tactile writing in &LBRACElanguage&LPARENS&RPARENS&RBRACE,This elevator has tactile writing in &LBRACElanguage&LPARENS&RPARENS&RBRACE,,)}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille' target='_blank'>tactile_writing:braille</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
### speech_output_available
|
|
||||||
|
|
||||||
The question is `Has this elevator speech output?`
|
|
||||||
|
|
||||||
- *This elevator has speech output* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This elevator does not have speech output* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### speech_output
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{language_chooser(speech_output,In which languages does this elevator have speech output?,This elevator has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,This elevator has speech output in &LBRACElanguage&LPARENS&RPARENS&RBRACE,,)}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:speech_output' target='_blank'>speech_output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/elevator/elevator.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/elevator/elevator.json)
|
|
|
@ -1,255 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# elongated_coin
|
|
||||||
|
|
||||||
Layer showing penny presses.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **0** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [designs](#designs)
|
|
||||||
- [fee](#fee)
|
|
||||||
- [payment-options-split](#payment-options-split)
|
|
||||||
- [coin](#coin)
|
|
||||||
- [website](#website)
|
|
||||||
- [charge](#charge)
|
|
||||||
- [denominations-coins](#denominations-coins)
|
|
||||||
- [indoor](#indoor)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [check_date](#check_date)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [elongated_coin](https://mapcomplete.org/elongated_coin)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [vending_machine](https://mapcomplete.org/vending_machine)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a penny press** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dvending_machine' target='_blank'>vending_machine</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Delongated_coin' target='_blank'>elongated_coin</a> & <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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dvending_machine' target='_blank'>vending_machine</a>
|
|
||||||
1. vending~^(.*elongated_coin.*)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22vending_machine%22%5D%5B%22vending%22~%22%5E%28.*elongated_coin.*%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/coin:design_count#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/coin%3Adesign_count/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [coin:design_count](https://wiki.openstreetmap.org/wiki/Key:coin:design_count) | [pnat](../SpecialInputElements.md#pnat) | [1](https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D1) [2](https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D2) [3](https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D3) [4](https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D4) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:fee%3D) [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/coin:type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/coin%3Atype/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [coin:type](https://wiki.openstreetmap.org/wiki/Key:coin:type) | [string](../SpecialInputElements.md#string) | [2cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D2cent) [5cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D5cent) [10cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D10cent) [25cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D25cent) [50cent](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D50cent) [10centimes](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D10centimes) [20centimes](https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D20centimes) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [1 EUR](https://wiki.openstreetmap.org/wiki/Tag:charge%3D1 EUR) [2 EUR](https://wiki.openstreetmap.org/wiki/Tag:charge%3D2 EUR) [2 CHF](https://wiki.openstreetmap.org/wiki/Tag:charge%3D2 CHF) [1 CHF](https://wiki.openstreetmap.org/wiki/Tag:charge%3D1 CHF) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/payment:coins:denominations#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/payment%3Acoins%3Adenominations/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [payment:coins:denominations](https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations) | Multiple choice | [0.01 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.01 EUR) [0.02 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.02 EUR) [0.05 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 EUR) [0.10 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 EUR) [0.20 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 EUR) [0.50 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 EUR) [1 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 EUR) [2 EUR](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 EUR) [0.05 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 CHF) [0.10 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 CHF) [0.20 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 CHF) [0.50 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 CHF) [1 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 CHF) [2 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 CHF) [5 CHF](https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D5 CHF) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/indoor#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/indoor/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [indoor](https://wiki.openstreetmap.org/wiki/Key:indoor) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/check_date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/check_date/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [check_date](https://wiki.openstreetmap.org/wiki/Key:check_date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:check_date%3D) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### designs
|
|
||||||
|
|
||||||
The question is `How many designs are available?`
|
|
||||||
*This penny press has {coin:design_count} designs available.* is shown if `coin:design_count` is set
|
|
||||||
|
|
||||||
- *This penny press has one design available.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:design_count' target='_blank'>coin:design_count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D1' target='_blank'>1</a>
|
|
||||||
- *This penny press has two designs available.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:design_count' target='_blank'>coin:design_count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D2' target='_blank'>2</a>
|
|
||||||
- *This penny press has three designs available.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:design_count' target='_blank'>coin:design_count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D3' target='_blank'>3</a>
|
|
||||||
- *This penny press has four designs available.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:design_count' target='_blank'>coin:design_count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:design_count%3D4' target='_blank'>4</a>
|
|
||||||
|
|
||||||
### fee
|
|
||||||
|
|
||||||
The question is `Does it cost money to press a penny?`
|
|
||||||
|
|
||||||
- *It costs money to press a penny.* is shown if with fee=
|
|
||||||
- *It costs money to press a penny.* is shown if 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>
|
|
||||||
- *It is free to press a penny.* is shown if 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>
|
|
||||||
|
|
||||||
### payment-options-split
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>. _This option cannot be chosen as answer_. Unselecting this answer will add payment:cash=
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>. _This option cannot be chosen as answer_. Unselecting this answer will add payment:cards=
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/coins.svg' style='width: 3rem; height: 3rem'> *Coins are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/notes.svg' style='width: 3rem; height: 3rem'> *Bank notes are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Debit cards are accepted here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards' target='_blank'>payment:debit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards' target='_blank'>payment:debit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Credit cards are accepted here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### coin
|
|
||||||
|
|
||||||
The question is `What coin is used for pressing?`
|
|
||||||
*This penny press uses a {coin:type} coin for pressing.* is shown if `coin:type` is set
|
|
||||||
|
|
||||||
- *This penny press uses a 2 cent coin for pressing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:type' target='_blank'>coin:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D2cent' target='_blank'>2cent</a>
|
|
||||||
- *This penny press uses a 5 cent coin for pressing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:type' target='_blank'>coin:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D5cent' target='_blank'>5cent</a>
|
|
||||||
- *This penny press uses a 10 cent coin for pressing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:type' target='_blank'>coin:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D10cent' target='_blank'>10cent</a>
|
|
||||||
- *This penny press uses a 25 cent coin for pressing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:type' target='_blank'>coin:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D25cent' target='_blank'>25cent</a>
|
|
||||||
- *This penny press uses a 50 cent coin for pressing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:type' target='_blank'>coin:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D50cent' target='_blank'>50cent</a>
|
|
||||||
- *This penny press uses a 10 centimes coin for pressing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:type' target='_blank'>coin:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D10centimes' target='_blank'>10centimes</a>
|
|
||||||
- *This penny press uses a 20 centimes coin for pressing.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:coin:type' target='_blank'>coin:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:coin:type%3D20centimes' target='_blank'>20centimes</a>
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### charge
|
|
||||||
|
|
||||||
The question is `How much does it cost to press a penny?`
|
|
||||||
*It costs {charge} to press a penny.* is shown if `charge` is set
|
|
||||||
|
|
||||||
- *It costs 1 euro to press a penny.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:charge' target='_blank'>charge</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:charge%3D1 EUR' target='_blank'>1 EUR</a>
|
|
||||||
- *It costs 2 euros to press a penny.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:charge' target='_blank'>charge</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:charge%3D2 EUR' target='_blank'>2 EUR</a>
|
|
||||||
- *It costs 2 Swiss francs to press a penny.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:charge' target='_blank'>charge</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:charge%3D2 CHF' target='_blank'>2 CHF</a>
|
|
||||||
- *It costs 1 Swiss franc to press a penny.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:charge' target='_blank'>charge</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:charge%3D1 CHF' target='_blank'>1 CHF</a>
|
|
||||||
|
|
||||||
### denominations-coins
|
|
||||||
|
|
||||||
The question is `What coins can you use to pay here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/1cent.svg' style='width: 3rem; height: 3rem'> *1 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.01 EUR' target='_blank'>0.01 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/2cent.svg' style='width: 3rem; height: 3rem'> *2 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.02 EUR' target='_blank'>0.02 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/5cent.svg' style='width: 3rem; height: 3rem'> *5 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 EUR' target='_blank'>0.05 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/10cent.svg' style='width: 3rem; height: 3rem'> *10 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 EUR' target='_blank'>0.10 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/20cent.svg' style='width: 3rem; height: 3rem'> *20 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 EUR' target='_blank'>0.20 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/50cent.svg' style='width: 3rem; height: 3rem'> *50 cent coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 EUR' target='_blank'>0.50 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/1euro.svg' style='width: 3rem; height: 3rem'> *1 euro coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 EUR' target='_blank'>1 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/eur/2euro.svg' style='width: 3rem; height: 3rem'> *2 euro coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 EUR' target='_blank'>2 EUR</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/5rp-2019-800px.png' style='width: 3rem; height: 3rem'> *5 centimes coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.05 CHF' target='_blank'>0.05 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/10rp-2019-800px.png' style='width: 3rem; height: 3rem'> *10 centimes coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.10 CHF' target='_blank'>0.10 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/20rp-2019-800px.png' style='width: 3rem; height: 3rem'> *20 centimes coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.20 CHF' target='_blank'>0.20 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/50rp-2019-800px.png' style='width: 3rem; height: 3rem'> *½ franc coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D0.50 CHF' target='_blank'>0.50 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/1fr-2019-800px.png' style='width: 3rem; height: 3rem'> *1 franc coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D1 CHF' target='_blank'>1 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/2fr-2019-800px.png' style='width: 3rem; height: 3rem'> *2 francs coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D2 CHF' target='_blank'>2 CHF</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/denominations/chf/5fr-2019-800px.png' style='width: 3rem; height: 3rem'> *5 francs coins are accepted* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:coins:denominations' target='_blank'>payment:coins:denominations</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:coins:denominations%3D5 CHF' target='_blank'>5 CHF</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: (<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> | <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>) & (_currency~^(.*EUR.*)$ | _currency~^(.*CHF.*)$)
|
|
||||||
|
|
||||||
### indoor
|
|
||||||
|
|
||||||
The question is `Is the penny press indoors?`
|
|
||||||
|
|
||||||
- *This penny press is located indoors.* is shown if 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 penny press is located outdoors.* is shown if 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>
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### check_date
|
|
||||||
|
|
||||||
The question is `When was this object last checked?`
|
|
||||||
*This object was last checked on <b>{check_date}</b>* is shown if `check_date` is set
|
|
||||||
|
|
||||||
- *This object was last checked today* is shown if with check_date=
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_debit_cards.0 | Accepts debit cards | payment:debit_cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_credit_cards.0 | Accepts credit cards | payment:credit_cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/elongated_coin/elongated_coin.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/elongated_coin/elongated_coin.json)
|
|
|
@ -1,167 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# entrance
|
|
||||||
|
|
||||||
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: preset `an entrance` snaps to this layer (entrance.presets[0])
|
|
||||||
- This layer will automatically load [pedestrian_path](./pedestrian_path.md) into the layout as it depends on it: preset `an entrance` snaps to this layer (entrance.presets[0])
|
|
||||||
- This layer will automatically load [indoors](./indoors.md) into the layout as it depends on it: preset `an indoor door` snaps to this layer (entrance.presets[1])
|
|
||||||
- This layer is needed as dependency for layer [walls_and_buildings](#walls_and_buildings)
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [Entrance type](#entrance-type)
|
|
||||||
- [Door_type](#door_type)
|
|
||||||
- [automatic_door](#automatic_door)
|
|
||||||
- [width](#width)
|
|
||||||
- [kerb-height](#kerb-height)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [indoors](https://mapcomplete.org/indoors)
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
- [walls_and_buildings](https://mapcomplete.org/walls_and_buildings)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an entrance** which has the following tags:<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> (snaps to layers `walls_and_buildings`, `pedestrian_path`)
|
|
||||||
- **an indoor door** which has the following tags:<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> (snaps to layers `indoors`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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~.+
|
|
||||||
- entrance~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22indoor%22%3D%22door%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22door%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22entrance%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/entrance#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/entrance/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/door#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/door/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/automatic_door#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/automatic_door/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/width#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/width/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [width](https://wiki.openstreetmap.org/wiki/Key:width) | [pfloat](../SpecialInputElements.md#pfloat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kerb:height#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kerb%3Aheight/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height) | [pnat](../SpecialInputElements.md#pnat) | [0](https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### Entrance type
|
|
||||||
|
|
||||||
The question is `What type of entrance is this?`
|
|
||||||
|
|
||||||
- *No specific entrance type is known* is shown if 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* is shown if with 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>
|
|
||||||
- *This is the main entrance* is shown if with indoor= & <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* is shown if with indoor= & <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, …* is shown if with indoor= & <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* is shown if with indoor= & <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)* is shown if with indoor= & <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* is shown if with indoor= & <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* is shown if with indoor= & <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>
|
|
||||||
|
|
||||||
### Door_type
|
|
||||||
|
|
||||||
The question is `What is the type of this door?`
|
|
||||||
|
|
||||||
- *The door type is not known* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### automatic_door
|
|
||||||
|
|
||||||
The question is `Is this door automated?`
|
|
||||||
|
|
||||||
- *This is an automatic door* is shown if 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* is shown if 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* is shown if 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* is shown if 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>* is shown if 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* is shown if 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* is shown if 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>* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### width
|
|
||||||
|
|
||||||
The question is `What is the width of this door/entrance?`
|
|
||||||
*This door has a width of {canonical(width)}* is shown if `width` is set
|
|
||||||
|
|
||||||
### kerb-height
|
|
||||||
|
|
||||||
The question is `What is the height of this kerb?`
|
|
||||||
*The kerb height of this door is {kerb:height}* is shown if `kerb:height` is set
|
|
||||||
|
|
||||||
- *This door does not have a kerb* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/entrance/entrance.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/entrance/entrance.json)
|
|
|
@ -1,109 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# etymology
|
|
||||||
|
|
||||||
All objects which have an etymology known
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
|
||||||
- [wikipedia-etymology](#wikipedia-etymology)
|
|
||||||
- [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
|
||||||
- [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)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [etymology](https://mapcomplete.org/etymology)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- name:etymology~.+
|
|
||||||
- name:etymology:wikidata~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22name%3Aetymology%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22name%3Aetymology%3Awikidata%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
|
||||||
|
|
||||||
### etymology-images-from-wikipedia
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(name:etymology:wikidata)}*
|
|
||||||
|
|
||||||
### wikipedia-etymology
|
|
||||||
|
|
||||||
The question is `What is the Wikidata-item that this object is named after?`
|
|
||||||
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
|
|
||||||
|
|
||||||
### zoeken op inventaris onroerend erfgoed
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a>
|
|
||||||
|
|
||||||
### simple etymology
|
|
||||||
|
|
||||||
The question is `What is this object named after?`
|
|
||||||
*Named after {name:etymology}* is shown if `name:etymology` is set
|
|
||||||
|
|
||||||
- *The origin of this name is unknown in all literature* is shown if 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
|
|
||||||
Show the questions block at this location
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions()}*
|
|
||||||
|
|
||||||
### street-name-sign-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Add image of a street name sign)}*
|
|
||||||
|
|
||||||
### minimap
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{minimap(18, id, _same_name_ids):height:10rem}*
|
|
||||||
|
|
||||||
### etymology_multi_apply
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
|
|
||||||
|
|
||||||
### wikipedia
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/etymology/etymology.json)
|
|
|
@ -1,79 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# extinguisher
|
|
||||||
|
|
||||||
Map layer to show fire extinguishers.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [extinguisher-location](#extinguisher-location)
|
|
||||||
- [images](#images)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [disaster_response](https://mapcomplete.org/disaster_response)
|
|
||||||
- [hailhydrant](https://mapcomplete.org/hailhydrant)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a fire extinguisher** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22emergency%22%3D%22fire_extinguisher%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/location#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/location/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [location](https://wiki.openstreetmap.org/wiki/Key:location) | [string](../SpecialInputElements.md#string) | [indoor](https://wiki.openstreetmap.org/wiki/Tag:location%3Dindoor) [outdoor](https://wiki.openstreetmap.org/wiki/Tag:location%3Doutdoor) |
|
|
||||||
|
|
||||||
### extinguisher-location
|
|
||||||
|
|
||||||
The question is `Where is it positioned?`
|
|
||||||
*Location: {location}* is shown if `location` is set
|
|
||||||
|
|
||||||
- *Found indoors.* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/extinguisher/extinguisher.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/extinguisher/extinguisher.json)
|
|
|
@ -1,137 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# facadegardens
|
|
||||||
|
|
||||||
Facade gardens
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a facade garden` snaps to this layer (facadegardens.presets[0])
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [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)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [facadegardens](https://mapcomplete.org/facadegardens)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a facade garden** which has the following tags:<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> (snaps to layers `walls_and_buildings`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. <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>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22garden%3Atype%22%3D%22facade_garden%22%5D%5B%22leisure%22%3D%22garden%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/direction#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/direction/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/direct_sunlight#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/direct_sunlight/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/rain_barrel#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/rain_barrel/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/start_date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/start_date/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/edible#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/edible/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/plant#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/plant/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/description#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/description/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### facadegardens-direction
|
|
||||||
|
|
||||||
The question is `What is the orientation of the garden?`
|
|
||||||
*Orientation: {direction} (where 0=N and 90=O)* is shown if `direction` is set
|
|
||||||
|
|
||||||
### facadegardens-sunshine
|
|
||||||
|
|
||||||
The question is `Is the garden shaded or sunny?`
|
|
||||||
|
|
||||||
- *The garden is in full sun* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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)`
|
|
||||||
*Construction date of the garden: {start_date}* is shown if `start_date` is set
|
|
||||||
|
|
||||||
### facadegardens-edible
|
|
||||||
|
|
||||||
The question is `Are there any edible plants?`
|
|
||||||
|
|
||||||
- *There are edible plants* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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)`
|
|
||||||
*More details: {description}* is shown if `description` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/facadegardens/facadegardens.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/facadegardens/facadegardens.json)
|
|
|
@ -1,99 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# fietsstraat
|
|
||||||
|
|
||||||
A cyclestreet is a street where motorized traffic is not allowed to overtake a cyclist
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **7** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [is_cyclestreet](#is_cyclestreet)
|
|
||||||
- [supplementary_sign](#supplementary_sign)
|
|
||||||
- [future_cyclestreet](#future_cyclestreet)
|
|
||||||
- [images](#images)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [split_button](#split_button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cyclestreets](https://mapcomplete.org/cyclestreets)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</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>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22bicycle_road%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22cyclestreet%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/traffic_sign#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/traffic_sign/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [traffic_sign](https://wiki.openstreetmap.org/wiki/Key:traffic_sign) | Multiple choice | [DE:244.1,1020-30](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1020-30) [DE:244.1,1022-12,1024-10](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1022-12,1024-10) [DE:244.1,1022-12](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1022-12) [DE:244.1,1024-10](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1,1024-10) [DE:244.1](https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DDE:244.1) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cyclestreet:start_date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cyclestreet%3Astart_date/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [cyclestreet:start_date](https://wiki.openstreetmap.org/wiki/Key:cyclestreet:start_date) | [date](../SpecialInputElements.md#date) | |
|
|
||||||
|
|
||||||
### 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)* is shown if 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> & proposed:cyclestreet=
|
|
||||||
- *This street is a bicycle road* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a>. _This option cannot be chosen as answer_
|
|
||||||
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a> & proposed:bicycle_road= & <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:source:maxspeed' target='_blank'>source:maxspeed</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:source:maxspeed%3DDE:bicycle_road' target='_blank'>DE:bicycle_road</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:vehicle' target='_blank'>vehicle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vehicle%3Dno' target='_blank'>no</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>
|
|
||||||
- *This street is a cyclestreet* is shown if 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> & proposed:cyclestreet=
|
|
||||||
- *This street will become a cyclestreet soon* is shown if with cyclestreet= & <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 will become a bicycle road soon* is shown if with bicycle_road= & <a href='https://wiki.openstreetmap.org/wiki/Key:proposed:bicycle_road' target='_blank'>proposed:bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:proposed:bicycle_road%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This street is not a cyclestreet* is shown if with cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle=
|
|
||||||
|
|
||||||
### supplementary_sign
|
|
||||||
|
|
||||||
The question is `What sign does this bicycle road have?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/cyclestreets/Zeichen_244_1020-30.svg' style='width: 3rem; height: 3rem'> *Residents allowed* is shown if 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%3DDE:244.1,1020-30' target='_blank'>DE:244.1,1020-30</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/cyclestreets/Zeichen_244_KFZ_frei.svg' style='width: 3rem; height: 3rem'> *Motor vehicles allowed* is shown if 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%3DDE:244.1,1022-12,1024-10' target='_blank'>DE:244.1,1022-12,1024-10</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/cyclestreets/Zeichen_244_1022-12.svg' style='width: 3rem; height: 3rem'> *Motorcycles allowed* is shown if 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%3DDE:244.1,1022-12' target='_blank'>DE:244.1,1022-12</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/cyclestreets/Zeichen_244_1024-10.svg' style='width: 3rem; height: 3rem'> *Cars allowed* is shown if 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%3DDE:244.1,1024-10' target='_blank'>DE:244.1,1024-10</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/cyclestreets/Zeichen_244.svg' style='width: 3rem; height: 3rem'> *There are no supplementary signs at this bicycle road.* is shown if 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%3DDE:244.1' target='_blank'>DE:244.1</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dde' target='_blank'>de</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_road' target='_blank'>bicycle_road</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_road%3Dyes' target='_blank'>yes</a>
|
|
||||||
|
|
||||||
### future_cyclestreet
|
|
||||||
|
|
||||||
The question is `When will this street become a cyclestreet?`
|
|
||||||
*This street will become a cyclestreet at {cyclestreet:start_date}* is shown if `cyclestreet:start_date` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### split_button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{split_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclestreets/cyclestreets.json)
|
|
|
@ -1,111 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# fire_station
|
|
||||||
|
|
||||||
Map layer to show fire stations.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [station-name](#station-name)
|
|
||||||
- [station-street](#station-street)
|
|
||||||
- [station-place](#station-place)
|
|
||||||
- [station-agency](#station-agency)
|
|
||||||
- [station-operator](#station-operator)
|
|
||||||
- [images](#images)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [disaster_response](https://mapcomplete.org/disaster_response)
|
|
||||||
- [hailhydrant](https://mapcomplete.org/hailhydrant)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a fire station** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22amenity%22%3D%22fire_station%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/addr:street#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/addr%3Astreet/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [addr:street](https://wiki.openstreetmap.org/wiki/Key:addr:street) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/addr:place#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/addr%3Aplace/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [addr:place](https://wiki.openstreetmap.org/wiki/Key:addr:place) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | [Bureau of Fire Protection](https://wiki.openstreetmap.org/wiki/Tag:operator%3DBureau of Fire Protection) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator:type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator%3Atype/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator:type](https://wiki.openstreetmap.org/wiki/Key:operator:type) | [string](../SpecialInputElements.md#string) | [government](https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dgovernment) [community](https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dcommunity) [ngo](https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dngo) [private](https://wiki.openstreetmap.org/wiki/Tag:operator:type%3Dprivate) |
|
|
||||||
|
|
||||||
### station-name
|
|
||||||
|
|
||||||
The question is `What is the name of this fire station?`
|
|
||||||
*This station is called {name}.* is shown if `name` is set
|
|
||||||
|
|
||||||
### station-street
|
|
||||||
|
|
||||||
The question is ` What is the street name where the station located?`
|
|
||||||
*This station is along a highway called {addr:street}.* is shown if `addr:street` is set
|
|
||||||
|
|
||||||
### station-place
|
|
||||||
|
|
||||||
The question is `Where is the station located? (e.g. name of neighborhood, villlage, or town)`
|
|
||||||
*This station is found within {addr:place}.* is shown if `addr:place` is set
|
|
||||||
|
|
||||||
### station-agency
|
|
||||||
|
|
||||||
The question is `What agency operates this station?`
|
|
||||||
*This station is operated by {operator}.* is shown if `operator` is set
|
|
||||||
|
|
||||||
- *Bureau of Fire Protection* is shown if 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>
|
|
||||||
|
|
||||||
### station-operator
|
|
||||||
|
|
||||||
The question is `How is the station operator classified?`
|
|
||||||
*The operator is a(n) {operator:type} entity.* is shown if `operator:type` is set
|
|
||||||
|
|
||||||
- *The station is operated by the government.* is shown if 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.* is shown if 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.* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/fire_station/fire_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fire_station/fire_station.json)
|
|
|
@ -1,98 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# firepit
|
|
||||||
|
|
||||||
An outdoor place to make a fire, typically open to the public.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **8** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [access](#access)
|
|
||||||
- [seasonal](#seasonal)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [fireplace](https://mapcomplete.org/fireplace)
|
|
||||||
- [nature](https://mapcomplete.org/nature)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **Firepit** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dfirepit' target='_blank'>firepit</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dfirepit' target='_blank'>firepit</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22leisure%22%3D%22firepit%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [access](https://wiki.openstreetmap.org/wiki/Key:access) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:access%3Dno) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate) [permissive](https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive) [customers](https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers) [permit](https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermit) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/seasonal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/seasonal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [seasonal](https://wiki.openstreetmap.org/wiki/Key:seasonal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dno) [summer](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dsummer) [spring;summer;autumn](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dspring;summer;autumn) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### access
|
|
||||||
|
|
||||||
The question is `What is the permitted access?`
|
|
||||||
|
|
||||||
- *Public* is shown if 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>
|
|
||||||
- *No access* is shown if 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>
|
|
||||||
- *Private* is shown if 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>
|
|
||||||
- *Access until revoked* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a>
|
|
||||||
- *Access only for customers* is shown if 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 only for authorized* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermit' target='_blank'>permit</a>
|
|
||||||
|
|
||||||
### seasonal
|
|
||||||
|
|
||||||
The question is `Is the firepit available all around the year?`
|
|
||||||
|
|
||||||
- *Available all around the year* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seasonal' target='_blank'>seasonal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dno' target='_blank'>no</a>
|
|
||||||
- *Only available in summer* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seasonal' target='_blank'>seasonal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dsummer' target='_blank'>summer</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/drinking_water/no_winter.svg' style='width: 3rem; height: 3rem'> *Closed during the winter* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:seasonal' target='_blank'>seasonal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dspring;summer;autumn' target='_blank'>spring;summer;autumn</a>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/firepit/firepit.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/firepit/firepit.json)
|
|
|
@ -1,175 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# fitness_centre
|
|
||||||
|
|
||||||
Layer showing fitness centres
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [name](#name)
|
|
||||||
- [images](#images)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [sports](https://mapcomplete.org/sports)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a fitness centre** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dfitness_centre' target='_blank'>fitness_centre</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dfitness_centre' target='_blank'>fitness_centre</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22leisure%22%3D%22fitness_centre%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this fitness centre?`
|
|
||||||
*This fitness centre is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
- *This fitness centre has no name* is shown if 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>
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/fitness_centre/fitness_centre.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fitness_centre/fitness_centre.json)
|
|
|
@ -1,135 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# fitness_station
|
|
||||||
|
|
||||||
Find a fitness station near you, and add missing ones.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [name](#name)
|
|
||||||
- [type](#type)
|
|
||||||
- [operator](#operator)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [sports](https://mapcomplete.org/sports)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a fitness station** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dfitness_station' target='_blank'>fitness_station</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:sport' target='_blank'>sport</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:sport%3Dfitness' target='_blank'>fitness</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dfitness_station' target='_blank'>fitness_station</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22leisure%22%3D%22fitness_station%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fitness_station#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fitness_station/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fitness_station](https://wiki.openstreetmap.org/wiki/Key:fitness_station) | Multiple choice | [horizontal_bar](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhorizontal_bar) [sign](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dsign) [sit-up](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dsit-up) [push-up](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dpush-up) [stretch_bars](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dstretch_bars) [hyperextension](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhyperextension) [rings](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Drings) [horizontal_ladder](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhorizontal_ladder) [wall_bars](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dwall_bars) [slalom](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dslalom) [stepping_stones](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dstepping_stones) [leapfrog](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dleapfrog) [beam_jump](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dbeam_jump) [hurdling](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhurdling) [wall](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dwall) [balance_beam](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dbalance_beam) [log_lifting](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dlog_lifting) [captains_chair](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dcaptains_chair) [box](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dbox) [battling_ropes](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dbattling_ropes) [excercise_bike](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dexcercise_bike) [elliptical_trainer](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Delliptical_trainer) [air_walker](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dair_walker) [rower](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Drower) [slackline](https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dslackline) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/operator#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/operator/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this fitness station?`
|
|
||||||
*This fitness station is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
- *This fitness station doesn't have a name* is shown if 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 equipment does this fitness station have?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Trimm-Dich-Pfad_Grünwalder_Forst_Klimmzüge.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a horizontal bar, high enough for pull-ups.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhorizontal_bar' target='_blank'>horizontal_bar</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Outdoor_fitness_station_sign.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a sign with instructions for a specific exercise.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dsign' target='_blank'>sign</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Inclined_sit-up_bench.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a facility for sit-ups.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dsit-up' target='_blank'>sit-up</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Push-up_bars.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a facility for push-ups. Usually consists of one or more low horizontal bars.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dpush-up' target='_blank'>push-up</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Fitness_station_stretch_bars.jpg' style='width: 3rem; height: 3rem'> *This fitness station has bars for stretching.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dstretch_bars' target='_blank'>stretch_bars</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Inclined_sit-up_and_hyperextension_bench.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a station for making hyperextensions.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhyperextension' target='_blank'>hyperextension</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Exercise9159.jpg' style='width: 3rem; height: 3rem'> *This fitness station has rings for gymnastic exercises.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Drings' target='_blank'>rings</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Horizontal_ladder.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a horizontal ladder, also known as monkey bars.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhorizontal_ladder' target='_blank'>horizontal_ladder</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/RIAN_archive_493268_Sports_at_a_kindergarten.jpg' style='width: 3rem; height: 3rem'> *This fitness station has wall bars to climb on.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dwall_bars' target='_blank'>wall_bars</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Fitness_station_slalom.jpg' style='width: 3rem; height: 3rem'> *This fitness station has posts for performing slalom exercises.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dslalom' target='_blank'>slalom</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Fitness_station_stepping_stone.jpg' style='width: 3rem; height: 3rem'> *This fitness station has stepping stones.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dstepping_stones' target='_blank'>stepping_stones</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Fitness_station_leapfrog.jpg' style='width: 3rem; height: 3rem'> *This fitness station has cones for performing leapfrog jumps.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dleapfrog' target='_blank'>leapfrog</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Fitness_station_beam_jump.jpg' style='width: 3rem; height: 3rem'> *This fitness station has beams to jump over.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dbeam_jump' target='_blank'>beam_jump</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Fitness_station_hurdling.jpg' style='width: 3rem; height: 3rem'> *This fitness station has hurdles to cross.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dhurdling' target='_blank'>hurdling</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Fitness_station_wall.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a wall to climb on.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dwall' target='_blank'>wall</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Exercise9170.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a balance beam.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dbalance_beam' target='_blank'>balance_beam</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Log_lifting_exercise.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a log with a handle on the end to lift.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dlog_lifting' target='_blank'>log_lifting</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Captains_chair.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a chair with only elbow supports and a rear (without seat), for performing leg raises.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dcaptains_chair' target='_blank'>captains_chair</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Exercise_Box.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a box that can be used for jumping.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dbox' target='_blank'>box</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Battling_ropes.jpg' style='width: 3rem; height: 3rem'> *This fitness station has battling ropes.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dbattling_ropes' target='_blank'>battling_ropes</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Outdoor_stationary_bicycle.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a stationary bicycle.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dexcercise_bike' target='_blank'>excercise_bike</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/07-12-2016,_Fitness_trail,_Parque_da_Alfarrobeira,_Albufeira_2.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a cross-trainer.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Delliptical_trainer' target='_blank'>elliptical_trainer</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Ansan_Park_beind_the_city_hall_022.jpg' style='width: 3rem; height: 3rem'> *This fitness station has an air walker.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dair_walker' target='_blank'>air_walker</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Annecy_-_rower.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a rower.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Drower' target='_blank'>rower</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/fitness_station/Slacklineanlage_im_Dietenbachpark.jpg' style='width: 3rem; height: 3rem'> *This fitness station has a slackline.* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:fitness_station' target='_blank'>fitness_station</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fitness_station%3Dslackline' target='_blank'>slackline</a>
|
|
||||||
|
|
||||||
### operator
|
|
||||||
|
|
||||||
The question is `Who maintains this fitness station?`
|
|
||||||
*The fitness station is maintained by {operator}.* is shown if `operator` is set
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/fitness_station/fitness_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fitness_station/fitness_station.json)
|
|
|
@ -1,75 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# fixme
|
|
||||||
|
|
||||||
OSM objects that likely need to be fixed, based on a FIXME tag.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **16** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [fixme](#fixme)
|
|
||||||
- [note](#note)
|
|
||||||
- [all_tags](#all_tags)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [notes](https://mapcomplete.org/notes)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- FIXME~.+
|
|
||||||
- fixme~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22FIXME%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22fixme%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fixme#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fixme/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme) | [text](../SpecialInputElements.md#text) | [](https://wiki.openstreetmap.org/wiki/Tag:fixme%3D) |
|
|
||||||
|
|
||||||
### fixme
|
|
||||||
|
|
||||||
The question is `What is wrong with this feature?`
|
|
||||||
*Fixme Text: {fixme}* is shown if `fixme` is set
|
|
||||||
|
|
||||||
- *This issue has been resolved* is shown if with fixme=
|
|
||||||
|
|
||||||
### note
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Note Text: {note}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: note~.+
|
|
||||||
|
|
||||||
### all_tags
|
|
||||||
Shows a table with all the tags of the feature
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{all_tags()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/fixme/fixme.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fixme/fixme.json)
|
|
|
@ -1,588 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# food
|
|
||||||
|
|
||||||
A layer showing restaurants and fast-food amenities (with a special rendering for friteries)
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [Name](#name)
|
|
||||||
- [Fastfood vs restaurant](#fastfood-vs-restaurant)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [Cuisine](#cuisine)
|
|
||||||
- [show-menu-image](#show-menu-image)
|
|
||||||
- [add-menu-image](#add-menu-image)
|
|
||||||
- [menu-website](#menu-website)
|
|
||||||
- [Reservation](#reservation)
|
|
||||||
- [Takeaway](#takeaway)
|
|
||||||
- [delivery](#delivery)
|
|
||||||
- [Vegetarian (no friture)](#vegetarian-(no-friture))
|
|
||||||
- [Vegan (no friture)](#vegan-(no-friture))
|
|
||||||
- [halal (no friture)](#halal-(no-friture))
|
|
||||||
- [sugar_free](#sugar_free)
|
|
||||||
- [gluten_free](#gluten_free)
|
|
||||||
- [lactose_free](#lactose_free)
|
|
||||||
- [organic (no friture)](#organic-(no-friture))
|
|
||||||
- [friture-vegetarian](#friture-vegetarian)
|
|
||||||
- [friture-vegan](#friture-vegan)
|
|
||||||
- [friture-organic](#friture-organic)
|
|
||||||
- [friture-oil](#friture-oil)
|
|
||||||
- [friture-take-your-container](#friture-take-your-container)
|
|
||||||
- [smoking](#smoking)
|
|
||||||
- [service:electricity](#serviceelectricity)
|
|
||||||
- [dog-access](#dog-access)
|
|
||||||
- [internet](#internet)
|
|
||||||
- [internet-fee](#internet-fee)
|
|
||||||
- [internet-ssid](#internet-ssid)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [food](https://mapcomplete.org/food)
|
|
||||||
- [fritures](https://mapcomplete.org/fritures)
|
|
||||||
- [glutenfree](https://mapcomplete.org/glutenfree)
|
|
||||||
- [lactosefree](https://mapcomplete.org/lactosefree)
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [pets](https://mapcomplete.org/pets)
|
|
||||||
- [ski](https://mapcomplete.org/ski)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a restaurant** which has the following tags:<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 fastfood** which has the following tags:<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 fries shop** which has the following tags:<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:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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%28%20%20%20%20nwr%5B%22amenity%22%3D%22fast_food%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cuisine#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cuisine/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [mexican ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ) [japanese ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ) [chicken ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ) [seafood ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website:menu#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website%3Amenu/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website:menu](https://wiki.openstreetmap.org/wiki/Key:website:menu) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reservation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reservation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/takeaway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/takeaway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### Name
|
|
||||||
|
|
||||||
The question is `What is the name of this business?`
|
|
||||||
*The name of this business is {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### Fastfood vs restaurant
|
|
||||||
|
|
||||||
The question is `What type of business is this?`
|
|
||||||
|
|
||||||
- *This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.* is shown if 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* is shown if 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()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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 `What kind of food is served here?`
|
|
||||||
*This place mostly serves {cuisine}* is shown if `cuisine` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍕' style='width: 3rem; height: 3rem'> *Pizzeria* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍟' style='width: 3rem; height: 3rem'> *Friture* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍝' style='width: 3rem; height: 3rem'> *Serves mainly pasta* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥙' style='width: 3rem; height: 3rem'> *Kebab shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥪' style='width: 3rem; height: 3rem'> *Sandwich shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍔' style='width: 3rem; height: 3rem'> *Burgersrestaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍣' style='width: 3rem; height: 3rem'> *Sushi restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/☕' style='width: 3rem; height: 3rem'> *Coffeebar* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇹' style='width: 3rem; height: 3rem'> *Italian restaurant (which serves more than pasta and pizza)* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇫🇷' style='width: 3rem; height: 3rem'> *French restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇨🇳' style='width: 3rem; height: 3rem'> *Chinese* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇬🇷' style='width: 3rem; height: 3rem'> *Greek* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇳' style='width: 3rem; height: 3rem'> *Indian* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇷' style='width: 3rem; height: 3rem'> *Turkish restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇭' style='width: 3rem; height: 3rem'> *Thai restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇲🇽' style='width: 3rem; height: 3rem'> *Mexican dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ' target='_blank'>mexican </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇯🇵' style='width: 3rem; height: 3rem'> *Japanese dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ' target='_blank'>japanese </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐔' style='width: 3rem; height: 3rem'> *Chicken based dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ' target='_blank'>chicken </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐟' style='width: 3rem; height: 3rem'> *Seafood dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ' target='_blank'>seafood </a>
|
|
||||||
|
|
||||||
### show-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(image:menu)}*
|
|
||||||
|
|
||||||
### add-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_upload(image:menu,Add an image from the menu)}*
|
|
||||||
|
|
||||||
### menu-website
|
|
||||||
|
|
||||||
The question is `On what webpage is the menu published?`
|
|
||||||
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
|
|
||||||
|
|
||||||
### Reservation
|
|
||||||
|
|
||||||
The question is `Is a reservation required for this place?`
|
|
||||||
|
|
||||||
- *A reservation is required at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired' target='_blank'>required</a>
|
|
||||||
- *A reservation is not required, but still recommended to make sure you get a table* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended' target='_blank'>recommended</a>
|
|
||||||
- *Reservation is possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Reservation is not possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### Takeaway
|
|
||||||
|
|
||||||
The question is `Does this place offer take-away?`
|
|
||||||
|
|
||||||
- *This is a take-away only business* is shown if 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* is shown if 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* is shown if 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 `Does {title()} deliver food to your home?`
|
|
||||||
|
|
||||||
- *This business does home delivery (eventually via a third party)* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *Vegetarian options are available* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *All dishes are vegetarian* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### Vegan (no friture)
|
|
||||||
|
|
||||||
The question is `Does this business serve vegan meals?`
|
|
||||||
|
|
||||||
- *No vegan options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegan version if asked for* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### halal (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer a halal menu?`
|
|
||||||
|
|
||||||
- *There are no halal options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### sugar_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a sugar free offering?`
|
|
||||||
|
|
||||||
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly' target='_blank'>only</a>
|
|
||||||
- *This shop has a big sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited sugar free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### gluten_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a gluten free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### lactose_free
|
|
||||||
|
|
||||||
The question is `Does {title()} have a lactose-free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### organic (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer organic food?`
|
|
||||||
|
|
||||||
- *There are no organic options available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
### friture-vegetarian
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegetarian snacks?`
|
|
||||||
|
|
||||||
- *Serves only vegetarian snacks and burgers* is shown if 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>
|
|
||||||
- *Vegetarian snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-vegan
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegan snacks?`
|
|
||||||
|
|
||||||
- *Servers only vegan snacks and burgers* is shown if 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>
|
|
||||||
- *Vegan snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-organic
|
|
||||||
|
|
||||||
The question is `Does this fries shop offer organic snacks?`
|
|
||||||
|
|
||||||
- *Organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *No organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-oil
|
|
||||||
|
|
||||||
The question is `Does this fries shop use vegetable or animal oil for cooking?`
|
|
||||||
|
|
||||||
- *The frying is done with vegetable oil* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### 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?`
|
|
||||||
|
|
||||||
- *You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste* is shown if 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>* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### smoking
|
|
||||||
|
|
||||||
The question is `Is smoking allowed at {title()}?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>allowed</b>* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>not allowed</b>* is shown if 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>.* is shown if 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>
|
|
||||||
|
|
||||||
### 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_dogs.svg' style='width: 3rem; height: 3rem'> *Dogs are <b>not</b> allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_leashed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed, but they have to be leashed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed and can run around freely* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_outside.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed only outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside' target='_blank'>outside</a>
|
|
||||||
|
|
||||||
### internet
|
|
||||||
|
|
||||||
The question is `Does this place offer internet access?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/wifi' style='width: 3rem; height: 3rem'> *This place offers wireless internet access* is shown if 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%3Dwlan' target='_blank'>wlan</a>
|
|
||||||
- *This place <b>does not</b> offer internet access* is shown if 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>
|
|
||||||
- *This place offers internet access* is shown if 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>. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/computer' style='width: 3rem; height: 3rem'> *This place offers internet access via a terminal or computer* is shown if 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%3Dterminal' target='_blank'>terminal</a>
|
|
||||||
- *This place offers wired internet access* is shown if 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%3Dwired' target='_blank'>wired</a>
|
|
||||||
- *This place offers both wireless internet and internet access via a terminal or computer* is shown if 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%3Dterminal;wifi' target='_blank'>terminal;wifi</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-fee
|
|
||||||
|
|
||||||
The question is `Is there a fee for internet access?`
|
|
||||||
|
|
||||||
- *There is a fee for the internet access at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place, for customers only* is shown if 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%3Dcustomers' target='_blank'>customers</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-ssid
|
|
||||||
|
|
||||||
The question is `What is the network name for the wireless internet access?`
|
|
||||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
|
||||||
|
|
||||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| reservation.0 | Reservation not required | reservation=no | reservation=optional | reservation= |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| food-category.0 | *Restaurants and fast food businesses* (default) | |
|
|
||||||
| food-category.1 | Only fastfood businesses | amenity=fast_food |
|
|
||||||
| food-category.2 | Only restaurants | amenity=restaurant |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes | diet:vegetarian=only | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegan.0 | Has a vegan menu | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_organic.0 | Has organic options | organic=yes | organic=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| dogs.0 | *No preference towards dogs* (default) | |
|
|
||||||
| dogs.1 | Dogs allowed | dog=unleashed | dog=yes |
|
|
||||||
| dogs.2 | No dogs allowed | dog=no |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| Cuisine.0 | *What kind of food is served here?* (default) | |
|
|
||||||
| Cuisine.1 | Pizzeria | cuisine=pizza |
|
|
||||||
| Cuisine.2 | Friture | cuisine=friture |
|
|
||||||
| Cuisine.3 | Serves mainly pasta | cuisine=pasta |
|
|
||||||
| Cuisine.4 | Kebab shop | cuisine=kebab |
|
|
||||||
| Cuisine.5 | Sandwich shop | cuisine=sandwich |
|
|
||||||
| Cuisine.6 | Burgersrestaurant | cuisine=burger |
|
|
||||||
| Cuisine.7 | Sushi restaurant | cuisine=sushi |
|
|
||||||
| Cuisine.8 | Coffeebar | cuisine=coffee |
|
|
||||||
| Cuisine.9 | Italian restaurant (which serves more than pasta and pizza) | cuisine=italian |
|
|
||||||
| Cuisine.10 | French restaurant | cuisine=french |
|
|
||||||
| Cuisine.11 | Chinese | cuisine=chinese |
|
|
||||||
| Cuisine.12 | Greek | cuisine=greek |
|
|
||||||
| Cuisine.13 | Indian | cuisine=indian |
|
|
||||||
| Cuisine.14 | Turkish restaurant | cuisine=turkish |
|
|
||||||
| Cuisine.15 | Thai restaurant | cuisine=thai |
|
|
||||||
| Cuisine.16 | Mexican dishes are served here | cuisine=mexican |
|
|
||||||
| Cuisine.17 | Japanese dishes are served here | cuisine=japanese |
|
|
||||||
| Cuisine.18 | Chicken based dishes are served here | cuisine=chicken |
|
|
||||||
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/food/food.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/food/food.json)
|
|
|
@ -1,138 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# food_courts
|
|
||||||
|
|
||||||
Food courts with a variety of food options.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [name](#name)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [images](#images)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [website](#website)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [smoking](#smoking)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [cafes_and_pubs](https://mapcomplete.org/cafes_and_pubs)
|
|
||||||
- [food](https://mapcomplete.org/food)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfood_court' target='_blank'>food_court</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22food_court%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this food court?`
|
|
||||||
*This food court is called <b>{name}</b>.* is shown if `name` is set
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _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* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### smoking
|
|
||||||
|
|
||||||
The question is `Is smoking allowed at {title()}?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>allowed</b>* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>not allowed</b>* is shown if 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>.* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/food_courts/food_courts.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/food_courts/food_courts.json)
|
|
|
@ -1,574 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# food_glutenfree
|
|
||||||
|
|
||||||
This layer is based on [food](../Layers/food.md)
|
|
||||||
|
|
||||||
A layer showing restaurants and fast-food amenities (with a special rendering for friteries)
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **4** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [gluten_free](#gluten_free)
|
|
||||||
- [Name](#name)
|
|
||||||
- [Fastfood vs restaurant](#fastfood-vs-restaurant)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [Cuisine](#cuisine)
|
|
||||||
- [show-menu-image](#show-menu-image)
|
|
||||||
- [add-menu-image](#add-menu-image)
|
|
||||||
- [menu-website](#menu-website)
|
|
||||||
- [Reservation](#reservation)
|
|
||||||
- [Takeaway](#takeaway)
|
|
||||||
- [delivery](#delivery)
|
|
||||||
- [Vegetarian (no friture)](#vegetarian-(no-friture))
|
|
||||||
- [Vegan (no friture)](#vegan-(no-friture))
|
|
||||||
- [halal (no friture)](#halal-(no-friture))
|
|
||||||
- [sugar_free](#sugar_free)
|
|
||||||
- [lactose_free](#lactose_free)
|
|
||||||
- [organic (no friture)](#organic-(no-friture))
|
|
||||||
- [friture-vegetarian](#friture-vegetarian)
|
|
||||||
- [friture-vegan](#friture-vegan)
|
|
||||||
- [friture-organic](#friture-organic)
|
|
||||||
- [friture-oil](#friture-oil)
|
|
||||||
- [friture-take-your-container](#friture-take-your-container)
|
|
||||||
- [smoking](#smoking)
|
|
||||||
- [service:electricity](#serviceelectricity)
|
|
||||||
- [dog-access](#dog-access)
|
|
||||||
- [internet](#internet)
|
|
||||||
- [internet-fee](#internet-fee)
|
|
||||||
- [internet-ssid](#internet-ssid)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [glutenfree](https://mapcomplete.org/glutenfree)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. diet:gluten_free~.+
|
|
||||||
2. diet:gluten_free!~^(no)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22fast_food%22%5D%5B%22diet%3Agluten_free%22%5D%5B%22diet%3Agluten_free%22!~%22%5E%28no%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22diet%3Agluten_free%22%5D%5B%22diet%3Agluten_free%22!~%22%5E%28no%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cuisine#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cuisine/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [mexican ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ) [japanese ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ) [chicken ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ) [seafood ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website:menu#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website%3Amenu/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website:menu](https://wiki.openstreetmap.org/wiki/Key:website:menu) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reservation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reservation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/takeaway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/takeaway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### gluten_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a gluten free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### Name
|
|
||||||
|
|
||||||
The question is `What is the name of this business?`
|
|
||||||
*The name of this business is {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### Fastfood vs restaurant
|
|
||||||
|
|
||||||
The question is `What type of business is this?`
|
|
||||||
|
|
||||||
- *This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.* is shown if 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* is shown if 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()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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 `What kind of food is served here?`
|
|
||||||
*This place mostly serves {cuisine}* is shown if `cuisine` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍕' style='width: 3rem; height: 3rem'> *Pizzeria* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍟' style='width: 3rem; height: 3rem'> *Friture* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍝' style='width: 3rem; height: 3rem'> *Serves mainly pasta* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥙' style='width: 3rem; height: 3rem'> *Kebab shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥪' style='width: 3rem; height: 3rem'> *Sandwich shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍔' style='width: 3rem; height: 3rem'> *Burgersrestaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍣' style='width: 3rem; height: 3rem'> *Sushi restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/☕' style='width: 3rem; height: 3rem'> *Coffeebar* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇹' style='width: 3rem; height: 3rem'> *Italian restaurant (which serves more than pasta and pizza)* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇫🇷' style='width: 3rem; height: 3rem'> *French restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇨🇳' style='width: 3rem; height: 3rem'> *Chinese* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇬🇷' style='width: 3rem; height: 3rem'> *Greek* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇳' style='width: 3rem; height: 3rem'> *Indian* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇷' style='width: 3rem; height: 3rem'> *Turkish restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇭' style='width: 3rem; height: 3rem'> *Thai restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇲🇽' style='width: 3rem; height: 3rem'> *Mexican dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ' target='_blank'>mexican </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇯🇵' style='width: 3rem; height: 3rem'> *Japanese dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ' target='_blank'>japanese </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐔' style='width: 3rem; height: 3rem'> *Chicken based dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ' target='_blank'>chicken </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐟' style='width: 3rem; height: 3rem'> *Seafood dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ' target='_blank'>seafood </a>
|
|
||||||
|
|
||||||
### show-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(image:menu)}*
|
|
||||||
|
|
||||||
### add-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_upload(image:menu,Add an image from the menu)}*
|
|
||||||
|
|
||||||
### menu-website
|
|
||||||
|
|
||||||
The question is `On what webpage is the menu published?`
|
|
||||||
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
|
|
||||||
|
|
||||||
### Reservation
|
|
||||||
|
|
||||||
The question is `Is a reservation required for this place?`
|
|
||||||
|
|
||||||
- *A reservation is required at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired' target='_blank'>required</a>
|
|
||||||
- *A reservation is not required, but still recommended to make sure you get a table* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended' target='_blank'>recommended</a>
|
|
||||||
- *Reservation is possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Reservation is not possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### Takeaway
|
|
||||||
|
|
||||||
The question is `Does this place offer take-away?`
|
|
||||||
|
|
||||||
- *This is a take-away only business* is shown if 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* is shown if 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* is shown if 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 `Does {title()} deliver food to your home?`
|
|
||||||
|
|
||||||
- *This business does home delivery (eventually via a third party)* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *Vegetarian options are available* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *All dishes are vegetarian* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### Vegan (no friture)
|
|
||||||
|
|
||||||
The question is `Does this business serve vegan meals?`
|
|
||||||
|
|
||||||
- *No vegan options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegan version if asked for* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### halal (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer a halal menu?`
|
|
||||||
|
|
||||||
- *There are no halal options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### sugar_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a sugar free offering?`
|
|
||||||
|
|
||||||
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly' target='_blank'>only</a>
|
|
||||||
- *This shop has a big sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited sugar free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### lactose_free
|
|
||||||
|
|
||||||
The question is `Does {title()} have a lactose-free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### organic (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer organic food?`
|
|
||||||
|
|
||||||
- *There are no organic options available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
### friture-vegetarian
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegetarian snacks?`
|
|
||||||
|
|
||||||
- *Serves only vegetarian snacks and burgers* is shown if 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>
|
|
||||||
- *Vegetarian snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-vegan
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegan snacks?`
|
|
||||||
|
|
||||||
- *Servers only vegan snacks and burgers* is shown if 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>
|
|
||||||
- *Vegan snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-organic
|
|
||||||
|
|
||||||
The question is `Does this fries shop offer organic snacks?`
|
|
||||||
|
|
||||||
- *Organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *No organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-oil
|
|
||||||
|
|
||||||
The question is `Does this fries shop use vegetable or animal oil for cooking?`
|
|
||||||
|
|
||||||
- *The frying is done with vegetable oil* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### 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?`
|
|
||||||
|
|
||||||
- *You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste* is shown if 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>* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### smoking
|
|
||||||
|
|
||||||
The question is `Is smoking allowed at {title()}?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>allowed</b>* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>not allowed</b>* is shown if 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>.* is shown if 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>
|
|
||||||
|
|
||||||
### 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_dogs.svg' style='width: 3rem; height: 3rem'> *Dogs are <b>not</b> allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_leashed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed, but they have to be leashed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed and can run around freely* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_outside.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed only outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside' target='_blank'>outside</a>
|
|
||||||
|
|
||||||
### internet
|
|
||||||
|
|
||||||
The question is `Does this place offer internet access?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/wifi' style='width: 3rem; height: 3rem'> *This place offers wireless internet access* is shown if 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%3Dwlan' target='_blank'>wlan</a>
|
|
||||||
- *This place <b>does not</b> offer internet access* is shown if 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>
|
|
||||||
- *This place offers internet access* is shown if 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>. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/computer' style='width: 3rem; height: 3rem'> *This place offers internet access via a terminal or computer* is shown if 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%3Dterminal' target='_blank'>terminal</a>
|
|
||||||
- *This place offers wired internet access* is shown if 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%3Dwired' target='_blank'>wired</a>
|
|
||||||
- *This place offers both wireless internet and internet access via a terminal or computer* is shown if 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%3Dterminal;wifi' target='_blank'>terminal;wifi</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-fee
|
|
||||||
|
|
||||||
The question is `Is there a fee for internet access?`
|
|
||||||
|
|
||||||
- *There is a fee for the internet access at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place, for customers only* is shown if 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%3Dcustomers' target='_blank'>customers</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-ssid
|
|
||||||
|
|
||||||
The question is `What is the network name for the wireless internet access?`
|
|
||||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
|
||||||
|
|
||||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| reservation.0 | Reservation not required | reservation=no | reservation=optional | reservation= |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| food-category.0 | *Restaurants and fast food businesses* (default) | |
|
|
||||||
| food-category.1 | Only fastfood businesses | amenity=fast_food |
|
|
||||||
| food-category.2 | Only restaurants | amenity=restaurant |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes | diet:vegetarian=only | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegan.0 | Has a vegan menu | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_organic.0 | Has organic options | organic=yes | organic=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| dogs.0 | *No preference towards dogs* (default) | |
|
|
||||||
| dogs.1 | Dogs allowed | dog=unleashed | dog=yes |
|
|
||||||
| dogs.2 | No dogs allowed | dog=no |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| Cuisine.0 | *What kind of food is served here?* (default) | |
|
|
||||||
| Cuisine.1 | Pizzeria | cuisine=pizza |
|
|
||||||
| Cuisine.2 | Friture | cuisine=friture |
|
|
||||||
| Cuisine.3 | Serves mainly pasta | cuisine=pasta |
|
|
||||||
| Cuisine.4 | Kebab shop | cuisine=kebab |
|
|
||||||
| Cuisine.5 | Sandwich shop | cuisine=sandwich |
|
|
||||||
| Cuisine.6 | Burgersrestaurant | cuisine=burger |
|
|
||||||
| Cuisine.7 | Sushi restaurant | cuisine=sushi |
|
|
||||||
| Cuisine.8 | Coffeebar | cuisine=coffee |
|
|
||||||
| Cuisine.9 | Italian restaurant (which serves more than pasta and pizza) | cuisine=italian |
|
|
||||||
| Cuisine.10 | French restaurant | cuisine=french |
|
|
||||||
| Cuisine.11 | Chinese | cuisine=chinese |
|
|
||||||
| Cuisine.12 | Greek | cuisine=greek |
|
|
||||||
| Cuisine.13 | Indian | cuisine=indian |
|
|
||||||
| Cuisine.14 | Turkish restaurant | cuisine=turkish |
|
|
||||||
| Cuisine.15 | Thai restaurant | cuisine=thai |
|
|
||||||
| Cuisine.16 | Mexican dishes are served here | cuisine=mexican |
|
|
||||||
| Cuisine.17 | Japanese dishes are served here | cuisine=japanese |
|
|
||||||
| Cuisine.18 | Chicken based dishes are served here | cuisine=chicken |
|
|
||||||
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/glutenfree/glutenfree.json)
|
|
|
@ -1,574 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# food_lactosefree
|
|
||||||
|
|
||||||
This layer is based on [food](../Layers/food.md)
|
|
||||||
|
|
||||||
A layer showing restaurants and fast-food amenities (with a special rendering for friteries)
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **4** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [lactose_free](#lactose_free)
|
|
||||||
- [Name](#name)
|
|
||||||
- [Fastfood vs restaurant](#fastfood-vs-restaurant)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [Cuisine](#cuisine)
|
|
||||||
- [show-menu-image](#show-menu-image)
|
|
||||||
- [add-menu-image](#add-menu-image)
|
|
||||||
- [menu-website](#menu-website)
|
|
||||||
- [Reservation](#reservation)
|
|
||||||
- [Takeaway](#takeaway)
|
|
||||||
- [delivery](#delivery)
|
|
||||||
- [Vegetarian (no friture)](#vegetarian-(no-friture))
|
|
||||||
- [Vegan (no friture)](#vegan-(no-friture))
|
|
||||||
- [halal (no friture)](#halal-(no-friture))
|
|
||||||
- [sugar_free](#sugar_free)
|
|
||||||
- [gluten_free](#gluten_free)
|
|
||||||
- [organic (no friture)](#organic-(no-friture))
|
|
||||||
- [friture-vegetarian](#friture-vegetarian)
|
|
||||||
- [friture-vegan](#friture-vegan)
|
|
||||||
- [friture-organic](#friture-organic)
|
|
||||||
- [friture-oil](#friture-oil)
|
|
||||||
- [friture-take-your-container](#friture-take-your-container)
|
|
||||||
- [smoking](#smoking)
|
|
||||||
- [service:electricity](#serviceelectricity)
|
|
||||||
- [dog-access](#dog-access)
|
|
||||||
- [internet](#internet)
|
|
||||||
- [internet-fee](#internet-fee)
|
|
||||||
- [internet-ssid](#internet-ssid)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [lactosefree](https://mapcomplete.org/lactosefree)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. diet:lactose_free~.+
|
|
||||||
2. diet:lactose_free!~^(no)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22fast_food%22%5D%5B%22diet%3Alactose_free%22%5D%5B%22diet%3Alactose_free%22!~%22%5E%28no%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22diet%3Alactose_free%22%5D%5B%22diet%3Alactose_free%22!~%22%5E%28no%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cuisine#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cuisine/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [mexican ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ) [japanese ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ) [chicken ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ) [seafood ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website:menu#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website%3Amenu/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website:menu](https://wiki.openstreetmap.org/wiki/Key:website:menu) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reservation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reservation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/takeaway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/takeaway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### lactose_free
|
|
||||||
|
|
||||||
The question is `Does {title()} have a lactose-free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### Name
|
|
||||||
|
|
||||||
The question is `What is the name of this business?`
|
|
||||||
*The name of this business is {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### Fastfood vs restaurant
|
|
||||||
|
|
||||||
The question is `What type of business is this?`
|
|
||||||
|
|
||||||
- *This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.* is shown if 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* is shown if 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()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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 `What kind of food is served here?`
|
|
||||||
*This place mostly serves {cuisine}* is shown if `cuisine` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍕' style='width: 3rem; height: 3rem'> *Pizzeria* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍟' style='width: 3rem; height: 3rem'> *Friture* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍝' style='width: 3rem; height: 3rem'> *Serves mainly pasta* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥙' style='width: 3rem; height: 3rem'> *Kebab shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥪' style='width: 3rem; height: 3rem'> *Sandwich shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍔' style='width: 3rem; height: 3rem'> *Burgersrestaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍣' style='width: 3rem; height: 3rem'> *Sushi restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/☕' style='width: 3rem; height: 3rem'> *Coffeebar* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇹' style='width: 3rem; height: 3rem'> *Italian restaurant (which serves more than pasta and pizza)* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇫🇷' style='width: 3rem; height: 3rem'> *French restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇨🇳' style='width: 3rem; height: 3rem'> *Chinese* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇬🇷' style='width: 3rem; height: 3rem'> *Greek* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇳' style='width: 3rem; height: 3rem'> *Indian* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇷' style='width: 3rem; height: 3rem'> *Turkish restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇭' style='width: 3rem; height: 3rem'> *Thai restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇲🇽' style='width: 3rem; height: 3rem'> *Mexican dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ' target='_blank'>mexican </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇯🇵' style='width: 3rem; height: 3rem'> *Japanese dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ' target='_blank'>japanese </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐔' style='width: 3rem; height: 3rem'> *Chicken based dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ' target='_blank'>chicken </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐟' style='width: 3rem; height: 3rem'> *Seafood dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ' target='_blank'>seafood </a>
|
|
||||||
|
|
||||||
### show-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(image:menu)}*
|
|
||||||
|
|
||||||
### add-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_upload(image:menu,Add an image from the menu)}*
|
|
||||||
|
|
||||||
### menu-website
|
|
||||||
|
|
||||||
The question is `On what webpage is the menu published?`
|
|
||||||
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
|
|
||||||
|
|
||||||
### Reservation
|
|
||||||
|
|
||||||
The question is `Is a reservation required for this place?`
|
|
||||||
|
|
||||||
- *A reservation is required at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired' target='_blank'>required</a>
|
|
||||||
- *A reservation is not required, but still recommended to make sure you get a table* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended' target='_blank'>recommended</a>
|
|
||||||
- *Reservation is possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Reservation is not possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### Takeaway
|
|
||||||
|
|
||||||
The question is `Does this place offer take-away?`
|
|
||||||
|
|
||||||
- *This is a take-away only business* is shown if 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* is shown if 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* is shown if 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 `Does {title()} deliver food to your home?`
|
|
||||||
|
|
||||||
- *This business does home delivery (eventually via a third party)* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *Vegetarian options are available* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *All dishes are vegetarian* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### Vegan (no friture)
|
|
||||||
|
|
||||||
The question is `Does this business serve vegan meals?`
|
|
||||||
|
|
||||||
- *No vegan options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegan version if asked for* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### halal (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer a halal menu?`
|
|
||||||
|
|
||||||
- *There are no halal options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### sugar_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a sugar free offering?`
|
|
||||||
|
|
||||||
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly' target='_blank'>only</a>
|
|
||||||
- *This shop has a big sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited sugar free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### gluten_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a gluten free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### organic (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer organic food?`
|
|
||||||
|
|
||||||
- *There are no organic options available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
### friture-vegetarian
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegetarian snacks?`
|
|
||||||
|
|
||||||
- *Serves only vegetarian snacks and burgers* is shown if 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>
|
|
||||||
- *Vegetarian snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-vegan
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegan snacks?`
|
|
||||||
|
|
||||||
- *Servers only vegan snacks and burgers* is shown if 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>
|
|
||||||
- *Vegan snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-organic
|
|
||||||
|
|
||||||
The question is `Does this fries shop offer organic snacks?`
|
|
||||||
|
|
||||||
- *Organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *No organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-oil
|
|
||||||
|
|
||||||
The question is `Does this fries shop use vegetable or animal oil for cooking?`
|
|
||||||
|
|
||||||
- *The frying is done with vegetable oil* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### 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?`
|
|
||||||
|
|
||||||
- *You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste* is shown if 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>* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### smoking
|
|
||||||
|
|
||||||
The question is `Is smoking allowed at {title()}?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>allowed</b>* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>not allowed</b>* is shown if 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>.* is shown if 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>
|
|
||||||
|
|
||||||
### 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_dogs.svg' style='width: 3rem; height: 3rem'> *Dogs are <b>not</b> allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_leashed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed, but they have to be leashed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed and can run around freely* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_outside.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed only outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside' target='_blank'>outside</a>
|
|
||||||
|
|
||||||
### internet
|
|
||||||
|
|
||||||
The question is `Does this place offer internet access?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/wifi' style='width: 3rem; height: 3rem'> *This place offers wireless internet access* is shown if 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%3Dwlan' target='_blank'>wlan</a>
|
|
||||||
- *This place <b>does not</b> offer internet access* is shown if 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>
|
|
||||||
- *This place offers internet access* is shown if 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>. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/computer' style='width: 3rem; height: 3rem'> *This place offers internet access via a terminal or computer* is shown if 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%3Dterminal' target='_blank'>terminal</a>
|
|
||||||
- *This place offers wired internet access* is shown if 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%3Dwired' target='_blank'>wired</a>
|
|
||||||
- *This place offers both wireless internet and internet access via a terminal or computer* is shown if 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%3Dterminal;wifi' target='_blank'>terminal;wifi</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-fee
|
|
||||||
|
|
||||||
The question is `Is there a fee for internet access?`
|
|
||||||
|
|
||||||
- *There is a fee for the internet access at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place, for customers only* is shown if 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%3Dcustomers' target='_blank'>customers</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-ssid
|
|
||||||
|
|
||||||
The question is `What is the network name for the wireless internet access?`
|
|
||||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
|
||||||
|
|
||||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| reservation.0 | Reservation not required | reservation=no | reservation=optional | reservation= |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| food-category.0 | *Restaurants and fast food businesses* (default) | |
|
|
||||||
| food-category.1 | Only fastfood businesses | amenity=fast_food |
|
|
||||||
| food-category.2 | Only restaurants | amenity=restaurant |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes | diet:vegetarian=only | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegan.0 | Has a vegan menu | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_organic.0 | Has organic options | organic=yes | organic=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| dogs.0 | *No preference towards dogs* (default) | |
|
|
||||||
| dogs.1 | Dogs allowed | dog=unleashed | dog=yes |
|
|
||||||
| dogs.2 | No dogs allowed | dog=no |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| Cuisine.0 | *What kind of food is served here?* (default) | |
|
|
||||||
| Cuisine.1 | Pizzeria | cuisine=pizza |
|
|
||||||
| Cuisine.2 | Friture | cuisine=friture |
|
|
||||||
| Cuisine.3 | Serves mainly pasta | cuisine=pasta |
|
|
||||||
| Cuisine.4 | Kebab shop | cuisine=kebab |
|
|
||||||
| Cuisine.5 | Sandwich shop | cuisine=sandwich |
|
|
||||||
| Cuisine.6 | Burgersrestaurant | cuisine=burger |
|
|
||||||
| Cuisine.7 | Sushi restaurant | cuisine=sushi |
|
|
||||||
| Cuisine.8 | Coffeebar | cuisine=coffee |
|
|
||||||
| Cuisine.9 | Italian restaurant (which serves more than pasta and pizza) | cuisine=italian |
|
|
||||||
| Cuisine.10 | French restaurant | cuisine=french |
|
|
||||||
| Cuisine.11 | Chinese | cuisine=chinese |
|
|
||||||
| Cuisine.12 | Greek | cuisine=greek |
|
|
||||||
| Cuisine.13 | Indian | cuisine=indian |
|
|
||||||
| Cuisine.14 | Turkish restaurant | cuisine=turkish |
|
|
||||||
| Cuisine.15 | Thai restaurant | cuisine=thai |
|
|
||||||
| Cuisine.16 | Mexican dishes are served here | cuisine=mexican |
|
|
||||||
| Cuisine.17 | Japanese dishes are served here | cuisine=japanese |
|
|
||||||
| Cuisine.18 | Chicken based dishes are served here | cuisine=chicken |
|
|
||||||
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/lactosefree/lactosefree.json)
|
|
|
@ -1,579 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# friture
|
|
||||||
|
|
||||||
This layer is based on [food](../Layers/food.md)
|
|
||||||
|
|
||||||
A layer showing restaurants and fast-food amenities (with a special rendering for friteries)
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [Name](#name)
|
|
||||||
- [Fastfood vs restaurant](#fastfood-vs-restaurant)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [Cuisine](#cuisine)
|
|
||||||
- [show-menu-image](#show-menu-image)
|
|
||||||
- [add-menu-image](#add-menu-image)
|
|
||||||
- [menu-website](#menu-website)
|
|
||||||
- [Reservation](#reservation)
|
|
||||||
- [Takeaway](#takeaway)
|
|
||||||
- [delivery](#delivery)
|
|
||||||
- [Vegetarian (no friture)](#vegetarian-(no-friture))
|
|
||||||
- [Vegan (no friture)](#vegan-(no-friture))
|
|
||||||
- [halal (no friture)](#halal-(no-friture))
|
|
||||||
- [sugar_free](#sugar_free)
|
|
||||||
- [gluten_free](#gluten_free)
|
|
||||||
- [lactose_free](#lactose_free)
|
|
||||||
- [organic (no friture)](#organic-(no-friture))
|
|
||||||
- [friture-vegetarian](#friture-vegetarian)
|
|
||||||
- [friture-vegan](#friture-vegan)
|
|
||||||
- [friture-organic](#friture-organic)
|
|
||||||
- [friture-oil](#friture-oil)
|
|
||||||
- [friture-take-your-container](#friture-take-your-container)
|
|
||||||
- [smoking](#smoking)
|
|
||||||
- [service:electricity](#serviceelectricity)
|
|
||||||
- [dog-access](#dog-access)
|
|
||||||
- [internet](#internet)
|
|
||||||
- [internet-fee](#internet-fee)
|
|
||||||
- [internet-ssid](#internet-ssid)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [fritures](https://mapcomplete.org/fritures)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. cuisine~^((.*;)?friture(;.*)?)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22fast_food%22%5D%5B%22cuisine%22~%22%5E%28%28.*%3B%29%3Ffriture%28%3B.*%29%3F%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22restaurant%22%5D%5B%22cuisine%22~%22%5E%28%28.*%3B%29%3Ffriture%28%3B.*%29%3F%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/cuisine#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/cuisine/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [mexican ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ) [japanese ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ) [chicken ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ) [seafood ](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website:menu#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website%3Amenu/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website:menu](https://wiki.openstreetmap.org/wiki/Key:website:menu) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reservation#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reservation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/takeaway#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/takeaway/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/delivery#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/delivery/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:halal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Ahalal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegetarian#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegetarian/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/organic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/organic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/friture:oil#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/friture%3Aoil/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/reusable_packaging:accept#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/reusable_packaging%3Aaccept/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/smoking#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/smoking/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:electricity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aelectricity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/dog#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/dog/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### Name
|
|
||||||
|
|
||||||
The question is `What is the name of this business?`
|
|
||||||
*The name of this business is {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### Fastfood vs restaurant
|
|
||||||
|
|
||||||
The question is `What type of business is this?`
|
|
||||||
|
|
||||||
- *This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.* is shown if 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* is shown if 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()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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 `What kind of food is served here?`
|
|
||||||
*This place mostly serves {cuisine}* is shown if `cuisine` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍕' style='width: 3rem; height: 3rem'> *Pizzeria* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍟' style='width: 3rem; height: 3rem'> *Friture* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍝' style='width: 3rem; height: 3rem'> *Serves mainly pasta* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥙' style='width: 3rem; height: 3rem'> *Kebab shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🥪' style='width: 3rem; height: 3rem'> *Sandwich shop* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍔' style='width: 3rem; height: 3rem'> *Burgersrestaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🍣' style='width: 3rem; height: 3rem'> *Sushi restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/☕' style='width: 3rem; height: 3rem'> *Coffeebar* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇹' style='width: 3rem; height: 3rem'> *Italian restaurant (which serves more than pasta and pizza)* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇫🇷' style='width: 3rem; height: 3rem'> *French restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇨🇳' style='width: 3rem; height: 3rem'> *Chinese* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇬🇷' style='width: 3rem; height: 3rem'> *Greek* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇮🇳' style='width: 3rem; height: 3rem'> *Indian* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇷' style='width: 3rem; height: 3rem'> *Turkish restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇹🇭' style='width: 3rem; height: 3rem'> *Thai restaurant* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇲🇽' style='width: 3rem; height: 3rem'> *Mexican dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dmexican ' target='_blank'>mexican </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🇯🇵' style='width: 3rem; height: 3rem'> *Japanese dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Djapanese ' target='_blank'>japanese </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐔' style='width: 3rem; height: 3rem'> *Chicken based dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchicken ' target='_blank'>chicken </a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/🐟' style='width: 3rem; height: 3rem'> *Seafood dishes are served here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dseafood ' target='_blank'>seafood </a>
|
|
||||||
|
|
||||||
### show-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(image:menu)}*
|
|
||||||
|
|
||||||
### add-menu-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_upload(image:menu,Add an image from the menu)}*
|
|
||||||
|
|
||||||
### menu-website
|
|
||||||
|
|
||||||
The question is `On what webpage is the menu published?`
|
|
||||||
*{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}* is shown if `website:menu` is set
|
|
||||||
|
|
||||||
### Reservation
|
|
||||||
|
|
||||||
The question is `Is a reservation required for this place?`
|
|
||||||
|
|
||||||
- *A reservation is required at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired' target='_blank'>required</a>
|
|
||||||
- *A reservation is not required, but still recommended to make sure you get a table* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended' target='_blank'>recommended</a>
|
|
||||||
- *Reservation is possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Reservation is not possible at this place* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:reservation' target='_blank'>reservation</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### Takeaway
|
|
||||||
|
|
||||||
The question is `Does this place offer take-away?`
|
|
||||||
|
|
||||||
- *This is a take-away only business* is shown if 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* is shown if 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* is shown if 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 `Does {title()} deliver food to your home?`
|
|
||||||
|
|
||||||
- *This business does home delivery (eventually via a third party)* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *Vegetarian options are available* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/food/Vegetarian-mark.svg' style='width: 3rem; height: 3rem'> *All dishes are vegetarian* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegetarian version, but this should be demanded* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### Vegan (no friture)
|
|
||||||
|
|
||||||
The question is `Does this business serve vegan meals?`
|
|
||||||
|
|
||||||
- *No vegan options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
- *Some dishes might be adapted to a vegan version if asked for* is shown if 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%3Don_demand' target='_blank'>on_demand</a>
|
|
||||||
|
|
||||||
### halal (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer a halal menu?`
|
|
||||||
|
|
||||||
- *There are no halal options available* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### sugar_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a sugar free offering?`
|
|
||||||
|
|
||||||
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly' target='_blank'>only</a>
|
|
||||||
- *This shop has a big sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited sugar free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### gluten_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a gluten free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### lactose_free
|
|
||||||
|
|
||||||
The question is `Does {title()} have a lactose-free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### organic (no friture)
|
|
||||||
|
|
||||||
The question is `Does this restaurant offer organic food?`
|
|
||||||
|
|
||||||
- *There are no organic options available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is an organic menu* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *Only organic options are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
### friture-vegetarian
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegetarian snacks?`
|
|
||||||
|
|
||||||
- *Serves only vegetarian snacks and burgers* is shown if 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>
|
|
||||||
- *Vegetarian snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-vegan
|
|
||||||
|
|
||||||
The question is `Does this fries shop have vegan snacks?`
|
|
||||||
|
|
||||||
- *Servers only vegan snacks and burgers* is shown if 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>
|
|
||||||
- *Vegan snacks are available* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-organic
|
|
||||||
|
|
||||||
The question is `Does this fries shop offer organic snacks?`
|
|
||||||
|
|
||||||
- *Organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *No organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno' target='_blank'>no</a>
|
|
||||||
- *Only organic snacks are available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:organic' target='_blank'>organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly' target='_blank'>only</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### friture-oil
|
|
||||||
|
|
||||||
The question is `Does this fries shop use vegetable or animal oil for cooking?`
|
|
||||||
|
|
||||||
- *The frying is done with vegetable oil* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### 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?`
|
|
||||||
|
|
||||||
- *You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste* is shown if 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>* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### smoking
|
|
||||||
|
|
||||||
The question is `Is smoking allowed at {title()}?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>allowed</b>* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_smoking.svg' style='width: 3rem; height: 3rem'> *Smoking is <b>not allowed</b>* is shown if 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>.* is shown if 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>
|
|
||||||
|
|
||||||
### 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/no_dogs.svg' style='width: 3rem; height: 3rem'> *Dogs are <b>not</b> allowed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_leashed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed, but they have to be leashed* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_allowed.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed and can run around freely* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/dogs_outside.svg' style='width: 3rem; height: 3rem'> *Dogs are allowed only outside* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:dog' target='_blank'>dog</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside' target='_blank'>outside</a>
|
|
||||||
|
|
||||||
### internet
|
|
||||||
|
|
||||||
The question is `Does this place offer internet access?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/wifi' style='width: 3rem; height: 3rem'> *This place offers wireless internet access* is shown if 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%3Dwlan' target='_blank'>wlan</a>
|
|
||||||
- *This place <b>does not</b> offer internet access* is shown if 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>
|
|
||||||
- *This place offers internet access* is shown if 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>. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/computer' style='width: 3rem; height: 3rem'> *This place offers internet access via a terminal or computer* is shown if 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%3Dterminal' target='_blank'>terminal</a>
|
|
||||||
- *This place offers wired internet access* is shown if 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%3Dwired' target='_blank'>wired</a>
|
|
||||||
- *This place offers both wireless internet and internet access via a terminal or computer* is shown if 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%3Dterminal;wifi' target='_blank'>terminal;wifi</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-fee
|
|
||||||
|
|
||||||
The question is `Is there a fee for internet access?`
|
|
||||||
|
|
||||||
- *There is a fee for the internet access at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place, for customers only* is shown if 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%3Dcustomers' target='_blank'>customers</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-ssid
|
|
||||||
|
|
||||||
The question is `What is the network name for the wireless internet access?`
|
|
||||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
|
||||||
|
|
||||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| reservation.0 | Reservation not required | reservation=no | reservation=optional | reservation= |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| food-category.0 | *Restaurants and fast food businesses* (default) | |
|
|
||||||
| food-category.1 | Only fastfood businesses | amenity=fast_food |
|
|
||||||
| food-category.2 | Only restaurants | amenity=restaurant |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes | diet:vegetarian=only | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| vegan.0 | Has a vegan menu | diet:vegan=yes | diet:vegan=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| halal.0 | Has a halal menu | diet:halal=yes | diet:halal=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_organic.0 | Has organic options | organic=yes | organic=only |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| dogs.0 | *No preference towards dogs* (default) | |
|
|
||||||
| dogs.1 | Dogs allowed | dog=unleashed | dog=yes |
|
|
||||||
| dogs.2 | No dogs allowed | dog=no |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| Cuisine.0 | *What kind of food is served here?* (default) | |
|
|
||||||
| Cuisine.1 | Pizzeria | cuisine=pizza |
|
|
||||||
| Cuisine.2 | Friture | cuisine=friture |
|
|
||||||
| Cuisine.3 | Serves mainly pasta | cuisine=pasta |
|
|
||||||
| Cuisine.4 | Kebab shop | cuisine=kebab |
|
|
||||||
| Cuisine.5 | Sandwich shop | cuisine=sandwich |
|
|
||||||
| Cuisine.6 | Burgersrestaurant | cuisine=burger |
|
|
||||||
| Cuisine.7 | Sushi restaurant | cuisine=sushi |
|
|
||||||
| Cuisine.8 | Coffeebar | cuisine=coffee |
|
|
||||||
| Cuisine.9 | Italian restaurant (which serves more than pasta and pizza) | cuisine=italian |
|
|
||||||
| Cuisine.10 | French restaurant | cuisine=french |
|
|
||||||
| Cuisine.11 | Chinese | cuisine=chinese |
|
|
||||||
| Cuisine.12 | Greek | cuisine=greek |
|
|
||||||
| Cuisine.13 | Indian | cuisine=indian |
|
|
||||||
| Cuisine.14 | Turkish restaurant | cuisine=turkish |
|
|
||||||
| Cuisine.15 | Thai restaurant | cuisine=thai |
|
|
||||||
| Cuisine.16 | Mexican dishes are served here | cuisine=mexican |
|
|
||||||
| Cuisine.17 | Japanese dishes are served here | cuisine=japanese |
|
|
||||||
| Cuisine.18 | Chicken based dishes are served here | cuisine=chicken |
|
|
||||||
| Cuisine.19 | Seafood dishes are served here | cuisine=seafood |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| oil-type.0 | *No oil type preference* (default) | |
|
|
||||||
| oil-type.1 | Only show fritures using vegetable oil | friture:oil=vegetable |
|
|
||||||
| oil-type.2 | Only show fritures using animal oil | friture:oil=animal |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/fritures/fritures.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/fritures/fritures.json)
|
|
|
@ -1,121 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# ghost_bike
|
|
||||||
|
|
||||||
A layer showing memorials for cyclists, killed in road accidents
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **0** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [preset_description](#preset_description)
|
|
||||||
- [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)
|
|
||||||
- [wikidata](#wikidata)
|
|
||||||
- [Wikipedia page about the deceased person](#wikipedia-page-about-the-deceased-person)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [ghostbikes](https://mapcomplete.org/ghostbikes)
|
|
||||||
- [memorials](https://mapcomplete.org/memorials)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a ghost bike** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial' target='_blank'>memorial</a> & <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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22memorial%22%3D%22ghost_bike%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/subject#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/subject/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [subject](https://wiki.openstreetmap.org/wiki/Key:subject) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/source#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/source/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [source](https://wiki.openstreetmap.org/wiki/Key:source) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/inscription#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/inscription/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/start_date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/start_date/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) | |
|
|
||||||
|
|
||||||
### preset_description
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{preset_description()}*
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### ghost_bike-name
|
|
||||||
|
|
||||||
The question is `Whom is remembered by this ghost bike?`
|
|
||||||
*In remembrance of {subject}* is shown if `subject` is set
|
|
||||||
|
|
||||||
- *In remembrance of {name}* is shown if with name~.+. _This option cannot be chosen as answer_
|
|
||||||
- *No name is marked on the bike* is shown if 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>
|
|
||||||
|
|
||||||
### ghost_bike-source
|
|
||||||
|
|
||||||
The question is `On what webpage can one find more info about the ghost bike or the accident?`
|
|
||||||
*{link(More info available,&LBRACEsource&RBRACE,,,,)}* is shown if `source` is set
|
|
||||||
|
|
||||||
### ghost_bike-inscription
|
|
||||||
|
|
||||||
The question is `What is the inscription on this Ghost bike?`
|
|
||||||
*<i>{inscription}</i>* is shown if `inscription` is set
|
|
||||||
|
|
||||||
### ghost_bike-start_date
|
|
||||||
|
|
||||||
The question is `When was this Ghost bike installed?`
|
|
||||||
*Placed on {start_date}* is shown if `start_date` is set
|
|
||||||
|
|
||||||
### wikidata
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<h3>Wikipedia page about the deceased person</h3>{wikipedia(subject:wikidata)}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: subject:wikidata~.+
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/ghost_bike/ghost_bike.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ghost_bike/ghost_bike.json)
|
|
|
@ -1,116 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# ghostsign
|
|
||||||
|
|
||||||
Layer showing disused signs on buildings
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **10** and higher
|
|
||||||
- This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a ghost sign` snaps to this layer (ghostsign.presets[0])
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [historic](#historic)
|
|
||||||
- [type](#type)
|
|
||||||
- [inscription](#inscription)
|
|
||||||
- [brand](#brand)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [ghostsigns](https://mapcomplete.org/ghostsigns)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a ghost sign** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising' target='_blank'>advertising</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dwall_painting' target='_blank'>wall_painting</a> (snaps to layers `walls_and_buildings`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. advertising~.+
|
|
||||||
1. historic~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22advertising%22%5D%5B%22historic%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/historic#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/historic/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [advertising](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/advertising#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/advertising/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [advertising](https://wiki.openstreetmap.org/wiki/Key:advertising) | [string](../SpecialInputElements.md#string) | [billboard](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard) [board](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard) [column](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dcolumn) [flag](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dflag) [poster_box](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box) [screen](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsculpture) [sign](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsign) [tarp](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtarp) [totem](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtotem) [wall_painting](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dwall_painting) [tilework](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtilework) [relief](https://wiki.openstreetmap.org/wiki/Tag:advertising%3Drelief) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/inscription#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/inscription/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/brand#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/brand/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### historic
|
|
||||||
|
|
||||||
The question is `Is this sign for a business that no longer exists or no longer being maintained?`
|
|
||||||
|
|
||||||
- *This is a historic advertisement sign (an advertisement for a business that no longer exists or a very old sign with heritage value)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dadvertising' target='_blank'>advertising</a>
|
|
||||||
- *This advertisement sign has no historic value (the business still exists and has no heritage value)* is shown if with historic=
|
|
||||||
|
|
||||||
### type
|
|
||||||
|
|
||||||
The question is `Which type of advertising feature is this?`
|
|
||||||
*This is a {advertising}* is shown if `advertising` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/billboard.svg' style='width: 3rem; height: 3rem'> *This is a billboard* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dbillboard' target='_blank'>billboard</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/board.svg' style='width: 3rem; height: 3rem'> *This is a board* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dboard' target='_blank'>board</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/column.svg' style='width: 3rem; height: 3rem'> *This is a column* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dcolumn' target='_blank'>column</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/flag.svg' style='width: 3rem; height: 3rem'> *This is a flag* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dflag' target='_blank'>flag</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/poster_box.svg' style='width: 3rem; height: 3rem'> *This is a poster Box* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dposter_box' target='_blank'>poster_box</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/screen.svg' style='width: 3rem; height: 3rem'> *This is a screen* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dscreen' target='_blank'>screen</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/sculpture.svg' style='width: 3rem; height: 3rem'> *This is a sculpture* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsculpture' target='_blank'>sculpture</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/sign.svg' style='width: 3rem; height: 3rem'> *This is a sign* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dsign' target='_blank'>sign</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/tarp.svg' style='width: 3rem; height: 3rem'> *This is a tarp (a weatherproof piece of textile with an advertising message)* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtarp' target='_blank'>tarp</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/totem.svg' style='width: 3rem; height: 3rem'> *This is a totem* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtotem' target='_blank'>totem</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/advertising/wall_painting.svg' style='width: 3rem; height: 3rem'> *This is a wall painting* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dwall_painting' target='_blank'>wall_painting</a>
|
|
||||||
- *This is tilework - the advertisement is painted on tiles* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Dtilework' target='_blank'>tilework</a>
|
|
||||||
- *This is a relief* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:advertising' target='_blank'>advertising</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:advertising%3Drelief' target='_blank'>relief</a>
|
|
||||||
|
|
||||||
### inscription
|
|
||||||
|
|
||||||
The question is `What is the text on the sign?`
|
|
||||||
*The text on the sign is: {inscription}* is shown if `inscription` is set
|
|
||||||
|
|
||||||
### brand
|
|
||||||
|
|
||||||
The question is `For what business was this sign made?`
|
|
||||||
*This sign was made for: {brand}* is shown if `brand` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/ghostsign/ghostsign.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ghostsign/ghostsign.json)
|
|
|
@ -1,112 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# governments
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [name](#name)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a Governmental Office** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22office%22%3D%22government%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this Governmental Office?`
|
|
||||||
*This Governmental Office is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/governments/governments.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/governments/governments.json)
|
|
|
@ -1,92 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# grave
|
|
||||||
|
|
||||||
Tombstones (and graves) indicate where a person was buried. On this map, those can be recorded and a link to Wikipedia can be made
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **15** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [buried:wikidata](#buriedwikidata)
|
|
||||||
- [name](#name)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [memorials](https://mapcomplete.org/memorials)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a tombstone** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dtomb' target='_blank'>tomb</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:historic' target='_blank'>historic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:historic%3Dtomb' target='_blank'>tomb</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22historic%22%3D%22tomb%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/buried:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/buried%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [buried:wikidata](https://wiki.openstreetmap.org/wiki/Key:buried:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### buried:wikidata
|
|
||||||
|
|
||||||
The question is `What is the Wikipedia page of the person buried here?`
|
|
||||||
*{wikipedia(buried:wikidata)}* is shown if `buried:wikidata` is set
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of the person buried here?`
|
|
||||||
*<b>{name}</b> is buried here* is shown if `name` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_wikidata.0 | *With or without wikidata* (default) | |
|
|
||||||
| has_wikidata.1 | Has a link to Wikidata | buried:wikidata~.+ |
|
|
||||||
| has_wikidata.2 | Has no link to Wikidata | buried:wikidata= |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/grave/grave.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/grave/grave.json)
|
|
|
@ -1,83 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# guidepost
|
|
||||||
|
|
||||||
Guideposts (also known as fingerposts or finger posts) are often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [type](#type)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [climbing](https://mapcomplete.org/climbing)
|
|
||||||
- [guideposts](https://mapcomplete.org/guideposts)
|
|
||||||
- [nature](https://mapcomplete.org/nature)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [ski](https://mapcomplete.org/ski)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a guidepost** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:information' target='_blank'>information</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:information%3Dguidepost' target='_blank'>guidepost</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dinformation' target='_blank'>information</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:information' target='_blank'>information</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:information%3Dguidepost' target='_blank'>guidepost</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22information%22%3D%22guidepost%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### type
|
|
||||||
|
|
||||||
The question is `What kind of routes are shown on this guidepost?`
|
|
||||||
|
|
||||||
- *This guidepost shows bicycle routes* is shown if 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>. Unselecting this answer will add bicycle=
|
|
||||||
- *This guidepost shows hiking routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:hiking' target='_blank'>hiking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hiking%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add hiking=
|
|
||||||
- *This guidepost shows mountain bike routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:mtb' target='_blank'>mtb</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:mtb%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add mtb=
|
|
||||||
- *This guidepost shows horse riding routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:horse' target='_blank'>horse</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:horse%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add horse=
|
|
||||||
- *This guidepost shows ski routes* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:ski' target='_blank'>ski</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:ski%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add ski=
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/guidepost/guidepost.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/guidepost/guidepost.json)
|
|
|
@ -1,351 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# hackerspace
|
|
||||||
|
|
||||||
Hackerspace
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **4** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [is_makerspace](#is_makerspace)
|
|
||||||
- [hackerspaces-name](#hackerspaces-name)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [mastodon](#mastodon)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [hackerspaces-service-3dprinter](#hackerspaces-service-3dprinter)
|
|
||||||
- [hackerspaces-service-lasercutter](#hackerspaces-service-lasercutter)
|
|
||||||
- [hackerspaces-service-cnc_drilling_machine](#hackerspaces-service-cnc_drilling_machine)
|
|
||||||
- [hackerspaces-service-media_studio](#hackerspaces-service-media_studio)
|
|
||||||
- [hackerspaces-service-sewing_machine](#hackerspaces-service-sewing_machine)
|
|
||||||
- [hackerspaces-service-workshop:wood](#hackerspaces-service-workshopwood)
|
|
||||||
- [hackerspaces-service-workshop:ceramics](#hackerspaces-service-workshopceramics)
|
|
||||||
- [hackerspaces-service-workshop:metal](#hackerspaces-service-workshopmetal)
|
|
||||||
- [hackerspaces-service-bicycle:diy](#hackerspaces-service-bicyclediy)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [hs-club-mate](#hs-club-mate)
|
|
||||||
- [hackerspaces-start_date](#hackerspaces-start_date)
|
|
||||||
- [internet](#internet)
|
|
||||||
- [internet-fee](#internet-fee)
|
|
||||||
- [internet-ssid](#internet-ssid)
|
|
||||||
- [questions](#questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [hackerspaces](https://mapcomplete.org/hackerspaces)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a hackerspace** which has the following tags:<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>
|
|
||||||
- **a makerspace** which has the following tags:<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> & <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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22leisure%22%3D%22hackerspace%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/hackerspace#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/hackerspace/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [hacklab](https://wiki.openstreetmap.org/wiki/Tag:hackerspace%3Dhacklab) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/contact:mastodon#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/contact%3Amastodon/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:3dprinter#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3A3dprinter/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:lasercutter#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Alasercutter/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:cnc_drilling_machine#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Acnc_drilling_machine/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:media_studio#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Amedia_studio/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:media_studio](https://wiki.openstreetmap.org/wiki/Key:service:media_studio) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:media_studio%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:media_studio%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:media_studio%3Dlimited) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:sewing_machine#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Asewing_machine/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:sewing_machine](https://wiki.openstreetmap.org/wiki/Key:service:sewing_machine) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:sewing_machine%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:sewing_machine%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:workshop:wood#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aworkshop%3Awood/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:workshop:wood](https://wiki.openstreetmap.org/wiki/Key:service:workshop:wood) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:workshop:wood%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:workshop:wood%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:workshop:wood%3Dlimited) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:workshop:ceramics#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aworkshop%3Aceramics/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:workshop:ceramics](https://wiki.openstreetmap.org/wiki/Key:service:workshop:ceramics) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:workshop:ceramics%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:workshop:ceramics%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:workshop:ceramics%3Dlimited) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:workshop:metal#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Aworkshop%3Ametal/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [service:workshop:metal](https://wiki.openstreetmap.org/wiki/Key:service:workshop:metal) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:workshop:metal%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:workshop:metal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:workshop:metal%3Dlimited) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/service:bicycle:diy#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/service%3Abicycle%3Adiy/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dlimited) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/drink:club-mate#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/drink%3Aclub-mate/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/start_date#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/start_date/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Afee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/internet_access:ssid#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/internet_access%3Assid/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### is_makerspace
|
|
||||||
|
|
||||||
The question is `Is this a hackerspace or a makerspace?`
|
|
||||||
|
|
||||||
- *This is a makerspace* is shown if 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* is shown if with hackerspace=
|
|
||||||
- *This is a <b>hacklab</b> which is mostly focussed on basic computer skills, using recycled devices and/or providing internet to the community. This is typically located in autonomous spaces, squats or social facilities* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:hackerspace' target='_blank'>hackerspace</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:hackerspace%3Dhacklab' target='_blank'>hacklab</a>
|
|
||||||
|
|
||||||
### hackerspaces-name
|
|
||||||
|
|
||||||
The question is `What is the name of this hackerspace?`
|
|
||||||
*This hackerspace is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### mastodon
|
|
||||||
Shows and asks for the mastodon handle
|
|
||||||
The question is `What is the Mastodon-handle of {title()}?`
|
|
||||||
*{fediverse_link(contact:mastodon)}* is shown if `contact:mastodon` is set
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `When is this hackerspace opened?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### hackerspaces-service-3dprinter
|
|
||||||
|
|
||||||
The question is `Is a 3D-printer available at this hackerspace?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hackerspace/3d_printer.svg' style='width: 3rem; height: 3rem'> *There is a 3D-printer available at this hackerspace* is shown if 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* is shown if 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>
|
|
||||||
- *There is a limited 3D-printer available at this hackerspace* is shown if 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%3Dlimited' target='_blank'>limited</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### hackerspaces-service-lasercutter
|
|
||||||
|
|
||||||
The question is `Is a laser cutter available at this hackerspace?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hackerspace/lasercutter.svg' style='width: 3rem; height: 3rem'> *There is a laser cutter available at this hackerspace* is shown if 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* is shown if 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>
|
|
||||||
- *There is a limited laser cutter available at this hackerspace* is shown if 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%3Dlimited' target='_blank'>limited</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### hackerspaces-service-cnc_drilling_machine
|
|
||||||
|
|
||||||
The question is `Is a CNC drill available at this hackerspace?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hackerspace/cnc.svg' style='width: 3rem; height: 3rem'> *There is a CNC drill available at this hackerspace* is shown if 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* is shown if 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>
|
|
||||||
- *There is a limited CNC drill available at this hackerspace* is shown if 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%3Dlimited' target='_blank'>limited</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### hackerspaces-service-media_studio
|
|
||||||
|
|
||||||
The question is `Is a multimedia studio available at this hackerspace?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hackerspace/media_studio.svg' style='width: 3rem; height: 3rem'> *There is a multimedia studio available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:media_studio' target='_blank'>service:media_studio</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:media_studio%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *There is no multimedia studio available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:media_studio' target='_blank'>service:media_studio</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:media_studio%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is a limited multimedia studio available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:media_studio' target='_blank'>service:media_studio</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:media_studio%3Dlimited' target='_blank'>limited</a>
|
|
||||||
|
|
||||||
### hackerspaces-service-sewing_machine
|
|
||||||
|
|
||||||
The question is `Is a sewing machine available at this hackerspace?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hackerspace/sewing_machine.svg' style='width: 3rem; height: 3rem'> *There is a sewing machine available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:sewing_machine' target='_blank'>service:sewing_machine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:sewing_machine%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *There is no sewing machine available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:sewing_machine' target='_blank'>service:sewing_machine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:sewing_machine%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is a limited sewing machine available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:sewing_machine' target='_blank'>service:sewing_machine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:sewing_machine%3Dlimited' target='_blank'>limited</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### hackerspaces-service-workshop:wood
|
|
||||||
|
|
||||||
The question is `Is a woodworking workshop available at this hackerspace?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hackerspace/woodworking.svg' style='width: 3rem; height: 3rem'> *There is a woodworking workshop available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:workshop:wood' target='_blank'>service:workshop:wood</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:workshop:wood%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *There is no woodworking workshop available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:workshop:wood' target='_blank'>service:workshop:wood</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:workshop:wood%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is a limited woodworking workshop available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:workshop:wood' target='_blank'>service:workshop:wood</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:workshop:wood%3Dlimited' target='_blank'>limited</a>
|
|
||||||
|
|
||||||
### hackerspaces-service-workshop:ceramics
|
|
||||||
|
|
||||||
The question is `Is a ceramics workshop available at this hackerspace?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hackerspace/ceramics.svg' style='width: 3rem; height: 3rem'> *There is a ceramics workshop available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:workshop:ceramics' target='_blank'>service:workshop:ceramics</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:workshop:ceramics%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *There is no ceramics workshop available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:workshop:ceramics' target='_blank'>service:workshop:ceramics</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:workshop:ceramics%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is a limited ceramics workshop available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:workshop:ceramics' target='_blank'>service:workshop:ceramics</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:workshop:ceramics%3Dlimited' target='_blank'>limited</a>
|
|
||||||
|
|
||||||
### hackerspaces-service-workshop:metal
|
|
||||||
|
|
||||||
The question is `Is a metal workshop available at this hackerspace?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hackerspace/metal.svg' style='width: 3rem; height: 3rem'> *There is a metal workshop available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:workshop:metal' target='_blank'>service:workshop:metal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:workshop:metal%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *There is no metal workshop available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:workshop:metal' target='_blank'>service:workshop:metal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:workshop:metal%3Dno' target='_blank'>no</a>
|
|
||||||
- *There is a limited metal workshop available at this hackerspace* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:service:workshop:metal' target='_blank'>service:workshop:metal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:service:workshop:metal%3Dlimited' target='_blank'>limited</a>
|
|
||||||
|
|
||||||
### hackerspaces-service-bicycle:diy
|
|
||||||
|
|
||||||
The question is `Is a bicycle repair workshop available at this hackerspace?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hackerspace/bicycle.svg' style='width: 3rem; height: 3rem'> *There is a bicycle repair workshop available at this hackerspace* is shown if 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>
|
|
||||||
- *There is no bicycle repair workshop available at this hackerspace* is shown if 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>
|
|
||||||
- *There is a limited bicycle repair workshop available at this hackerspace* is shown if 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%3Dlimited' target='_blank'>limited</a>
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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 hackerspace was founded at {start_date}* is shown if `start_date` is set
|
|
||||||
|
|
||||||
### internet
|
|
||||||
|
|
||||||
The question is `Does this place offer internet access?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/wifi' style='width: 3rem; height: 3rem'> *This place offers wireless internet access* is shown if 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%3Dwlan' target='_blank'>wlan</a>
|
|
||||||
- *This place <b>does not</b> offer internet access* is shown if 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>
|
|
||||||
- *This place offers internet access* is shown if 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>. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/computer' style='width: 3rem; height: 3rem'> *This place offers internet access via a terminal or computer* is shown if 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%3Dterminal' target='_blank'>terminal</a>
|
|
||||||
- *This place offers wired internet access* is shown if 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%3Dwired' target='_blank'>wired</a>
|
|
||||||
- *This place offers both wireless internet and internet access via a terminal or computer* is shown if 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%3Dterminal;wifi' target='_blank'>terminal;wifi</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-fee
|
|
||||||
|
|
||||||
The question is `Is there a fee for internet access?`
|
|
||||||
|
|
||||||
- *There is a fee for the internet access at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place* is shown if 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>
|
|
||||||
- *Internet access is free at this place, for customers only* is shown if 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%3Dcustomers' target='_blank'>customers</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### internet-ssid
|
|
||||||
|
|
||||||
The question is `What is the network name for the wireless internet access?`
|
|
||||||
*The network name is <b>{internet_access:ssid}</b>* is shown if `internet_access:ssid` is set
|
|
||||||
|
|
||||||
- *Telekom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid' target='_blank'>internet_access:ssid</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom' target='_blank'>Telekom</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`internet-all`
|
|
||||||
|
|
||||||
### questions
|
|
||||||
Show the questions block at this location
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions()}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/hackerspace/hackerspace.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hackerspace/hackerspace.json)
|
|
|
@ -1,110 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# health_and_social_places_without_etymology
|
|
||||||
|
|
||||||
This layer is based on [etymology](../Layers/etymology.md)
|
|
||||||
|
|
||||||
All objects which have an etymology known
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **18** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
|
|
||||||
- [wikipedia-etymology](#wikipedia-etymology)
|
|
||||||
- [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
|
||||||
- [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)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [etymology](https://mapcomplete.org/etymology)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <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>
|
|
||||||
1. name~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22clinic%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22hospital%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22social_facility%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
|
|
||||||
|
|
||||||
### etymology-images-from-wikipedia
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(name:etymology:wikidata)}*
|
|
||||||
|
|
||||||
### wikipedia-etymology
|
|
||||||
|
|
||||||
The question is `What is the Wikidata-item that this object is named after?`
|
|
||||||
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
|
|
||||||
|
|
||||||
### zoeken op inventaris onroerend erfgoed
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dbe' target='_blank'>be</a>
|
|
||||||
|
|
||||||
### simple etymology
|
|
||||||
|
|
||||||
The question is `What is this object named after?`
|
|
||||||
*Named after {name:etymology}* is shown if `name:etymology` is set
|
|
||||||
|
|
||||||
- *The origin of this name is unknown in all literature* is shown if 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
|
|
||||||
Show the questions block at this location
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions()}*
|
|
||||||
|
|
||||||
### street-name-sign-image
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Add image of a street name sign)}*
|
|
||||||
|
|
||||||
### minimap
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{minimap(18, id, _same_name_ids):height:10rem}*
|
|
||||||
|
|
||||||
### etymology_multi_apply
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
|
|
||||||
|
|
||||||
### wikipedia
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
|
|
|
@ -1,121 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# hospital
|
|
||||||
|
|
||||||
A layer showing hospital grounds
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [name](#name)
|
|
||||||
- [inpatient](#inpatient)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [oh-visitor](#oh-visitor)
|
|
||||||
- [Opening hours for visitors](#opening-hours-for-visitors)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [disaster_response](https://mapcomplete.org/disaster_response)
|
|
||||||
- [healthcare](https://mapcomplete.org/healthcare)
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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%3Dclinic' target='_blank'>clinic</a>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22hospital%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22clinic%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [clinic](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclinic) [hospital](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours:visitors#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours%3Avisitors/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours:visitors](https://wiki.openstreetmap.org/wiki/Key:opening_hours:visitors) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this hospital?`
|
|
||||||
*This hospital is called {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
### inpatient
|
|
||||||
|
|
||||||
The question is `Does this facility admit inpatients?`
|
|
||||||
|
|
||||||
- *This is a clinic - patients can not stay overnight* is shown if with <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>
|
|
||||||
- *This is a hospital - patients can be admitted here for multiple days* is shown if with <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>
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### oh-visitor
|
|
||||||
|
|
||||||
The question is `When are visitors allowed to visit?`
|
|
||||||
*<h3>Opening hours for visitors</h3>Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}<p class='subtle'>Some wands might have different opening hours. Many hospitals allow visits during emergencies too.</p>* is shown if `opening_hours:visitors` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/hospital/hospital.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hospital/hospital.json)
|
|
|
@ -1,133 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# hydrant
|
|
||||||
|
|
||||||
Map layer to show fire hydrants.
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [hydrant-color](#hydrant-color)
|
|
||||||
- [hydrant-type](#hydrant-type)
|
|
||||||
- [hydrant-state](#hydrant-state)
|
|
||||||
- [hydrant-diameter](#hydrant-diameter)
|
|
||||||
- [hydrant-number-of-couplings](#hydrant-number-of-couplings)
|
|
||||||
- [hydrant-couplings](#hydrant-couplings)
|
|
||||||
- [hydrant-couplings-diameters](#hydrant-couplings-diameters)
|
|
||||||
- [images](#images)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [disaster_response](https://mapcomplete.org/disaster_response)
|
|
||||||
- [hailhydrant](https://mapcomplete.org/hailhydrant)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a fire hydrant** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22emergency%22%3D%22fire_hydrant%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/colour#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/colour/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [string](../SpecialInputElements.md#string) | [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fire_hydrant:type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fire_hydrant%3Atype/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fire_hydrant:type](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type) | [string](../SpecialInputElements.md#string) | [pillar](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpillar) [pipe](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpipe) [wall](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dwall) [underground](https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dunderground) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/emergency#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/emergency/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [emergency](https://wiki.openstreetmap.org/wiki/Key:emergency) | Multiple choice | [fire_hydrant](https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant) [](https://wiki.openstreetmap.org/wiki/Tag:emergency%3D) [](https://wiki.openstreetmap.org/wiki/Tag:emergency%3D) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fire_hydrant:diameter#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fire_hydrant%3Adiameter/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [fire_hydrant:diameter](https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:diameter) | [int](../SpecialInputElements.md#int) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/couplings#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/couplings/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [couplings](https://wiki.openstreetmap.org/wiki/Key:couplings) | [int](../SpecialInputElements.md#int) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/couplings:type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/couplings%3Atype/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [couplings:type](https://wiki.openstreetmap.org/wiki/Key:couplings:type) | [string](../SpecialInputElements.md#string) | [Storz](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DStorz) [UNI](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DUNI) [Barcelona](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DBarcelona) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/couplings:diameters#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/couplings%3Adiameters/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [couplings:diameters](https://wiki.openstreetmap.org/wiki/Key:couplings:diameters) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
|
|
||||||
### hydrant-color
|
|
||||||
|
|
||||||
The question is `What color is the hydrant?`
|
|
||||||
*The hydrant color is {colour}* is shown if `colour` is set
|
|
||||||
|
|
||||||
- *The hydrant color is yellow.* is shown if 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.* is shown if 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>
|
|
||||||
|
|
||||||
### hydrant-type
|
|
||||||
|
|
||||||
The question is `What type of hydrant is it?`
|
|
||||||
* Hydrant type: {fire_hydrant:type}* is shown if `fire_hydrant:type` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/hailhydrant/hydrant_pillar.svg' style='width: 3rem; height: 3rem'> *Pillar type.* is shown if 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 src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/hailhydrant/hydrant_unknown.svg' style='width: 3rem; height: 3rem'> *Pipe type.* is shown if 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 src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/hailhydrant/hydrant_unknown.svg' style='width: 3rem; height: 3rem'> *Wall type.* is shown if 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 src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/themes/hailhydrant/hydrant_underground.svg' style='width: 3rem; height: 3rem'> *Underground type.* is shown if 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>
|
|
||||||
|
|
||||||
### hydrant-state
|
|
||||||
|
|
||||||
The question is `Is this hydrant still working?`
|
|
||||||
|
|
||||||
- *The hydrant is (fully or partially) working* is shown if 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* is shown if 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> & emergency=
|
|
||||||
- *The hydrant has been removed* is shown if 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> & emergency=
|
|
||||||
|
|
||||||
### hydrant-diameter
|
|
||||||
|
|
||||||
The question is `What is the pipe diameter of this hydrant?`
|
|
||||||
*Pipe diameter: {canonical(fire_hydrant:diameter)}* is shown if `fire_hydrant:diameter` is set
|
|
||||||
|
|
||||||
### hydrant-number-of-couplings
|
|
||||||
|
|
||||||
The question is `How many couplings does this fire hydrant have?`
|
|
||||||
*Number of couplings: {couplings}* is shown if `couplings` is set
|
|
||||||
|
|
||||||
### hydrant-couplings
|
|
||||||
|
|
||||||
The question is `What kind of couplings does this hydrant have?`
|
|
||||||
*Couplings: {couplings:type}* is shown if `couplings:type` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hydrant/storz.jpg' style='width: 3rem; height: 3rem'> *Storz coupling* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:couplings:type' target='_blank'>couplings:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DStorz' target='_blank'>Storz</a>
|
|
||||||
- *UNI coupling* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:couplings:type' target='_blank'>couplings:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DUNI' target='_blank'>UNI</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/hydrant/barcelona.jpg' style='width: 3rem; height: 3rem'> *Barcelona coupling* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:couplings:type' target='_blank'>couplings:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DBarcelona' target='_blank'>Barcelona</a>
|
|
||||||
|
|
||||||
### hydrant-couplings-diameters
|
|
||||||
|
|
||||||
The question is `What diameter are the couplings of this hydrant?`
|
|
||||||
*Coupling diameters: {couplings:diameters}* is shown if `couplings:diameters` is set
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/hydrant/hydrant.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hydrant/hydrant.json)
|
|
|
@ -1,236 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# ice_cream
|
|
||||||
|
|
||||||
A place where ice cream is sold over the counter
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [1](#1)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [sugar_free](#sugar_free)
|
|
||||||
- [lactose_free](#lactose_free)
|
|
||||||
- [gluten_free](#gluten_free)
|
|
||||||
- [vegan](#vegan)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [food](https://mapcomplete.org/food)
|
|
||||||
- [glutenfree](https://mapcomplete.org/glutenfree)
|
|
||||||
- [icecream](https://mapcomplete.org/icecream)
|
|
||||||
- [lactosefree](https://mapcomplete.org/lactosefree)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [shops](https://mapcomplete.org/shops)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an ice cream parlor** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dice_cream' target='_blank'>ice_cream</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dice_cream' target='_blank'>ice_cream</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22ice_cream%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### 1
|
|
||||||
|
|
||||||
The question is `What is the name of this ice cream parlor?`
|
|
||||||
*This ice cream parlor is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### sugar_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a sugar free offering?`
|
|
||||||
|
|
||||||
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly' target='_blank'>only</a>
|
|
||||||
- *This shop has a big sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited sugar free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### lactose_free
|
|
||||||
|
|
||||||
The question is `Does {title()} have a lactose-free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### gluten_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a gluten free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### vegan
|
|
||||||
|
|
||||||
The question is `Does this place offer a vegan option?`
|
|
||||||
|
|
||||||
- *This place <b>only sells vegan</b> products* is shown if 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>
|
|
||||||
- *This shop has a big vegan offering* is shown if 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>
|
|
||||||
- *This shop has a <b>limited vegan</b> offering* is shown if 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>
|
|
||||||
- *This shop has no vegan offering* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/ice_cream/ice_cream.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ice_cream/ice_cream.json)
|
|
|
@ -1,230 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# icecream_glutenfree
|
|
||||||
|
|
||||||
This layer is based on [ice_cream](../Layers/ice_cream.md)
|
|
||||||
|
|
||||||
A place where ice cream is sold over the counter
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **4** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [gluten_free](#gluten_free)
|
|
||||||
- [1](#1)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [sugar_free](#sugar_free)
|
|
||||||
- [lactose_free](#lactose_free)
|
|
||||||
- [vegan](#vegan)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [glutenfree](https://mapcomplete.org/glutenfree)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dice_cream' target='_blank'>ice_cream</a>
|
|
||||||
1. diet:gluten_free~.+
|
|
||||||
2. diet:gluten_free!~^(no)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22ice_cream%22%5D%5B%22diet%3Agluten_free%22%5D%5B%22diet%3Agluten_free%22!~%22%5E%28no%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### gluten_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a gluten free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### 1
|
|
||||||
|
|
||||||
The question is `What is the name of this ice cream parlor?`
|
|
||||||
*This ice cream parlor is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### sugar_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a sugar free offering?`
|
|
||||||
|
|
||||||
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly' target='_blank'>only</a>
|
|
||||||
- *This shop has a big sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited sugar free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### lactose_free
|
|
||||||
|
|
||||||
The question is `Does {title()} have a lactose-free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### vegan
|
|
||||||
|
|
||||||
The question is `Does this place offer a vegan option?`
|
|
||||||
|
|
||||||
- *This place <b>only sells vegan</b> products* is shown if 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>
|
|
||||||
- *This shop has a big vegan offering* is shown if 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>
|
|
||||||
- *This shop has a <b>limited vegan</b> offering* is shown if 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>
|
|
||||||
- *This shop has no vegan offering* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/glutenfree/glutenfree.json)
|
|
|
@ -1,230 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# icecream_lactosefree
|
|
||||||
|
|
||||||
This layer is based on [ice_cream](../Layers/ice_cream.md)
|
|
||||||
|
|
||||||
A place where ice cream is sold over the counter
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **4** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [lactose_free](#lactose_free)
|
|
||||||
- [1](#1)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [sugar_free](#sugar_free)
|
|
||||||
- [gluten_free](#gluten_free)
|
|
||||||
- [vegan](#vegan)
|
|
||||||
- [payment-options](#payment-options)
|
|
||||||
- [wheelchair-access](#wheelchair-access)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [lactosefree](https://mapcomplete.org/lactosefree)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dice_cream' target='_blank'>ice_cream</a>
|
|
||||||
1. diet:lactose_free~.+
|
|
||||||
2. diet:lactose_free!~^(no)$
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22ice_cream%22%5D%5B%22diet%3Alactose_free%22%5D%5B%22diet%3Alactose_free%22!~%22%5E%28no%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:lactose_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Alactose_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:sugar_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Asugar_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:gluten_free#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Agluten_free/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/diet:vegan#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/diet%3Avegan/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### lactose_free
|
|
||||||
|
|
||||||
The question is `Does {title()} have a lactose-free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *<b>Only sells lactose free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/lactose_free.svg' style='width: 3rem; height: 3rem'> *Big lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *<b>Limited lactose free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *No lactose free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free' target='_blank'>diet:lactose_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### 1
|
|
||||||
|
|
||||||
The question is `What is the name of this ice cream parlor?`
|
|
||||||
*This ice cream parlor is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `What are the opening hours of {title()}?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### sugar_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a sugar free offering?`
|
|
||||||
|
|
||||||
- *This shop <b>only sells sugar free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly' target='_blank'>only</a>
|
|
||||||
- *This shop has a big sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited sugar free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no sugar free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free' target='_blank'>diet:sugar_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### gluten_free
|
|
||||||
|
|
||||||
The question is `Does this shop have a gluten free offering?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop <b>only sells gluten free</b> products* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly' target='_blank'>only</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/glutenfree.svg' style='width: 3rem; height: 3rem'> *This shop has a big gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *This shop has a <b>limited gluten free</b> offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited' target='_blank'>limited</a>
|
|
||||||
- *This shop has no gluten free offering* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free' target='_blank'>diet:gluten_free</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### vegan
|
|
||||||
|
|
||||||
The question is `Does this place offer a vegan option?`
|
|
||||||
|
|
||||||
- *This place <b>only sells vegan</b> products* is shown if 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>
|
|
||||||
- *This shop has a big vegan offering* is shown if 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>
|
|
||||||
- *This shop has a <b>limited vegan</b> offering* is shown if 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>
|
|
||||||
- *This shop has no vegan offering* is shown if 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>
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`diets`
|
|
||||||
|
|
||||||
### payment-options
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
### wheelchair-access
|
|
||||||
|
|
||||||
The question is `Is this place accessible with a wheelchair?`
|
|
||||||
|
|
||||||
- *This place is specially adapted for wheelchair users* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/lactosefree/lactosefree.json)
|
|
|
@ -1,349 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# indoors
|
|
||||||
|
|
||||||
Basic indoor mapping: shows room outlines
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **13** and higher
|
|
||||||
- This layer is needed as dependency for layer [entrance](#entrance)
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [repeated](#repeated)
|
|
||||||
- [single_level](#single_level)
|
|
||||||
- [ref](#ref)
|
|
||||||
- [name](#name)
|
|
||||||
- [room-type](#room-type)
|
|
||||||
- [room-capacity](#room-capacity)
|
|
||||||
- [wikipedia-etymology](#wikipedia-etymology)
|
|
||||||
- [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
|
|
||||||
- [toilet-access](#toilet-access)
|
|
||||||
- [toilets-fee](#toilets-fee)
|
|
||||||
- [toilet-charge](#toilet-charge)
|
|
||||||
- [payment-options-split](#payment-options-split)
|
|
||||||
- [opening_hours_24_7](#opening_hours_24_7)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [toilets-wheelchair](#toilets-wheelchair)
|
|
||||||
- [wheelchair-door-width](#wheelchair-door-width)
|
|
||||||
- [toilets-type](#toilets-type)
|
|
||||||
- [toilets-changing-table](#toilets-changing-table)
|
|
||||||
- [toilet-changing_table:location](#toilet-changing_tablelocation)
|
|
||||||
- [toilet-handwashing](#toilet-handwashing)
|
|
||||||
- [toilet-has-paper](#toilet-has-paper)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
4. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [indoors](https://mapcomplete.org/indoors)
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [stations](https://mapcomplete.org/stations)
|
|
||||||
- [walls_and_buildings](https://mapcomplete.org/walls_and_buildings)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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%28%20%20%20%20nwr%5B%22indoor%22%3D%22room%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22indoor%22%3D%22area%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22indoor%22%3D%22wall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22indoor%22%3D%22door%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22indoor%22%3D%22level%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/level#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/level/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/ref#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/ref/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/room#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/room/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [room](https://wiki.openstreetmap.org/wiki/Key:room) | Multiple choice | [administration](https://wiki.openstreetmap.org/wiki/Tag:room%3Dadministration) [auditorium](https://wiki.openstreetmap.org/wiki/Tag:room%3Dauditorium) [bedroom](https://wiki.openstreetmap.org/wiki/Tag:room%3Dbedroom) [chapel](https://wiki.openstreetmap.org/wiki/Tag:room%3Dchapel) [class](https://wiki.openstreetmap.org/wiki/Tag:room%3Dclass) [computer](https://wiki.openstreetmap.org/wiki/Tag:room%3Dcomputer) [conference](https://wiki.openstreetmap.org/wiki/Tag:room%3Dconference) [crypt](https://wiki.openstreetmap.org/wiki/Tag:room%3Dcrypt) [kitchen](https://wiki.openstreetmap.org/wiki/Tag:room%3Dkitchen) [laboratory](https://wiki.openstreetmap.org/wiki/Tag:room%3Dlaboratory) [library](https://wiki.openstreetmap.org/wiki/Tag:room%3Dlibrary) [locker](https://wiki.openstreetmap.org/wiki/Tag:room%3Dlocker) [nursery](https://wiki.openstreetmap.org/wiki/Tag:room%3Dnursery) [office](https://wiki.openstreetmap.org/wiki/Tag:room%3Doffice) [printer](https://wiki.openstreetmap.org/wiki/Tag:room%3Dprinter) [prison_cell](https://wiki.openstreetmap.org/wiki/Tag:room%3Dprison_cell) [restaurant](https://wiki.openstreetmap.org/wiki/Tag:room%3Drestaurant) [security_check](https://wiki.openstreetmap.org/wiki/Tag:room%3Dsecurity_check) [sport](https://wiki.openstreetmap.org/wiki/Tag:room%3Dsport) [storage](https://wiki.openstreetmap.org/wiki/Tag:room%3Dstorage) [technical](https://wiki.openstreetmap.org/wiki/Tag:room%3Dtechnical) [toilets](https://wiki.openstreetmap.org/wiki/Tag:room%3Dtoilets) [waiting](https://wiki.openstreetmap.org/wiki/Tag:room%3Dwaiting) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [pnat](../SpecialInputElements.md#pnat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name:etymology:wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name%3Aetymology%3Awikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/access#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/access/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) [no](https://wiki.openstreetmap.org/wiki/Tag:access%3Dno) [key](https://wiki.openstreetmap.org/wiki/Tag:access%3Dkey) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/fee#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/fee/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/charge#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/charge/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wheelchair#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wheelchair/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/door:width#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/door%3Awidth/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width) | [pfloat](../SpecialInputElements.md#pfloat) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/toilets:position#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/toilets%3Aposition/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [toilets:position](https://wiki.openstreetmap.org/wiki/Key:toilets:position) | Multiple choice | [seated](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated) [urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Durinal) [squat](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dsquat) [seated;urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated;urinal) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/changing_table#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/changing_table/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [changing_table](https://wiki.openstreetmap.org/wiki/Key:changing_table) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/changing_table:location#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/changing_table%3Alocation/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [changing_table:location](https://wiki.openstreetmap.org/wiki/Key:changing_table:location) | [string](../SpecialInputElements.md#string) | [female_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet) [male_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet) [wheelchair_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dwheelchair_toilet) [dedicated_room](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Ddedicated_room) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/toilets:handwashing#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/toilets%3Ahandwashing/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/toilets:paper_supplied#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/toilets%3Apaper_supplied/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [toilets:paper_supplied](https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dno) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### repeated
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*Multiple, identical objects can be found on floors {repeat_on}.*
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+
|
|
||||||
This tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### single_level
|
|
||||||
|
|
||||||
The question is `On what level is this feature located?`
|
|
||||||
*Located on the {level}th floor* is shown if `level` is set
|
|
||||||
|
|
||||||
- *Located underground* is shown if with <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* is shown if 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* is shown if with level=. _This option cannot be chosen as answer_
|
|
||||||
- *Located on the first floor* is shown if 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* is shown if 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 tagrendering has labels
|
|
||||||
`level`
|
|
||||||
|
|
||||||
### ref
|
|
||||||
|
|
||||||
The question is `What is the reference number of this room?`
|
|
||||||
*This room has the reference number {ref}* is shown if `ref` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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%3Dcorridor' target='_blank'>corridor</a>
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this room?`
|
|
||||||
*This room is named {name}* is shown if `name` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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%3Dcorridor' target='_blank'>corridor</a>
|
|
||||||
|
|
||||||
### room-type
|
|
||||||
|
|
||||||
The question is `What type of room is this?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_administration.svg' style='width: 3rem; height: 3rem'> *This is a administrative room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dadministration' target='_blank'>administration</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_auditorium.svg' style='width: 3rem; height: 3rem'> *This is a auditorium* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dauditorium' target='_blank'>auditorium</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_bedroom.svg' style='width: 3rem; height: 3rem'> *This is a bedroom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dbedroom' target='_blank'>bedroom</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_chapel.svg' style='width: 3rem; height: 3rem'> *This is a chapel* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dchapel' target='_blank'>chapel</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_class.svg' style='width: 3rem; height: 3rem'> *This is a classroom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dclass' target='_blank'>class</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_class.svg' style='width: 3rem; height: 3rem'> *This is a classroom* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dclassroom' target='_blank'>classroom</a>. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_computer.svg' style='width: 3rem; height: 3rem'> *This is a computer room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dcomputer' target='_blank'>computer</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_conference.svg' style='width: 3rem; height: 3rem'> *This is a conference room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dconference' target='_blank'>conference</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_crypt.svg' style='width: 3rem; height: 3rem'> *This is a crypt* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dcrypt' target='_blank'>crypt</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_kitchen.svg' style='width: 3rem; height: 3rem'> *This is a kitchen* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dkitchen' target='_blank'>kitchen</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_laboratory.svg' style='width: 3rem; height: 3rem'> *This is a laboratory* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dlaboratory' target='_blank'>laboratory</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_library.svg' style='width: 3rem; height: 3rem'> *This is a library* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dlibrary' target='_blank'>library</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_locker.svg' style='width: 3rem; height: 3rem'> *This is a locker room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dlocker' target='_blank'>locker</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_nursery.svg' style='width: 3rem; height: 3rem'> *This is a nursery* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dnursery' target='_blank'>nursery</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_office.svg' style='width: 3rem; height: 3rem'> *This is an office* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Doffice' target='_blank'>office</a>
|
|
||||||
- *This is a copy room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dprinter' target='_blank'>printer</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_prison_cell.svg' style='width: 3rem; height: 3rem'> *This is a prison_cell* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dprison_cell' target='_blank'>prison_cell</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_restaurant.svg' style='width: 3rem; height: 3rem'> *This is a restaurant* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Drestaurant' target='_blank'>restaurant</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_security_check.svg' style='width: 3rem; height: 3rem'> *This is a room to perform security checks* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dsecurity_check' target='_blank'>security_check</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_sport.svg' style='width: 3rem; height: 3rem'> *This is a sport room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dsport' target='_blank'>sport</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_storage.svg' style='width: 3rem; height: 3rem'> *This is a storage room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dstorage' target='_blank'>storage</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_technical.svg' style='width: 3rem; height: 3rem'> *This is a technical room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dtechnical' target='_blank'>technical</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_toilets.svg' style='width: 3rem; height: 3rem'> *These are toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dtoilets' target='_blank'>toilets</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/indoors/room_waiting.svg' style='width: 3rem; height: 3rem'> *This is a waiting room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dwaiting' target='_blank'>waiting</a>
|
|
||||||
|
|
||||||
### room-capacity
|
|
||||||
|
|
||||||
The question is `How much people can at most fit in this room?`
|
|
||||||
*At most {capacity} people fit this room* is shown if `capacity` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dwaiting' target='_blank'>waiting</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Drestaurant' target='_blank'>restaurant</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Doffice' target='_blank'>office</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dnursery' target='_blank'>nursery</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dconference' target='_blank'>conference</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dauditorium' target='_blank'>auditorium</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dchapel' target='_blank'>chapel</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dbedroom' target='_blank'>bedroom</a> | <a href='https://wiki.openstreetmap.org/wiki/Key:room' target='_blank'>room</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:room%3Dclassroom' target='_blank'>classroom</a>
|
|
||||||
|
|
||||||
### wikipedia-etymology
|
|
||||||
|
|
||||||
The question is `What is the Wikidata-item that this object is named after?`
|
|
||||||
*<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: name:etymology!=unknown & name~.+
|
|
||||||
|
|
||||||
### toilet-access
|
|
||||||
|
|
||||||
The question is `Are these toilets publicly accessible?`
|
|
||||||
*Access is {access}* is shown if `access` is set
|
|
||||||
|
|
||||||
- *Public access* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/key' style='width: 3rem; height: 3rem'> *Only access to customers* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/lock' style='width: 3rem; height: 3rem'> *Not accessible* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/key' style='width: 3rem; height: 3rem'> *Accessible, but one has to ask a key to enter* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dkey' target='_blank'>key</a>
|
|
||||||
- *Public access* is shown if 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_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a>
|
|
||||||
This tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### toilets-fee
|
|
||||||
|
|
||||||
The question is `Are these toilets free to use?`
|
|
||||||
|
|
||||||
- *These are paid toilets* is shown if 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* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a> & access!=no
|
|
||||||
This tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### toilet-charge
|
|
||||||
|
|
||||||
The question is `How much does one have to pay for these toilets?`
|
|
||||||
*The fee is {charge}* is shown if `charge` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a> & <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 tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### payment-options-split
|
|
||||||
|
|
||||||
The question is `Which methods of payment are accepted here?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/cash.svg' style='width: 3rem; height: 3rem'> *Cash is accepted here* is shown if 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>. _This option cannot be chosen as answer_. Unselecting this answer will add payment:cash=
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Payment cards are accepted here* is shown if 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>. _This option cannot be chosen as answer_. Unselecting this answer will add payment:cards=
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/qrcode.svg' style='width: 3rem; height: 3rem'> *Payment by QR-code is possible here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/coins.svg' style='width: 3rem; height: 3rem'> *Coins are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/notes.svg' style='width: 3rem; height: 3rem'> *Bank notes are accepted here* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Debit cards are accepted here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards' target='_blank'>payment:debit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:debit_cards' target='_blank'>payment:debit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:debit_cards%3Dno' target='_blank'>no</a>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/payment_card.svg' style='width: 3rem; height: 3rem'> *Credit cards are accepted here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dyes' target='_blank'>yes</a>. Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a> & <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 tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### opening_hours_24_7
|
|
||||||
|
|
||||||
The question is `When are these toilets opened?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/open24_7.svg' style='width: 3rem; height: 3rem'> *24/7 opened (including holidays)* is shown if 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>
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a> & access!=no
|
|
||||||
This tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### toilets-wheelchair
|
|
||||||
|
|
||||||
The question is `Is there a dedicated toilet for wheelchair users?`
|
|
||||||
|
|
||||||
- *There is a dedicated toilet for wheelchair users* is shown if 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>
|
|
||||||
- *No wheelchair access* is shown if 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 is only a dedicated toilet for wheelchair users* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a>
|
|
||||||
This tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### wheelchair-door-width
|
|
||||||
|
|
||||||
The question is `What is the width of the door to the wheelchair accessible toilet?`
|
|
||||||
*The door to the wheelchair-accessible toilet is {canonical(door:width)} wide* is shown if `door:width` is set
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a> & (<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> | <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 tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### toilets-type
|
|
||||||
|
|
||||||
The question is `Which kind of toilets are these?`
|
|
||||||
|
|
||||||
- *There are only seated toilets* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:position' target='_blank'>toilets:position</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated' target='_blank'>seated</a>
|
|
||||||
- *There are only urinals here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:position' target='_blank'>toilets:position</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Durinal' target='_blank'>urinal</a>
|
|
||||||
- *There are only squat toilets here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:position' target='_blank'>toilets:position</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dsquat' target='_blank'>squat</a>
|
|
||||||
- *Both seated toilets and urinals are available here* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:position' target='_blank'>toilets:position</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated;urinal' target='_blank'>seated;urinal</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a>
|
|
||||||
This tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### toilets-changing-table
|
|
||||||
|
|
||||||
The question is `Is a changing table (to change diapers) available?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/toilet/baby.svg' style='width: 3rem; height: 3rem'> *A changing table is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table' target='_blank'>changing_table</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *No changing table is available* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table' target='_blank'>changing_table</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a>
|
|
||||||
This tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### toilet-changing_table:location
|
|
||||||
|
|
||||||
The question is `Where is the changing table located?`
|
|
||||||
*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set
|
|
||||||
|
|
||||||
- *A changing table is in the toilet for women* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet' target='_blank'>female_toilet</a>
|
|
||||||
- *A changing table is in the toilet for men* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet' target='_blank'>male_toilet</a>
|
|
||||||
- *A changing table is in the toilet for wheelchair users* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dwheelchair_toilet' target='_blank'>wheelchair_toilet</a>
|
|
||||||
- *A changing table is in a dedicated room* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table:location' target='_blank'>changing_table:location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Ddedicated_room' target='_blank'>dedicated_room</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:changing_table' target='_blank'>changing_table</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dyes' target='_blank'>yes</a>
|
|
||||||
This tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### toilet-handwashing
|
|
||||||
|
|
||||||
The question is `Do these toilets have a sink to wash your hands?`
|
|
||||||
|
|
||||||
- *These toilets have a sink to wash your hands* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing' target='_blank'>toilets:handwashing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *These toilets <b>don't</b> have a sink to wash your hands* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing' target='_blank'>toilets:handwashing</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a>
|
|
||||||
This tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### toilet-has-paper
|
|
||||||
|
|
||||||
The question is `Does one have to bring their own toilet paper to this toilet?`
|
|
||||||
|
|
||||||
- *This toilet is equipped with toilet paper* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied' target='_blank'>toilets:paper_supplied</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dyes' target='_blank'>yes</a>
|
|
||||||
- *You have to bring your own toilet paper to this toilet* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied' target='_blank'>toilets:paper_supplied</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dno' target='_blank'>no</a>
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtoilets' target='_blank'>toilets</a> & toilets:position!=urinal
|
|
||||||
This tagrendering has labels
|
|
||||||
`relevant-questions`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cash.0 | Accepts cash | payment:cash=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| accepts_cards.0 | Accepts payment cards | payment:cards=yes |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/indoors/indoors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/indoors/indoors.json)
|
|
|
@ -1,70 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# information_board
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [nature](https://mapcomplete.org/nature)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [ski](https://mapcomplete.org/ski)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **an information board** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dinformation' target='_blank'>information</a> & <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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22information%22%3D%22board%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/information_board/information_board.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/information_board/information_board.json)
|
|
|
@ -1,62 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# item_with_image
|
|
||||||
|
|
||||||
All items with an image. All alone, not a layer which is relevant for any MapComplete theme, as it is a random collection of items. However, when put into the databank, this allows to quickly fetch (the URL of) pictures nearby a different object, to quickly link this
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **14** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [items_with_image](https://mapcomplete.org/items_with_image)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- image~.+
|
|
||||||
- image:0~.+
|
|
||||||
- image:1~.+
|
|
||||||
- image:10~.+
|
|
||||||
- image:2~.+
|
|
||||||
- image:3~.+
|
|
||||||
- image:4~.+
|
|
||||||
- image:5~.+
|
|
||||||
- image:6~.+
|
|
||||||
- image:7~.+
|
|
||||||
- image:8~.+
|
|
||||||
- image:9~.+
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22image%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A0%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A1%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A10%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A2%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A3%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A4%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A5%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A6%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A7%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A8%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22image%3A9%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%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` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/item_with_image/item_with_image.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/item_with_image/item_with_image.json)
|
|
|
@ -1,128 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# kerbs
|
|
||||||
|
|
||||||
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: preset `a kerb` snaps to this layer (kerbs.presets[0])
|
|
||||||
- This layer will automatically load [kerbs](./kerbs.md) into the layout as it depends on it: preset `a kerb` snaps to this layer (kerbs.presets[0])
|
|
||||||
- This layer is needed as dependency for layer [kerbs](#kerbs)
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [kerb-type](#kerb-type)
|
|
||||||
- [tactile-paving](#tactile-paving)
|
|
||||||
- [kerb-height](#kerb-height)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [blind_osm](https://mapcomplete.org/blind_osm)
|
|
||||||
- [kerbs_and_crossings](https://mapcomplete.org/kerbs_and_crossings)
|
|
||||||
- [onwheels](https://mapcomplete.org/onwheels)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a kerb** which has the following tags:<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> (snaps to layers `cycleways_and_roads`, `kerbs`)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<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%28%20%20%20%20nwr%5B%22barrier%22%3D%22kerb%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kerb#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kerb/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/tactile_paving#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/tactile_paving/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/kerb:height#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/kerb%3Aheight/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [kerb:height](https://wiki.openstreetmap.org/wiki/Key:kerb:height) | [pnat](../SpecialInputElements.md#pnat) | [0](https://wiki.openstreetmap.org/wiki/Tag:kerb:height%3D0) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### kerb-type
|
|
||||||
|
|
||||||
The question is `What is the height of this kerb?`
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/kerbs/raised.svg' style='width: 3rem; height: 3rem'> *This kerb is raised (>3 cm)* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/kerbs/lowered.svg' style='width: 3rem; height: 3rem'> *This kerb is lowered (~3 cm)* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/kerbs/flush.svg' style='width: 3rem; height: 3rem'> *This kerb is flush (~0cm)* is shown if 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>
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/kerbs/no.svg' style='width: 3rem; height: 3rem'> *There is no kerb here* is shown if 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* is shown if 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_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_geometry:type' target='_blank'>_geometry:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_geometry:type%3DPoint' target='_blank'>Point</a>
|
|
||||||
|
|
||||||
### tactile-paving
|
|
||||||
|
|
||||||
The question is `Is there tactile paving at this kerb?`
|
|
||||||
|
|
||||||
- *This kerb has tactile paving.* is shown if 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.* is shown if 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.* is shown if 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 tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:_geometry:type' target='_blank'>_geometry:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_geometry:type%3DPoint' target='_blank'>Point</a>
|
|
||||||
|
|
||||||
### kerb-height
|
|
||||||
|
|
||||||
The question is `What is the height of this kerb?`
|
|
||||||
*Kerb height: {kerb:height}* is shown if `kerb:height` is set
|
|
||||||
|
|
||||||
- *This kerb is flush and is lower than 1cm.* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| kerb-type.0 | *All types of kerbs* (default) | |
|
|
||||||
| kerb-type.1 | Raised kerb (>3 cm) | kerb=raised |
|
|
||||||
| kerb-type.2 | Lowered kerb (~3 cm) | kerb=lowered |
|
|
||||||
| kerb-type.3 | Flush kerb (~0cm) | kerb=flush |
|
|
||||||
| kerb-type.4 | No kerb | kerb=no |
|
|
||||||
| kerb-type.5 | Kerb with unknown height | kerb= |
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| tactile_paving_advanced.0 | *With or without tactile paving* (default) | |
|
|
||||||
| tactile_paving_advanced.1 | With tactile paving | tactile_paving=yes |
|
|
||||||
| tactile_paving_advanced.2 | Without tactile paving | tactile_paving=no |
|
|
||||||
| tactile_paving_advanced.3 | No information about tactile paving | tactile_paving= |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/kerbs/kerbs.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/kerbs/kerbs.json)
|
|
|
@ -1,153 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [childcare-type](#childcare-type)
|
|
||||||
- [name](#name)
|
|
||||||
- [website](#website)
|
|
||||||
- [email](#email)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [opening_hours](#opening_hours)
|
|
||||||
- [Opening hours](#opening-hours)
|
|
||||||
- [capacity](#capacity)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
5. [Filters](#filters)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [education](https://mapcomplete.org/education)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a kindergarten** which has the following tags:<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' target='_blank'>isced:level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:isced:level%3D0' target='_blank'>0</a> & <a href='https://wiki.openstreetmap.org/wiki/Key:isced:2011:level' target='_blank'>isced:2011:level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:isced:2011:level%3Dearly_childhood' target='_blank'>early_childhood</a>
|
|
||||||
- **a childcare** which has the following tags:<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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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%28%20%20%20%20nwr%5B%22amenity%22%3D%22childcare%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22kindergarten%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22isced%3Alevel%3A2011%22%3D%22early_childhood%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/capacity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/capacity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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.* is shown if 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* is shown if 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 facility is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### opening_hours
|
|
||||||
|
|
||||||
The question is `When is this childcare opened?`
|
|
||||||
*<h3>Opening hours</h3>{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set
|
|
||||||
|
|
||||||
- *Marked as closed for an unspecified time* is shown if 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%3Dclosed' target='_blank'>closed</a>. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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>
|
|
||||||
|
|
||||||
### capacity
|
|
||||||
|
|
||||||
The question is `How much kids (at most) can be enrolled here?`
|
|
||||||
*This facility has room for {capacity} kids* is shown if `capacity` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
## Filters
|
|
||||||
|
|
||||||
| id | question | osmTags |
|
|
||||||
-----|-----|----- |
|
|
||||||
| open_now.0 | Open now | _isOpen=yes |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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,83 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# lighthouse
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **5** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [wikipedia](#wikipedia)
|
|
||||||
- [lighthouse-height](#lighthouse-height)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [lighthouses](https://mapcomplete.org/lighthouses)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a lighthouse** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:man_made' target='_blank'>man_made</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dlighthouse' target='_blank'>lighthouse</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:man_made' target='_blank'>man_made</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dlighthouse' target='_blank'>lighthouse</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22man_made%22%3D%22lighthouse%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/wikidata#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/wikidata/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/height#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/height/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [height](https://wiki.openstreetmap.org/wiki/Key:height) | [pfloat](../SpecialInputElements.md#pfloat) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### wikipedia
|
|
||||||
Shows a wikipedia box with the corresponding wikipedia article; the wikidata-item link can be changed by a contributor
|
|
||||||
The question is `What is the corresponding Wikidata entity?`
|
|
||||||
*{wikipedia():max-height:25rem}* is shown if `wikidata` is set
|
|
||||||
|
|
||||||
- *{wikipedia():max-height:25rem}* is shown if with wikipedia~.+. _This option cannot be chosen as answer_
|
|
||||||
- *No Wikipedia page has been linked yet* is shown if with wikidata=. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
### lighthouse-height
|
|
||||||
|
|
||||||
The question is `What is the height of this lighthouse, in metres?`
|
|
||||||
*The height of this lighthouse is {height} metres.* is shown if `height` is set
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/lighthouse/lighthouse.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/lighthouse/lighthouse.json)
|
|
|
@ -1,75 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# lit_streets
|
|
||||||
|
|
||||||
- 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`
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
3. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [lit](#lit)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [split_button](#split_button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [street_lighting](https://mapcomplete.org/street_lighting)
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **all** of the following expressions:
|
|
||||||
|
|
||||||
0. highway~.+
|
|
||||||
1. lit!=no
|
|
||||||
2. lit~.+
|
|
||||||
3. service!=driveway
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%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%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/lit#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/lit/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [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) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### lit
|
|
||||||
|
|
||||||
The question is `Is this street lit?`
|
|
||||||
|
|
||||||
- *This street is lit* is shown if 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* is shown if 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* is shown if 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* is shown if 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>
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### split_button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{split_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting/street_lighting.json)
|
|
|
@ -1,119 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# love_hotel
|
|
||||||
|
|
||||||
A love hotel is a type of short-stay hotel found around the world operated primarily for the purpose of allowing guests privacy for sexual activities
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **10** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [reviews](#reviews)
|
|
||||||
- [name](#name)
|
|
||||||
- [phone](#phone)
|
|
||||||
- [email](#email)
|
|
||||||
- [website](#website)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [hotels](https://mapcomplete.org/hotels)
|
|
||||||
- [openlovemap](https://mapcomplete.org/openlovemap)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a love hotel** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dlove_hotel' target='_blank'>love_hotel</a>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dlove_hotel' target='_blank'>love_hotel</a>**
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22love_hotel%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### reviews
|
|
||||||
Shows the reviews module (including the possibility to leave a review)
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{create_review()}{list_reviews()}*
|
|
||||||
|
|
||||||
### name
|
|
||||||
|
|
||||||
The question is `What is the name of this love hotel?`
|
|
||||||
*This love hotel is named <b>{name}</b>* is shown if `name` is set
|
|
||||||
|
|
||||||
### phone
|
|
||||||
|
|
||||||
The question is `What is the phone number of {title()}?`
|
|
||||||
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### email
|
|
||||||
|
|
||||||
The question is `What is the email address of {title()}?`
|
|
||||||
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### website
|
|
||||||
|
|
||||||
The question is `What is the website of {title()}?`
|
|
||||||
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
|
|
||||||
|
|
||||||
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`contact`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/love_hotel/love_hotel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/love_hotel/love_hotel.json)
|
|
|
@ -1,130 +0,0 @@
|
||||||
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
|
|
||||||
|
|
||||||
# map
|
|
||||||
|
|
||||||
A map, meant for tourists which is permanently installed in the public space
|
|
||||||
|
|
||||||
- This layer is shown at zoomlevel **12** and higher
|
|
||||||
|
|
||||||
## Table of contents
|
|
||||||
|
|
||||||
1. [Themes using this layer](#themes-using-this-layer)
|
|
||||||
2. [Presets](#presets)
|
|
||||||
3. [Basic tags for this layer](#basic-tags-for-this-layer)
|
|
||||||
4. [Supported attributes](#supported-attributes)
|
|
||||||
- [images](#images)
|
|
||||||
- [map_type](#map_type)
|
|
||||||
- [map_size](#map_size)
|
|
||||||
- [map-map_source](#map-map_source)
|
|
||||||
- [map-attribution](#map-attribution)
|
|
||||||
- [leftover-questions](#leftover-questions)
|
|
||||||
- [move-button](#move-button)
|
|
||||||
- [delete-button](#delete-button)
|
|
||||||
- [lod](#lod)
|
|
||||||
|
|
||||||
## Themes using this layer
|
|
||||||
|
|
||||||
- [maps](https://mapcomplete.org/maps)
|
|
||||||
- [nature](https://mapcomplete.org/nature)
|
|
||||||
- [personal](https://mapcomplete.org/personal)
|
|
||||||
- [ski](https://mapcomplete.org/ski)
|
|
||||||
|
|
||||||
## Presets
|
|
||||||
|
|
||||||
The following options to create new points are included:
|
|
||||||
|
|
||||||
- **a map** which has the following tags:<a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dinformation' target='_blank'>information</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>
|
|
||||||
|
|
||||||
## Basic tags for this layer
|
|
||||||
|
|
||||||
Elements must match **any** of the following expressions:
|
|
||||||
|
|
||||||
- <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>
|
|
||||||
- <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>
|
|
||||||
|
|
||||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22information%22%3D%22map%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22tourism%22%3D%22map%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
|
||||||
|
|
||||||
## Supported attributes
|
|
||||||
|
|
||||||
**Warning:**,this quick overview is incomplete,
|
|
||||||
|
|
||||||
| attribute | type | values which are supported by this layer |
|
|
||||||
-----|-----|----- |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/map_type#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/map_type/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [map_type](https://wiki.openstreetmap.org/wiki/Key:map_type) | Multiple choice | [topo](https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dtopo) [street](https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dstreet) [scheme](https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dscheme) [toposcope](https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dtoposcope) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/map_size#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/map_size/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [map_size](https://wiki.openstreetmap.org/wiki/Key:map_size) | Multiple choice | [building](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dbuilding) [site](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dsite) [village](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dvillage) [city](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dcity) [region](https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dregion) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/map_source#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/map_source/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [map_source](https://wiki.openstreetmap.org/wiki/Key:map_source) | [string](../SpecialInputElements.md#string) | [OpenStreetMap](https://wiki.openstreetmap.org/wiki/Tag:map_source%3DOpenStreetMap) |
|
|
||||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/map_source:attribution#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/map_source%3Aattribution/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [map_source:attribution](https://wiki.openstreetmap.org/wiki/Key:map_source:attribution) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dyes) [incomplete](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dincomplete) [sticker](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dsticker) [none](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dnone) |
|
|
||||||
|
|
||||||
### images
|
|
||||||
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{image_carousel()}{image_upload()}*
|
|
||||||
|
|
||||||
### map_type
|
|
||||||
|
|
||||||
The question is `What type of map is shown?`
|
|
||||||
|
|
||||||
- *Topographical map <p class='subtle'>The map contains contour lines. </p>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:map_type' target='_blank'>map_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dtopo' target='_blank'>topo</a>
|
|
||||||
- *A map with all streets or ways of an area. <p class='subtle'>The streets are mostly named; the angles, distances etc. are accurate</p>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:map_type' target='_blank'>map_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dstreet' target='_blank'>street</a>
|
|
||||||
- *This is a schematic map. <p class='subtle'>A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.</p> * is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:map_type' target='_blank'>map_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dscheme' target='_blank'>scheme</a>
|
|
||||||
- *This is a toposcope. <p class='subtle'>A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point<p>* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:map_type' target='_blank'>map_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_type%3Dtoposcope' target='_blank'>toposcope</a>
|
|
||||||
|
|
||||||
### map_size
|
|
||||||
|
|
||||||
The question is `What is the size of the shown area on the map?`
|
|
||||||
|
|
||||||
- *A map of the rooms within a building* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:map_size' target='_blank'>map_size</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dbuilding' target='_blank'>building</a>
|
|
||||||
- *A map of special site, like of a historical castle, a park, a campus, a forest, ....* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:map_size' target='_blank'>map_size</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dsite' target='_blank'>site</a>
|
|
||||||
- *A map showing the village or town* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:map_size' target='_blank'>map_size</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dvillage' target='_blank'>village</a>
|
|
||||||
- * A map of a city* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:map_size' target='_blank'>map_size</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dcity' target='_blank'>city</a>
|
|
||||||
- *The map of an entire region, showing multiple cities and villages* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:map_size' target='_blank'>map_size</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_size%3Dregion' target='_blank'>region</a>
|
|
||||||
|
|
||||||
### map-map_source
|
|
||||||
|
|
||||||
The question is `On which data is this map based?`
|
|
||||||
*This map is based on {map_source}* is shown if `map_source` is set
|
|
||||||
|
|
||||||
- *This map is based on OpenStreetMap* is shown if 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> & not:map_source=
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`map`
|
|
||||||
|
|
||||||
### map-attribution
|
|
||||||
|
|
||||||
The question is `Is the OpenStreetMap-attribution given?`
|
|
||||||
|
|
||||||
- *OpenStreetMap is clearly attributed, including the ODBL-license* is shown if 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* is shown if 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* is shown if 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* is shown if 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* is shown if 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_
|
|
||||||
|
|
||||||
This tagrendering is only visible in the popup if the following condition is met: <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%3Dosm' target='_blank'>osm</a> | <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%3DOSM' target='_blank'>OSM</a> | map_source~^((O|)pen(S|s)treet(M|m)ap)$
|
|
||||||
This tagrendering has labels
|
|
||||||
`map`
|
|
||||||
|
|
||||||
### leftover-questions
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{questions( ,)}*
|
|
||||||
|
|
||||||
### move-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{move_button()}*
|
|
||||||
|
|
||||||
### delete-button
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{delete_button()}*
|
|
||||||
|
|
||||||
### lod
|
|
||||||
|
|
||||||
_This tagrendering has no question and is thus read-only_
|
|
||||||
*{linked_data_from_website()}*
|
|
||||||
|
|
||||||
This tagrendering has labels
|
|
||||||
`added_by_default`
|
|
||||||
|
|
||||||
|
|
||||||
This document is autogenerated from [assets/layers/map/map.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/map/map.json)
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue