forked from MapComplete/MapComplete
Chore: regenerate docs
This commit is contained in:
parent
c65808bcd2
commit
4078b33a87
318 changed files with 80192 additions and 692 deletions
|
@ -11,6 +11,8 @@ Layer showing different types of transit stops.
|
|||
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)
|
||||
4. [Featureview elements and TagRenderings](#featureview-elements-and-tagrenderings)
|
||||
- [{_contained_routes_count} routes stop at this stop](#{_contained_routes_count}-routes-stop-at-this-stop)
|
||||
- [stop_name](#stop_name)
|
||||
- [images](#images)
|
||||
- [shelter](#shelter)
|
||||
|
@ -24,7 +26,7 @@ Layer showing different types of transit stops.
|
|||
- [{_contained_routes_count} routes stop at this stop](#{_contained_routes_count}-routes-stop-at-this-stop)
|
||||
- [leftover-questions](#leftover-questions)
|
||||
- [lod](#lod)
|
||||
4. [Filters](#filters)
|
||||
5. [Filters](#filters)
|
||||
|
||||
## Themes using this layer
|
||||
|
||||
|
@ -40,7 +42,7 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -53,6 +55,23 @@ Elements must match the expression **<a href='https://wiki.openstreetmap.org/wik
|
|||
| <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) |
|
||||
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/departures_board#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/departures_board/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [departures_board](https://wiki.openstreetmap.org/wiki/Key:departures_board) | Multiple choice | [realtime](https://wiki.openstreetmap.org/wiki/Tag:departures_board%3Drealtime) [timetable](https://wiki.openstreetmap.org/wiki/Tag:departures_board%3Dtimetable) [interval](https://wiki.openstreetmap.org/wiki/Tag:departures_board%3Dinterval) [no](https://wiki.openstreetmap.org/wiki/Tag:departures_board%3Dno) |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [stop_name](#stop_name) | What is the name of this stop?<br/>_This stop is called <b>{name}</b>_<br/>1 options | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [images](#images) <br/> _(Original in [questions](./BuiltinQuestions.md#images))_ | _{image_carousel()}{image_upload()}_ | | _Multiple choice only_ |
|
||||
| [shelter](#shelter) | Does this stop have a shelter?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bench](#bench) | Does this stop have a bench?<br/>3 options | | _Multiple choice only_ |
|
||||
| [bin](#bin) | Does this stop have a bin?<br/>3 options | | _Multiple choice only_ |
|
||||
| [wheelchair-access](#wheelchair-access) <br/> _(Original in [questions](./BuiltinQuestions.md#wheelchair-access))_ | Is this place accessible with a wheelchair?<br/>4 options | | _Multiple choice only_ |
|
||||
| [tactile_paving](#tactile_paving) | Does this stop have tactile paving?<br/>2 options | | _Multiple choice only_ |
|
||||
| [lit](#lit) | Is this stop lit?<br/>2 options | | _Multiple choice only_ |
|
||||
| [departures_board](#departures_board) | 6 options | | _Multiple choice only_ |
|
||||
| [contained_routes](#contained_routes) | _<h3>{_contained_routes_count} routes stop at this stop</h3> <ul>{_contained_routes}</ul>_ | | _Multiple choice only_ |
|
||||
| [leftover-questions](#leftover-questions) | _{questions( ,hidden)}_ | | _Multiple choice only_ |
|
||||
| [lod](#lod) <br/> _(Original in [questions](./BuiltinQuestions.md#lod))_ | _{linked_data_from_website()}_ | added_by_default | _Multiple choice only_ |
|
||||
|
||||
### stop_name
|
||||
|
||||
The question is `What is the name of this stop?`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue