Regen docs

This commit is contained in:
Pieter Vander Vennet 2022-02-28 17:16:21 +01:00
parent 2a923a49d6
commit c89bb32c61
69 changed files with 7646 additions and 4162 deletions

View file

@ -15,6 +15,7 @@ Addresses
## Table of contents
1. [address](#address)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [housenumber](#housenumber)
@ -28,6 +29,17 @@ Addresses
- This layer will automatically load [named_streets](./named_streets.md) into the layout as it depends on it: A calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _closest_3_street_names)
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/address/address.json)

View file

@ -149,10 +149,10 @@ The question is **What kind of cycling barrier is this?**
- **Single, just two barriers with a space inbetween <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsingle' target='_blank'>single</a>
- **Double, two barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_double.svg' style='width:8em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Ddouble' target='_blank'>double</a>
- **Triple, three barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dtriple' target='_blank'>triple</a>
- **Squeeze gate, gap is smaller at top, than at the bottom <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsqueeze' target='_blank'>squeeze</a>
- **Single, just two barriers with a space inbetween** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsingle' target='_blank'>single</a>
- **Double, two barriers behind each other** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Ddouble' target='_blank'>double</a>
- **Triple, three barriers behind each other** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dtriple' target='_blank'>triple</a>
- **Squeeze gate, gap is smaller at top, than at the bottom** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycle_barrier' target='_blank'>cycle_barrier</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycle_barrier%3Dsqueeze' target='_blank'>squeeze</a>

View file

@ -114,7 +114,7 @@ This is rendered with `This bicycle library is called {name}`
The question is **What is the website of {name}?**
The question is **What is the website of {title()}?**
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
@ -130,7 +130,7 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
The question is **What is the phone number of {name}?**
The question is **What is the phone number of {title()}?**
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
@ -146,7 +146,7 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>`
The question is **What is the email address of {name}?**
The question is **What is the email address of {title()}?**
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
@ -162,7 +162,7 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
The question is **What are the opening hours of {name}?**
The question is **What are the opening hours of {title()}?**
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`

View file

@ -126,7 +126,7 @@ The question is **What kind of bicycle rental is this?**
The question is **What is the website of {name}?**
The question is **What is the website of {title()}?**
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
@ -142,7 +142,7 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
The question is **What is the email address of {name}?**
The question is **What is the email address of {title()}?**
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
@ -158,7 +158,7 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
The question is **What is the phone number of {name}?**
The question is **What is the phone number of {title()}?**
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
@ -174,7 +174,7 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>`
The question is **What are the opening hours of {name}?**
The question is **What are the opening hours of {title()}?**
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`

View file

@ -76,7 +76,7 @@ Elements must have the all of following tags to be shown on this layer:
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity#values) [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [nat](../SpecialInputElements.md#nat) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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)
@ -107,13 +107,13 @@ This is rendered with `This is a bicycle parking of the type: {bicycle_parking}`
- **Staple racks <img style='width: 25%' src='./assets/layers/bike_parking/staple.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands' target='_blank'>stands</a>
- **Wheel rack/loops <img style='width: 25%'' src='./assets/layers/bike_parking/wall_loops.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dwall_loops' target='_blank'>wall_loops</a>
- **Handlebar holder <img style='width: 25%'' src='./assets/layers/bike_parking/handlebar_holder.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dhandlebar_holder' target='_blank'>handlebar_holder</a>
- **Rack <img style='width: 25%'' src='./assets/layers/bike_parking/rack.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Drack' target='_blank'>rack</a>
- **Two-tiered <img style='width: 25%'' src='./assets/layers/bike_parking/two_tier.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dtwo_tier' target='_blank'>two_tier</a>
- **Shed <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dshed' target='_blank'>shed</a>
- **Bollard <img style='width: 25%'' src='./assets/layers/bike_parking/bollard.svg'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dbollard' target='_blank'>bollard</a>
- **Staple racks** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dstands' target='_blank'>stands</a>
- **Wheel rack/loops** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dwall_loops' target='_blank'>wall_loops</a>
- **Handlebar holder** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dhandlebar_holder' target='_blank'>handlebar_holder</a>
- **Rack** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Drack' target='_blank'>rack</a>
- **Two-tiered** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dtwo_tier' target='_blank'>two_tier</a>
- **Shed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dshed' target='_blank'>shed</a>
- **Bollard** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dbollard' target='_blank'>bollard</a>
- **An area on the floor which is marked for bicycle parking** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle_parking' target='_blank'>bicycle_parking</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle_parking%3Dfloor' target='_blank'>floor</a>
@ -133,7 +133,6 @@ The question is **What is the relative location of this bicycle parking?**
- **Surface level parking** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dsurface' target='_blank'>surface</a>
- **Rooftop parking** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop' target='_blank'>rooftop</a>
- **Surface level parking** corresponds with _This option cannot be chosen as answer_
- **Rooftop parking** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Drooftop' target='_blank'>rooftop</a>

View file

@ -107,7 +107,7 @@ This is rendered with `{description}`
The question is **What is the website of {name}?**
The question is **What is the website of {title()}?**
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
@ -123,7 +123,7 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
The question is **What is the email address of {name}?**
The question is **What is the email address of {title()}?**
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
@ -139,7 +139,7 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
The question is **What is the phone number of {name}?**
The question is **What is the phone number of {title()}?**
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
@ -155,7 +155,7 @@ This is rendered with `<a href='tel:{phone}'>{phone}</a>`
The question is **What are the opening hours of {name}?**
The question is **What are the opening hours of {title()}?**
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`

View file

@ -7,7 +7,7 @@
<img src='https://mapcomplete.osm.be/./assets/layers/birdhide/birdhide.svg' height="100px">
Een vogelkijkhut
A birdhide
@ -92,16 +92,16 @@ _This tagrendering has no question and is thus read-only_
The question is **Is dit een kijkwand of kijkhut?**
The question is **Is this a bird blind or a bird watching shelter?**
- **Vogelkijkwand** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dno' target='_blank'>no</a>
- **Vogelkijkhut** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshelter' target='_blank'>shelter</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dyes' target='_blank'>yes</a>
- **Vogelkijktoren** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dtower' target='_blank'>tower</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:bird_hide' target='_blank'>bird_hide</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bird_hide%3Dtower' target='_blank'>tower</a>
- **Vogelkijkhut** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshelter' target='_blank'>shelter</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dyes' target='_blank'>yes</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dyes' target='_blank'>yes</a>_This option cannot be chosen as answer_
- **Bird blind** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dno' target='_blank'>no</a>
- **Bird hide** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshelter' target='_blank'>shelter</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dyes' target='_blank'>yes</a>
- **Bird tower hide** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dtower' target='_blank'>tower</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:bird_hide' target='_blank'>bird_hide</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bird_hide%3Dtower' target='_blank'>tower</a>
- **Bird hide shelter** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshelter' target='_blank'>shelter</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:building' target='_blank'>building</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:building%3Dyes' target='_blank'>yes</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:shelter' target='_blank'>shelter</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:shelter%3Dyes' target='_blank'>yes</a>_This option cannot be chosen as answer_
@ -110,16 +110,16 @@ The question is **Is dit een kijkwand of kijkhut?**
The question is **Is deze vogelkijkplaats rolstoeltoegankelijk?**
The question is **Is this bird hide accessible to wheelchair users?**
- **Er zijn speciale voorzieningen voor rolstoelen** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>
- **Een rolstoel raakt er vlot** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>
- **Je kan er raken met een rolstoel, maar het is niet makkelijk** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>
- **Niet rolstoeltoegankelijk** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>
- **There are special provisions for wheelchair users** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated' target='_blank'>designated</a>
- **A wheelchair can easily use this birdhide** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes' target='_blank'>yes</a>
- **This birdhide is reachable by wheelchair, but it is not easy** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited' target='_blank'>limited</a>
- **Not accessible to wheelchair users** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:wheelchair' target='_blank'>wheelchair</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno' target='_blank'>no</a>
@ -128,15 +128,15 @@ The question is **Is deze vogelkijkplaats rolstoeltoegankelijk?**
The question is **Wie beheert deze vogelkijkplaats?**
The question is **Who operates this birdhide?**
This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator)
This is rendered with `Beheer door {operator}`
This is rendered with `Operated by {operator}`
- **Beheer door Natuurpunt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- **Beheer door het Agentschap Natuur en Bos ** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a>
- **Operated by Natuurpunt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- **Operated by the Agency for Nature and Forests** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a>
This document is autogenerated from [assets/layers/birdhide/birdhide.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/birdhide/birdhide.json)

View file

@ -122,11 +122,11 @@ The question is **What kind of cafe is this**
- **Dit is <b>een bruin café of een kroeg</b> waar voornamelijk bier wordt gedronken. De inrichting is typisch gezellig met veel houtwerk ** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub' target='_blank'>pub</a>
- **Dit is een <b>bar</b> waar men ter plaatse alcoholische drank nuttigt. De inrichting is typisch modern en commercieel, soms met lichtinstallatie en feestmuziek** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar' target='_blank'>bar</a>
- **Dit is een <b>cafe</b> - een plaats waar men rustig kan zitten om een thee, koffie of alcoholische drank te nuttigen.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe' target='_blank'>cafe</a>
- **Dit is een <b>restaurant</b> waar men een maaltijd geserveerd krijgt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>
- **Een open ruimte waar bier geserveerd wordt. Typisch in Duitsland** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbiergarten' target='_blank'>biergarten</a>
- **A pub, mostly for drinking beers in a warm, relaxed interior** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub' target='_blank'>pub</a>
- **A more modern and commercial <b>bar</b>, possibly with a music and light installation** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar' target='_blank'>bar</a>
- **A <b>cafe</b> to drink tea, coffee or an alcoholical bevarage in a quiet environment** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe' target='_blank'>cafe</a>
- **A <b>restuarant</b> where one can get a proper meal** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>
- **An open space where beer is served, typically seen in Germany** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbiergarten' target='_blank'>biergarten</a>
@ -135,7 +135,7 @@ The question is **What kind of cafe is this**
The question is **What are the opening hours of {name}?**
The question is **What are the opening hours of {title()}?**
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
@ -146,7 +146,7 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)
The question is **What is the website of {name}?**
The question is **What is the website of {title()}?**
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
@ -162,7 +162,7 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
The question is **What is the email address of {name}?**
The question is **What is the email address of {title()}?**
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
@ -178,7 +178,7 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
The question is **What is the phone number of {name}?**
The question is **What is the phone number of {title()}?**
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`

