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
|
@ -12,6 +12,7 @@ Layer showing bus lines
|
|||
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)
|
||||
- [name](#name)
|
||||
- [from](#from)
|
||||
- [via](#via)
|
||||
|
@ -38,7 +39,7 @@ Elements must match **all** of the following expressions:
|
|||
|
||||
## Supported attributes
|
||||
|
||||
**Warning:**,this quick overview is incomplete,
|
||||
**Warning:**: this quick overview is incomplete
|
||||
|
||||
| attribute | type | values which are supported by this layer |
|
||||
-----|-----|----- |
|
||||
|
@ -50,6 +51,20 @@ Elements must match **all** of the following expressions:
|
|||
| <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) | |
|
||||
| <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) | |
|
||||
|
||||
## Featureview elements and TagRenderings
|
||||
|
||||
| id | question | labels | freeform key |
|
||||
-----|-----|-----|----- |
|
||||
| [name](#name) | What is the name for this bus line? (i.e. Bus XX: From => Via => To)<br/>_{name}_ | | *[name](https://wiki.osm.org/wiki/Key:name)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [from](#from) | What is the starting point for this bus line?<br/>_This bus line begins at {from}_ | | *[from](https://wiki.osm.org/wiki/Key:from)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [via](#via) | What is the via point for this bus line?<br/>_This bus line goes via {via}_ | | *[via](https://wiki.osm.org/wiki/Key:via)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [to](#to) | What is the ending point for this bus line?<br/>_This bus line ends at {to}_ | | *[to](https://wiki.osm.org/wiki/Key:to)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [colour](#colour) | What is the colour for this bus line?<br/>_This bus line has the color {colour}_ | | *[colour](https://wiki.osm.org/wiki/Key:colour)* ([color](../SpecialInputElements.md#color)) |
|
||||
| [network](#network) | What network does this bus line belong to?<br/>_This bus line is part of the {network} network_ | | *[network](https://wiki.osm.org/wiki/Key:network)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [operator](#operator) | What company operates this bus line?<br/>_This bus line is operated by {operator}_ | | *[operator](https://wiki.osm.org/wiki/Key:operator)* ([string](../SpecialInputElements.md#string)) |
|
||||
| [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_ |
|
||||
|
||||
### name
|
||||
|
||||
The question is `What is the name for this bus line? (i.e. Bus XX: From => Via => To)`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue