mapcomplete/Docs/Layers/bench_at_pt.md

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

110 lines
3.3 KiB
Markdown
Raw Normal View History

bench_at_pt
2022-01-14 19:36:36 +01:00
=============
<img src='https://mapcomplete.osm.be/./assets/themes/benches/bench_public_transport.svg' height="100px">
A layer showing all public-transport-stops which do have a bench
2022-04-06 16:12:01 +02:00
- This layer is shown at zoomlevel **14** and higher
#### Themes using this layer
- [benches](https://mapcomplete.osm.be/benches)
2022-02-14 04:59:49 +01:00
- [personal](https://mapcomplete.osm.be/personal)
2022-01-14 19:36:36 +01:00
Basic tags for this layer
2022-01-14 19:36:36 +01:00
---------------------------
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dyes' target='_blank'>yes</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dstand_up_bench' target='_blank'>stand_up_bench</a>
2022-03-24 19:59:57 +01:00
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22bench%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22bench%22%3D%22stand_up_bench%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
Supported attributes
2022-01-14 19:36:36 +01:00
----------------------
Warning:
this quick overview is incomplete
2022-01-14 19:36:36 +01:00
2022-01-14 19:36:36 +01:00
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |
2022-01-14 19:36:36 +01:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/bench#values) [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
2022-01-14 19:36:36 +01:00
2022-07-26 10:51:14 +02:00
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-01-14 19:36:36 +01:00
### bench_at_pt-name
2022-01-14 19:36:36 +01:00
This tagrendering has no question and is thus read-only
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
2022-06-04 16:56:15 +02:00
This is rendered with {name}
2022-01-14 19:36:36 +01:00
### bench_at_pt-bench_type
2022-01-14 19:36:36 +01:00
The question is What kind of bench is this?
2022-01-14 19:36:36 +01:00
2022-07-26 10:51:14 +02:00
- There is a normal, sit-down bench here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dyes' target='_blank'>yes</a>`
- Stand up bench corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dstand_up_bench' target='_blank'>stand_up_bench</a>`
- There is no bench here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dno' target='_blank'>no</a>`
2022-01-14 19:36:36 +01:00
2022-02-15 00:00:30 +01:00
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)