View file

@ -307,38 +307,38 @@ The question is **Which charging connections are available here?**
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/CEE7_4F.svg'/> <span><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko' target='_blank'>socket:schuko</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/CEE7_4F.svg'/> <span><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</span></div>** corresponds with socket:schuko~^..*$&socket:schuko!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/TypeE.svg'/> <span><b>European wall plug</b> with ground pin (CEE7/4 type E)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee' target='_blank'>socket:typee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/TypeE.svg'/> <span><b>European wall plug</b> with ground pin (CEE7/4 type E)</span></div>** corresponds with socket:typee~^..*$&socket:typee!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Chademo_type4.svg'/> <span><b>Chademo</b></span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo' target='_blank'>socket:chademo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Chademo_type4.svg'/> <span><b>Chademo</b></span></div>** corresponds with socket:chademo~^..*$&socket:chademo!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 with cable</b> (J1772)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable' target='_blank'>socket:type1_cable</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 with cable</b> (J1772)</span></div>** corresponds with socket:type1_cable~^..*$&socket:type1_cable!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 <i>without</i> cable</b> (J1772)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1' target='_blank'>socket:type1</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 <i>without</i> cable</b> (J1772)</span></div>** corresponds with socket:type1~^..*$&socket:type1!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Type 1 CCS</b> (aka Type 1 Combo)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo' target='_blank'>socket:type1_combo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Type 1 CCS</b> (aka Type 1 Combo)</span></div>** corresponds with socket:type1_combo~^..*$&socket:type1_combo!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger' target='_blank'>socket:tesla_supercharger</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>** corresponds with socket:tesla_supercharger~^..*$&socket:tesla_supercharger!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Type 2</b> (mennekes)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2' target='_blank'>socket:type2</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Type 2</b> (mennekes)</span></div>** corresponds with socket:type2~^..*$&socket:type2!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Type 2 CCS</b> (mennekes)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo' target='_blank'>socket:type2_combo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Type 2 CCS</b> (mennekes)</span></div>** corresponds with socket:type2_combo~^..*$&socket:type2_combo!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Type 2 with cable</b> (mennekes)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable' target='_blank'>socket:type2_cable</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Type 2 with cable</b> (mennekes)</span></div>** corresponds with socket:type2_cable~^..*$&socket:type2_cable!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (a branded type2_css)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs' target='_blank'>socket:tesla_supercharger_ccs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (a branded type2_css)</span></div>** corresponds with socket:tesla_supercharger_ccs~^..*$&socket:tesla_supercharger_ccs!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger (destination)</b></span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger (destination)</b></span></div>** corresponds with socket:tesla_destination~^..*$&socket:tesla_destination!~^1$&<a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dus' target='_blank'>us</a>_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</span></div>** corresponds with socket:tesla_destination~^..*$&socket:tesla_destination!~^1$&_country!~^us$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> to charge phones and small electronics</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A' target='_blank'>socket:USB-A</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> to charge phones and small electronics</span></div>** corresponds with socket:USB-A~^..*$&socket:USB-A!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-3pin.svg'/> <span><b>Bosch Active Connect with 3 pins</b> and cable</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bosch_3pin' target='_blank'>socket:bosch_3pin</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bosch_3pin%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-3pin.svg'/> <span><b>Bosch Active Connect with 3 pins</b> and cable</span></div>** corresponds with socket:bosch_3pin~^..*$&socket:bosch_3pin!~^1$_This option cannot be chosen as answer_
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect with 5 pins</b> and cable</span></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bosch_5pin' target='_blank'>socket:bosch_5pin</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bosch_5pin%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect with 5 pins</b> and cable</span></div>** corresponds with socket:bosch_5pin~^..*$&socket:bosch_5pin!~^1$_This option cannot be chosen as answer_
- **<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:schuko' target='_blank'>socket:schuko</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:schuko%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)** corresponds with socket:schuko~^..*$&socket:schuko!~^1$_This option cannot be chosen as answer_
- **<b>European wall plug</b> with ground pin (CEE7/4 type E)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:typee' target='_blank'>socket:typee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:typee%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>European wall plug</b> with ground pin (CEE7/4 type E)** corresponds with socket:typee~^..*$&socket:typee!~^1$_This option cannot be chosen as answer_
- **<b>Chademo</b>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:chademo' target='_blank'>socket:chademo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:chademo%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Chademo</b>** corresponds with socket:chademo~^..*$&socket:chademo!~^1$_This option cannot be chosen as answer_
- **<b>Type 1 with cable</b> (J1772)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_cable' target='_blank'>socket:type1_cable</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_cable%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Type 1 with cable</b> (J1772)** corresponds with socket:type1_cable~^..*$&socket:type1_cable!~^1$_This option cannot be chosen as answer_
- **<b>Type 1 <i>without</i> cable</b> (J1772)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1' target='_blank'>socket:type1</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Type 1 <i>without</i> cable</b> (J1772)** corresponds with socket:type1~^..*$&socket:type1!~^1$_This option cannot be chosen as answer_
- **<b>Type 1 CCS</b> (aka Type 1 Combo)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type1_combo' target='_blank'>socket:type1_combo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type1_combo%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Type 1 CCS</b> (aka Type 1 Combo)** corresponds with socket:type1_combo~^..*$&socket:type1_combo!~^1$_This option cannot be chosen as answer_
- **<b>Tesla Supercharger</b>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger' target='_blank'>socket:tesla_supercharger</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Tesla Supercharger</b>** corresponds with socket:tesla_supercharger~^..*$&socket:tesla_supercharger!~^1$_This option cannot be chosen as answer_
- **<b>Type 2</b> (mennekes)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2' target='_blank'>socket:type2</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Type 2</b> (mennekes)** corresponds with socket:type2~^..*$&socket:type2!~^1$_This option cannot be chosen as answer_
- **<b>Type 2 CCS</b> (mennekes)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_combo' target='_blank'>socket:type2_combo</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_combo%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Type 2 CCS</b> (mennekes)** corresponds with socket:type2_combo~^..*$&socket:type2_combo!~^1$_This option cannot be chosen as answer_
- **<b>Type 2 with cable</b> (mennekes)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:type2_cable' target='_blank'>socket:type2_cable</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:type2_cable%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Type 2 with cable</b> (mennekes)** corresponds with socket:type2_cable~^..*$&socket:type2_cable!~^1$_This option cannot be chosen as answer_
- **<b>Tesla Supercharger CCS</b> (a branded type2_css)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs' target='_blank'>socket:tesla_supercharger_ccs</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_supercharger_ccs%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Tesla Supercharger CCS</b> (a branded type2_css)** corresponds with socket:tesla_supercharger_ccs~^..*$&socket:tesla_supercharger_ccs!~^1$_This option cannot be chosen as answer_
- **<b>Tesla Supercharger (destination)</b>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Tesla Supercharger (destination)</b>** corresponds with socket:tesla_destination~^..*$&socket:tesla_destination!~^1$&<a href='https://wiki.openstreetmap.org/wiki/Key:_country' target='_blank'>_country</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_country%3Dus' target='_blank'>us</a>_This option cannot be chosen as answer_
- **<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination' target='_blank'>socket:tesla_destination</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:tesla_destination%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)** corresponds with socket:tesla_destination~^..*$&socket:tesla_destination!~^1$&_country!~^us$_This option cannot be chosen as answer_
- **<b>USB</b> to charge phones and small electronics** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:USB-A' target='_blank'>socket:USB-A</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:USB-A%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>USB</b> to charge phones and small electronics** corresponds with socket:USB-A~^..*$&socket:USB-A!~^1$_This option cannot be chosen as answer_
- **<b>Bosch Active Connect with 3 pins</b> and cable** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bosch_3pin' target='_blank'>socket:bosch_3pin</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bosch_3pin%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Bosch Active Connect with 3 pins</b> and cable** corresponds with socket:bosch_3pin~^..*$&socket:bosch_3pin!~^1$_This option cannot be chosen as answer_
- **<b>Bosch Active Connect with 5 pins</b> and cable** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:bosch_5pin' target='_blank'>socket:bosch_5pin</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:bosch_5pin%3D1' target='_blank'>1</a>Unselecting this answer will add
- **<b>Bosch Active Connect with 5 pins</b> and cable** corresponds with socket:bosch_5pin~^..*$&socket:bosch_5pin!~^1$_This option cannot be chosen as answer_
@ -530,7 +530,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plug
- **<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:schuko:voltage' target='_blank'>socket:socket:schuko:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:schuko:voltage%3D230 V' target='_blank'>230 V</a>
- **<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:schuko:voltage' target='_blank'>socket:socket:schuko:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:schuko:voltage%3D230 V' target='_blank'>230 V</a>
@ -546,7 +546,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plug
- **<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:schuko:current' target='_blank'>socket:socket:schuko:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:schuko:current%3D16 A' target='_blank'>16 A</a>
- **<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:schuko:current' target='_blank'>socket:socket:schuko:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:schuko:current%3D16 A' target='_blank'>16 A</a>
@ -562,7 +562,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plug
- **<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs at most 3.6 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:schuko:output' target='_blank'>socket:socket:schuko:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:schuko:output%3D3.6 kw' target='_blank'>3.6 kw</a>
- **<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 3.6 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:schuko:output' target='_blank'>socket:socket:schuko:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:schuko:output%3D3.6 kw' target='_blank'>3.6 kw</a>
@ -578,7 +578,7 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall pl
- **<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:typee:voltage' target='_blank'>socket:socket:typee:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:typee:voltage%3D230 V' target='_blank'>230 V</a>
- **<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:typee:voltage' target='_blank'>socket:socket:typee:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:typee:voltage%3D230 V' target='_blank'>230 V</a>
@ -594,7 +594,7 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall pl
- **<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:typee:current' target='_blank'>socket:socket:typee:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:typee:current%3D16 A' target='_blank'>16 A</a>
- **<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:typee:current' target='_blank'>socket:socket:typee:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:typee:current%3D16 A' target='_blank'>16 A</a>
@ -610,8 +610,8 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall pl
- **<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most 3 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:typee:output' target='_blank'>socket:socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:typee:output%3D3 kw' target='_blank'>3 kw</a>
- **<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most 22 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:typee:output' target='_blank'>socket:socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:typee:output%3D22 kw' target='_blank'>22 kw</a>
- **<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 3 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:typee:output' target='_blank'>socket:socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:typee:output%3D3 kw' target='_blank'>3 kw</a>
- **<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 22 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:typee:output' target='_blank'>socket:socket:typee:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:typee:output%3D22 kw' target='_blank'>22 kw</a>
@ -627,7 +627,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
- **<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs 500 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:chademo:voltage' target='_blank'>socket:socket:chademo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:chademo:voltage%3D500 V' target='_blank'>500 V</a>
- **<b>Chademo</b> outputs 500 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:chademo:voltage' target='_blank'>socket:socket:chademo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:chademo:voltage%3D500 V' target='_blank'>500 V</a>
@ -643,7 +643,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
- **<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs at most 120 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:chademo:current' target='_blank'>socket:socket:chademo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:chademo:current%3D120 A' target='_blank'>120 A</a>
- **<b>Chademo</b> outputs at most 120 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:chademo:current' target='_blank'>socket:socket:chademo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:chademo:current%3D120 A' target='_blank'>120 A</a>
@ -659,7 +659,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
- **<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs at most 50 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:chademo:output' target='_blank'>socket:socket:chademo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:chademo:output%3D50 kw' target='_blank'>50 kw</a>
- **<b>Chademo</b> outputs at most 50 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:chademo:output' target='_blank'>socket:socket:chademo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:chademo:output%3D50 kw' target='_blank'>50 kw</a>
@ -675,8 +675,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cabl
- **<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs 200 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:voltage' target='_blank'>socket:socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:voltage%3D200 V' target='_blank'>200 V</a>
- **<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs 240 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:voltage' target='_blank'>socket:socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:voltage%3D240 V' target='_blank'>240 V</a>
- **<b>Type 1 with cable</b> (J1772) outputs 200 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:voltage' target='_blank'>socket:socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:voltage%3D200 V' target='_blank'>200 V</a>
- **<b>Type 1 with cable</b> (J1772) outputs 240 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:voltage' target='_blank'>socket:socket:type1_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:voltage%3D240 V' target='_blank'>240 V</a>
@ -692,7 +692,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cabl
- **<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:current' target='_blank'>socket:socket:type1_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:current%3D32 A' target='_blank'>32 A</a>
- **<b>Type 1 with cable</b> (J1772) outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:current' target='_blank'>socket:socket:type1_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:current%3D32 A' target='_blank'>32 A</a>
@ -708,8 +708,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cabl
- **<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 3.7 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:output' target='_blank'>socket:socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:output%3D3.7 kw' target='_blank'>3.7 kw</a>
- **<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 7 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:output' target='_blank'>socket:socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:output%3D7 kw' target='_blank'>7 kw</a>
- **<b>Type 1 with cable</b> (J1772) outputs at most 3.7 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:output' target='_blank'>socket:socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:output%3D3.7 kw' target='_blank'>3.7 kw</a>
- **<b>Type 1 with cable</b> (J1772) outputs at most 7 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_cable:output' target='_blank'>socket:socket:type1_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_cable:output%3D7 kw' target='_blank'>7 kw</a>
@ -725,8 +725,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>withou
- **<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs 200 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:voltage' target='_blank'>socket:socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:voltage%3D200 V' target='_blank'>200 V</a>
- **<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs 240 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:voltage' target='_blank'>socket:socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:voltage%3D240 V' target='_blank'>240 V</a>
- **<b>Type 1 <i>without</i> cable</b> (J1772) outputs 200 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:voltage' target='_blank'>socket:socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:voltage%3D200 V' target='_blank'>200 V</a>
- **<b>Type 1 <i>without</i> cable</b> (J1772) outputs 240 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:voltage' target='_blank'>socket:socket:type1:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:voltage%3D240 V' target='_blank'>240 V</a>
@ -742,7 +742,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>withou
- **<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:current' target='_blank'>socket:socket:type1:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:current%3D32 A' target='_blank'>32 A</a>
- **<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:current' target='_blank'>socket:socket:type1:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:current%3D32 A' target='_blank'>32 A</a>
@ -758,10 +758,10 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>withou
- **<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 3.7 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:output' target='_blank'>socket:socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:output%3D3.7 kw' target='_blank'>3.7 kw</a>
- **<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 6.6 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:output' target='_blank'>socket:socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:output%3D6.6 kw' target='_blank'>6.6 kw</a>
- **<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 7 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:output' target='_blank'>socket:socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:output%3D7 kw' target='_blank'>7 kw</a>
- **<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 7.2 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:output' target='_blank'>socket:socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:output%3D7.2 kw' target='_blank'>7.2 kw</a>
- **<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 3.7 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:output' target='_blank'>socket:socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:output%3D3.7 kw' target='_blank'>3.7 kw</a>
- **<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 6.6 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:output' target='_blank'>socket:socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:output%3D6.6 kw' target='_blank'>6.6 kw</a>
- **<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:output' target='_blank'>socket:socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:output%3D7 kw' target='_blank'>7 kw</a>
- **<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7.2 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1:output' target='_blank'>socket:socket:type1:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1:output%3D7.2 kw' target='_blank'>7.2 kw</a>
@ -777,8 +777,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b> (
- **<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs 400 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:voltage' target='_blank'>socket:socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:voltage%3D400 V' target='_blank'>400 V</a>
- **<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs 1000 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:voltage' target='_blank'>socket:socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:voltage%3D1000 V' target='_blank'>1000 V</a>
- **<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 400 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:voltage' target='_blank'>socket:socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:voltage%3D400 V' target='_blank'>400 V</a>
- **<b>Type 1 CCS</b> (aka Type 1 Combo) outputs 1000 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:voltage' target='_blank'>socket:socket:type1_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:voltage%3D1000 V' target='_blank'>1000 V</a>
@ -794,8 +794,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b> (
- **<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 50 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:current' target='_blank'>socket:socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:current%3D50 A' target='_blank'>50 A</a>
- **<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:current' target='_blank'>socket:socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:current%3D125 A' target='_blank'>125 A</a>
- **<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:current' target='_blank'>socket:socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:current%3D50 A' target='_blank'>50 A</a>
- **<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:current' target='_blank'>socket:socket:type1_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:current%3D125 A' target='_blank'>125 A</a>
@ -811,10 +811,10 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b> (
- **<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 50 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:output' target='_blank'>socket:socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:output%3D50 kw' target='_blank'>50 kw</a>
- **<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 62.5 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:output' target='_blank'>socket:socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:output%3D62.5 kw' target='_blank'>62.5 kw</a>
- **<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 150 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:output' target='_blank'>socket:socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:output%3D150 kw' target='_blank'>150 kw</a>
- **<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 350 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:output' target='_blank'>socket:socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:output%3D350 kw' target='_blank'>350 kw</a>
- **<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:output' target='_blank'>socket:socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:output%3D50 kw' target='_blank'>50 kw</a>
- **<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 62.5 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:output' target='_blank'>socket:socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:output%3D62.5 kw' target='_blank'>62.5 kw</a>
- **<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 150 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:output' target='_blank'>socket:socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:output%3D150 kw' target='_blank'>150 kw</a>
- **<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 350 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type1_combo:output' target='_blank'>socket:socket:type1_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type1_combo:output%3D350 kw' target='_blank'>350 kw</a>
@ -830,7 +830,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharg
- **<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs 480 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:voltage' target='_blank'>socket:socket:tesla_supercharger:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:voltage%3D480 V' target='_blank'>480 V</a>
- **<b>Tesla Supercharger</b> outputs 480 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:voltage' target='_blank'>socket:socket:tesla_supercharger:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:voltage%3D480 V' target='_blank'>480 V</a>
@ -846,8 +846,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharg
- **<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:current' target='_blank'>socket:socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:current%3D125 A' target='_blank'>125 A</a>
- **<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 350 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:current' target='_blank'>socket:socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:current%3D350 A' target='_blank'>350 A</a>
- **<b>Tesla Supercharger</b> outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:current' target='_blank'>socket:socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:current%3D125 A' target='_blank'>125 A</a>
- **<b>Tesla Supercharger</b> outputs at most 350 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:current' target='_blank'>socket:socket:tesla_supercharger:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:current%3D350 A' target='_blank'>350 A</a>
@ -863,9 +863,9 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharg
- **<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 120 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:output' target='_blank'>socket:socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:output%3D120 kw' target='_blank'>120 kw</a>
- **<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 150 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:output' target='_blank'>socket:socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:output%3D150 kw' target='_blank'>150 kw</a>
- **<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 250 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:output' target='_blank'>socket:socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:output%3D250 kw' target='_blank'>250 kw</a>
- **<b>Tesla Supercharger</b> outputs at most 120 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:output' target='_blank'>socket:socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:output%3D120 kw' target='_blank'>120 kw</a>
- **<b>Tesla Supercharger</b> outputs at most 150 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:output' target='_blank'>socket:socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:output%3D150 kw' target='_blank'>150 kw</a>
- **<b>Tesla Supercharger</b> outputs at most 250 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger:output' target='_blank'>socket:socket:tesla_supercharger:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger:output%3D250 kw' target='_blank'>250 kw</a>
@ -881,8 +881,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (menn
- **<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:voltage' target='_blank'>socket:socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:voltage%3D230 V' target='_blank'>230 V</a>
- **<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs 400 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:voltage' target='_blank'>socket:socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:voltage%3D400 V' target='_blank'>400 V</a>
- **<b>Type 2</b> (mennekes) outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:voltage' target='_blank'>socket:socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:voltage%3D230 V' target='_blank'>230 V</a>
- **<b>Type 2</b> (mennekes) outputs 400 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:voltage' target='_blank'>socket:socket:type2:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:voltage%3D400 V' target='_blank'>400 V</a>
@ -898,8 +898,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (menn
- **<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:current' target='_blank'>socket:socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:current%3D16 A' target='_blank'>16 A</a>
- **<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:current' target='_blank'>socket:socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:current%3D32 A' target='_blank'>32 A</a>
- **<b>Type 2</b> (mennekes) outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:current' target='_blank'>socket:socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:current%3D16 A' target='_blank'>16 A</a>
- **<b>Type 2</b> (mennekes) outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:current' target='_blank'>socket:socket:type2:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:current%3D32 A' target='_blank'>32 A</a>
@ -915,8 +915,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (menn
- **<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most 11 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:output' target='_blank'>socket:socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:output%3D11 kw' target='_blank'>11 kw</a>
- **<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most 22 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:output' target='_blank'>socket:socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:output%3D22 kw' target='_blank'>22 kw</a>
- **<b>Type 2</b> (mennekes) outputs at most 11 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:output' target='_blank'>socket:socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:output%3D11 kw' target='_blank'>11 kw</a>
- **<b>Type 2</b> (mennekes) outputs at most 22 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2:output' target='_blank'>socket:socket:type2:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2:output%3D22 kw' target='_blank'>22 kw</a>
@ -932,8 +932,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b> (
- **<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs 500 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:voltage' target='_blank'>socket:socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:voltage%3D500 V' target='_blank'>500 V</a>
- **<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs 920 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:voltage' target='_blank'>socket:socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:voltage%3D920 V' target='_blank'>920 V</a>
- **<b>Type 2 CCS</b> (mennekes) outputs 500 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:voltage' target='_blank'>socket:socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:voltage%3D500 V' target='_blank'>500 V</a>
- **<b>Type 2 CCS</b> (mennekes) outputs 920 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:voltage' target='_blank'>socket:socket:type2_combo:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:voltage%3D920 V' target='_blank'>920 V</a>
@ -949,8 +949,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b> (
- **<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:current' target='_blank'>socket:socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:current%3D125 A' target='_blank'>125 A</a>
- **<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 350 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:current' target='_blank'>socket:socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:current%3D350 A' target='_blank'>350 A</a>
- **<b>Type 2 CCS</b> (mennekes) outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:current' target='_blank'>socket:socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:current%3D125 A' target='_blank'>125 A</a>
- **<b>Type 2 CCS</b> (mennekes) outputs at most 350 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:current' target='_blank'>socket:socket:type2_combo:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:current%3D350 A' target='_blank'>350 A</a>
@ -966,7 +966,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b> (
- **<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 50 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:output' target='_blank'>socket:socket:type2_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:output%3D50 kw' target='_blank'>50 kw</a>
- **<b>Type 2 CCS</b> (mennekes) outputs at most 50 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_combo:output' target='_blank'>socket:socket:type2_combo:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_combo:output%3D50 kw' target='_blank'>50 kw</a>
@ -982,8 +982,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cabl
- **<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:voltage' target='_blank'>socket:socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:voltage%3D230 V' target='_blank'>230 V</a>
- **<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs 400 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:voltage' target='_blank'>socket:socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:voltage%3D400 V' target='_blank'>400 V</a>
- **<b>Type 2 with cable</b> (mennekes) outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:voltage' target='_blank'>socket:socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:voltage%3D230 V' target='_blank'>230 V</a>
- **<b>Type 2 with cable</b> (mennekes) outputs 400 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:voltage' target='_blank'>socket:socket:type2_cable:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:voltage%3D400 V' target='_blank'>400 V</a>
@ -999,8 +999,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cabl
- **<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:current' target='_blank'>socket:socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:current%3D16 A' target='_blank'>16 A</a>
- **<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:current' target='_blank'>socket:socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:current%3D32 A' target='_blank'>32 A</a>
- **<b>Type 2 with cable</b> (mennekes) outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:current' target='_blank'>socket:socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:current%3D16 A' target='_blank'>16 A</a>
- **<b>Type 2 with cable</b> (mennekes) outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:current' target='_blank'>socket:socket:type2_cable:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:current%3D32 A' target='_blank'>32 A</a>
@ -1016,8 +1016,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cabl
- **<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 11 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:output' target='_blank'>socket:socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:output%3D11 kw' target='_blank'>11 kw</a>
- **<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 22 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:output' target='_blank'>socket:socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:output%3D22 kw' target='_blank'>22 kw</a>
- **<b>Type 2 with cable</b> (mennekes) outputs at most 11 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:output' target='_blank'>socket:socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:output%3D11 kw' target='_blank'>11 kw</a>
- **<b>Type 2 with cable</b> (mennekes) outputs at most 22 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:type2_cable:output' target='_blank'>socket:socket:type2_cable:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:type2_cable:output%3D22 kw' target='_blank'>22 kw</a>
@ -1033,8 +1033,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharg
- **<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs 500 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:voltage%3D500 V' target='_blank'>500 V</a>
- **<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs 920 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:voltage%3D920 V' target='_blank'>920 V</a>
- **<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 500 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:voltage%3D500 V' target='_blank'>500 V</a>
- **<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 920 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:voltage' target='_blank'>socket:socket:tesla_supercharger_ccs:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:voltage%3D920 V' target='_blank'>920 V</a>
@ -1050,8 +1050,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharg
- **<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:current' target='_blank'>socket:socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:current%3D125 A' target='_blank'>125 A</a>
- **<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 350 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:current' target='_blank'>socket:socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:current%3D350 A' target='_blank'>350 A</a>
- **<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:current' target='_blank'>socket:socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:current%3D125 A' target='_blank'>125 A</a>
- **<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 350 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:current' target='_blank'>socket:socket:tesla_supercharger_ccs:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:current%3D350 A' target='_blank'>350 A</a>
@ -1067,7 +1067,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharg
- **<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 50 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:output' target='_blank'>socket:socket:tesla_supercharger_ccs:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:output%3D50 kw' target='_blank'>50 kw</a>
- **<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 50 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_supercharger_ccs:output' target='_blank'>socket:socket:tesla_supercharger_ccs:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_supercharger_ccs:output%3D50 kw' target='_blank'>50 kw</a>
@ -1083,7 +1083,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharg
- **<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs 480 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:voltage' target='_blank'>socket:socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:voltage%3D480 V' target='_blank'>480 V</a>
- **<b>Tesla Supercharger (destination)</b> outputs 480 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:voltage' target='_blank'>socket:socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:voltage%3D480 V' target='_blank'>480 V</a>
@ -1099,8 +1099,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharg
- **<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:current' target='_blank'>socket:socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:current%3D125 A' target='_blank'>125 A</a>
- **<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 350 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:current' target='_blank'>socket:socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:current%3D350 A' target='_blank'>350 A</a>
- **<b>Tesla Supercharger (destination)</b> outputs at most 125 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:current' target='_blank'>socket:socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:current%3D125 A' target='_blank'>125 A</a>
- **<b>Tesla Supercharger (destination)</b> outputs at most 350 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:current' target='_blank'>socket:socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:current%3D350 A' target='_blank'>350 A</a>
@ -1116,9 +1116,9 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharg
- **<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 120 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D120 kw' target='_blank'>120 kw</a>
- **<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 150 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D150 kw' target='_blank'>150 kw</a>
- **<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 250 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D250 kw' target='_blank'>250 kw</a>
- **<b>Tesla Supercharger (destination)</b> outputs at most 120 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D120 kw' target='_blank'>120 kw</a>
- **<b>Tesla Supercharger (destination)</b> outputs at most 150 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D150 kw' target='_blank'>150 kw</a>
- **<b>Tesla Supercharger (destination)</b> outputs at most 250 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D250 kw' target='_blank'>250 kw</a>
@ -1134,8 +1134,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla supercharg
- **<div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:voltage' target='_blank'>socket:socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:voltage%3D230 V' target='_blank'>230 V</a>
- **<div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs 400 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:voltage' target='_blank'>socket:socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:voltage%3D400 V' target='_blank'>400 V</a>
- **<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 230 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:voltage' target='_blank'>socket:socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:voltage%3D230 V' target='_blank'>230 V</a>
- **<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 400 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:voltage' target='_blank'>socket:socket:tesla_destination:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:voltage%3D400 V' target='_blank'>400 V</a>
@ -1151,8 +1151,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla supercharg
- **<div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:current' target='_blank'>socket:socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:current%3D16 A' target='_blank'>16 A</a>
- **<div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:current' target='_blank'>socket:socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:current%3D32 A' target='_blank'>32 A</a>
- **<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 16 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:current' target='_blank'>socket:socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:current%3D16 A' target='_blank'>16 A</a>
- **<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 32 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:current' target='_blank'>socket:socket:tesla_destination:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:current%3D32 A' target='_blank'>32 A</a>
@ -1168,8 +1168,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla supercharg
- **<div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 11 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D11 kw' target='_blank'>11 kw</a>
- **<div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 22 kw** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D22 kw' target='_blank'>22 kw</a>
- **<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 11 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D11 kw' target='_blank'>11 kw</a>
- **<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 22 kw A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:tesla_destination:output' target='_blank'>socket:socket:tesla_destination:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:tesla_destination:output%3D22 kw' target='_blank'>22 kw</a>
@ -1185,7 +1185,7 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to charg
- **<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs 5 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:voltage' target='_blank'>socket:socket:USB-A:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:voltage%3D5 V' target='_blank'>5 V</a>
- **<b>USB</b> to charge phones and small electronics outputs 5 volt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:voltage' target='_blank'>socket:socket:USB-A:voltage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:voltage%3D5 V' target='_blank'>5 V</a>
@ -1201,8 +1201,8 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to charg
- **<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most 1 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:current' target='_blank'>socket:socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:current%3D1 A' target='_blank'>1 A</a>
- **<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most 2 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:current' target='_blank'>socket:socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:current%3D2 A' target='_blank'>2 A</a>
- **<b>USB</b> to charge phones and small electronics outputs at most 1 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:current' target='_blank'>socket:socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:current%3D1 A' target='_blank'>1 A</a>
- **<b>USB</b> to charge phones and small electronics outputs at most 2 A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:current' target='_blank'>socket:socket:USB-A:current</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:current%3D2 A' target='_blank'>2 A</a>
@ -1218,8 +1218,8 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to charg
- **<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most 5w** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:output' target='_blank'>socket:socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:output%3D5w' target='_blank'>5w</a>
- **<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most 10w** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:output' target='_blank'>socket:socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:output%3D10w' target='_blank'>10w</a>
- **<b>USB</b> to charge phones and small electronics outputs at most 5w A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:output' target='_blank'>socket:socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:output%3D5w' target='_blank'>5w</a>
- **<b>USB</b> to charge phones and small electronics outputs at most 10w A** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:socket:socket:USB-A:output' target='_blank'>socket:socket:USB-A:output</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:socket:socket:USB-A:output%3D10w' target='_blank'>10w</a>

View file

@ -15,6 +15,7 @@ The style for the clustering in all themes. Enable `debug=true` to peak into clu
## Table of contents
1. [cluster_style](#cluster_style)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [all_tags](#all_tags)
@ -26,6 +27,17 @@ The style for the clustering in all themes. Enable `debug=true` to peak into clu
- Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/cluster_style/cluster_style.json)

View file

@ -15,6 +15,7 @@ Address data for Flanders by the governement, suited for import into OpenStreetM
## Table of contents
1. [crab_address](#crab_address)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [render_crab](#render_crab)
@ -26,6 +27,17 @@ Address data for Flanders by the governement, suited for import into OpenStreetM
- <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely `https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/CRAB_2021_10_26/tile_{z}_{x}_{y}.geojson`
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/crab_address/crab_address.json)

View file

@ -197,7 +197,7 @@ The question is **Can a cyclist turn right when the light is red?**
- **A cyclist can turn right if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B22.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes' target='_blank'>yes</a>
- **A cyclist can turn right if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes' target='_blank'>yes</a>
- **A cyclist can turn right if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dyes' target='_blank'>yes</a>
- **A cyclist can not turn right if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:right:bicycle' target='_blank'>red_turn:right:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:right:bicycle%3Dno' target='_blank'>no</a>
@ -214,7 +214,7 @@ 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 <img src='./assets/layers/crossings/Belgian_road_sign_B23.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes' target='_blank'>yes</a>
- **A cyclist can go straight on if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes' target='_blank'>yes</a>
- **A cyclist can go straight on if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dyes' target='_blank'>yes</a>
- **A cyclist can not go straight on if the light is red** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:red_turn:straight:bicycle' target='_blank'>red_turn:straight:bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:red_turn:straight:bicycle%3Dno' target='_blank'>no</a>

View file

@ -30,7 +30,6 @@ All infrastructure that someone can cycle over, accompanied with questions about
+ [cycleway-lane-track-traffic-signs](#cycleway-lane-track-traffic-signs)
+ [cycleway-traffic-signs](#cycleway-traffic-signs)
+ [cycleway-traffic-signs-supplementary](#cycleway-traffic-signs-supplementary)
+ [cycleway-traffic-signs-D7-supplementary](#cycleway-traffic-signs-d7-supplementary)
+ [cycleways_and_roads-cycleway:buffer](#cycleways_and_roads-cyclewaybuffer)
+ [cyclelan-segregation](#cyclelan-segregation)
+ [cycleway-segregation](#cycleway-segregation)
@ -300,10 +299,10 @@ The question is **What traffic sign does this cycleway have?**
- **Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7' target='_blank'>BE:D7</a>
- **Compulsory cycleway (with supplementary sign)<br><img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'> ** corresponds with cycleway:traffic_sign~^BE:D7;.*$_This option cannot be chosen as answer_
- **Segregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D9' target='_blank'>BE:D9</a>
- **Unsegregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D10' target='_blank'>BE:D10</a>
- **Compulsory cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7' target='_blank'>BE:D7</a>
- **Compulsory cycleway (with supplementary sign)<br>** corresponds with cycleway:traffic_sign~^BE:D7;.*$_This option cannot be chosen as answer_
- **Segregated foot/cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D9' target='_blank'>BE:D9</a>
- **Unsegregated foot/cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D10' target='_blank'>BE:D10</a>
- **No traffic sign present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3Dnone' target='_blank'>none</a>
@ -319,10 +318,10 @@ The question is **What traffic sign does this cycleway have?**
- **Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7' target='_blank'>BE:D7</a>
- **Compulsory cycleway (with supplementary sign)<br><img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'> ** corresponds with traffic_sign~^BE:D7;.*$_This option cannot be chosen as answer_
- **Segregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D9' target='_blank'>BE:D9</a>
- **Unsegregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D10' target='_blank'>BE:D10</a>
- **Compulsory cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7' target='_blank'>BE:D7</a>
- **Compulsory cycleway (with supplementary sign)<br>** corresponds with traffic_sign~^BE:D7;.*$_This option cannot be chosen as answer_
- **Segregated foot/cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D9' target='_blank'>BE:D9</a>
- **Unsegregated foot/cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D10' target='_blank'>BE:D10</a>
- **No traffic sign present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3Dnone' target='_blank'>none</a>
@ -338,38 +337,17 @@ The question is **Does the traffic sign D7 (<img src='./assets/themes/cycle_infr
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M6' target='_blank'>BE:D7;BE:M6</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M13' target='_blank'>BE:D7;BE:M13</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M14' target='_blank'>BE:D7;BE:M14</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M7' target='_blank'>BE:D7;BE:M7</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M15' target='_blank'>BE:D7;BE:M15</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M16' target='_blank'>BE:D7;BE:M16</a>
- **Mopeds must use the cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M6' target='_blank'>BE:D7;BE:M6</a>
- **Speedpedelecs must use the cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M13' target='_blank'>BE:D7;BE:M13</a>
- **Mopeds and speedpedelecs must use the cycleway** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M14' target='_blank'>BE:D7;BE:M14</a>
- **Mopeds are not allowed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M7' target='_blank'>BE:D7;BE:M7</a>
- **Speedpedelecs are not allowed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M15' target='_blank'>BE:D7;BE:M15</a>
- **Mopeds and speedpedelecs are not allowed** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign' target='_blank'>cycleway:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign%3DBE:D7;BE:M16' target='_blank'>BE:D7;BE:M16</a>
- **No supplementary traffic sign present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cycleway:traffic_sign:supplementary' target='_blank'>cycleway:traffic_sign:supplementary</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cycleway:traffic_sign:supplementary%3Dnone' target='_blank'>none</a>
### cycleway-traffic-signs-D7-supplementary
The question is **Does the traffic sign D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 1.5em'>) have a supplementary sign?**
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M6' target='_blank'>BE:D7;BE:M6</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M13' target='_blank'>BE:D7;BE:M13</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M14' target='_blank'>BE:D7;BE:M14</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M7' target='_blank'>BE:D7;BE:M7</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key::traffic_sign' target='_blank'>:traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag::traffic_sign%3DBE:D7;BE:M15' target='_blank'>BE:D7;BE:M15</a>
- **<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='width: 3em'>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign' target='_blank'>traffic_sign</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign%3DBE:D7;BE:M16' target='_blank'>BE:D7;BE:M16</a>
- **No supplementary traffic sign present** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:traffic_sign:supplementary' target='_blank'>traffic_sign:supplementary</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:traffic_sign:supplementary%3Dnone' target='_blank'>none</a>
### cycleways_and_roads-cycleway:buffer

View file

@ -151,7 +151,7 @@ The question is **Is this door automated?**
- **This door will open automatically when a <b>button is pressed</b>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dbutton' target='_blank'>button</a>
- **This door revolves automatically all the time, but has a <b>button to slow it down</b>, e.g. for wheelchair users** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dslowdown_button' target='_blank'>slowdown_button</a>
- **This door revolves automatically all the time** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dcontinuous' target='_blank'>continuous</a>
- **This door will be opened by staff when requested by <b>pressing a button</b** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_button_press' target='_blank'>serviced_on_button_press</a>
- **This door will be opened by staff when requested by <b>pressing a button</b>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_button_press' target='_blank'>serviced_on_button_press</a>
- **This door will be opened by staff when requested** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:automatic_door' target='_blank'>automatic_door</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:automatic_door%3Dserviced_on_request' target='_blank'>serviced_on_request</a>

View file

@ -7,7 +7,7 @@
<img src='https://mapcomplete.osm.be/./assets/themes/hailhydrant/Twemoji12_1f9ef.svg' height="100px">
Map layer to show fire hydrants.
Map layer to show fire extinguishers.

View file

@ -142,8 +142,8 @@ The question is **What type of business is this?**
- **Dit is een <b>fastfood-zaak</b>. De focus ligt op snelle bediening, zitplaatsen zijn vaak beperkt en functioneel** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food' target='_blank'>fast_food</a>
- **Dit is een <b>restaurant</b>. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>
- **This is a fastfood-business, focussed on fast service. If seating is available, these are rather limited and functional.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food' target='_blank'>fast_food</a>
- **A <b>restaurant</b>, focussed on creating a nice experience where one is served at the table** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>
@ -152,7 +152,7 @@ The question is **What type of business is this?**
The question is **What are the opening hours of {name}?**
The question is **What are the opening hours of {title()}?**
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
@ -163,7 +163,7 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)
The question is **What is the website of {name}?**
The question is **What is the website of {title()}?**
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
@ -179,7 +179,7 @@ This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
The question is **What is the email address of {name}?**
The question is **What is the email address of {title()}?**
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
@ -195,7 +195,7 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
The question is **What is the phone number of {name}?**
The question is **What is the phone number of {title()}?**
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
@ -255,18 +255,18 @@ This is rendered with `This place mostly serves {cuisine}`
- **This is a pizzeria** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza' target='_blank'>pizza</a>
- **This is a friture** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture' target='_blank'>friture</a>
- **Mainly serves pasta** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta' target='_blank'>pasta</a>
- **Dit is een kebabzaak** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab' target='_blank'>kebab</a>
- **Dit is een broodjeszaak** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich' target='_blank'>sandwich</a>
- **Dit is een hamburgerrestaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger' target='_blank'>burger</a>
- **Dit is een sushirestaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi' target='_blank'>sushi</a>
- **Dit is een koffiezaak** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee' target='_blank'>coffee</a>
- **Dit is een Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian' target='_blank'>italian</a>
- **Dit is een Frans restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench' target='_blank'>french</a>
- **Dit is een Chinees restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese' target='_blank'>chinese</a>
- **Dit is een Grieks restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek' target='_blank'>greek</a>
- **Dit is een Indisch restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian' target='_blank'>indian</a>
- **Dit is een Turks restaurant (dat meer dan enkel kebab verkoopt)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish' target='_blank'>turkish</a>
- **Dit is een Thaïs restaurant** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai' target='_blank'>thai</a>
- **This is kebab shop** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab' target='_blank'>kebab</a>
- **This is a sandwichbar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich' target='_blank'>sandwich</a>
- **Burgers are served here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger' target='_blank'>burger</a>
- **Sushi is served here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi' target='_blank'>sushi</a>
- **Coffee is served here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee' target='_blank'>coffee</a>
- **This is an italian restaurant (which serves more then pasta and pizza)** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian' target='_blank'>italian</a>
- **French dishes are served here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench' target='_blank'>french</a>
- **Chinese dishes are served here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese' target='_blank'>chinese</a>
- **Greek dishes are served here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek' target='_blank'>greek</a>
- **Indian dishes are served here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian' target='_blank'>indian</a>
- **Turkish dishes are served here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish' target='_blank'>turkish</a>
- **Thai dishes are served here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:cuisine' target='_blank'>cuisine</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai' target='_blank'>thai</a>
@ -298,10 +298,10 @@ The question is **Does this restaurant have a vegetarian option?**
- **Geen vegetarische opties beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>
- **Beperkte vegetarische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>
- **Vegetarische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>
- **Enkel vegetarische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>
- **No vegetarian options are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>
- **Some vegetarian options are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>
- **Vegetarian options are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>
- **All dishes are vegetarian** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly' target='_blank'>only</a>
@ -310,16 +310,16 @@ The question is **Does this restaurant have a vegetarian option?**
The question is **Heeft deze eetgelegenheid een veganistische optie?**
The question is **Does this business serve vegan meals?**
- **Geen veganistische opties beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
- **Beperkte veganistische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- **Veganistische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- **Enkel veganistische opties zijn beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
- **No vegan options available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
- **Some vegan options are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- **Vegan options are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- **All dishes are vegan** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly' target='_blank'>only</a>
@ -346,15 +346,15 @@ The question is **Does this restaurant offer a halal menu?**
The question is **Heeft deze frituur vegetarische snacks?**
The question is **Does this fries shop have vegetarian snacks?**
- **Er zijn vegetarische snacks aanwezig** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>
- **Slechts enkele vegetarische snacks** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>
- **Geen vegetarische snacks beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>
- **Vegetarian snacks are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes' target='_blank'>yes</a>
- **Only a small selection of snacks are vegetarian** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited' target='_blank'>limited</a>
- **No vegetarian snacks are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian' target='_blank'>diet:vegetarian</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno' target='_blank'>no</a>
@ -363,15 +363,15 @@ The question is **Heeft deze frituur vegetarische snacks?**
The question is **Heeft deze frituur veganistische snacks?**
The question is **Does this fries shop have vegan snacks?**
- **Er zijn veganistische snacks aanwezig** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- **Slechts enkele veganistische snacks** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- **Geen veganistische snacks beschikbaar** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
- **Vegan snacks are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes' target='_blank'>yes</a>
- **A small selection of vegan snacks are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited' target='_blank'>limited</a>
- **No vegan snacks are available** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:diet:vegan' target='_blank'>diet:vegan</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno' target='_blank'>no</a>
@ -380,14 +380,14 @@ The question is **Heeft deze frituur veganistische snacks?**
The question is **Bakt deze frituur met dierlijk vet of met plantaardige olie?**
The question is **Does this fries shop use vegetable or animal cooking?**
- **Plantaardige olie** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>
- **Dierlijk vet** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
- **Vegetable oil** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>
- **Animal oil** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>

View file

@ -15,6 +15,7 @@ Searches for all accessible grass patches within public parks - these are 'groen
## Table of contents
1. [grass_in_parks](#grass_in_parks)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
@ -28,6 +29,17 @@ Searches for all accessible grass patches within public parks - these are 'groen
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/grass_in_parks/grass_in_parks.json)

View file

@ -108,10 +108,10 @@ This is rendered with ` Hydrant type: {fire_hydrant:type}`
- **The hydrant type is unknown.** corresponds with _This option cannot be chosen as answer_
- **<img style="width:15px" src="./assets/themes/hailhydrant/hydrant_pillar.svg" /> Pillar type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpillar' target='_blank'>pillar</a>
- **<img style="width:15px" src="./assets/themes/hailhydrant/hydrant_unknown.svg" /> Pipe type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpipe' target='_blank'>pipe</a>
- **<img style="width:15px" src="./assets/themes/hailhydrant/hydrant_unknown.svg" /> Wall type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dwall' target='_blank'>wall</a>
- **<img style="width:15px" src="./assets/themes/hailhydrant/hydrant_underground.svg" /> Underground type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dunderground' target='_blank'>underground</a>
- **Pillar type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpillar' target='_blank'>pillar</a>
- **Pipe type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dpipe' target='_blank'>pipe</a>
- **Wall type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dwall' target='_blank'>wall</a>
- **Underground type.** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:fire_hydrant:type' target='_blank'>fire_hydrant:type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fire_hydrant:type%3Dunderground' target='_blank'>underground</a>

View file

@ -15,6 +15,7 @@ Hidden layer with all streets which have a name. Useful to detect addresses
## Table of contents
1. [named_streets](#named_streets)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
@ -30,6 +31,17 @@ Hidden layer with all streets which have a name. Useful to detect addresses
- This layer is needed as dependency for layer [address](#address)
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/named_streets/named_streets.json)

View file

@ -7,7 +7,7 @@
<img src='https://mapcomplete.osm.be/./assets/layers/nature_reserve/nature_reserve.svg' height="100px">
Een natuurgebied is een gebied waar actief ruimte gemaakt word voor de natuur. Typisch zijn deze in beheer van Natuurpunt of het Agentschap Natuur en Bos of zijn deze erkend door de overheid.
A nature reserve is an area where nature can take its course
@ -21,10 +21,9 @@ Een natuurgebied is een gebied waar actief ruimte gemaakt word voor de natuur. T
+ [images](#images)
+ [Access tag](#access-tag)
+ [Operator tag](#operator-tag)
+ [Name:nl-tag](#namenl-tag)
+ [Name tag](#name-tag)
+ [Dogs?](#dogs)
+ [Website](#website)
+ [website](#website)
+ [Curator](#curator)
+ [Email](#email)
+ [phone](#phone)
@ -83,7 +82,6 @@ attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/access:description#values) [access:description](https://wiki.openstreetmap.org/wiki/Key:access:description) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | [Natuurpunt](https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt) [Agentschap Natuur en Bos](https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name:nl#values) [name:nl](https://wiki.openstreetmap.org/wiki/Key:name:nl) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:name%3D)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/dog#values) [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |
@ -111,19 +109,19 @@ _This tagrendering has no question and is thus read-only_
The question is **Is dit gebied toegankelijk?**
The question is **Is this nature reserve accessible to the public?**
This rendering asks information about the property [access:description](https://wiki.openstreetmap.org/wiki/Key:access:description)
This is rendered with `De toegankelijkheid van dit gebied is: {access:description}`
This is rendered with `Accessin this nature reserve: {access:description}`
- **Vrij toegankelijk** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>
- **Niet toegankelijk** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a>
- **Niet toegankelijk, want privégebied** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a>
- **Toegankelijk, ondanks dat het privegebied is** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a>
- **Enkel toegankelijk met een gids of tijdens een activiteit** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dguided' target='_blank'>guided</a>
- **Toegankelijk mits betaling** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
- **Publicly accessible** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>
- **Not accessible** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a>
- **Not accessible as this is a private area** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a>
- **Accessible despite being a privately owned area** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive' target='_blank'>permissive</a>
- **Only accessible with a guide or during organised activities** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dguided' target='_blank'>guided</a>
- **Accessible with fee** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:fee' target='_blank'>fee</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes' target='_blank'>yes</a>
@ -132,43 +130,32 @@ This is rendered with `De toegankelijkheid van dit gebied is: {access:descriptio
The question is **Wie beheert dit gebied?**
The question is **Who operates this area?**
This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator)
This is rendered with `Beheer door {operator}`
This is rendered with `Operated by {operator}`
- **Dit gebied wordt beheerd door Natuurpunt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- **Dit gebied wordt beheerd door {operator}** corresponds with operator~^(n|N)atuurpunt.*$_This option cannot be chosen as answer_
- **Dit gebied wordt beheerd door het Agentschap Natuur en Bos** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a>
- **Operated by Natuurpunt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- **Operated by {operator}** corresponds with operator~^(n|N)atuurpunt.*$_This option cannot be chosen as answer_
- **Operated by <i>Agentschap Natuur en Bos</i>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DAgentschap Natuur en Bos' target='_blank'>Agentschap Natuur en Bos</a>
### Name:nl-tag
The question is **Wat is de Nederlandstalige naam van dit gebied?**
This rendering asks information about the property [name:nl](https://wiki.openstreetmap.org/wiki/Key:name:nl)
This is rendered with `Dit gebied heet {name:nl}`
### Name tag
The question is **Wat is de naam van dit gebied?**
The question is **What is the name of this area?**
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with `Dit gebied heet {name}`
This is rendered with `This area is named {name}`
- **Dit gebied heeft geen naam** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
- **This area doesn't have a name** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
@ -190,14 +177,19 @@ The question is **Are dogs allowed in this nature reserve?**
### Website
### website
The question is **On which webpage can one find more information about this nature reserve?**
The question is **What is the website of {title()}?**
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}'target='_blank'>{website}</a>`
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
- **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This option cannot be chosen as answer_
@ -230,7 +222,7 @@ This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
The question is **What phone number can one call to with questions and problems with this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a personal phone number address if this is widely published**
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{email}' target='_blank'>{phone}</a>`
This is rendered with `<a href='tel:{phone}' target='_blank'>{phone}</a>`
@ -241,7 +233,7 @@ This is rendered with `<a href='tel:{email}' target='_blank'>{phone}</a>`
_This tagrendering has no question and is thus read-only_
This rendering asks information about the property [description](https://wiki.openstreetmap.org/wiki/Key:description)
This is rendered with `Extra info: <i>{description}</i>`
This is rendered with `Extra information: <i>{description}</i>`
@ -249,7 +241,7 @@ This is rendered with `Extra info: <i>{description}</i>`
The question is **Is er extra info die je kwijt wil?**
The question is **Is there some extra info?**
This rendering asks information about the property [description:0](https://wiki.openstreetmap.org/wiki/Key:description:0)
This is rendered with `Extra info: <i>{description:0}</i>`

View file

@ -15,6 +15,7 @@ Template for note note imports.
## Table of contents
1. [note_import](#note_import)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [conversation](#conversation)
@ -33,6 +34,17 @@ Template for note note imports.
- This layer will automatically load [public_bookcase](./public_bookcase.md) into the layout as it depends on it: a tagrendering needs this layer (import)
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/note_import/note_import.json)

View file

@ -182,7 +182,7 @@ The question is **Which methods of payment are accepted here?**
The question is **What is the website of {name}?**
The question is **What is the website of {title()}?**
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`

View file

@ -15,6 +15,7 @@ Een speelbos is een vrij toegankelijke zone in een bos
## Table of contents
1. [play_forest](#play_forest)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
@ -32,6 +33,17 @@ Een speelbos is een vrij toegankelijke zone in een bos
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/play_forest/play_forest.json)

258
Docs/Layers/recycling.md Normal file
View file

@ -0,0 +1,258 @@
recycling
===========
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/recycling/recycling-14.svg' height="100px">
A layer with recycling containers and centres
## Table of contents
1. [recycling](#recycling)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
+ [recycling-type](#recycling-type)
+ [recycling-centre-name](#recycling-centre-name)
+ [container-location](#container-location)
+ [recycling-accepts](#recycling-accepts)
+ [operator](#operator)
+ [website](#website)
+ [email](#email)
+ [phone](#phone)
+ [opening_hours](#opening_hours)
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
- [waste](https://mapcomplete.osm.be/waste)
[Go to the source code](../assets/layers/recycling/recycling.json)
Basic tags for this layer
---------------------------
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling' target='_blank'>recycling</a>
Supported attributes
----------------------
**Warning** This quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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) [indoor](https://wiki.openstreetmap.org/wiki/Tag:location%3Dindoor) [](https://wiki.openstreetmap.org/wiki/Tag:location%3D)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/operator#values) [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/email#values) [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/phone#values) [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) |
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7)
### images
_This tagrendering has no question and is thus read-only_
### recycling-type
The question is **What type of recycling is this?**
- **This is a recycling container** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling_type' target='_blank'>recycling_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling_type%3Dcontainer' target='_blank'>container</a>
- **This is a recycling centre** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling_type' target='_blank'>recycling_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling_type%3Dcentre' target='_blank'>centre</a>
- **Waste disposal container for residual waste** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dwaste_disposal' target='_blank'>waste_disposal</a>
### recycling-centre-name
The question is **What is the name of this recycling centre?**
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with `This recycling centre is named <b>{name}</b>`
- **This recycling centre doesn't have a specific name** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:noname' target='_blank'>noname</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:noname%3Dyes' target='_blank'>yes</a>
### container-location
The question is **Where is this container located?**
- **This is an underground container** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>
- **This container is located indoors** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dindoor' target='_blank'>indoor</a>
- **This container is located outdoors** corresponds with
### recycling-accepts
The question is **What can be recycled here?**
- **Batteries can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:batteries' target='_blank'>recycling:batteries</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:batteries%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Beverage cartons can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:beverage_cartons' target='_blank'>recycling:beverage_cartons</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:beverage_cartons%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Cans can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:cans' target='_blank'>recycling:cans</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:cans%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Clothes can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:clothes' target='_blank'>recycling:clothes</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:clothes%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Cooking oil can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:cooking_oil' target='_blank'>recycling:cooking_oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:cooking_oil%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Engine oil can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:engine_oil' target='_blank'>recycling:engine_oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:engine_oil%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Green waste can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:green_waste' target='_blank'>recycling:green_waste</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:green_waste%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Organic waste can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:organic' target='_blank'>recycling:organic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:organic%3Dyes' target='_blank'>yes</a>_This option cannot be chosen as answer_Unselecting this answer will add
- **Glass bottles can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:glass_bottles' target='_blank'>recycling:glass_bottles</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:glass_bottles%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Glass can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:glass' target='_blank'>recycling:glass</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:glass%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Newspapers can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:newspaper' target='_blank'>recycling:newspaper</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:newspaper%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Paper can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:paper' target='_blank'>recycling:paper</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:paper%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Plastic bottles can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:plastic_bottles' target='_blank'>recycling:plastic_bottles</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:plastic_bottles%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Plastic packaging can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:plastic_packaging' target='_blank'>recycling:plastic_packaging</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:plastic_packaging%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Plastic can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:plastic' target='_blank'>recycling:plastic</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:plastic%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Scrap metal can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:scrap_metal' target='_blank'>recycling:scrap_metal</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:scrap_metal%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Shoes can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:shoes' target='_blank'>recycling:shoes</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:shoes%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Small electrical appliances can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:small_appliances' target='_blank'>recycling:small_appliances</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:small_appliances%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
- **Small electrical appliances can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:small_electrical_appliances' target='_blank'>recycling:small_electrical_appliances</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:small_electrical_appliances%3Dyes' target='_blank'>yes</a>_This option cannot be chosen as answer_Unselecting this answer will add
- **Residual waste can be recycled here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:recycling:waste' target='_blank'>recycling:waste</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:recycling:waste%3Dyes' target='_blank'>yes</a>Unselecting this answer will add
### operator
The question is **What company operates this recycling facility?**
This rendering asks information about the property [operator](https://wiki.openstreetmap.org/wiki/Key:operator)
This is rendered with `This recycling facility is operated by {operator}`
### website
The question is **What is the website of {title()}?**
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>`
- **<a href='{contact:website}' target='_blank'>{contact:website}</a>** corresponds with contact:website~^..*$_This option cannot be chosen as answer_
### email
The question is **What is the email address of {title()}?**
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
This is rendered with `<a href='mailto:{email}' target='_blank'>{email}</a>`
- **<a href='mailto:{contact:email}' target='_blank'>{contact:email}</a>** corresponds with contact:email~^..*$_This option cannot be chosen as answer_
### phone
The question is **What is the phone number of {title()}?**
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
- **<a href='tel:{contact:phone}'>{contact:phone}</a>** corresponds with contact:phone~^..*$_This option cannot be chosen as answer_
### opening_hours
The question is **What are the opening hours of this recycling facility?**
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with `{opening_hours_table()}`
- **24/7** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:opening_hours' target='_blank'>opening_hours</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7' target='_blank'>24/7</a>
This document is autogenerated from [assets/layers/recycling/recycling.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/recycling/recycling.json)

View file

@ -15,6 +15,7 @@ All carfree roads
## Table of contents
1. [slow_roads](#slow_roads)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
@ -29,6 +30,17 @@ All carfree roads
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/slow_roads/slow_roads.json)
@ -87,7 +99,7 @@ _This tagrendering has no question and is thus read-only_
- **<div class='flex'><img src='./assets/layers/slow_roads/woonerf.svg' style='width: 150px; height: auto; margin-right: 0.5em;' /> <div> Dit is een woonerf: <ul><li>Voetgangers mogen hier de volledige breedte van de straat gebruiken</li><li>Gemotoriseerd verkeer mag maximaal <b>20km/h</b> rijden</li></ul></div></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street' target='_blank'>living_street</a>
- **<div> Dit is een woonerf: <ul><li>Voetgangers mogen hier de volledige breedte van de straat gebruiken</li><li>Gemotoriseerd verkeer mag maximaal <b>20km/h</b> rijden</li></ul></div>** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street' target='_blank'>living_street</a>
- **Dit is een brede, autovrije straat** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dpedestrian' target='_blank'>pedestrian</a>
- **Dit is een voetpaadje** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dfootway' target='_blank'>footway</a>
- **Dit is een wegeltje of bospad** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath' target='_blank'>path</a>

View file

@ -15,6 +15,7 @@ Aangeduide wandeltochten
## Table of contents
1. [trail](#trail)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
@ -32,6 +33,17 @@ Aangeduide wandeltochten
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/trail/trail.json)
@ -112,8 +124,8 @@ This is rendered with `Beheer door {operator}`
- **<img src="./assets/themes/buurtnatuur/Natuurpunt.jpg" style="width:1.5em">Dit gebied wordt beheerd door Natuurpunt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- **<img src="./assets/themes/buurtnatuur/Natuurpunt.jpg" style="width:1.5em">Dit gebied wordt beheerd door {operator}** corresponds with operator~^(n|N)atuurpunt.*$_This option cannot be chosen as answer_
- **Dit gebied wordt beheerd door Natuurpunt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- **Dit gebied wordt beheerd door {operator}** corresponds with operator~^(n|N)atuurpunt.*$_This option cannot be chosen as answer_

View file

@ -123,9 +123,9 @@ The question is **Is this a broadleaved or needleleaved tree?**
- **<img src="./assets/themes/trees/broadleaved.svg" style="width:1.5em;height:1.5em" alt=""/> Broadleaved** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dbroadleaved' target='_blank'>broadleaved</a>
- **<img src="./assets/themes/trees/needleleaved.svg" style="width:1.5em;height:1.5em" alt=""/> Needleleaved** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dneedleleaved' target='_blank'>needleleaved</a>
- **<img src="./assets/themes/trees/leafless.svg" style="width:1.5em;height:1.5em" alt=""/> Permanently leafless** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dleafless' target='_blank'>leafless</a>_This option cannot be chosen as answer_
- **Broadleaved** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dbroadleaved' target='_blank'>broadleaved</a>
- **Needleleaved** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dneedleleaved' target='_blank'>needleleaved</a>
- **Permanently leafless** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:leaf_type' target='_blank'>leaf_type</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leaf_type%3Dleafless' target='_blank'>leafless</a>_This option cannot be chosen as answer_
@ -194,7 +194,7 @@ The question is **Is this tree registered heritage?**
- **<img src="./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg" style="width:0.85em;height:1em;vertical-align:middle" alt=""/> Registered as heritage by <i>Onroerend Erfgoed</i> Flanders** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3DOnroerendErfgoed' target='_blank'>OnroerendErfgoed</a>
- **Registered as heritage by <i>Onroerend Erfgoed</i> Flanders** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3DOnroerendErfgoed' target='_blank'>OnroerendErfgoed</a>
- **Registered as heritage by <i>Direction du Patrimoine culturel</i> Brussels** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3D4' target='_blank'>4</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:heritage:operator' target='_blank'>heritage:operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage:operator%3Daatl' target='_blank'>aatl</a>
- **Registered as heritage by a different organisation** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3Dyes' target='_blank'>yes</a>
- **Not registered as heritage** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:heritage' target='_blank'>heritage</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:heritage%3Dno' target='_blank'>no</a>

View file

@ -15,6 +15,7 @@ A nice viewpoint or nice view. Ideal to add an image if no other category fits
## Table of contents
1. [viewpoint](#viewpoint)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
@ -27,6 +28,17 @@ A nice viewpoint or nice view. Ideal to add an image if no other category fits
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/viewpoint/viewpoint.json)

View file

@ -15,6 +15,7 @@ A layer showing village-green (which are communal green areas, but not quite par
## Table of contents
1. [village_green](#village_green)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
@ -28,6 +29,17 @@ A layer showing village-green (which are communal green areas, but not quite par
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/village_green/village_green.json)

View file

@ -15,6 +15,7 @@ A visitor center offers information about a specific attraction or place of inte
## Table of contents
1. [visitor_information_centre](#visitor_information_centre)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
@ -25,6 +26,17 @@ A visitor center offers information about a specific attraction or place of inte
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/visitor_information_centre/visitor_information_centre.json)

View file

@ -37,6 +37,7 @@ This is a public waste basket, thrash can, where you can throw away your thrash.
- [personal](https://mapcomplete.osm.be/personal)
- [waste](https://mapcomplete.osm.be/waste)
- [waste_basket](https://mapcomplete.osm.be/waste_basket)
@ -69,8 +70,8 @@ Elements must have the all of following tags to be shown on this layer:
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/waste#values) [waste](https://wiki.openstreetmap.org/wiki/Key:waste) | Multiple choice | [trash](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dtrash) [dog_excrement](https://wiki.openstreetmap.org/wiki/Tag:waste%3Ddog_excrement) [cigarettes](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dcigarettes) [drugs](https://wiki.openstreetmap.org/wiki/Tag:waste%3Ddrugs) [sharps](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dsharps)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/vending#values) [vending](https://wiki.openstreetmap.org/wiki/Key:vending) | Multiple choice | [dog_excrement_bag](https://wiki.openstreetmap.org/wiki/Tag:vending%3Ddog_excrement_bag) [](https://wiki.openstreetmap.org/wiki/Tag:vending%3D) [](https://wiki.openstreetmap.org/wiki/Tag:vending%3D)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/waste#values) [waste](https://wiki.openstreetmap.org/wiki/Key:waste) | Multiple choice | [trash](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dtrash) [dog_excrement](https://wiki.openstreetmap.org/wiki/Tag:waste%3Ddog_excrement) [cigarettes](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dcigarettes) [drugs](https://wiki.openstreetmap.org/wiki/Tag:waste%3Ddrugs) [sharps](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dsharps) [plastic](https://wiki.openstreetmap.org/wiki/Tag:waste%3Dplastic)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/vending#values) [vending](https://wiki.openstreetmap.org/wiki/Key:vending) | Multiple choice | [dog_excrement_bag](https://wiki.openstreetmap.org/wiki/Tag:vending%3Ddog_excrement_bag) [](https://wiki.openstreetmap.org/wiki/Tag:vending%3D)
@ -91,6 +92,7 @@ The question is **What kind of waste basket is this?**
- **A waste basket for cigarettes** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:waste' target='_blank'>waste</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:waste%3Dcigarettes' target='_blank'>cigarettes</a>
- **A waste basket for drugs** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:waste' target='_blank'>waste</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:waste%3Ddrugs' target='_blank'>drugs</a>
- **A waste basket for needles and other sharp objects** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:waste' target='_blank'>waste</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:waste%3Dsharps' target='_blank'>sharps</a>
- **A waste basket for plastic** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:waste' target='_blank'>waste</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:waste%3Dplastic' target='_blank'>plastic</a>
@ -107,7 +109,7 @@ The question is **Does this waste basket have a dispenser for dog excrement bags
- **This waste basket has a dispenser for (dog) excrement bags** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:vending' target='_blank'>vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:vending%3Ddog_excrement_bag' target='_blank'>dog_excrement_bag</a>
- **This waste basket <b>does not</b> have a dispenser for (dog) excrement bags** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:not:vending' target='_blank'>not:vending</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:not:vending%3Ddog_excrement_bag' target='_blank'>dog_excrement_bag</a>
- **This waste basket <b>does not</b> have a dispenser for (dog) excrement bags** corresponds with
- **This waste basket <b>does not</b> have a dispenser for (dog) excrement bags** corresponds with _This option cannot be chosen as answer_
This document is autogenerated from [assets/layers/waste_basket/waste_basket.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/waste_basket/waste_basket.json)

View file

@ -0,0 +1,111 @@
waste_disposal
================
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/waste_disposal/waste_disposal.svg' height="100px">
Waste Disposal Bin, medium to large bin for disposal of (household) waste
## Table of contents
1. [waste_disposal](#waste_disposal)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [access](#access)
+ [disposal-location](#disposal-location)
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
- [waste](https://mapcomplete.osm.be/waste)
[Go to the source code](../assets/layers/waste_disposal/waste_disposal.json)
Basic tags for this layer
---------------------------
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dwaste_disposal' target='_blank'>waste_disposal</a>
Supported attributes
----------------------
**Warning** This quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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) [no](https://wiki.openstreetmap.org/wiki/Tag:access%3Dno) [residents](https://wiki.openstreetmap.org/wiki/Tag:access%3Dresidents)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](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) [indoor](https://wiki.openstreetmap.org/wiki/Tag:location%3Dindoor) [](https://wiki.openstreetmap.org/wiki/Tag:location%3D)
### access
The question is **Who can use this waste disposal bin?**
This rendering asks information about the property [access](https://wiki.openstreetmap.org/wiki/Key:access)
This is rendered with `Access: {access}`
- **This bin can be used by anyone** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dyes' target='_blank'>yes</a>
- **This bin is private** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dno' target='_blank'>no</a>
- **This bin is only for residents** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dresidents' target='_blank'>residents</a>
### disposal-location
The question is **Where is this container located?**
- **This is an underground container** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dunderground' target='_blank'>underground</a>
- **This container is located indoors** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:location' target='_blank'>location</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:location%3Dindoor' target='_blank'>indoor</a>
- **This container is located outdoors** corresponds with
This document is autogenerated from [assets/layers/waste_disposal/waste_disposal.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/waste_disposal/waste_disposal.json)

View file

@ -15,6 +15,7 @@ Watermolens
## Table of contents
1. [watermill](#watermill)
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [images](#images)
@ -28,6 +29,17 @@ Watermolens
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
[Go to the source code](../assets/layers/watermill/watermill.json)
@ -105,8 +117,8 @@ This is rendered with `Beheer door {operator}`
- **<img src="./assets/themes/buurtnatuur/Natuurpunt.jpg" style="width:1.5em">Dit gebied wordt beheerd door Natuurpunt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- **<img src="./assets/themes/buurtnatuur/Natuurpunt.jpg" style="width:1.5em">Dit gebied wordt beheerd door {operator}** corresponds with operator~^(n|N)atuurpunt.*$_This option cannot be chosen as answer_
- **Dit gebied wordt beheerd door Natuurpunt** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:operator' target='_blank'>operator</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:operator%3DNatuurpunt' target='_blank'>Natuurpunt</a>
- **Dit gebied wordt beheerd door {operator}** corresponds with operator~^(n|N)atuurpunt.*$_This option cannot be chosen as answer_
This document is autogenerated from [assets/layers/watermill/watermill.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/watermill/watermill.json)