mapcomplete/Docs/Layers/transit_routes.md
2022-07-09 17:25:38 +02:00

4.8 KiB

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

Basic tags for this layer

Elements must have the all of following tags to be shown on this layer:

Execute on overpass

Supported attributes

Warning:

this quick overview is incomplete

attribute type values which are supported by this layer
name string
from string
via string
to string
colour color
network string
operator string

name

The question is What is the name for this bus line? (i.e. Bus XX: From => Via => To)

This rendering asks information about the property name

This is rendered with {name}

from

The question is What is the starting point for this bus line?

This rendering asks information about the property from

This is rendered with This bus line begins at {from}

via

The question is What is the via point for this bus line?

This rendering asks information about the property via

This is rendered with This bus line goes via {via}

to

The question is What is the ending point for this bus line?

This rendering asks information about the property to

This is rendered with This bus line ends at {to}

colour

The question is What is the colour for this bus line?

This rendering asks information about the property colour

This is rendered with This bus line has the color {colour}

network

The question is What network does this bus line belong to?

This rendering asks information about the property network

This is rendered with This bus line is part of the {network} network

operator

The question is What company operates this bus line?

This rendering asks information about the property operator

This is rendered with This bus line is operated by {operator}

This document is autogenerated from assets/layers/transit_routes/transit_routes.json