mapcomplete/Docs/Layers/bench.md

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

308 lines
13 KiB
Markdown
Raw Normal View History

bench
2022-01-14 19:36:36 +01:00
=======
<img src='https://mapcomplete.osm.be/./assets/layers/bench/bench.svg' height="100px">
2022-06-04 16:56:15 +02:00
A bench is a wooden, metal, stone, … surface where a human can sit. This layers visualises them and asks a few questions about them.
2022-01-14 19:36:36 +01:00
2022-04-06 16:12:01 +02:00
- This layer is shown at zoomlevel **17** and higher
#### Themes using this layer
- [benches](https://mapcomplete.osm.be/benches)
- [nature](https://mapcomplete.osm.be/nature)
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:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench' target='_blank'>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%22amenity%22%3D%22bench%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/backrest#values) [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/seats#values) [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) |
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/material#values) [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/direction#values) [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) |
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/colour#values) [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [color](../SpecialInputElements.md#color) | [brown](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown) [green](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen) [gray](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray) [white](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [black](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack) [blue](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/survey:date#values) [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D)
2022-12-06 03:41:27 +01:00
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/tourism#values) [tourism](https://wiki.openstreetmap.org/wiki/Key:tourism) | Multiple choice | [artwork](https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork) [](https://wiki.openstreetmap.org/wiki/Tag:tourism%3D)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/historic#values) [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D)
2022-01-14 19:36:36 +01:00
### 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-backrest
2022-01-14 19:36:36 +01:00
The question is Does this bench have a backrest?
2022-01-14 19:36:36 +01:00
2022-08-24 03:09:51 +02:00
- Does have a backrest corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:backrest' target='_blank'>backrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes' target='_blank'>yes</a>`
- Does <b>not</b> have a backrest corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:backrest' target='_blank'>backrest</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno' target='_blank'>no</a>`
2022-12-06 03:41:27 +01:00
This tagrendering has labels `bench-questions`
### bench-seats
2022-01-14 19:36:36 +01:00
The question is How many seats does this bench have?
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [seats](https://wiki.openstreetmap.org/wiki/Key:seats)
2022-06-04 16:56:15 +02:00
This is rendered with {seats} seats
2022-01-14 19:36:36 +01:00
2022-12-06 03:41:27 +01:00
- This bench does not have separated seats corresponds 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
2022-01-14 19:36:36 +01:00
The question is What is the bench (seating) made from?
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [material](https://wiki.openstreetmap.org/wiki/Key:material)
2022-01-14 19:36:36 +01:00
2022-06-04 16:56:15 +02:00
This is rendered with Material: {material}
2022-08-24 03:09:51 +02:00
- The seating is made from wood corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood' target='_blank'>wood</a>`
- The seating is made from metal corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal' target='_blank'>metal</a>`
- The seating is made from stone corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone' target='_blank'>stone</a>`
- The seating is made from concrete corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete' target='_blank'>concrete</a>`
- The seating is made from plastic corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic' target='_blank'>plastic</a>`
- The seating is made from steel corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:material' target='_blank'>material</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel' target='_blank'>steel</a>`
2022-12-06 03:41:27 +01:00
This tagrendering has labels `bench-questions`
### bench-direction
2022-01-14 19:36:36 +01:00
The question is In which direction are you looking when sitting on the bench?
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [direction](https://wiki.openstreetmap.org/wiki/Key:direction)
2022-06-04 16:56:15 +02:00
This is rendered with When sitting on the bench, one looks towards {direction}°.
2022-01-14 19:36:36 +01:00
2022-12-06 03:41:27 +01:00
This tagrendering has labels `bench-questions`
### bench-colour
2022-01-14 19:36:36 +01:00
The question is Which colour does this bench have?
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [colour](https://wiki.openstreetmap.org/wiki/Key:colour)
2022-06-04 16:56:15 +02:00
This is rendered with Colour: {colour}
2022-01-14 19:36:36 +01:00
2022-07-26 10:51:14 +02:00
- Colour: brown corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown' target='_blank'>brown</a>`
- Colour: green corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen' target='_blank'>green</a>`
- Colour: gray corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray' target='_blank'>gray</a>`
- Colour: white corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite' target='_blank'>white</a>`
- Colour: red corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred' target='_blank'>red</a>`
- Colour: black corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack' target='_blank'>black</a>`
- Colour: blue corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue' target='_blank'>blue</a>`
- Colour: yellow corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:colour' target='_blank'>colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow' target='_blank'>yellow</a>`
2022-12-06 03:41:27 +01:00
This tagrendering has labels `bench-questions`
### bench-survey:date
2022-01-14 19:36:36 +01:00
The question is When was this bench last surveyed?
2022-01-14 19:36:36 +01:00
This rendering asks information about the property [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date)
2022-06-04 16:56:15 +02:00
This is rendered with This bench was last surveyed on {survey:date}
2022-01-14 19:36:36 +01:00
2022-07-26 10:51:14 +02:00
- Surveyed today! corresponds with `survey:date=`
2022-12-06 03:41:27 +01:00
This tagrendering has labels `bench-questions`
### bench-inscription
The question is Does this bench have an inscription?<div class='subtle text-lg'>E.g. on a mounted plaque, in the backrest, ...</div>
This rendering asks information about the property [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription)
This is rendered with This bench does have the following inscription:<br/><p><i>{inscription}</i></p>
- This bench does not have an inscription corresponds with `<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 does <span class='subtle'>(probably)</span> not have an inscription corresponds with ``
- 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?<div class='subtle text-lg'>E.g. it has an integrated painting, statue or other non-trivial, creative work</div>
- This bench has an integrated artwork corresponds 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 corresponds with ``
### bench-memorial
The question is Does this bench act as memorial for someone or something?
- This bench is a memorial for someone or something corresponds with `<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 corresponds with `<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: `historic=memorial|inscription~.+|memorial=bench|tourism=artwork`
This tagrendering has labels `bench-questions`
#### 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 |
2022-01-14 19:36:36 +01:00
2022-12-06 03:41:27 +01:00
This document is autogenerated from [assets/layers/bench/bench.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench/bench.json)