MapComplete/Docs/Layers/transit_routes.md

9.4 KiB

transit_routes

Layer showing transit routes

  • 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

Table of contents

  1. Themes using this layer
  2. Basic tags for this layer
  3. Supported attributes
  4. Featureview elements and TagRenderings

Themes using this layer

Basic tags for this layer

Elements must match any of the following expressions:

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

Featureview elements and TagRenderings

id question labels freeform key
name What is the name for this transit route? (i.e. Bus XX: From => Via => To)
{name}
name (string)
from What is the starting point for this transit route?
This transit route begins at {from}
from (string)
via What is the via point for this transit route?
This transit route goes via {via}
via (string)
to What is the ending point for this transit route?
This transit route ends at {to}
to (string)
colour What is the colour for this transit route?
This transit route has the color {colour}
colour (color)
network What network does this transit route belong to?
This transit route is part of the {network} network
network (string)
operator
(Original in questions)
What company operates this transit route?
This transit route is operated by {operator}
operator (string)
leftover-questions {questions( ,hidden)} ignore-docs, added_by_default Multiple choice only
spacer
Multiple choice only
lod
(Original in questions)
{linked_data_from_website()} added_by_default Multiple choice only

name

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

{name} is shown if name is set.

from

The question is What is the starting point for this transit route?

This transit route begins at {from} is shown if from is set.

via

The question is What is the via point for this transit route?

This transit route goes via {via} is shown if via is set.

to

The question is What is the ending point for this transit route?

This transit route ends at {to} is shown if to is set.

colour

The question is What is the colour for this transit route?

This transit route has the color {colour} is shown if colour is set.

network

The question is What network does this transit route belong to?

This transit route is part of the {network} network is shown if network is set.

operator

The question is What company operates this transit route?

This transit route is operated by {operator} is shown if operator is set.

leftover-questions

This tagrendering has no question and is thus read-only

{questions( ,hidden)}

This tagrendering has labels ignore-docs added_by_default

spacer

This tagrendering has no question and is thus read-only

lod

This tagrendering has no question and is thus read-only

{linked_data_from_website()}

This tagrendering has labels added_by_default

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