forked from MapComplete/MapComplete
Chore:Regenerate documentation
This commit is contained in:
parent
7064d84fbd
commit
df5ac17774
16 changed files with 1638 additions and 140 deletions
|
@ -55,6 +55,14 @@ 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/wikidata#values) [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/subject:wikidata#values) [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/amenity#values) [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [bench](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbench) [](https://wiki.openstreetmap.org/wiki/Tag:amenity%3D)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/backrest#values) [backrest](https://wiki.openstreetmap.org/wiki/Key:backrest) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [yes](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:backrest%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/seats#values) [seats](https://wiki.openstreetmap.org/wiki/Key:seats) | [nat](../SpecialInputElements.md#nat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/material#values) [material](https://wiki.openstreetmap.org/wiki/Key:material) | [string](../SpecialInputElements.md#string) | [wood](https://wiki.openstreetmap.org/wiki/Tag:material%3Dwood) [metal](https://wiki.openstreetmap.org/wiki/Tag:material%3Dmetal) [stone](https://wiki.openstreetmap.org/wiki/Tag:material%3Dstone) [concrete](https://wiki.openstreetmap.org/wiki/Tag:material%3Dconcrete) [plastic](https://wiki.openstreetmap.org/wiki/Tag:material%3Dplastic) [steel](https://wiki.openstreetmap.org/wiki/Tag:material%3Dsteel)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/direction#values) [direction](https://wiki.openstreetmap.org/wiki/Key:direction) | [direction](../SpecialInputElements.md#direction) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/colour#values) [colour](https://wiki.openstreetmap.org/wiki/Key:colour) | [color](../SpecialInputElements.md#color) | [brown](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dbrown) [green](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgreen) [gray](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dgray) [white](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dwhite) [red](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dred) [black](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblack) [blue](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dblue) [yellow](https://wiki.openstreetmap.org/wiki/Tag:colour%3Dyellow)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/survey:date#values) [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/historic#values) [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D)
|
||||
|
||||
|
||||
|
||||
|
@ -231,6 +239,194 @@ The question is *Does this artwork serve as a bench?*
|
|||
|
||||
|
||||
|
||||
### bench-backrest
|
||||
|
||||
|
||||
|
||||
The question is *Does this bench have a backrest?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This bench is two-sided and shares the backrest* corresponds with `backrest=yes&two_sided=yes`
|
||||
- *Does have a backrest* corresponds with `backrest=yes`
|
||||
- *Does <b>not</b> have a backrest* corresponds with `backrest=no`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
|
||||
|
||||
This tagrendering has labels `bench-questions`
|
||||
|
||||
|
||||
|
||||
### bench-seats
|
||||
|
||||
|
||||
|
||||
The question is *How many seats does this bench have?*
|
||||
|
||||
This rendering asks information about the property [seats](https://wiki.openstreetmap.org/wiki/Key:seats)
|
||||
|
||||
This is rendered with `{seats} seats`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This bench does not have separated seats* corresponds with `seats:separated=no`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
|
||||
|
||||
This tagrendering has labels `bench-questions`
|
||||
|
||||
|
||||
|
||||
### bench-material
|
||||
|
||||
|
||||
|
||||
The question is *What is the bench (seating) made from?*
|
||||
|
||||
This rendering asks information about the property [material](https://wiki.openstreetmap.org/wiki/Key:material)
|
||||
|
||||
This is rendered with `Material: {material}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *The seating is made from wood* corresponds with `material=wood`
|
||||
- *The seating is made from metal* corresponds with `material=metal`
|
||||
- *The seating is made from stone* corresponds with `material=stone`
|
||||
- *The seating is made from concrete* corresponds with `material=concrete`
|
||||
- *The seating is made from plastic* corresponds with `material=plastic`
|
||||
- *The seating is made from steel* corresponds with `material=steel`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
|
||||
|
||||
This tagrendering has labels `bench-questions`
|
||||
|
||||
|
||||
|
||||
### bench-direction
|
||||
|
||||
|
||||
|
||||
The question is *In which direction are you looking when sitting on the bench?*
|
||||
|
||||
This rendering asks information about the property [direction](https://wiki.openstreetmap.org/wiki/Key:direction)
|
||||
|
||||
This is rendered with `When sitting on the bench, one looks towards {direction}°.`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
|
||||
|
||||
This tagrendering has labels `bench-questions`
|
||||
|
||||
|
||||
|
||||
### bench-colour
|
||||
|
||||
|
||||
|
||||
The question is *Which colour does this bench have?*
|
||||
|
||||
This rendering asks information about the property [colour](https://wiki.openstreetmap.org/wiki/Key:colour)
|
||||
|
||||
This is rendered with `Colour: {colour}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Colour: brown* corresponds with `colour=brown`
|
||||
- *Colour: green* corresponds with `colour=green`
|
||||
- *Colour: gray* corresponds with `colour=gray`
|
||||
- *Colour: white* corresponds with `colour=white`
|
||||
- *Colour: red* corresponds with `colour=red`
|
||||
- *Colour: black* corresponds with `colour=black`
|
||||
- *Colour: blue* corresponds with `colour=blue`
|
||||
- *Colour: yellow* corresponds with `colour=yellow`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
|
||||
|
||||
This tagrendering has labels `bench-questions`
|
||||
|
||||
|
||||
|
||||
### bench-survey:date
|
||||
|
||||
|
||||
|
||||
The question is *When was this bench last surveyed?*
|
||||
|
||||
This rendering asks information about the property [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date)
|
||||
|
||||
This is rendered with `This bench was last surveyed on {survey:date}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Surveyed today!* corresponds with `survey:date=`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
|
||||
|
||||
This tagrendering has labels `bench-questions`
|
||||
|
||||
|
||||
|
||||
### bench-inscription
|
||||
|
||||
|
||||
|
||||
The question is *Does this bench have an inscription?*
|
||||
|
||||
This rendering asks information about the property [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription)
|
||||
|
||||
This is rendered with `This bench does have the following inscription:<br/><p><i>{inscription}</i></p>`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This bench does not have an inscription* corresponds with `not:inscription=yes`
|
||||
- *This bench does <span class='subtle'>(probably)</span> not have an inscription* corresponds with ``
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
|
||||
|
||||
This tagrendering has labels `bench-questions`
|
||||
|
||||
|
||||
|
||||
### bench-memorial
|
||||
|
||||
|
||||
|
||||
The question is *Does this bench act as memorial for someone or something?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This bench is a memorial for someone or something* corresponds with `historic=memorial`
|
||||
- *This bench is a <b>not</b> a memorial for someone or something* corresponds with `not:historic=memorial`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `amenity=bench`
|
||||
|
||||
This tagrendering has labels `bench-questions`
|
||||
|
||||
|
||||
|
||||
### leftover-questions
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ A bench is a wooden, metal, stone, … surface where a human can sit. This layer
|
|||
|
||||
|
||||
|
||||
- This layer is shown at zoomlevel **17** and higher
|
||||
- This layer is shown at zoomlevel **14** and higher
|
||||
|
||||
|
||||
|
||||
|
@ -57,6 +57,11 @@ 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/inscription#values) [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [text](../SpecialInputElements.md#text) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/tourism#values) [tourism](https://wiki.openstreetmap.org/wiki/Key:tourism) | Multiple choice | [artwork](https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dartwork) [](https://wiki.openstreetmap.org/wiki/Tag:tourism%3D)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/historic#values) [historic](https://wiki.openstreetmap.org/wiki/Key:historic) | Multiple choice | [memorial](https://wiki.openstreetmap.org/wiki/Tag:historic%3Dmemorial) [](https://wiki.openstreetmap.org/wiki/Tag:historic%3D)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/artwork_type#values) [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) | [string](../SpecialInputElements.md#string) | [architecture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture) [mural](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural) [painting](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture) [statue](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue) [bust](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust) [stone](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone) [installation](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation) [graffiti](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti) [relief](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief) [azulejo](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo) [tilework](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework) [woodcarving](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dwoodcarving)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/artist:wikidata#values) [artist:wikidata](https://wiki.openstreetmap.org/wiki/Key:artist:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/artist_name#values) [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) | [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/subject:wikidata#values) [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) |
|
||||
|
||||
|
||||
|
||||
|
@ -282,6 +287,113 @@ This tagrendering has labels `bench-questions`
|
|||
|
||||
|
||||
|
||||
### artwork-artwork_type
|
||||
|
||||
|
||||
|
||||
The question is *What is the type of this artwork?*
|
||||
|
||||
This rendering asks information about the property [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type)
|
||||
|
||||
This is rendered with `This is a {artwork_type}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Architecture* corresponds with `artwork_type=architecture`
|
||||
- *Mural* corresponds with `artwork_type=mural`
|
||||
- *Painting* corresponds with `artwork_type=painting`
|
||||
- *Sculpture* corresponds with `artwork_type=sculpture`
|
||||
- *Statue* corresponds with `artwork_type=statue`
|
||||
- *Bust* corresponds with `artwork_type=bust`
|
||||
- *Stone* corresponds with `artwork_type=stone`
|
||||
- *Installation* corresponds with `artwork_type=installation`
|
||||
- *Graffiti* corresponds with `artwork_type=graffiti`
|
||||
- *Relief* corresponds with `artwork_type=relief`
|
||||
- *Azulejo (Spanish decorative tilework)* corresponds with `artwork_type=azulejo`
|
||||
- *Tilework* corresponds with `artwork_type=tilework`
|
||||
- *Woodcarving* corresponds with `artwork_type=woodcarving`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
|
||||
|
||||
This tagrendering has labels `artwork-question`
|
||||
|
||||
|
||||
|
||||
### artwork-artist-wikidata
|
||||
|
||||
|
||||
|
||||
The question is *Who made this artwork?*
|
||||
|
||||
This rendering asks information about the property [artist:wikidata](https://wiki.openstreetmap.org/wiki/Key:artist:wikidata)
|
||||
|
||||
This is rendered with `This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
|
||||
|
||||
This tagrendering has labels `artwork-question`
|
||||
|
||||
|
||||
|
||||
### artwork-artist_name
|
||||
|
||||
|
||||
|
||||
The question is *Which artist created this?*
|
||||
|
||||
This rendering asks information about the property [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name)
|
||||
|
||||
This is rendered with `Created by {artist_name}`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
|
||||
|
||||
This tagrendering has labels `artwork-question`
|
||||
|
||||
|
||||
|
||||
### artwork-website
|
||||
|
||||
|
||||
|
||||
The question is *Is there a website with more information about this artwork?*
|
||||
|
||||
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
|
||||
|
||||
This is rendered with `More information on <a href='{website}' target='_blank'>this website</a>`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
|
||||
|
||||
This tagrendering has labels `artwork-question`
|
||||
|
||||
|
||||
|
||||
### artwork_subject
|
||||
|
||||
|
||||
|
||||
The question is *What does this artwork depict?*
|
||||
|
||||
This rendering asks information about the property [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata)
|
||||
|
||||
This is rendered with `This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `tourism=artwork`
|
||||
|
||||
This tagrendering has labels `artwork-question`
|
||||
|
||||
|
||||
|
||||
### leftover-questions
|
||||
|
||||
|
||||
|
|
|
@ -57,10 +57,19 @@ 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/service:bicycle:retail#values) [service:bicycle:retail](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:repair#values) [service:bicycle:repair](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Donly_sold) [brand](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dbrand)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:rental#values) [service:bicycle:rental](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/rental#values) [rental](https://wiki.openstreetmap.org/wiki/Key:rental) | [string](../SpecialInputElements.md#string) | [city_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike) [ebike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike) [bmx](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbmx) [mtb](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dmtb) [kid_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dkid_bike) [tandem](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dtandem) [racebike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dracebike) [bike_helmet](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbike_helmet)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:city_bike#values) [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:ebike#values) [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:kid_bike#values) [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:bmx#values) [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:mtb#values) [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:bicycle_pannier#values) [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/capacity:tandem_bicycle#values) [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:second_hand#values) [service:bicycle:second_hand](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:pump#values) [service:bicycle:pump](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dseparate)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:diy#values) [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:cleaning#values) [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:bicycle:cleaning:charge#values) [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/description#values) [description](https://wiki.openstreetmap.org/wiki/Key:description) | [string](../SpecialInputElements.md#string) |
|
||||
|
||||
|
||||
|
@ -272,6 +281,162 @@ The question is *Does this shop rent out bikes?*
|
|||
|
||||
|
||||
|
||||
### bicycle-types
|
||||
|
||||
|
||||
|
||||
The question is *What kind of bicycles and accessories are rented here?*
|
||||
|
||||
This rendering asks information about the property [rental](https://wiki.openstreetmap.org/wiki/Key:rental)
|
||||
|
||||
This is rendered with `{rental} is rented here`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Normal city bikes can be rented here* corresponds with `rental=city_bike`
|
||||
- *Electrical bikes can be rented here* corresponds with `rental=ebike`
|
||||
- *BMX bikes can be rented here* corresponds with `rental=bmx`
|
||||
- *Mountainbikes can be rented here* corresponds with `rental=mtb`
|
||||
- *Bikes for children can be rented here* corresponds with `rental=kid_bike`
|
||||
- *Tandem bicycles can be rented here* corresponds with `rental=tandem`
|
||||
- *Race bicycles can be rented here* corresponds with `rental=racebike`
|
||||
- *Bike helmets can be rented here* corresponds with `rental=bike_helmet`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
||||
|
||||
### rental-capacity-city_bike
|
||||
|
||||
|
||||
|
||||
The question is *How many city bikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike)
|
||||
|
||||
This is rendered with `{capacity:city_bike} city bikes can be rented here`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*city_bike.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
||||
|
||||
### rental-capacity-ebike
|
||||
|
||||
|
||||
|
||||
The question is *How many electrical bikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike)
|
||||
|
||||
This is rendered with `{capacity:ebike} electrical bikes can be rented here`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*ebike.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
||||
|
||||
### rental-capacity-kid_bike
|
||||
|
||||
|
||||
|
||||
The question is *How many bikes for children can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike)
|
||||
|
||||
This is rendered with `{capacity:kid_bike} bikes for children can be rented here`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*kid_bike.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
||||
|
||||
### rental-capacity-bmx
|
||||
|
||||
|
||||
|
||||
The question is *How many BMX bikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx)
|
||||
|
||||
This is rendered with `{capacity:bmx} BMX bikes can be rented here`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bmx.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
||||
|
||||
### rental-capacity-mtb
|
||||
|
||||
|
||||
|
||||
The question is *How many mountainbikes can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb)
|
||||
|
||||
This is rendered with `{capacity:mtb} mountainbikes can be rented here`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*mtb.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
||||
|
||||
### rental-capacity-bicycle_pannier
|
||||
|
||||
|
||||
|
||||
The question is *How many bicycle panniers can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier)
|
||||
|
||||
This is rendered with `{capacity:bicycle_pannier} bicycle panniers can be rented here`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bicycle_pannier.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
||||
|
||||
### rental-capacity-tandem_bicycle
|
||||
|
||||
|
||||
|
||||
The question is *How many tandem can be rented here?*
|
||||
|
||||
This rendering asks information about the property [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle)
|
||||
|
||||
This is rendered with `{capacity:tandem_bicycle} tandem can be rented here`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*tandem_bicycle.*)$&service:bicycle:rental=yes`
|
||||
|
||||
This tagrendering has labels `bicycle_rental`
|
||||
|
||||
|
||||
|
||||
### bike_repair_second-hand-bikes
|
||||
|
||||
|
||||
|
@ -340,12 +505,23 @@ The question is *Are bicycles washed here?*
|
|||
|
||||
|
||||
|
||||
### bikecleaningbikecleaningservicebicyclecleaningcharge
|
||||
### bike_cleaning-service:bicycle:cleaning:charge
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
The question is *How much does it cost to use the cleaning service?*
|
||||
|
||||
This rendering asks information about the property [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge)
|
||||
|
||||
This is rendered with `Using the cleaning service costs {service:bicycle:cleaning:charge}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *The cleaning service is free to use* corresponds with `service:bicycle:cleaning:fee=no`
|
||||
- *Free to use* corresponds with `service:bicycle:cleaning:fee=yes`
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ 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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<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) [key](https://wiki.openstreetmap.org/wiki/Tag:access%3Dkey) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate)
|
||||
[<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) [key](https://wiki.openstreetmap.org/wiki/Tag:access%3Dkey) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate) [permissive](https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive)
|
||||
[<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) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/socket:schuko#values) [socket:schuko](https://wiki.openstreetmap.org/wiki/Key:socket:schuko) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/socket:typee#values) [socket:typee](https://wiki.openstreetmap.org/wiki/Key:socket:typee) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
|
@ -202,11 +202,12 @@ This is rendered with `Access is {access}`
|
|||
|
||||
|
||||
- *Anyone can use this charging station (payment might be needed)* corresponds with `access=yes`
|
||||
- *Anyone can use this charging station (payment might be needed)* corresponds with `access=permissive|access=public`
|
||||
- *Anyone can use this charging station (payment might be needed)* corresponds with `access=public`
|
||||
- This option cannot be chosen as answer
|
||||
- *Only customers of the place this station belongs to can use this charging station<br/><span class='subtle'>E.g. a charging station operated by hotel which is only usable by their guests</span>* corresponds with `access=customers`
|
||||
- *A <b>key</b> must be requested to access this charging station<br/><span class='subtle'>E.g. a charging station operated by hotel which is only usable by their guests, which receive a key from the reception to unlock the charging station</span>* corresponds with `access=key`
|
||||
- *Not accessible to the general public (e.g. only accessible to the owners, employees, …)* corresponds with `access=private`
|
||||
- *Not accessible to the general public (e.g. only accessible to the owners, employees, ...)* corresponds with `access=private`
|
||||
- *This charging station is accessible to the public during certain hours or conditions. Restrictions might apply, but general use is allowed.* corresponds with `access=permissive`
|
||||
|
||||
|
||||
|
||||
|
@ -619,7 +620,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plu
|
|||
|
||||
|
||||
|
||||
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 3.6 kw A* corresponds with `socket:schuko:output=3.6 kW`
|
||||
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 3.6 kW A* corresponds with `socket:schuko:output=3.6 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
||||
|
@ -688,8 +689,8 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall p
|
|||
|
||||
|
||||
|
||||
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 3 kw A* corresponds with `socket:typee:output=3 kW`
|
||||
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 22 kw A* corresponds with `socket:typee:output=22 kW`
|
||||
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 3 kW A* corresponds with `socket:typee:output=3 kW`
|
||||
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 22 kW A* corresponds with `socket:typee:output=22 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
||||
|
@ -758,7 +759,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
|
|||
|
||||
|
||||
|
||||
- *<b>Chademo</b> outputs at most 50 kw A* corresponds with `socket:chademo:output=50 kW`
|
||||
- *<b>Chademo</b> outputs at most 50 kW A* corresponds with `socket:chademo:output=50 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
||||
|
@ -828,8 +829,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
|
|||
|
||||
|
||||
|
||||
- *<b>Type 1 with cable</b> (J1772) outputs at most 3.7 kw A* corresponds with `socket:type1_cable:output=3.7 kW`
|
||||
- *<b>Type 1 with cable</b> (J1772) outputs at most 7 kw A* corresponds with `socket:type1_cable:output=7 kW`
|
||||
- *<b>Type 1 with cable</b> (J1772) outputs at most 3.7 kW A* corresponds with `socket:type1_cable:output=3.7 kW`
|
||||
- *<b>Type 1 with cable</b> (J1772) outputs at most 7 kW A* corresponds with `socket:type1_cable:output=7 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
||||
|
@ -899,10 +900,10 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>witho
|
|||
|
||||
|
||||
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 3.7 kw A* corresponds with `socket:type1:output=3.7 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 6.6 kw A* corresponds with `socket:type1:output=6.6 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7 kw A* corresponds with `socket:type1:output=7 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7.2 kw A* corresponds with `socket:type1:output=7.2 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 3.7 kW A* corresponds with `socket:type1:output=3.7 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 6.6 kW A* corresponds with `socket:type1:output=6.6 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7 kW A* corresponds with `socket:type1:output=7 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7.2 kW A* corresponds with `socket:type1:output=7.2 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
||||
|
@ -973,10 +974,10 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b>
|
|||
|
||||
|
||||
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 kw A* corresponds with `socket:type1_combo:output=50 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 62.5 kw A* corresponds with `socket:type1_combo:output=62.5 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 150 kw A* corresponds with `socket:type1_combo:output=150 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 350 kw A* corresponds with `socket:type1_combo:output=350 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 kW A* corresponds with `socket:type1_combo:output=50 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 62.5 kW A* corresponds with `socket:type1_combo:output=62.5 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 150 kW A* corresponds with `socket:type1_combo:output=150 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 350 kW A* corresponds with `socket:type1_combo:output=350 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
||||
|
@ -1046,9 +1047,9 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
|||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger</b> outputs at most 120 kw A* corresponds with `socket:tesla_supercharger:output=120 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 150 kw A* corresponds with `socket:tesla_supercharger:output=150 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 250 kw A* corresponds with `socket:tesla_supercharger:output=250 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 120 kW A* corresponds with `socket:tesla_supercharger:output=120 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 150 kW A* corresponds with `socket:tesla_supercharger:output=150 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 250 kW A* corresponds with `socket:tesla_supercharger:output=250 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
||||
|
@ -1119,8 +1120,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
|
|||
|
||||
|
||||
|
||||
- *<b>Type 2</b> (mennekes) outputs at most 11 kw A* corresponds with `socket:type2:output=11 kW`
|
||||
- *<b>Type 2</b> (mennekes) outputs at most 22 kw A* corresponds with `socket:type2:output=22 kW`
|
||||
- *<b>Type 2</b> (mennekes) outputs at most 11 kW A* corresponds with `socket:type2:output=11 kW`
|
||||
- *<b>Type 2</b> (mennekes) outputs at most 22 kW A* corresponds with `socket:type2:output=22 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
||||
|
@ -1191,7 +1192,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
|
|||
|
||||
|
||||
|
||||
- *<b>Type 2 CCS</b> (mennekes) outputs at most 50 kw A* corresponds with `socket:type2_combo:output=50 kW`
|
||||
- *<b>Type 2 CCS</b> (mennekes) outputs at most 50 kW A* corresponds with `socket:type2_combo:output=50 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
||||
|
@ -1262,8 +1263,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
|
|||
|
||||
|
||||
|
||||
- *<b>Type 2 with cable</b> (mennekes) outputs at most 11 kw A* corresponds with `socket:type2_cable:output=11 kW`
|
||||
- *<b>Type 2 with cable</b> (mennekes) outputs at most 22 kw A* corresponds with `socket:type2_cable:output=22 kW`
|
||||
- *<b>Type 2 with cable</b> (mennekes) outputs at most 11 kW A* corresponds with `socket:type2_cable:output=11 kW`
|
||||
- *<b>Type 2 with cable</b> (mennekes) outputs at most 22 kW A* corresponds with `socket:type2_cable:output=22 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
||||
|
@ -1276,18 +1277,18 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded Type 2 CSS)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?*
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_supercharger_ccs:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:voltage)
|
||||
|
||||
This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded Type 2 CSS)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs {socket:tesla_supercharger_ccs:voltage} volt`
|
||||
This is rendered with `<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 {socket:tesla_supercharger_ccs:voltage} volt`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded Type 2 CSS) outputs 500 volt* corresponds with `socket:tesla_supercharger_ccs:voltage=500 V`
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded Type 2 CSS) outputs 920 volt* corresponds with `socket:tesla_supercharger_ccs:voltage=920 V`
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 500 volt* corresponds with `socket:tesla_supercharger_ccs:voltage=500 V`
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 920 volt* corresponds with `socket:tesla_supercharger_ccs:voltage=920 V`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||
|
@ -1324,17 +1325,17 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded Type 2 CSS)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?*
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_supercharger_ccs:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:output)
|
||||
|
||||
This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded Type 2 CSS)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:tesla_supercharger_ccs:output}`
|
||||
This is rendered with `<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 {socket:tesla_supercharger_ccs:output}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded Type 2 CSS) outputs at most 50 kw A* corresponds with `socket:tesla_supercharger_ccs:output=50 kW`
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 50 kW A* corresponds with `socket:tesla_supercharger_ccs:output=50 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||
|
@ -1347,17 +1348,17 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:voltage} volt`
|
||||
This is rendered with `<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 {socket:tesla_destination:voltage} volt`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs 480 volt* corresponds with `socket:tesla_destination:voltage=480 V`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs 480 volt* corresponds with `socket:tesla_destination:voltage=480 V`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1370,18 +1371,18 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What current do the plugs with <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> offer?*
|
||||
The question is *What current do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:current}A`
|
||||
This is rendered with `<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 {socket:tesla_destination:current}A`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 125 A* corresponds with `socket:tesla_destination:current=125 A`
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 350 A* corresponds with `socket:tesla_destination:current=350 A`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 125 A* corresponds with `socket:tesla_destination:current=125 A`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 350 A* corresponds with `socket:tesla_destination:current=350 A`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1394,19 +1395,19 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:output}`
|
||||
This is rendered with `<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 {socket:tesla_destination:output}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 120 kw A* corresponds with `socket:tesla_destination:output=120 kW`
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 150 kw A* corresponds with `socket:tesla_destination:output=150 kW`
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 250 kw A* corresponds with `socket:tesla_destination:output=250 kW`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 120 kW A* corresponds with `socket:tesla_destination:output=120 kW`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 150 kW A* corresponds with `socket:tesla_destination:output=150 kW`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 250 kW A* corresponds with `socket:tesla_destination:output=250 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1419,7 +1420,7 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage)
|
||||
|
||||
|
@ -1429,8 +1430,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla superchar
|
|||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs 230 volt* corresponds with `socket:tesla_destination:voltage=230 V`
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs 400 volt* corresponds with `socket:tesla_destination:voltage=400 V`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 230 volt* corresponds with `socket:tesla_destination:voltage=230 V`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 400 volt* corresponds with `socket:tesla_destination:voltage=400 V`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1443,18 +1444,18 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What current do the plugs with <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> offer?*
|
||||
The question is *What current do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:current}A`
|
||||
This is rendered with `<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 {socket:tesla_destination:current}A`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as tesla) outputs at most 16 A* corresponds with `socket:tesla_destination:current=16 A`
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs at most 32 A* corresponds with `socket:tesla_destination:current=32 A`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 16 A* corresponds with `socket:tesla_destination:current=16 A`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 32 A* corresponds with `socket:tesla_destination:current=32 A`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1467,18 +1468,18 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:output}`
|
||||
This is rendered with `<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 {socket:tesla_destination:output}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs at most 11 kw A* corresponds with `socket:tesla_destination:output=11 kW`
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs at most 22 kw A* corresponds with `socket:tesla_destination:output=22 kW`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 11 kW A* corresponds with `socket:tesla_destination:output=11 kW`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 22 kW A* corresponds with `socket:tesla_destination:output=22 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1548,8 +1549,8 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to char
|
|||
|
||||
|
||||
|
||||
- *<b>USB</b> to charge phones and small electronics outputs at most 5w A* corresponds with `socket:USB-A:output=5W`
|
||||
- *<b>USB</b> to charge phones and small electronics outputs at most 10w A* corresponds with `socket:USB-A:output=10W`
|
||||
- *<b>USB</b> to charge phones and small electronics outputs at most 5W A* corresponds with `socket:USB-A:output=5W`
|
||||
- *<b>USB</b> to charge phones and small electronics outputs at most 10W A* corresponds with `socket:USB-A:output=10W`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
||||
|
@ -1729,7 +1730,7 @@ The question is *Does one have to pay to use this charging station?*
|
|||
- *Free to use, but one has to authenticate* corresponds with `fee=no&authentication:none=no`
|
||||
- *Free to use* corresponds with `fee=no`
|
||||
- This option cannot be chosen as answer
|
||||
- *Paid use, but free for customers of the hotel/pub/hospital/… who operates the charging station* corresponds with `fee=yes&fee:conditional=no @ customers`
|
||||
- *Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station* corresponds with `fee=yes&fee:conditional=no @ customers`
|
||||
- *Paid use* corresponds with `fee=yes`
|
||||
|
||||
|
||||
|
@ -2123,15 +2124,15 @@ connection_type.1 | Has a <div style='display: inline-block'><b><b>Schuko wall p
|
|||
connection_type.2 | Has 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> connector | socket:typee~.+
|
||||
connection_type.3 | Has a <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> connector | socket:chademo~.+
|
||||
connection_type.4 | Has 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> connector | socket:type1_cable~.+
|
||||
connection_type.5 | Has a <div style='display: inline-block'><b>Type 1 <i>without</i> cable (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> connector | socket:type1~.+
|
||||
connection_type.6 | Has a <div style='display: inline-block'><b>Type 1 CCS (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> connector | socket:type1_combo~.+
|
||||
connection_type.5 | Has 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> connector | socket:type1~.+
|
||||
connection_type.6 | Has 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> connector | socket:type1_combo~.+
|
||||
connection_type.7 | Has 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> connector | socket:tesla_supercharger~.+
|
||||
connection_type.8 | Has 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> connector | socket:type2~.+
|
||||
connection_type.9 | Has 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> connector | socket:type2_combo~.+
|
||||
connection_type.10 | Has 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> connector | socket:type2_cable~.+
|
||||
connection_type.11 | Has 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> connector | socket:tesla_supercharger_ccs~.+
|
||||
connection_type.12 | Has 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> connector | socket:tesla_destination~.+
|
||||
connection_type.13 | Has 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> connector | socket:tesla_destination~.+
|
||||
connection_type.13 | Has 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> connector | socket:tesla_destination~.+
|
||||
connection_type.14 | Has 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> connector | socket:USB-A~.+
|
||||
connection_type.15 | Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> connector | socket:bosch_3pin~.+
|
||||
connection_type.16 | Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> connector | socket:bosch_5pin~.+
|
||||
|
|
|
@ -46,7 +46,7 @@ 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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<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) [key](https://wiki.openstreetmap.org/wiki/Tag:access%3Dkey) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate)
|
||||
[<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) [key](https://wiki.openstreetmap.org/wiki/Tag:access%3Dkey) [private](https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate) [permissive](https://wiki.openstreetmap.org/wiki/Tag:access%3Dpermissive)
|
||||
[<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) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/socket:schuko#values) [socket:schuko](https://wiki.openstreetmap.org/wiki/Key:socket:schuko) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/socket:typee#values) [socket:typee](https://wiki.openstreetmap.org/wiki/Key:socket:typee) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
|
@ -200,11 +200,12 @@ This is rendered with `Access is {access}`
|
|||
|
||||
|
||||
- *Anyone can use this charging station (payment might be needed)* corresponds with `access=yes`
|
||||
- *Anyone can use this charging station (payment might be needed)* corresponds with `access=permissive|access=public`
|
||||
- *Anyone can use this charging station (payment might be needed)* corresponds with `access=public`
|
||||
- This option cannot be chosen as answer
|
||||
- *Only customers of the place this station belongs to can use this charging station<br/><span class='subtle'>E.g. a charging station operated by hotel which is only usable by their guests</span>* corresponds with `access=customers`
|
||||
- *A <b>key</b> must be requested to access this charging station<br/><span class='subtle'>E.g. a charging station operated by hotel which is only usable by their guests, which receive a key from the reception to unlock the charging station</span>* corresponds with `access=key`
|
||||
- *Not accessible to the general public (e.g. only accessible to the owners, employees, …)* corresponds with `access=private`
|
||||
- *Not accessible to the general public (e.g. only accessible to the owners, employees, ...)* corresponds with `access=private`
|
||||
- *This charging station is accessible to the public during certain hours or conditions. Restrictions might apply, but general use is allowed.* corresponds with `access=permissive`
|
||||
|
||||
|
||||
|
||||
|
@ -617,7 +618,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Schuko wall plu
|
|||
|
||||
|
||||
|
||||
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 3.6 kw A* corresponds with `socket:schuko:output=3.6 kW`
|
||||
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F) outputs at most 3.6 kW A* corresponds with `socket:schuko:output=3.6 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
|
||||
|
@ -686,8 +687,8 @@ This is rendered with `<div style='display: inline-block'><b><b>European wall p
|
|||
|
||||
|
||||
|
||||
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 3 kw A* corresponds with `socket:typee:output=3 kW`
|
||||
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 22 kw A* corresponds with `socket:typee:output=22 kW`
|
||||
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 3 kW A* corresponds with `socket:typee:output=3 kW`
|
||||
- *<b>European wall plug</b> with ground pin (CEE7/4 type E) outputs at most 22 kW A* corresponds with `socket:typee:output=22 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
|
||||
|
@ -756,7 +757,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
|
|||
|
||||
|
||||
|
||||
- *<b>Chademo</b> outputs at most 50 kw A* corresponds with `socket:chademo:output=50 kW`
|
||||
- *<b>Chademo</b> outputs at most 50 kW A* corresponds with `socket:chademo:output=50 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
|
||||
|
@ -826,8 +827,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
|
|||
|
||||
|
||||
|
||||
- *<b>Type 1 with cable</b> (J1772) outputs at most 3.7 kw A* corresponds with `socket:type1_cable:output=3.7 kW`
|
||||
- *<b>Type 1 with cable</b> (J1772) outputs at most 7 kw A* corresponds with `socket:type1_cable:output=7 kW`
|
||||
- *<b>Type 1 with cable</b> (J1772) outputs at most 3.7 kW A* corresponds with `socket:type1_cable:output=3.7 kW`
|
||||
- *<b>Type 1 with cable</b> (J1772) outputs at most 7 kW A* corresponds with `socket:type1_cable:output=7 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
|
||||
|
@ -897,10 +898,10 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 <i>witho
|
|||
|
||||
|
||||
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 3.7 kw A* corresponds with `socket:type1:output=3.7 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 6.6 kw A* corresponds with `socket:type1:output=6.6 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7 kw A* corresponds with `socket:type1:output=7 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7.2 kw A* corresponds with `socket:type1:output=7.2 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 3.7 kW A* corresponds with `socket:type1:output=3.7 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 6.6 kW A* corresponds with `socket:type1:output=6.6 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7 kW A* corresponds with `socket:type1:output=7 kW`
|
||||
- *<b>Type 1 <i>without</i> cable</b> (J1772) outputs at most 7.2 kW A* corresponds with `socket:type1:output=7.2 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
|
||||
|
@ -971,10 +972,10 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 CCS</b>
|
|||
|
||||
|
||||
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 kw A* corresponds with `socket:type1_combo:output=50 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 62.5 kw A* corresponds with `socket:type1_combo:output=62.5 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 150 kw A* corresponds with `socket:type1_combo:output=150 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 350 kw A* corresponds with `socket:type1_combo:output=350 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 50 kW A* corresponds with `socket:type1_combo:output=50 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 62.5 kW A* corresponds with `socket:type1_combo:output=62.5 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 150 kW A* corresponds with `socket:type1_combo:output=150 kW`
|
||||
- *<b>Type 1 CCS</b> (aka Type 1 Combo) outputs at most 350 kW A* corresponds with `socket:type1_combo:output=350 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
|
||||
|
@ -1044,9 +1045,9 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
|
|||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger</b> outputs at most 120 kw A* corresponds with `socket:tesla_supercharger:output=120 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 150 kw A* corresponds with `socket:tesla_supercharger:output=150 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 250 kw A* corresponds with `socket:tesla_supercharger:output=250 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 120 kW A* corresponds with `socket:tesla_supercharger:output=120 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 150 kW A* corresponds with `socket:tesla_supercharger:output=150 kW`
|
||||
- *<b>Tesla Supercharger</b> outputs at most 250 kW A* corresponds with `socket:tesla_supercharger:output=250 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
|
||||
|
@ -1117,8 +1118,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
|
|||
|
||||
|
||||
|
||||
- *<b>Type 2</b> (mennekes) outputs at most 11 kw A* corresponds with `socket:type2:output=11 kW`
|
||||
- *<b>Type 2</b> (mennekes) outputs at most 22 kw A* corresponds with `socket:type2:output=22 kW`
|
||||
- *<b>Type 2</b> (mennekes) outputs at most 11 kW A* corresponds with `socket:type2:output=11 kW`
|
||||
- *<b>Type 2</b> (mennekes) outputs at most 22 kW A* corresponds with `socket:type2:output=22 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
|
||||
|
@ -1189,7 +1190,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
|
|||
|
||||
|
||||
|
||||
- *<b>Type 2 CCS</b> (mennekes) outputs at most 50 kw A* corresponds with `socket:type2_combo:output=50 kW`
|
||||
- *<b>Type 2 CCS</b> (mennekes) outputs at most 50 kW A* corresponds with `socket:type2_combo:output=50 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
|
||||
|
@ -1260,8 +1261,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
|
|||
|
||||
|
||||
|
||||
- *<b>Type 2 with cable</b> (mennekes) outputs at most 11 kw A* corresponds with `socket:type2_cable:output=11 kW`
|
||||
- *<b>Type 2 with cable</b> (mennekes) outputs at most 22 kw A* corresponds with `socket:type2_cable:output=22 kW`
|
||||
- *<b>Type 2 with cable</b> (mennekes) outputs at most 11 kW A* corresponds with `socket:type2_cable:output=11 kW`
|
||||
- *<b>Type 2 with cable</b> (mennekes) outputs at most 22 kW A* corresponds with `socket:type2_cable:output=22 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
|
||||
|
@ -1274,18 +1275,18 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded Type 2 CSS)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?*
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_supercharger_ccs:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:voltage)
|
||||
|
||||
This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded Type 2 CSS)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs {socket:tesla_supercharger_ccs:voltage} volt`
|
||||
This is rendered with `<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 {socket:tesla_supercharger_ccs:voltage} volt`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded Type 2 CSS) outputs 500 volt* corresponds with `socket:tesla_supercharger_ccs:voltage=500 V`
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded Type 2 CSS) outputs 920 volt* corresponds with `socket:tesla_supercharger_ccs:voltage=920 V`
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 500 volt* corresponds with `socket:tesla_supercharger_ccs:voltage=500 V`
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs 920 volt* corresponds with `socket:tesla_supercharger_ccs:voltage=920 V`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||
|
@ -1322,17 +1323,17 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded Type 2 CSS)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?*
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_supercharger_ccs:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_supercharger_ccs:output)
|
||||
|
||||
This is rendered with `<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded Type 2 CSS)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:tesla_supercharger_ccs:output}`
|
||||
This is rendered with `<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 {socket:tesla_supercharger_ccs:output}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded Type 2 CSS) outputs at most 50 kw A* corresponds with `socket:tesla_supercharger_ccs:output=50 kW`
|
||||
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 50 kW A* corresponds with `socket:tesla_supercharger_ccs:output=50 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
|
||||
|
@ -1345,17 +1346,17 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:voltage} volt`
|
||||
This is rendered with `<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 {socket:tesla_destination:voltage} volt`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs 480 volt* corresponds with `socket:tesla_destination:voltage=480 V`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs 480 volt* corresponds with `socket:tesla_destination:voltage=480 V`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1368,18 +1369,18 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What current do the plugs with <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> offer?*
|
||||
The question is *What current do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:current}A`
|
||||
This is rendered with `<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 {socket:tesla_destination:current}A`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 125 A* corresponds with `socket:tesla_destination:current=125 A`
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 350 A* corresponds with `socket:tesla_destination:current=350 A`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 125 A* corresponds with `socket:tesla_destination:current=125 A`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 350 A* corresponds with `socket:tesla_destination:current=350 A`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1392,19 +1393,19 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:output}`
|
||||
This is rendered with `<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 {socket:tesla_destination:output}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 120 kw A* corresponds with `socket:tesla_destination:output=120 kW`
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 150 kw A* corresponds with `socket:tesla_destination:output=150 kW`
|
||||
- *<b>Tesla Supercharger (Destination)</b> outputs at most 250 kw A* corresponds with `socket:tesla_destination:output=250 kW`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 120 kW A* corresponds with `socket:tesla_destination:output=120 kW`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 150 kW A* corresponds with `socket:tesla_destination:output=150 kW`
|
||||
- *<b>Tesla Supercharger (destination)</b> outputs at most 250 kW A* corresponds with `socket:tesla_destination:output=250 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1417,7 +1418,7 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
The question is *What voltage do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:voltage](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:voltage)
|
||||
|
||||
|
@ -1427,8 +1428,8 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla superchar
|
|||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs 230 volt* corresponds with `socket:tesla_destination:voltage=230 V`
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs 400 volt* corresponds with `socket:tesla_destination:voltage=400 V`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 230 volt* corresponds with `socket:tesla_destination:voltage=230 V`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs 400 volt* corresponds with `socket:tesla_destination:voltage=400 V`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1441,18 +1442,18 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What current do the plugs with <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> offer?*
|
||||
The question is *What current do the plugs with <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:current](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:current)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:current}A`
|
||||
This is rendered with `<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 {socket:tesla_destination:current}A`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as tesla) outputs at most 16 A* corresponds with `socket:tesla_destination:current=16 A`
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs at most 32 A* corresponds with `socket:tesla_destination:current=32 A`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 16 A* corresponds with `socket:tesla_destination:current=16 A`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 32 A* corresponds with `socket:tesla_destination:current=32 A`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1465,18 +1466,18 @@ This tagrendering has labels `technical`
|
|||
|
||||
|
||||
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
The question is *What power output does a single plug of type <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> offer?*
|
||||
|
||||
This rendering asks information about the property [socket:tesla_destination:output](https://wiki.openstreetmap.org/wiki/Key:socket:tesla_destination:output)
|
||||
|
||||
This is rendered with `<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 {socket:tesla_destination:output}`
|
||||
This is rendered with `<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 {socket:tesla_destination:output}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs at most 11 kw A* corresponds with `socket:tesla_destination:output=11 kW`
|
||||
- *<b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as Tesla) outputs at most 22 kw A* corresponds with `socket:tesla_destination:output=22 kW`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 11 kW A* corresponds with `socket:tesla_destination:output=11 kW`
|
||||
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) outputs at most 22 kW A* corresponds with `socket:tesla_destination:output=22 kW`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
|
||||
|
@ -1546,8 +1547,8 @@ This is rendered with `<div style='display: inline-block'><b><b>USB</b> to char
|
|||
|
||||
|
||||
|
||||
- *<b>USB</b> to charge phones and small electronics outputs at most 5w A* corresponds with `socket:USB-A:output=5W`
|
||||
- *<b>USB</b> to charge phones and small electronics outputs at most 10w A* corresponds with `socket:USB-A:output=10W`
|
||||
- *<b>USB</b> to charge phones and small electronics outputs at most 5W A* corresponds with `socket:USB-A:output=5W`
|
||||
- *<b>USB</b> to charge phones and small electronics outputs at most 10W A* corresponds with `socket:USB-A:output=10W`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
|
||||
|
@ -1727,7 +1728,7 @@ The question is *Does one have to pay to use this charging station?*
|
|||
- *Free to use, but one has to authenticate* corresponds with `fee=no&authentication:none=no`
|
||||
- *Free to use* corresponds with `fee=no`
|
||||
- This option cannot be chosen as answer
|
||||
- *Paid use, but free for customers of the hotel/pub/hospital/… who operates the charging station* corresponds with `fee=yes&fee:conditional=no @ customers`
|
||||
- *Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station* corresponds with `fee=yes&fee:conditional=no @ customers`
|
||||
- *Paid use* corresponds with `fee=yes`
|
||||
|
||||
|
||||
|
|
|
@ -51,6 +51,9 @@ 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) | [](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/climbing#values) [climbing](https://wiki.openstreetmap.org/wiki/Key:climbing) | Multiple choice | [boulder](https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dboulder) [crag](https://wiki.openstreetmap.org/wiki/Tag:climbing%3Dcrag) [area](https://wiki.openstreetmap.org/wiki/Tag:climbing%3Darea)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/rock#values) [rock](https://wiki.openstreetmap.org/wiki/Key:rock) | [string](../SpecialInputElements.md#string) | [limestone](https://wiki.openstreetmap.org/wiki/Tag:rock%3Dlimestone)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/url#values) [url](https://wiki.openstreetmap.org/wiki/Key:url) | [url](../SpecialInputElements.md#url) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:boulder#values) [climbing:boulder](https://wiki.openstreetmap.org/wiki/Key:climbing:boulder) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dlimited)
|
||||
|
||||
|
||||
|
||||
|
@ -185,6 +188,61 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
|
||||
|
||||
|
||||
### website
|
||||
|
||||
|
||||
|
||||
The question is *Is there a (unofficial) website with more informations (e.g. topos)?*
|
||||
|
||||
This rendering asks information about the property [url](https://wiki.openstreetmap.org/wiki/Key:url)
|
||||
|
||||
This is rendered with `<a href='{url}' target='_blank'>{url}</a>`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `leisure!~^(sports_centre)$&sport=climbing`
|
||||
|
||||
|
||||
|
||||
### fee
|
||||
|
||||
|
||||
|
||||
The question is *Is a fee required to climb here?*
|
||||
|
||||
This rendering asks information about the property [charge](https://wiki.openstreetmap.org/wiki/Key:charge)
|
||||
|
||||
This is rendered with `A fee of {charge} should be paid for climbing here`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Climbing here is free of charge* corresponds with `fee=no`
|
||||
- *Paying a fee is required to climb here* corresponds with `fee=yes`
|
||||
|
||||
|
||||
|
||||
|
||||
### bouldering
|
||||
|
||||
|
||||
|
||||
The question is *Is bouldering possible here?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Bouldering is possible here* corresponds with `climbing:boulder=yes`
|
||||
- *Bouldering is not possible here* corresponds with `climbing:boulder=no`
|
||||
- *Bouldering is possible, allthough there are only a few routes* corresponds with `climbing:boulder=limited`
|
||||
- *There are {climbing:boulder} boulder routes* corresponds with `climbing:boulder~.+`
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
||||
|
||||
### leftover-questions
|
||||
|
||||
|
||||
|
|
|
@ -51,10 +51,18 @@ 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/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/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/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/charge#values) [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D)
|
||||
[<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) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:rental:climbing_shoes#values) [service:rental:climbing_shoes](https://wiki.openstreetmap.org/wiki/Key:service:rental:climbing_shoes) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:rental:climbing_shoes%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:rental:climbing_shoes%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:rental:climbing_harness#values) [service:rental:climbing_harness](https://wiki.openstreetmap.org/wiki/Key:service:rental:climbing_harness) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:rental:climbing_harness%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:rental:climbing_harness%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/service:rental:climbing_rope#values) [service:rental:climbing_rope](https://wiki.openstreetmap.org/wiki/Key:service:rental:climbing_rope) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:rental:climbing_rope%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:rental:climbing_rope%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:toprope#values) [climbing:toprope](https://wiki.openstreetmap.org/wiki/Key:climbing:toprope) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:toprope%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:length#values) [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length) | [pfloat](../SpecialInputElements.md#pfloat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:grade:french:min#values) [climbing:grade:french:min](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:min) | [string](../SpecialInputElements.md#string) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:grade:french:max#values) [climbing:grade:french:max](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:max) | [string](../SpecialInputElements.md#string) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:boulder#values) [climbing:boulder](https://wiki.openstreetmap.org/wiki/Key:climbing:boulder) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:climbing:boulder%3Dlimited)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:sport#values) [climbing:sport](https://wiki.openstreetmap.org/wiki/Key:climbing:sport) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:sport%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:bolts:max#values) [climbing:bolts:max](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts:max) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:speed#values) [climbing:speed](https://wiki.openstreetmap.org/wiki/Key:climbing:speed) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access#values) [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/internet_access:fee#values) [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers)
|
||||
|
@ -174,6 +182,26 @@ This tagrendering has labels `contact`
|
|||
|
||||
|
||||
|
||||
### fee
|
||||
|
||||
|
||||
|
||||
The question is *Is a fee required to climb here?*
|
||||
|
||||
This rendering asks information about the property [charge](https://wiki.openstreetmap.org/wiki/Key:charge)
|
||||
|
||||
This is rendered with `A fee of {charge} should be paid for climbing here`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Climbing here is free of charge* corresponds with `fee=no`
|
||||
- *Paying a fee is required to climb here* corresponds with `fee=yes`
|
||||
|
||||
|
||||
|
||||
|
||||
### payment-options
|
||||
|
||||
|
||||
|
@ -256,16 +284,121 @@ The question is *Can one rent a climbing rope here?*
|
|||
|
||||
|
||||
|
||||
### climbingtoprope
|
||||
### toprope
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
The question is *Is toprope climbing possible here?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Toprope climbing is possible here* corresponds with `climbing:toprope=yes`
|
||||
- *Toprope climbing is not possible here* corresponds with `climbing:toprope=no`
|
||||
- *There are {climbing:toprope} toprope routes* corresponds with `climbing:toprope~.+`
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
||||
|
||||
### average_length
|
||||
|
||||
|
||||
|
||||
The question is *What is the (average) length of the routes in meters?*
|
||||
|
||||
This rendering asks information about the property [climbing:length](https://wiki.openstreetmap.org/wiki/Key:climbing:length)
|
||||
|
||||
This is rendered with `The routes are <b>{canonical(climbing:length)}</b> long on average`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### min_difficulty
|
||||
|
||||
|
||||
|
||||
The question is *What is the grade of the easiest route here, according to the french classification system?*
|
||||
|
||||
This rendering asks information about the property [climbing:grade:french:min](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:min)
|
||||
|
||||
This is rendered with `The lowest grade is {climbing:grade:french:min} according to the french/belgian system`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### max_difficulty
|
||||
|
||||
|
||||
|
||||
The question is *What is the highest grade route here, according to the french classification system?*
|
||||
|
||||
This rendering asks information about the property [climbing:grade:french:max](https://wiki.openstreetmap.org/wiki/Key:climbing:grade:french:max)
|
||||
|
||||
This is rendered with `The highest grade is {climbing:grade:french:max} according to the french/belgian system`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `climbing!~^(route)$&climbing:sport=yes|sport=climbing`
|
||||
|
||||
|
||||
|
||||
### bouldering
|
||||
|
||||
|
||||
|
||||
The question is *Is bouldering possible here?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Bouldering is possible here* corresponds with `climbing:boulder=yes`
|
||||
- *Bouldering is not possible here* corresponds with `climbing:boulder=no`
|
||||
- *Bouldering is possible, allthough there are only a few routes* corresponds with `climbing:boulder=limited`
|
||||
- *There are {climbing:boulder} boulder routes* corresponds with `climbing:boulder~.+`
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
||||
|
||||
### sportclimbing
|
||||
|
||||
|
||||
|
||||
The question is *Is sport climbing possible here on fixed anchors?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Sport climbing is possible here* corresponds with `climbing:sport=yes`
|
||||
- *Sport climbing is not possible here* corresponds with `climbing:sport=no`
|
||||
- *There are {climbing:sport} sport climbing routes* corresponds with `climbing:sport~.+`
|
||||
- This option cannot be chosen as answer
|
||||
|
||||
|
||||
|
||||
|
||||
### max_bolts
|
||||
|
||||
|
||||
|
||||
The question is *How many bolts do routes in {title()} have at most?*
|
||||
|
||||
This rendering asks information about the property [climbing:bolts:max](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts:max)
|
||||
|
||||
This is rendered with `The sport climbing routes here have at most {climbing:bolts:max} bolts.<div class='subtle'>This is without relays and indicates how much quickdraws a climber needs</div>`
|
||||
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `climbing:sport=yes`
|
||||
|
||||
|
||||
|
||||
### Speed climbing?
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -14,8 +14,7 @@ OSM objects that likely need to be fixed, based on a FIXME tag.
|
|||
|
||||
|
||||
|
||||
- This layer is shown at zoomlevel **12** and higher
|
||||
- This layer is not visible by default and must be enabled in the filter by the user.
|
||||
- This layer is shown at zoomlevel **16** and higher
|
||||
|
||||
|
||||
|
||||
|
@ -48,6 +47,7 @@ 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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/fixme#values) [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme) | [text](../SpecialInputElements.md#text) | [](https://wiki.openstreetmap.org/wiki/Tag:fixme%3D)
|
||||
|
||||
|
||||
|
||||
|
@ -75,8 +75,17 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
The question is *What is wrong with this feature?*
|
||||
|
||||
This rendering asks information about the property [fixme](https://wiki.openstreetmap.org/wiki/Key:fixme)
|
||||
|
||||
This is rendered with `Fixme Text: {fixme}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This issue has been resolved* corresponds with ``
|
||||
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
|
||||
<img src='https://mapcomplete.osm.be/./assets/svg/note.svg' height="100px">
|
||||
<img src='https://mapcomplete.osm.be/note' height="100px">
|
||||
|
||||
This layer shows notes on OpenStreetMap. Having this layer in your theme will trigger the 'add new note' functionality in the 'addNewPoint'-popup (or if your theme has no presets, it'll enable adding notes)
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -264,6 +264,16 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
|
||||
|
||||
### delete-button
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### last_edit
|
||||
|
||||
|
||||
|
|
|
@ -49,6 +49,8 @@ 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/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/amenity#values) [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [college](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcollege) [university](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Duniversity)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/isced:2011:level#values) [isced:2011:level](https://wiki.openstreetmap.org/wiki/Key:isced:2011:level) | Multiple choice | [bachelor](https://wiki.openstreetmap.org/wiki/Tag:isced:2011:level%3Dbachelor) [master](https://wiki.openstreetmap.org/wiki/Tag:isced:2011:level%3Dmaster) [doctorate](https://wiki.openstreetmap.org/wiki/Tag:isced:2011:level%3Ddoctorate)
|
||||
[<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) | [pnat](../SpecialInputElements.md#pnat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/school:gender#values) [school:gender](https://wiki.openstreetmap.org/wiki/Key:school:gender) | Multiple choice | [mixed](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dmixed) [separated](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dseparated) [male](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dmale) [female](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dfemale)
|
||||
[<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) |
|
||||
|
@ -110,6 +112,38 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
|
||||
|
||||
|
||||
### capacity
|
||||
|
||||
|
||||
|
||||
The question is *How much students can at most enroll in this school?*
|
||||
|
||||
This rendering asks information about the property [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity)
|
||||
|
||||
This is rendered with `This school can enroll at most {capacity} students`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### gender
|
||||
|
||||
|
||||
|
||||
The question is *Which genders can enroll at this school?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *Both boys and girls can enroll here and have classes together* corresponds with `school:gender=mixed`
|
||||
- *Both boys and girls can enroll here but they are separated (e.g. they have lessons in different classrooms or at different times)* corresponds with `school:gender=separated`
|
||||
- *This is a boys only-school* corresponds with `school:gender=male`
|
||||
- *This is a girls-only school* corresponds with `school:gender=female`
|
||||
|
||||
|
||||
|
||||
|
||||
### website
|
||||
|
||||
|
||||
|
|
|
@ -54,6 +54,11 @@ 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/opening_hours#values) [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/toilets:wheelchair#values) [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/toilets:door:width#values) [toilets:door:width](https://wiki.openstreetmap.org/wiki/Key:toilets:door:width) | [pfloat](../SpecialInputElements.md#pfloat) |
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/toilets:position#values) [toilets:position](https://wiki.openstreetmap.org/wiki/Key:toilets:position) | Multiple choice | [seated](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated) [urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Durinal) [squat](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dsquat) [seated;urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated;urinal)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/changing_table#values) [changing_table](https://wiki.openstreetmap.org/wiki/Key:changing_table) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/changing_table:location#values) [changing_table:location](https://wiki.openstreetmap.org/wiki/Key:changing_table:location) | [string](../SpecialInputElements.md#string) | [female_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet) [male_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet) [wheelchair_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dwheelchair_toilet) [dedicated_room](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Ddedicated_room)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/toilets:handwashing#values) [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/toilets:paper_supplied#values) [toilets:paper_supplied](https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dno)
|
||||
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/toilets:description#values) [toilets:description](https://wiki.openstreetmap.org/wiki/Key:toilets:description) | [string](../SpecialInputElements.md#string) |
|
||||
|
||||
|
||||
|
@ -218,52 +223,92 @@ This tagrendering is only visible in the popup if the following condition is met
|
|||
|
||||
|
||||
|
||||
### toilettoiletstype
|
||||
### toilets-type
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
The question is *Which kind of toilets are this?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### toilettoiletschangingtable
|
||||
- *There are only seated toilets* corresponds with `toilets:position=seated`
|
||||
- *There are only urinals here* corresponds with `toilets:position=urinal`
|
||||
- *There are only squat toilets here* corresponds with `toilets:position=squat`
|
||||
- *Both seated toilets and urinals are available here* corresponds with `toilets:position=seated;urinal`
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
### toilets-changing-table
|
||||
|
||||
|
||||
|
||||
The question is *Is a changing table (to change diapers) available?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### toilettoiletchangingtablelocation
|
||||
- *A changing table is available* corresponds with `changing_table=yes`
|
||||
- *No changing table is available* corresponds with `changing_table=no`
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
### toilet-changing_table:location
|
||||
|
||||
|
||||
|
||||
The question is *Where is the changing table located?*
|
||||
|
||||
This rendering asks information about the property [changing_table:location](https://wiki.openstreetmap.org/wiki/Key:changing_table:location)
|
||||
|
||||
This is rendered with `The changing table is located at {changing_table:location}`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### toilettoilethandwashing
|
||||
- *The changing table is in the toilet for women. * corresponds with `changing_table:location=female_toilet`
|
||||
- *The changing table is in the toilet for men. * corresponds with `changing_table:location=male_toilet`
|
||||
- *The changing table is in the toilet for wheelchair users. * corresponds with `changing_table:location=wheelchair_toilet`
|
||||
- *The changing table is in a dedicated room. * corresponds with `changing_table:location=dedicated_room`
|
||||
|
||||
|
||||
This tagrendering is only visible in the popup if the following condition is met: `changing_table=yes`
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
### toilet-handwashing
|
||||
|
||||
|
||||
|
||||
The question is *Do these toilets have a sink to wash your hands?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### toilettoilethaspaper
|
||||
- *This toilets have a sink to wash your hands* corresponds with `toilets:handwashing=yes`
|
||||
- *This toilets <b>don't</b> have a sink to wash your hands* corresponds with `toilets:handwashing=no`
|
||||
|
||||
|
||||
|
||||
This tagrendering has no question and is thus read-only
|
||||
|
||||
### toilet-has-paper
|
||||
|
||||
|
||||
|
||||
The question is *Does one have to bring their own toilet paper to this toilet?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- *This toilet is equipped with toilet paper* corresponds with `toilets:paper_supplied=yes`
|
||||
- *You have to bring your own toilet paper to this toilet* corresponds with `toilets:paper_supplied=no`
|
||||
|
||||
|
||||
|
||||
|
@ -351,6 +396,13 @@ wheelchair.0 | Wheelchair accessible | toilets:wheelchair=yes\|toilets:wheelchai
|
|||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
changing_table.0 | Has a changing table | changing_table=yes
|
||||
|
||||
|
||||
|
||||
|
||||
id | question | osmTags
|
||||
---- | ---------- | ---------
|
||||
free.0 | Free to use | toilets:fee=no\|toilets:fee=0|toilets:charge=0
|
||||
|
|
Loading…
Reference in a new issue