crossings
===========
Crossings for pedestrians and cyclists
## Table of contents
1. [crossings](#crossings)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [crossing-type](#crossing-type)
+ [crossing-is-zebra](#crossing-is-zebra)
+ [crossing-bicycle-allowed](#crossing-bicycle-allowed)
+ [crossing-has-island](#crossing-has-island)
+ [crossing-tactile](#crossing-tactile)
+ [crossing-button](#crossing-button)
+ [crossing-right-turn-through-red](#crossing-right-turn-through-red)
+ [crossing-continue-through-red](#crossing-continue-through-red)
- This layer will automatically load [cycleways_and_roads](./cycleways_and_roads.md) into the layout as it depends on it: a preset snaps to this layer (presets[0])
- This layer will automatically load [cycleways_and_roads](./cycleways_and_roads.md) into the layout as it depends on it: a preset snaps to this layer (presets[1])
#### Themes using this layer
- [cycle_infra](https://mapcomplete.osm.be/cycle_infra)
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/crossings/crossings.json)
Basic tags for this layer
---------------------------
Elements must have the all of following tags to be shown on this layer:
- highway=traffic_signals|highway=crossing
Supported attributes
----------------------
**Warning** This quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[](https://taginfo.openstreetmap.org/keys/crossing#values) [crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) [unmarked](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dunmarked)
[](https://taginfo.openstreetmap.org/keys/crossing_ref#values) [crossing_ref](https://wiki.openstreetmap.org/wiki/Key:crossing_ref) | Multiple choice | [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3Dzebra) [](https://wiki.openstreetmap.org/wiki/Tag:crossing_ref%3D)
[](https://taginfo.openstreetmap.org/keys/bicycle#values) [bicycle](https://wiki.openstreetmap.org/wiki/Key:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno)
[](https://taginfo.openstreetmap.org/keys/crossing:island#values) [crossing:island](https://wiki.openstreetmap.org/wiki/Key:crossing:island) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno)
[](https://taginfo.openstreetmap.org/keys/tactile_paving#values) [tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno)
[](https://taginfo.openstreetmap.org/keys/button_operated#values) [button_operated](https://wiki.openstreetmap.org/wiki/Key:button_operated) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dno)
[](https://taginfo.openstreetmap.org/keys/red_turn:right:bicycle#values) [red_turn:right:bicycle](https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dno)
[](https://taginfo.openstreetmap.org/keys/red_turn:straight:bicycle#values) [red_turn:straight:bicycle](https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dno)
### crossing-type
The question is **What kind of crossing is this?**
- **Crossing, without traffic lights** corresponds with crossing=uncontrolled
- **Crossing with traffic signals** corresponds with crossing=traffic_signals
- **Zebra crossing** corresponds with crossing=zebra_This option cannot be chosen as answer_
- **Crossing without crossing markings** corresponds with crossing=unmarked
### crossing-is-zebra
The question is **Is this is a zebra crossing?**
- **This is a zebra crossing** corresponds with crossing_ref=zebra
- **This is not a zebra crossing** corresponds with
### crossing-bicycle-allowed
The question is **Is this crossing also for bicycles?**
- **A cyclist can use this crossing** corresponds with bicycle=yes
- **A cyclist can not use this crossing** corresponds with bicycle=no
### crossing-has-island
The question is **Does this crossing have an island in the middle?**
- **This crossing has an island in the middle** corresponds with crossing:island=yes
- **This crossing does not have an island in the middle** corresponds with crossing:island=no
### crossing-tactile
The question is **Does this crossing have tactile paving?**
- **This crossing has tactile paving** corresponds with tactile_paving=yes
- **This crossing does not have tactile paving** corresponds with tactile_paving=no
- **This crossing has tactile paving, but is not correct** corresponds with tactile_paving=incorrect_This option cannot be chosen as answer_
### crossing-button
The question is **Does this traffic light have a button to request green light?**
- **This traffic light has a button to request green light** corresponds with button_operated=yes
- **This traffic light does not have a button to request green light** corresponds with button_operated=no
### crossing-right-turn-through-red
The question is **Can a cyclist turn right when the light is red?**
- **A cyclist can turn right if the light is red ** corresponds with red_turn:right:bicycle=yes
- **A cyclist can turn right if the light is red** corresponds with red_turn:right:bicycle=yes
- **A cyclist can not turn right if the light is red** corresponds with red_turn:right:bicycle=no
### crossing-continue-through-red
The question is **Can a cyclist go straight on when the light is red?**
- **A cyclist can go straight on if the light is red ** corresponds with red_turn:straight:bicycle=yes
- **A cyclist can go straight on if the light is red** corresponds with red_turn:straight:bicycle=yes
- **A cyclist can not go straight on if the light is red** corresponds with red_turn:straight:bicycle=no
This document is autogenerated from assets/layers/crossings/crossings.json