barrier ========= Obstacles while cycling, such as bollards and cycle barriers ## Table of contents 1. [barrier](#barrier) * [Themes using this layer](#themes-using-this-layer) - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [bicycle=yes/no](#bicycle=yesno) + [barrier_type](#barrier_type) + [Bollard type](#bollard-type) + [Cycle barrier type](#cycle-barrier-type) + [MaxWidth](#maxwidth) + [Space between barrier (cyclebarrier)](#space-between-barrier-(cyclebarrier)) + [Width of opening (cyclebarrier)](#width-of-opening-(cyclebarrier)) + [Overlap (cyclebarrier)](#overlap-(cyclebarrier)) - 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](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/barrier/barrier.json) Basic tags for this layer --------------------------- Elements must have the all of following tags to be shown on this layer: - barrier=bollard|barrier=cycle_barrier [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22barrier%22%3D%22bollard%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22barrier%22%3D%22cycle_barrier%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) Supported attributes ---------------------- **Warning** This quick overview is incomplete attribute | type | values which are supported by this layer ----------- | ------ | ------------------------------------------ [](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/barrier#values) [barrier](https://wiki.openstreetmap.org/wiki/Key:barrier) | Multiple choice | [bollard](https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard) [cycle_barrier](https://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier) [](https://taginfo.openstreetmap.org/keys/bollard#values) [bollard](https://wiki.openstreetmap.org/wiki/Key:bollard) | Multiple choice | [removable](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dremovable) [fixed](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dfixed) [foldable](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dfoldable) [flexible](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Dflexible) [rising](https://wiki.openstreetmap.org/wiki/Tag:bollard%3Drising) [](https://taginfo.openstreetmap.org/keys/cycle_barrier#values) [cycle_barrier](https://wiki.openstreetmap.org/wiki/Key:cycle_barrier) | Multiple choice | [single](https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsingle) [double](https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Ddouble) [triple](https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dtriple) [squeeze](https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsqueeze) [](https://taginfo.openstreetmap.org/keys/maxwidth:physical#values) [maxwidth:physical](https://wiki.openstreetmap.org/wiki/Key:maxwidth:physical) | [length](../SpecialInputElements.md#length) | [](https://taginfo.openstreetmap.org/keys/width:separation#values) [width:separation](https://wiki.openstreetmap.org/wiki/Key:width:separation) | [length](../SpecialInputElements.md#length) | [](https://taginfo.openstreetmap.org/keys/width:opening#values) [width:opening](https://wiki.openstreetmap.org/wiki/Key:width:opening) | [length](../SpecialInputElements.md#length) | [](https://taginfo.openstreetmap.org/keys/overlap#values) [overlap](https://wiki.openstreetmap.org/wiki/Key:overlap) | [length](../SpecialInputElements.md#length) | ### bicycle=yes/no The question is **Can a bicycle go past this barrier?** - **A cyclist can go past this.** corresponds with bicycle=yes - **A cyclist can not go past this.** corresponds with bicycle=no ### barrier_type _This tagrendering has no question and is thus read-only_ - **This is a single bollard in the road** corresponds with barrier=bollard - **This is a cycle barrier slowing down cyclists** corresponds with barrier=cycle_barrier ### Bollard type The question is **What kind of bollard is this?** - **Removable bollard** corresponds with bollard=removable - **Fixed bollard** corresponds with bollard=fixed - **Bollard that can be folded down** corresponds with bollard=foldable - **Flexible bollard, usually plastic** corresponds with bollard=flexible - **Rising bollard** corresponds with bollard=rising ### Cycle barrier type The question is **What kind of cycling barrier is this?** - **Single, just two barriers with a space inbetween** corresponds with cycle_barrier=single - **Double, two barriers behind each other** corresponds with cycle_barrier=double - **Triple, three barriers behind each other** corresponds with cycle_barrier=triple - **Squeeze gate, gap is smaller at top, than at the bottom** corresponds with cycle_barrier=squeeze ### MaxWidth The question is **How wide is the gap left over besides the barrier?** This rendering asks information about the property [maxwidth:physical](https://wiki.openstreetmap.org/wiki/Key:maxwidth:physical) This is rendered with `Maximum width: {maxwidth:physical} m` ### Space between barrier (cyclebarrier) The question is **How much space is there between the barriers (along the length of the road)?** This rendering asks information about the property [width:separation](https://wiki.openstreetmap.org/wiki/Key:width:separation) This is rendered with `Space between barriers (along the length of the road): {width:separation} m` ### Width of opening (cyclebarrier) The question is **How wide is the smallest opening next to the barriers?** This rendering asks information about the property [width:opening](https://wiki.openstreetmap.org/wiki/Key:width:opening) This is rendered with `Width of opening: {width:opening} m` ### Overlap (cyclebarrier) The question is **How much overlap do the barriers have?** This rendering asks information about the property [overlap](https://wiki.openstreetmap.org/wiki/Key:overlap) This is rendered with `Overlap: {overlap} m` This document is autogenerated from [assets/layers/barrier/barrier.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/barrier/barrier.json)