mapcomplete/Docs/Layers/reception_desk.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

137 lines
4 KiB
Markdown
Raw Normal View History

2022-07-26 10:51:14 +02:00
reception_desk
================
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/reception_desk/reception_desk.svg' height="100px">
A layer showing where the reception desks are and which asks some accessibility information
- This layer is shown at zoomlevel **0** and higher
2022-07-26 16:58:51 +02:00
#### Themes using this layer
- [onwheels](https://mapcomplete.osm.be/onwheels)
- [personal](https://mapcomplete.osm.be/personal)
2022-07-26 10:51:14 +02:00
Basic tags for this layer
---------------------------
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dreception_desk' target='_blank'>reception_desk</a>
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22reception_desk%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
Supported attributes
----------------------
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
2022-07-26 16:58:51 +02:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/level#values) [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1)
2022-07-26 10:51:14 +02:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/desk:height#values) [desk:height](https://wiki.openstreetmap.org/wiki/Key:desk:height) | [pfloat](../SpecialInputElements.md#pfloat) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/hearing_loop#values) [hearing_loop](https://wiki.openstreetmap.org/wiki/Key:hearing_loop) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno)
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata`
This tagrendering has no question and is thus read-only
2022-07-26 16:58:51 +02:00
### level
2022-12-08 00:48:44 +01:00
The question is *On what level is this feature located?*
2022-07-26 16:58:51 +02:00
This rendering asks information about the property [level](https://wiki.openstreetmap.org/wiki/Key:level)
2022-12-08 00:48:44 +01:00
This is rendered with `Located on the {level}th floor`
2022-07-26 16:58:51 +02:00
2022-12-08 00:48:44 +01:00
- *Located underground* corresponds with `location=underground`
2022-07-26 16:58:51 +02:00
- This option cannot be chosen as answer
2022-12-08 00:48:44 +01:00
- *Located on the ground floor* corresponds with `level=0`
- *Located on the ground floor* corresponds with ``
2022-07-26 16:58:51 +02:00
- This option cannot be chosen as answer
2022-12-08 00:48:44 +01:00
- *Located on the first floor* corresponds with `level=1`
- *Located on the first basement level* corresponds with `level=-1`
2022-07-26 16:58:51 +02:00
2022-07-26 10:51:14 +02:00
### desk-height
2022-12-08 00:48:44 +01:00
The question is *What is the height of the reception desk? <div class='subtle'>This is measured from the floor to the lowest usable part of the desk</div>*
2022-07-26 10:51:14 +02:00
This rendering asks information about the property [desk:height](https://wiki.openstreetmap.org/wiki/Key:desk:height)
2022-12-08 00:48:44 +01:00
This is rendered with `The height of the desk is <b>{canonical(desk:height)}</b>`
2022-07-26 10:51:14 +02:00
### induction-loop
An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.
2022-12-08 00:48:44 +01:00
The question is *Does this place have an audio induction loop for people with reduced hearing?*
2022-07-26 10:51:14 +02:00
2022-12-08 00:48:44 +01:00
- *This place has an audio induction loop* corresponds with `hearing_loop=yes`
- *This place <b>does not</b> have an audio induction loop* corresponds with `hearing_loop=no`
2022-07-26 10:51:14 +02:00
This document is autogenerated from [assets/layers/reception_desk/reception_desk.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/reception_desk/reception_desk.json)