bike_parking ============== A layer showing where you can park your bike ## Table of contents 1. [bike_parking](#bike_parking) * [Themes using this layer](#themes-using-this-layer) - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) + [Bicycle parking type](#bicycle-parking-type) + [Underground?](#underground) + [Is covered?](#is-covered) + [Capacity](#capacity) + [Access](#access) + [Cargo bike spaces?](#cargo-bike-spaces) + [Cargo bike capacity?](#cargo-bike-capacity) #### Themes using this layer - [cyclofix](https://mapcomplete.osm.be/cyclofix) - [personal](https://mapcomplete.osm.be/personal) [Go to the source code](../assets/layers/bike_parking/bike_parking.json) Basic tags for this layer --------------------------- Elements must have the all of following tags to be shown on this layer: - amenity=bicycle_parking Supported attributes ---------------------- **Warning** This quick overview is incomplete attribute | type | values which are supported by this layer ----------- | ------ | ------------------------------------------ [](https://taginfo.openstreetmap.org/keys/bicycle_parking#values) [bicycle_parking](https://wiki.openstreetmap.org/wiki/Key:bicycle_parking) | [string](../SpecialInputElements.md#string) | [stands](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands) [wall_loops](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dwall_loops) [handlebar_holder](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dhandlebar_holder) [rack](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Drack) [two_tier](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dtwo_tier) [shed](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dshed) [bollard](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dbollard) [floor](https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dfloor) [](https://taginfo.openstreetmap.org/keys/location#values) [location](https://wiki.openstreetmap.org/wiki/Key:location) | Multiple choice | [underground](https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground) [surface](https://wiki.openstreetmap.org/wiki/Tag:location%3Dsurface) [rooftop](https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop) [rooftop](https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop) [](https://taginfo.openstreetmap.org/keys/covered#values) [covered](https://wiki.openstreetmap.org/wiki/Key:covered) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:covered%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:covered%3Dno) [](https://taginfo.openstreetmap.org/keys/capacity#values) [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [nat](../SpecialInputElements.md#nat) | [](https://taginfo.openstreetmap.org/keys/access#values) [access](https://wiki.openstreetmap.org/wiki/Key:access) | [string](../SpecialInputElements.md#string) | [yes](https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes) [customers](https://wiki.openstreetmap.org/wiki/Tag:access%3Dcustomers) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate) [](https://taginfo.openstreetmap.org/keys/cargo_bike#values) [cargo_bike](https://wiki.openstreetmap.org/wiki/Key:cargo_bike) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Dyes) [designated](https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Ddesignated) [no](https://wiki.openstreetmap.org/wiki/Tag:cargo_bike%3Dno) [](https://taginfo.openstreetmap.org/keys/capacity:cargo_bike#values) [capacity:cargo_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:cargo_bike) | [nat](../SpecialInputElements.md#nat) | ### images _This tagrendering has no question and is thus read-only_ ### Bicycle parking type The question is **What is the type of this bicycle parking?** This rendering asks information about the property [bicycle_parking](https://wiki.openstreetmap.org/wiki/Key:bicycle_parking) This is rendered with `This is a bicycle parking of the type: {bicycle_parking}` - **Staple racks ** corresponds with bicycle_parking=stands - **Wheel rack/loops ** corresponds with bicycle_parking=wall_loops - **Handlebar holder ** corresponds with bicycle_parking=handlebar_holder - **Rack ** corresponds with bicycle_parking=rack - **Two-tiered ** corresponds with bicycle_parking=two_tier - **Shed ** corresponds with bicycle_parking=shed - **Bollard ** corresponds with bicycle_parking=bollard - **An area on the floor which is marked for bicycle parking** corresponds with bicycle_parking=floor ### Underground? The question is **What is the relative location of this bicycle parking?** - **Underground parking** corresponds with location=underground - **Surface level parking** corresponds with location=surface - **Rooftop parking** corresponds with location=rooftop - **Surface level parking** corresponds with _This option cannot be chosen as answer_ - **Rooftop parking** corresponds with location=rooftop ### Is covered? The question is **Is this parking covered? Also select "covered" for indoor parkings.** - **This parking is covered (it has a roof)** corresponds with covered=yes - **This parking is not covered** corresponds with covered=no ### Capacity The question is **How many bicycles fit in this bicycle parking (including possible cargo bicycles)?** This rendering asks information about the property [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) This is rendered with `Place for {capacity} bikes` ### Access The question is **Who can use this bicycle parking?** This rendering asks information about the property [access](https://wiki.openstreetmap.org/wiki/Key:access) This is rendered with `{access}` - **Publicly accessible** corresponds with access=yes - **Access is primarily for visitors to a business** corresponds with access=customers - **Access is limited to members of a school, company or organisation** corresponds with access=private ### Cargo bike spaces? The question is **Does this bicycle parking have spots for cargo bikes?** - **This parking has room for cargo bikes** corresponds with cargo_bike=yes - **This parking has designated (official) spots for cargo bikes.** corresponds with cargo_bike=designated - **You're not allowed to park cargo bikes** corresponds with cargo_bike=no ### Cargo bike capacity? The question is **How many cargo bicycles fit in this bicycle parking?** This rendering asks information about the property [capacity:cargo_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:cargo_bike) This is rendered with `This parking fits {capacity:cargo_bike} cargo bikes` This document is autogenerated from [assets/layers/bike_parking/bike_parking.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_parking/bike_parking.json)