mapcomplete/Docs/Layers/transit_routes.md

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

224 lines
5.5 KiB
Markdown
Raw Normal View History

2023-02-12 23:08:57 +01:00
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
2022-07-09 17:25:38 +02:00
transit_routes
================
Layer showing bus lines
- This layer is shown at zoomlevel **15** and higher
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
#### Themes using this layer
- [personal](https://mapcomplete.org/personal)
- [transit](https://mapcomplete.org/transit)
2022-07-09 17:25:38 +02:00
2023-05-08 00:20:32 +02:00
This is a special layer - data is not sourced from OpenStreetMap
2022-07-09 17:25:38 +02:00
Supported attributes
----------------------
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
[<img src='https://mapcomplete.org/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) |
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/from#values) [from](https://wiki.openstreetmap.org/wiki/Key:from) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/via#values) [via](https://wiki.openstreetmap.org/wiki/Key:via) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/to#values) [to](https://wiki.openstreetmap.org/wiki/Key:to) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.org/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) |
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/network#values) [network](https://wiki.openstreetmap.org/wiki/Key:network) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) |
2022-07-09 17:25:38 +02:00
2023-05-08 00:20:32 +02:00
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
2023-05-08 00:20:32 +02:00
2022-07-09 17:25:38 +02:00
### name
2022-12-08 00:48:44 +01:00
The question is *What is the name for this bus line? (i.e. Bus XX: From => Via => To)*
2022-07-09 17:25:38 +02:00
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
2022-12-08 00:48:44 +01:00
This is rendered with `{name}`
2022-07-09 17:25:38 +02:00
### from
2022-12-08 00:48:44 +01:00
The question is *What is the starting point for this bus line?*
2022-07-09 17:25:38 +02:00
This rendering asks information about the property [from](https://wiki.openstreetmap.org/wiki/Key:from)
2022-12-08 00:48:44 +01:00
This is rendered with `This bus line begins at {from}`
2022-07-09 17:25:38 +02:00
### via
2022-12-08 00:48:44 +01:00
The question is *What is the via point for this bus line?*
2022-07-09 17:25:38 +02:00
This rendering asks information about the property [via](https://wiki.openstreetmap.org/wiki/Key:via)
2022-12-08 00:48:44 +01:00
This is rendered with `This bus line goes via {via}`
2022-07-09 17:25:38 +02:00
### to
2022-12-08 00:48:44 +01:00
The question is *What is the ending point for this bus line?*
2022-07-09 17:25:38 +02:00
This rendering asks information about the property [to](https://wiki.openstreetmap.org/wiki/Key:to)
2022-12-08 00:48:44 +01:00
This is rendered with `This bus line ends at {to}`
2022-07-09 17:25:38 +02:00
### colour
2022-12-08 00:48:44 +01:00
The question is *What is the colour for this bus line?*
2022-07-09 17:25:38 +02:00
This rendering asks information about the property [colour](https://wiki.openstreetmap.org/wiki/Key:colour)
2022-12-08 00:48:44 +01:00
This is rendered with `This bus line has the color {colour}`
2022-07-09 17:25:38 +02:00
### network
2022-12-08 00:48:44 +01:00
The question is *What network does this bus line belong to?*
2022-07-09 17:25:38 +02:00
This rendering asks information about the property [network](https://wiki.openstreetmap.org/wiki/Key:network)
2022-12-08 00:48:44 +01:00
This is rendered with `This bus line is part of the {network} network`
2022-07-09 17:25:38 +02:00
### operator
2022-12-08 00:48:44 +01:00
The question is *What company operates this bus line?*
2022-07-09 17:25:38 +02:00
This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator)
2022-12-08 00:48:44 +01:00
This is rendered with `This bus line is operated by {operator}`
2022-07-09 17:25:38 +02:00
2023-04-15 03:02:01 +02:00
### leftover-questions
This tagrendering has no question and is thus read-only
### minimap
Shows a small map with the feature. Added by default to every popup
2023-04-15 03:02:01 +02:00
This tagrendering has no question and is thus read-only
### last_edit
Gives some metainfo about the last edit and who did edit it - rendering only
2023-04-15 03:02:01 +02:00
This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
2023-05-08 00:20:32 +02:00
### all-tags
This tagrendering has no question and is thus read-only
2022-07-09 17:25:38 +02:00
2023-02-12 23:08:57 +01:00
This document is autogenerated from [assets/layers/transit_routes/transit_routes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/transit_routes/transit_routes.json)