Merge develop

This commit is contained in:
Pieter Vander Vennet 2023-11-09 16:23:30 +01:00
commit ddae260d06
839 changed files with 85413 additions and 100893 deletions

View file

@ -73,9 +73,8 @@ jobs:
git add *
if git status | grep -q "Changes to be committed"
then
git commit -am "Deploying a new version"
git commit -am "Deploying a new version of mapcomplete"
git push
else
echo "No changes to commit"
fi

View file

@ -1,7 +1,7 @@
Architecture
============
This document aims to give an architectural overview of how MapCompelte is built. It should give some feeling on how
This document aims to give an architectural overview of how MapComplete is built. It should give some feeling on how
everything fits together.
Servers?
@ -59,7 +59,7 @@ There are some basic elements, such as:
- `List`
There is one special component: the `VariableUIElement`
The `VariableUIElement` takes a `UIEventSource<string|BaseUIElement>` and will dynamicaly show whatever the `UIEventSource` contains at the moment.
The `VariableUIElement` takes a `UIEventSource<string|BaseUIElement>` and will dynamically show whatever the `UIEventSource` contains at the moment.
For example:
@ -107,7 +107,7 @@ If Tailwind is not enough, use `baseUiElement.SetStyle("background: red; someOth
### An example
For example: the user should input wether or not a shop is closed during public holidays. There are three options:
For example: the user should input whether or not a shop is closed during public holidays. There are three options:
1. closed
2. opened as usual

View file

@ -11,13 +11,14 @@
- [Existing builtin tagrenderings](#existing-builtin-tagrenderings)
+ [images](#images)
+ [luminous_or_lit](#luminous_or_lit)
+ [reviews](#reviews)
+ [website](#website)
+ [phone](#phone)
+ [email](#email)
+ [wikipedia](#wikipedia)
+ [bench.*bench-questions](#bench*bench-questions)
+ [opening_hours](#opening_hours)
+ [artwork.*artwork-question](#artwork*artwork-question)
+ [website](#website)
+ [phone](#phone)
+ [email](#email)
+ [description](#description)
+ [payment-options](#payment-options)
+ [payment-options-advanced](#payment-options-advanced)
@ -33,7 +34,6 @@
+ [internet](#internet)
+ [internet-fee](#internet-fee)
+ [internet-ssid](#internet-ssid)
+ [reviews](#reviews)
+ [questions](#questions)
+ [climbing.website](#climbingwebsite)
+ [climbing.fee](#climbingfee)
@ -58,6 +58,7 @@
+ [minimap](#minimap)
+ [mastodon](#mastodon)
+ [contact](#contact)
+ [diets](#diets)
+ [etymology.wikipedia-etymology](#etymologywikipedia-etymology)
+ [toilet.relevant-questions](#toiletrelevant-questions)
+ [denominations-notes](#denominations-notes)
@ -91,8 +92,10 @@
- advertising
- ambulancestation
- animal_shelter
- artwork
- atm
- bank
- barrier
- bench
- bench_at_pt
@ -134,6 +137,7 @@
- hackerspace
- hotel
- hydrant
- ice_cream
- indoors
- information_board
- kerbs
@ -155,6 +159,7 @@
- rainbow_crossings
- reception_desk
- recycling
- route_marker
- shops
- shower
- slow_roads
@ -191,6 +196,139 @@
### reviews
- animal_shelter
- cafe_pub
- dogpark
- fitness_centre
- food
- hackerspace
- hotel
- pharmacy
- shops
- veterinary
### website
- animal_shelter
- bicycle_library
- bicycle_rental
- bike_cafe
- bike_shop
- bike_themed_object
- cafe_pub
- car_rental
- climbing_club
- climbing_gym
- dentist
- doctors
- elongated_coin
- fitness_centre
- food
- governments
- hackerspace
- hotel
- kindergarten_childcare
- nature_reserve
- observation_tower
- pharmacy
- physiotherapist
- playground
- recycling
- school
- shops
- sports_centre
- tertiary_education
- vending_machine
- veterinary
### phone
- animal_shelter
- bicycle_library
- bicycle_rental
- bike_cafe
- bike_shop
- bike_themed_object
- cafe_pub
- car_rental
- climbing_club
- climbing_gym
- dentist
- doctors
- fitness_centre
- food
- governments
- hackerspace
- hotel
- kindergarten_childcare
- pharmacy
- physiotherapist
- recycling
- school
- shops
- sports_centre
- tertiary_education
- vending_machine
- veterinary
### email
- animal_shelter
- bicycle_library
- bicycle_rental
- bike_cafe
- bike_shop
- bike_themed_object
- cafe_pub
- car_rental
- climbing_club
- climbing_gym
- dentist
- doctors
- fitness_centre
- food
- governments
- hackerspace
- hotel
- kindergarten_childcare
- pharmacy
- physiotherapist
- recycling
- school
- shops
- sports_centre
- tertiary_education
### wikipedia
@ -234,6 +372,7 @@
- dentist
- fitness_centre
- food
- ice_cream
- kindergarten_childcare
- pharmacy
- postoffices
@ -259,116 +398,6 @@
### website
- bicycle_library
- bicycle_rental
- bike_cafe
- bike_shop
- bike_themed_object
- cafe_pub
- car_rental
- climbing_club
- climbing_gym
- dentist
- doctors
- elongated_coin
- fitness_centre
- food
- governments
- hackerspace
- hotel
- kindergarten_childcare
- nature_reserve
- observation_tower
- pharmacy
- physiotherapist
- playground
- recycling
- school
- shops
- sports_centre
- tertiary_education
- vending_machine
- veterinary
### phone
- bicycle_library
- bicycle_rental
- bike_cafe
- bike_shop
- bike_themed_object
- cafe_pub
- car_rental
- climbing_club
- climbing_gym
- dentist
- doctors
- fitness_centre
- food
- governments
- hackerspace
- hotel
- kindergarten_childcare
- pharmacy
- physiotherapist
- recycling
- school
- shops
- sports_centre
- tertiary_education
- vending_machine
- veterinary
### email
- bicycle_library
- bicycle_rental
- bike_cafe
- bike_shop
- bike_themed_object
- cafe_pub
- car_rental
- climbing_club
- climbing_gym
- dentist
- doctors
- fitness_centre
- food
- governments
- hackerspace
- hotel
- kindergarten_childcare
- pharmacy
- physiotherapist
- recycling
- school
- shops
- sports_centre
- tertiary_education
### description
@ -395,6 +424,7 @@
- cafe_pub
- climbing_gym
- food
- ice_cream
- observation_tower
- questions
- questions
@ -517,6 +547,7 @@
- food
- hackerspace
- hotel
- ice_cream
- observation_tower
- sports_centre
- transit_stops
@ -604,25 +635,6 @@
### reviews
- cafe_pub
- dogpark
- fitness_centre
- food
- hackerspace
- hotel
- pharmacy
- shops
- veterinary
### questions
@ -900,6 +912,18 @@
- hospital
- ice_cream
### diets
- ice_cream

View file

@ -24,26 +24,20 @@
1. [gps_track](#gps_track)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [just_created](#just_created)
+ [Privacy notice](#privacy-notice)
+ [export_as_gpx](#export_as_gpx)
+ [export_as_geojson](#export_as_geojson)
+ [upload_to_osm](#upload_to_osm)
+ [minimap](#minimap)
+ [delete](#delete)
+ [leftover-questions](#leftover-questions)
+ [all-tags](#all-tags)
1. [range](#range)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
1. [last_click](#last_click)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [just_created](#just_created)
+ [add_new](#add_new)
+ [add_note](#add_note)
+ [leftover-questions](#leftover-questions)
+ [all-tags](#all-tags)
* [Filters](#filters)
1. [conflation](#conflation)
- [Basic tags for this layer](#basic-tags-for-this-layer)
@ -58,19 +52,13 @@
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [just_created](#just_created)
+ [leftover-questions](#leftover-questions)
+ [all-tags](#all-tags)
1. [import_candidate](#import_candidate)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [just_created](#just_created)
+ [all_tags](#all_tags)
+ [leftover-questions](#leftover-questions)
1. [usersettings](#usersettings)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [just_created](#just_created)
+ [profile](#profile)
+ [language_picker](#language_picker)
+ [inbox](#inbox)
@ -95,7 +83,6 @@
+ [contributor-thanks](#contributor-thanks)
+ [show_debug](#show_debug)
+ [debug](#debug)
+ [leftover-questions](#leftover-questions)
1. [Normal layers](#normal-layers)
@ -133,7 +120,7 @@ MapComplete has a few data layers available in the theme which have special prop
<img src='https://mapcomplete.org/circle:red' height="100px">
Highlights the currently selected element. Override this layer to have different colors
@ -176,7 +163,7 @@ Elements must have the all of following tags to be shown on this layer:
<img src='https://mapcomplete.org/crosshair:var(--catch-detail-color)' height="100px">
Meta layer showing the current location of the user. Add this to your theme and override the icon to change the appearance of the current location. The object will always have `id=gps` and will have _all_ the properties included in the [`Coordinates`-object](https://developer.mozilla.org/en-US/docs/Web/API/GeolocationCoordinates) (except latitude and longitude) returned by the browser, such as `speed`, `altitude`, `heading`, ....
@ -219,7 +206,7 @@ Elements must have the all of following tags to be shown on this layer:
<img src='https://mapcomplete.org/square:red' height="100px">
Meta layer which contains the previous locations of the user as single points. This is mainly for technical reasons, e.g. to keep match the distance to the modified object
@ -264,7 +251,7 @@ Elements must have the all of following tags to be shown on this layer:
<img src='https://mapcomplete.org/circle:white;./assets/svg/home.svg' height="100px">
Meta layer showing the home location of the user. The home location can be set in the [profile settings](https://www.openstreetmap.org/profile/edit) of OpenStreetMap.
@ -343,36 +330,6 @@ Elements must have the all of following tags to be shown on this layer:
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
### Privacy notice
@ -441,26 +398,6 @@ This tagrendering has no question and is thus read-only
### leftover-questions
This tagrendering has no question and is thus read-only
### all-tags
This tagrendering has no question and is thus read-only
range
=======
@ -512,7 +449,7 @@ Elements must have the all of following tags to be shown on this layer:
<img src='https://mapcomplete.org/<div class='relative'> <img src='./assets/svg/add_pin.svg' class='absolute' style='height: 50px'> <div class='absolute top-0 left-0 rounded-full overflow-hidden noselect' style='width: 40px; height: 40px'><div class='flex slide min-w-min' style='animation: slide linear {number_of_presets}s infinite; width: calc( (1 + {number_of_presets}) * 40px ); height: 40px'>{renderings}{first_preset}</div></div></div>' height="100px">
This layer defines how to render the 'last click'-location. By default, it will show a marker with the possibility to add a new point (if there are some presets) and/or to add a new note (if the 'note' layer attribute is set). If none are possible, this layer won't show up
@ -547,36 +484,6 @@ Elements must have the all of following tags to be shown on this layer:
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
### add_new
@ -603,26 +510,6 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
This tagrendering has no question and is thus read-only
### all-tags
This tagrendering has no question and is thus read-only
#### Filters
@ -631,7 +518,7 @@ This tagrendering has no question and is thus read-only
id | question | osmTags
---- | ---------- | ---------
action.0 | only_if_action_is_possible | has_note_layer=yes\|has_presets=yes
action.0 | only_if_action_is_possible | has_note_layer=yes \|has_presets=yes
@ -641,7 +528,7 @@ action.0 | only_if_action_is_possible | has_note_layer=yes\|has_presets=yes
<img src='https://mapcomplete.org/addSmall:#000' height="100px">
If the import-button moves OSM points, the imported way points or conflates, a preview is shown. This layer defines how this preview is rendered. This layer cannot be included in a theme.
@ -682,7 +569,7 @@ Elements must have the all of following tags to be shown on this layer:
<img src='https://mapcomplete.org/circle:white;./assets/svg/scissors.svg' height="100px">
Layer rendering the little scissors for the minimap in the 'splitRoadWizard'
@ -723,7 +610,7 @@ Elements must have the all of following tags to be shown on this layer:
<img src='https://mapcomplete.org/bug' height="100px">
Layer rendering the way to split in the 'splitRoadWizard'. This one is used instead of the variable rendering by the themes themselves, as they might not always be very visible
@ -814,56 +701,6 @@ Elements must have the all of following tags to be shown on this layer:
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
### leftover-questions
This tagrendering has no question and is thus read-only
### all-tags
This tagrendering has no question and is thus read-only
import_candidate
@ -871,7 +708,7 @@ This tagrendering has no question and is thus read-only
<img src='https://mapcomplete.org/square:red;' height="100px">
Layer used as template in the importHelper
@ -905,36 +742,6 @@ Elements must have the all of following tags to be shown on this layer:
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/id#values) [id](https://wiki.openstreetmap.org/wiki/Key:id) | Multiple choice |
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
### all_tags
@ -947,16 +754,6 @@ This tagrendering has no question and is thus read-only
### leftover-questions
This tagrendering has no question and is thus read-only
usersettings
==============
@ -1004,7 +801,6 @@ this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/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.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/__url_parameter_initialized:language#values) [__url_parameter_initialized:language](https://wiki.openstreetmap.org/wiki/Key:__url_parameter_initialized:language) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:__url_parameter_initialized:language%3Dyes)
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/mapcomplete-preferred-background-layer#values) [mapcomplete-preferred-background-layer](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-preferred-background-layer) | Multiple choice | [](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-preferred-background-layer%3D) [osm](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-preferred-background-layer%3Dosm) [photo](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-preferred-background-layer%3Dphoto) [map](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-preferred-background-layer%3Dmap) [](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-preferred-background-layer%3D)
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/mapcomplete-pictures-license#values) [mapcomplete-pictures-license](https://wiki.openstreetmap.org/wiki/Key:mapcomplete-pictures-license) | Multiple choice | [CC0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC0) [CC-BY 4.0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC-BY 4.0) [CC-BY-SA 4.0](https://wiki.openstreetmap.org/wiki/Tag:mapcomplete-pictures-license%3DCC-BY-SA 4.0)
@ -1020,25 +816,6 @@ attribute | type | values which are supported by this layer
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
### profile
@ -1108,7 +885,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_theme:backgroundLayer~.+&mapcomplete-preferred-background-layer~.+&_theme:backgroundLayer!=`
This tagrendering is only visible in the popup if the following condition is met: `_theme:backgroundLayer~.+ &mapcomplete-preferred-background-layer~.+ &_theme:backgroundLayer!=`
@ -1269,7 +1046,7 @@ This tagrendering has no question and is thus read-only
- *Click the 'translate'-icon next to a string to enter or update a piece of text. You need a Weblate-account for this. Create one with your OSM-username to automatically unlock translation mode.* corresponds with `mapcomplete-translation-mode=yes|mapcomplete-translation-mode=true|mapcomplete-translation-mode=mobile`
- *Click the 'translate'-icon next to a string to enter or update a piece of text. You need a Weblate-account for this. Create one with your OSM-username to automatically unlock translation mode.* corresponds with `mapcomplete-translation-mode=yes |mapcomplete-translation-mode=true |mapcomplete-translation-mode=mobile`
@ -1287,7 +1064,7 @@ This tagrendering has no question and is thus read-only
- *Completely translated* corresponds with `_translation_percentage=100`
This tagrendering is only visible in the popup if the following condition is met: `mapcomplete-translation-mode=yes|mapcomplete-translation-mode=true|mapcomplete-translation-mode=mobile`
This tagrendering is only visible in the popup if the following condition is met: `mapcomplete-translation-mode=yes |mapcomplete-translation-mode=true |mapcomplete-translation-mode=mobile`
@ -1299,7 +1076,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_translation_links~.+&mapcomplete-translation-mode=true|mapcomplete-translation-mode=mobile`
This tagrendering is only visible in the popup if the following condition is met: `_translation_links~.+ &mapcomplete-translation-mode=true |mapcomplete-translation-mode=mobile`
@ -1395,16 +1172,6 @@ This tagrendering is only visible in the popup if the following condition is met
### leftover-questions
This tagrendering has no question and is thus read-only
Normal layers
===============
@ -1417,6 +1184,7 @@ The following layers are included in MapComplete:
- [address](./Layers/address.md)
- [advertising](./Layers/advertising.md)
- [ambulancestation](./Layers/ambulancestation.md)
- [animal_shelter](./Layers/animal_shelter.md)
- [artwork](./Layers/artwork.md)
- [atm](./Layers/atm.md)
- [bank](./Layers/bank.md)
@ -1477,6 +1245,7 @@ The following layers are included in MapComplete:
- [hospital](./Layers/hospital.md)
- [hotel](./Layers/hotel.md)
- [hydrant](./Layers/hydrant.md)
- [ice_cream](./Layers/ice_cream.md)
- [icons](./Layers/icons.md)
- [id_presets](./Layers/id_presets.md)
- [import_candidate](./Layers/import_candidate.md)
@ -1514,6 +1283,7 @@ The following layers are included in MapComplete:
- [range](./Layers/range.md)
- [reception_desk](./Layers/reception_desk.md)
- [recycling](./Layers/recycling.md)
- [route_marker](./Layers/route_marker.md)
- [school](./Layers/school.md)
- [selected_element](./Layers/selected_element.md)
- [shelter](./Layers/shelter.md)

View file

@ -59,6 +59,7 @@ Special library layer which does not need a '.questions'-prefix before being imp
+ [sugar_free](#sugar_free)
+ [lactose_free](#lactose_free)
+ [gluten_free](#gluten_free)
+ [vegan](#vegan)
@ -127,6 +128,7 @@ attribute | type | values which are supported by this layer
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:sugar_free#values) [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno)
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:lactose_free#values) [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno)
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:gluten_free#values) [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno)
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegan#values) [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno)
@ -559,7 +561,7 @@ The question is *What coins can you use to pay here?*
- *5 francs coins are accepted* corresponds with `payment:coins:denominations=5 CHF`
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes|payment:cash=yes&_currency~^(.*EUR.*)$|_currency~^(.*CHF.*)$`
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes |payment:cash=yes &_currency~^(.*EUR.*)$ |_currency~^(.*CHF.*)$`
@ -588,7 +590,7 @@ The question is *what notes can you use to pay here?*
- *1000 francs notes are accepted* corresponds with `payment:notes:denominations=1000 CHF`
This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes|payment:cash=yes&_currency~^(.*EUR.*)$|_currency~^(.*CHF.*)$`
This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes |payment:cash=yes &_currency~^(.*EUR.*)$ |_currency~^(.*CHF.*)$`
@ -602,7 +604,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -633,7 +635,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -756,6 +758,8 @@ The question is *Does this place offer internet access?*
- *This place offers wired internet access* corresponds with `internet_access=wired`
This tagrendering has labels `internet-all`
### internet-fee
@ -773,7 +777,9 @@ The question is *Is there a fee for internet access?*
- *Internet access is free at this place, for customers only* corresponds with `internet_access:fee=customers`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no &internet_access~.+`
This tagrendering has labels `internet-all`
@ -796,6 +802,8 @@ This is rendered with `The network name is <b>{internet_access:ssid}</b>`
This tagrendering is only visible in the popup if the following condition is met: `internet_access=wlan`
This tagrendering has labels `internet-all`
### luminous_or_lit
@ -808,10 +816,10 @@ The question is *Is this object lit or does it emit light?*
- *This object both emits light and is lighted by an external light source* corresponds with `lit=yes&luminous=yes`
- *This object both emits light and is lighted by an external light source* corresponds with `lit=yes &luminous=yes`
- *This object emits light* corresponds with `luminous=yes`
- *This object is lit externally, e.g. by a spotlight or other lights* corresponds with `lit=yes`
- *This object does not emit light and is not lighted by externally* corresponds with `lit=no&luminous=no`
- *This object does not emit light and is not lighted by externally* corresponds with `lit=no &luminous=no`
@ -870,6 +878,8 @@ The question is *Does this shop have a sugar free offering?*
- *This shop has no sugar free offering* corresponds with `diet:sugar_free=no`
This tagrendering has labels `diets`
### lactose_free
@ -885,9 +895,11 @@ The question is *Does {title()} have a lactose-free offering?*
- *<b>Only sells lactose free</b> products* corresponds with `diet:lactose_free=only`
- *Big lactose free offering* corresponds with `diet:lactose_free=yes`
- *<b>Limited lactose free</b> offering* corresponds with `diet:lactose_free=limited`
- *No lactose free offering* corresponds with `diet:lactose_free=no`
- *This shop has no lactose free offering* corresponds with `diet:lactose_free=no`
This tagrendering has labels `diets`
### gluten_free
@ -904,6 +916,28 @@ The question is *Does this shop have a gluten free offering?*
- *This shop has a big gluten free offering* corresponds with `diet:gluten_free=yes`
- *This shop has a <b>limited gluten free</b> offering* corresponds with `diet:gluten_free=limited`
- *This shop has no gluten free offering* corresponds with `diet:gluten_free=no`
This tagrendering has labels `diets`
### vegan
The question is *Does this place offer a vegan option?*
- *This place <b>only sells vegan</b> products* corresponds with `diet:vegan=only`
- *This shop has a big vegan offering* corresponds with `diet:vegan=yes`
- *This shop has a <b>limited vegan</b> offering* corresponds with `diet:vegan=limited`
- *This shop has no vegan offering* corresponds with `diet:vegan=no`
This tagrendering has labels `diets`
This document is autogenerated from [assets/layers/questions/questions.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/questions/questions.json)

View file

@ -5,7 +5,7 @@
In my [little OpenStreetMap-editor](https://mapcomplete.org) translations are provided by contributors on [hosted weblate](https://hosted.weblate.org/projects/mapcomplete/), where thousands of text snippets have been translated already in the past year - which is awesome.
However, the language picker was a bit dry: it used to have codes for every langauge, e.g. `nl`, `en`, `ja`, 'pt_BR', 'zh_Hant'... Quite boring and not really user-friendly - but easy to implement.
However, the language picker was a bit dry: it used to have codes for every language, e.g. `nl`, `en`, `ja`, 'pt_BR', 'zh_Hant'... Quite boring and not really user-friendly - but easy to implement.
Today, I decided to give these an overhaul. I wanted to show proper language names in them. But: in which _language_ should we show the language overview?

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/address/housenumber_blank.svg' height="100px">
Addresses
@ -58,7 +58,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -153,7 +153,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/advertising/sign.svg' height="100px">
We will complete data from advertising features with reference, operator and lit
@ -76,7 +76,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -151,10 +151,10 @@ The question is *Is this object lit or does it emit light?*
- *This is a neon-tube light* corresponds with `luminous=neon`
- *This object both emits light and is lighted by an external light source* corresponds with `lit=yes&luminous=yes`
- *This object both emits light and is lighted by an external light source* corresponds with `lit=yes &luminous=yes`
- *This object emits light* corresponds with `luminous=yes`
- *This object is lit externally, e.g. by a spotlight or other lights* corresponds with `lit=yes`
- *This object does not emit light and is not lighted by externally* corresponds with `lit=no&luminous=no`
- *This object does not emit light and is not lighted by externally* corresponds with `lit=no &luminous=no`
@ -221,7 +221,7 @@ The question is *From how many sides you can watch advertisments?*
- *This object has advertisements on both sides* corresponds with `sides=2`
This tagrendering is only visible in the popup if the following condition is met: `advertising=poster_box|advertising=screen|advertising=billboard`
This tagrendering is only visible in the popup if the following condition is met: `advertising=poster_box |advertising=screen |advertising=billboard`
@ -291,7 +291,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -15,6 +15,7 @@ Layer to mark any street as cyclestreet
- This layer is shown at zoomlevel **18** and higher
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
@ -63,10 +64,10 @@ The question is *Is the street <b>{name}</b> a cyclestreet?*
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* corresponds with `cyclestreet=yes&maxspeed=30&overtaking:motor_vehicle=no`
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* corresponds with `cyclestreet=yes &maxspeed=30 &overtaking:motor_vehicle=no`
- *This street is a bicycle road* corresponds with `bicycle_road=yes`
- This option cannot be chosen as answer
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* corresponds with `bicycle_road=yes&maxspeed=30&source:maxspeed=DE:bicycle_road&vehicle=no&bicycle=designated`
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* corresponds with `bicycle_road=yes &maxspeed=30 &source:maxspeed=DE:bicycle_road &vehicle=no &bicycle=designated`
- *This street is a cyclestreet* corresponds with `cyclestreet=yes`
- *This street will become a cyclestreet soon* corresponds with `proposed:cyclestreet=yes`
- *This street will become a bicycle road soon* corresponds with `proposed:bicycle_road=yes`
@ -92,7 +93,7 @@ The question is *What sign does this bicycle road have?*
- *There are no supplementary signs at this bicycle road.* corresponds with `traffic_sign=DE:244.1`
This tagrendering is only visible in the popup if the following condition is met: `bicycle_road=yes&_country=de`
This tagrendering is only visible in the popup if the following condition is met: `bicycle_road=yes &_country=de`
@ -127,7 +128,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -175,7 +176,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/vending_machine/vending_machine.svg' height="100px">
Layer showing vending machines
@ -75,7 +75,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -212,7 +212,7 @@ The question is *What coins can you use to pay here?*
- *5 francs coins are accepted* corresponds with `payment:coins:denominations=5 CHF`
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes|payment:cash=yes&_currency~^(.*EUR.*)$|_currency~^(.*CHF.*)$`
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes |payment:cash=yes &_currency~^(.*EUR.*)$ |_currency~^(.*CHF.*)$`
@ -241,7 +241,7 @@ The question is *what notes can you use to pay here?*
- *1000 francs notes are accepted* corresponds with `payment:notes:denominations=1000 CHF`
This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes|payment:cash=yes&_currency~^(.*EUR.*)$|_currency~^(.*CHF.*)$`
This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes |payment:cash=yes &_currency~^(.*EUR.*)$ |_currency~^(.*CHF.*)$`
@ -414,7 +414,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/hailhydrant/Twemoji_1f691.svg' height="100px">
An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.
@ -71,7 +71,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -202,7 +202,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -0,0 +1,266 @@
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
animal_shelter
================
An animal shelter is a facility where animals in trouble are brought and facility's staff (volunteers or not) feeds them and cares of them, rehabilitating and healing them if necessary. This definition includes kennels for abandoned dogs, catteries for abandoned cats, shelters for other abandoned pets and wildlife recovery centres.
- This layer is shown at zoomlevel **0** and higher
This is a special layer - data is not sourced from OpenStreetMap
Supported attributes
----------------------
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/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.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.org/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.org/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.org/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.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/purpose#values) [purpose](https://wiki.openstreetmap.org/wiki/Key:purpose) | Multiple choice | [adoption](https://wiki.openstreetmap.org/wiki/Tag:purpose%3Dadoption) [sanctuary](https://wiki.openstreetmap.org/wiki/Tag:purpose%3Dsanctuary) [release](https://wiki.openstreetmap.org/wiki/Tag:purpose%3Drelease)
[<img src='https://mapcomplete.org/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) |
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
This tagrendering has no question and is thus read-only
### reviews
Shows the reviews module (including the possibility to leave a review)
This tagrendering has no question and is thus read-only
### 2
The question is *What is the name of this animal shelter?*
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with `This animal shelter is named <b>{name}</b>`
### website
The question is *What is the website of {title()}?*
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### phone
The question is *What is the phone number of {title()}?*
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
- *<a href='tel:{contact:phone}'>{contact:phone}</a>* corresponds with `contact:phone~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### email
The question is *What is the email address of {title()}?*
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
This is rendered with `<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>`
- *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* corresponds with `contact:email~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### 6
The question is *What is the purpose of the animal shelter?*
- *Animals are kept here until adopted by a new owner* corresponds with `purpose=adoption`
- *Animals are taken care of for the rest of their lives* corresponds with `purpose=sanctuary`
- *Injured animals are rehabilitated here until they can be released in nature again * corresponds with `purpose=release`
### 7
The question is *When is this animal shelter opened?*
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with `{opening_hours_table()}`
### leftover-questions
This tagrendering has no question and is thus read-only
### minimap
Shows a small map with the feature. Added by default to every popup
This tagrendering has no question and is thus read-only
### move-button
This tagrendering has no question and is thus read-only
### delete-button
This tagrendering has no question and is thus read-only
### last_edit
Gives some metainfo about the last edit and who did edit it - rendering only
This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
### all-tags
This tagrendering has no question and is thus read-only
This document is autogenerated from [assets/layers/animal_shelter/animal_shelter.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/animal_shelter/animal_shelter.json)

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/themes/artwork/artwork.svg' height="100px">
An open map of statues, busts, graffitis and other artwork all over the world
@ -82,7 +82,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -249,7 +249,7 @@ 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`
- *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`
@ -479,7 +479,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -502,7 +502,7 @@ This tagrendering has no question and is thus read-only
id | question | osmTags
---- | ---------- | ---------
has_image.0 | With and without images (default) |
has_image.1 | Has at least one image | image~.+\|image:0~.+\|image:1~.+\|image:2~.+\|image:3~.+\|mapillary~.+
has_image.1 | Has at least one image | image~.+ \|image:0~.+ \|image:1~.+ \|image:2~.+ \|image:3~.+ \|mapillary~.+
has_image.2 | Probably does not have an image |

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/atm/atm.svg' height="100px">
ATMs to withdraw money
@ -73,7 +73,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -280,7 +280,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/bank/bank.svg' height="100px">
A financial institution to deposit money
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -120,7 +120,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/bank/bank.svg' height="100px">
A financial institution to deposit money
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -120,7 +120,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/barrier/barrier.svg' height="100px">
Obstacles while cycling, such as bollards and cycle barriers
@ -76,7 +76,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -179,7 +179,7 @@ This is rendered with `Maximum width: {maxwidth:physical} m`
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier!=double&cycle_barrier!=triple&_referencing_ways~.+`
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier!=double &cycle_barrier!=triple &_referencing_ways~.+`
@ -195,7 +195,7 @@ This is rendered with `Space between barriers (along the length of the road): {
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double|cycle_barrier=triple`
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double |cycle_barrier=triple`
@ -211,7 +211,7 @@ This is rendered with `Width of opening: {width:opening} m`
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double|cycle_barrier=triple`
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double |cycle_barrier=triple`
@ -227,7 +227,7 @@ This is rendered with `Overlap: {overlap} m`
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double|cycle_barrier=triple`
This tagrendering is only visible in the popup if the following condition is met: `cycle_barrier=double |cycle_barrier=triple`
@ -273,7 +273,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:#99bd54;./assets/layers/bench/bench.svg' height="100px">
A bench is a wooden, metal, stone, … surface where a human can sit. This layers visualises them and asks a few questions about them.
@ -81,7 +81,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -107,7 +107,7 @@ 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`
- *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`
@ -283,7 +283,7 @@ The question is *Does this bench act as memorial for someone or something?*
- *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: `historic=memorial|inscription~.+|memorial=bench|tourism=artwork`
This tagrendering is only visible in the popup if the following condition is met: `historic=memorial |inscription~.+ |memorial=bench |tourism=artwork`
This tagrendering has labels `bench-questions`
@ -448,7 +448,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -470,7 +470,7 @@ This tagrendering has no question and is thus read-only
id | question | osmTags
---- | ---------- | ---------
bench_is_memorial.0 | is a memorial | historic=memorial\|memorial=bench
bench_is_memorial.0 | is a memorial | historic=memorial \|memorial=bench
@ -487,7 +487,7 @@ has_backrest.2 | Has no backrest | backrest=no
id | question | osmTags
---- | ---------- | ---------
has_image.0 | With and without images (default) |
has_image.1 | Has at least one image | image~.+\|image:0~.+\|image:1~.+\|image:2~.+\|image:3~.+\|mapillary~.+
has_image.1 | Has at least one image | image~.+ \|image:0~.+ \|image:1~.+ \|image:2~.+ \|image:3~.+ \|mapillary~.+
has_image.2 | Probably does not have an image |

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/themes/benches/bench_public_transport.svg' height="100px">
A layer showing all public-transport-stops which do have a bench
@ -68,7 +68,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -157,7 +157,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#22ff55;./assets/layers/bicycle_library/bicycle_library.svg' height="100px">
A facility where bicycles can be lent for longer period of times
@ -75,7 +75,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -200,7 +200,7 @@ This is rendered with `Lending a bicycle costs {charge}`
- *Lending a bicycle is free* corresponds with `fee=no`
- *Lending a bicycle costs €20/year and €20 warranty* corresponds with `fee=yes&charge=€20warranty + €20/year`
- *Lending a bicycle costs €20/year and €20 warranty* corresponds with `fee=yes &charge=€20warranty + €20/year`
@ -278,7 +278,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/bicycle_rental/logo.svg' height="100px">
Bicycle rental stations
@ -79,7 +79,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -105,9 +105,9 @@ The question is *What kind of bicycle rental is this?*
- *This is a shop whose main focus is bicycle rental* corresponds with `shop=rental&bicycle_rental=shop`
- *This is a shop whose main focus is bicycle rental* corresponds with `shop=rental &bicycle_rental=shop`
- *This is a rental business which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus* corresponds with `shop=rental`
- *This is a shop which sells or repairs bicycles, but also rents out bicycles* corresponds with `service:bicycle:rental=yes&shop=bicycle`
- *This is a shop which sells or repairs bicycles, but also rents out bicycles* corresponds with `service:bicycle:rental=yes &shop=bicycle`
- *This is an automated docking station, where a bicycle is mechanically locked to a structure* corresponds with `bicycle_rental=docking_station`
- *A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby* corresponds with `bicycle_rental=key_dispensing_machine`
- *This is a dropoff point, e.g. a reserved parking to place the bicycles clearly marked as being for the rental service only* corresponds with `bicycle_rental=dropoff_point`
@ -195,7 +195,7 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours
This tagrendering is only visible in the popup if the following condition is met: `shop~.+|opening_hours~.+`
This tagrendering is only visible in the popup if the following condition is met: `shop~.+ |opening_hours~.+`
@ -451,7 +451,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#ba2792;./assets/themes/cyclofix/key.svg' height="100px">
Bicycle rental stations
@ -78,7 +78,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -104,9 +104,9 @@ The question is *What kind of bicycle rental is this?*
- *This is a shop whose main focus is bicycle rental* corresponds with `shop=rental&bicycle_rental=shop`
- *This is a shop whose main focus is bicycle rental* corresponds with `shop=rental &bicycle_rental=shop`
- *This is a rental business which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus* corresponds with `shop=rental`
- *This is a shop which sells or repairs bicycles, but also rents out bicycles* corresponds with `service:bicycle:rental=yes&shop=bicycle`
- *This is a shop which sells or repairs bicycles, but also rents out bicycles* corresponds with `service:bicycle:rental=yes &shop=bicycle`
- *This is an automated docking station, where a bicycle is mechanically locked to a structure* corresponds with `bicycle_rental=docking_station`
- *A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby* corresponds with `bicycle_rental=key_dispensing_machine`
- *This is a dropoff point, e.g. a reserved parking to place the bicycles clearly marked as being for the rental service only* corresponds with `bicycle_rental=dropoff_point`
@ -194,7 +194,7 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours
This tagrendering is only visible in the popup if the following condition is met: `shop~.+|opening_hours~.+`
This tagrendering is only visible in the popup if the following condition is met: `shop~.+ |opening_hours~.+`
@ -450,7 +450,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#ffffff;./assets/layers/bicycle_tube_vending_machine/pinIcon.svg' height="100px">
A layer showing vending machines for bicycle tubes (either purpose-built bicycle tube vending machines or classical vending machines with bicycle tubes and optionally additional bicycle related objects such as lights, gloves, locks, …)
@ -71,7 +71,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -264,7 +264,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#684c2b;./assets/layers/bike_cafe/bike_cafe.svg' height="100px">
A bike café is a café geared towards cyclists, for example with services such as a pump, with lots of bicycle-related decoration, …
@ -74,7 +74,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -274,7 +274,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/bike_cleaning/bike_cleaning.svg' height="100px">
A layer showing facilities where one can clean their bike
@ -68,7 +68,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -123,7 +123,7 @@ This is rendered with `Using the cleaning service costs {charge}`
- *There is a fee to use this cleaning service* corresponds with `fee=yes`
This tagrendering is only visible in the popup if the following condition is met: `amenity=bike_wash|amenity=bicycle_wash`
This tagrendering is only visible in the popup if the following condition is met: `amenity=bike_wash |amenity=bicycle_wash`
@ -179,7 +179,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#5473de;./assets/layers/bike_parking/parking.svg' height="100px">
A layer showing where you can park your bike
@ -74,7 +74,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -271,7 +271,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#88d32c;./assets/layers/bike_repair_station/repair_station.svg' height="100px">
A layer showing bicycle pumps and bicycle repair tool stands
@ -79,7 +79,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -105,9 +105,9 @@ The question is *Which services are available at this location?*
- *There is only a pump present* corresponds with `service:bicycle:tools=no&service:bicycle:pump=yes`
- *There are only tools (screwdrivers, pliers, …) present* corresponds with `service:bicycle:tools=yes&service:bicycle:pump=no`
- *There are both tools and a pump present* corresponds with `service:bicycle:tools=yes&service:bicycle:pump=yes`
- *There is only a pump present* corresponds with `service:bicycle:tools=no &service:bicycle:pump=yes`
- *There are only tools (screwdrivers, pliers, …) present* corresponds with `service:bicycle:tools=yes &service:bicycle:pump=no`
- *There are both tools and a pump present* corresponds with `service:bicycle:tools=yes &service:bicycle:pump=yes`
@ -262,7 +262,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `email~.+&service:bicycle:pump:operational_status=broken`
This tagrendering is only visible in the popup if the following condition is met: `email~.+ &service:bicycle:pump:operational_status=broken`
@ -417,7 +417,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#f04c4c;./assets/layers/bike_shop/repair_shop.svg' height="100px">
A shop specifically selling bicycles or related items
@ -90,7 +90,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -119,7 +119,7 @@ This tagrendering has no question and is thus read-only
- *This business focuses on rental* corresponds with `shop=rental`
This tagrendering is only visible in the popup if the following condition is met: `shop~.+&shop!~^(bicycle)$&shop!~^(sports)$`
This tagrendering is only visible in the popup if the following condition is met: `shop~.+ &shop!~^(bicycle)$ &shop!~^(sports)$`
@ -323,7 +323,7 @@ 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 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`
@ -341,7 +341,7 @@ 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 is only visible in the popup if the following condition is met: `rental~^(.*ebike.*)$ &service:bicycle:rental=yes`
This tagrendering has labels `bicycle_rental`
@ -359,7 +359,7 @@ This is rendered with `{capacity:kid_bike} bikes for children can be rented her
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*kid_bike.*)$&service:bicycle:rental=yes`
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`
@ -377,7 +377,7 @@ 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 is only visible in the popup if the following condition is met: `rental~^(.*bmx.*)$ &service:bicycle:rental=yes`
This tagrendering has labels `bicycle_rental`
@ -395,7 +395,7 @@ 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 is only visible in the popup if the following condition is met: `rental~^(.*mtb.*)$ &service:bicycle:rental=yes`
This tagrendering has labels `bicycle_rental`
@ -413,7 +413,7 @@ This is rendered with `{capacity:bicycle_pannier} bicycle panniers can be rente
This tagrendering is only visible in the popup if the following condition is met: `rental~^(.*bicycle_pannier.*)$&service:bicycle:rental=yes`
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`
@ -431,7 +431,7 @@ 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 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`
@ -592,7 +592,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -621,14 +621,14 @@ open_now.0 | Open now | _isOpen=yes
id | question | osmTags
---- | ---------- | ---------
sells_second-hand.0 | Sells second-hand bicycles | service:bicycle:second_hand=yes\|service:bicycle:second_hand=only
sells_second-hand.0 | Sells second-hand bicycles | service:bicycle:second_hand=yes \|service:bicycle:second_hand=only
id | question | osmTags
---- | ---------- | ---------
offers_diy_repair.0 | Offers DIY bike repair | service:bicycle:diy=yes\|service:bicycle:diy=only
offers_diy_repair.0 | Offers DIY bike repair | service:bicycle:diy=yes \|service:bicycle:diy=only
This document is autogenerated from [assets/layers/bike_shop/bike_shop.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_shop/bike_shop.json)

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/bike_themed_object/other_services.svg' height="100px">
A layer with bike-themed objects but who don't match any other layer
@ -71,7 +71,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -213,7 +213,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/binocular/telescope.svg' height="100px">
Binoculars
@ -68,7 +68,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -169,7 +169,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/birdhide/birdhide.svg' height="100px">
A birdhide
@ -69,7 +69,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -96,9 +96,9 @@ The question is *Is this a bird blind or a bird watching shelter?*
- *Bird blind* corresponds with `shelter=no`
- *Bird hide* corresponds with `amenity=shelter&building=yes&shelter=yes`
- *Bird tower hide* corresponds with `building=tower&bird_hide=tower`
- *Bird hide shelter* corresponds with `amenity=shelter|building=yes|shelter=yes`
- *Bird hide* corresponds with `amenity=shelter &building=yes &shelter=yes`
- *Bird tower hide* corresponds with `building=tower &bird_hide=tower`
- *Bird hide shelter* corresponds with `amenity=shelter |building=yes |shelter=yes`
- This option cannot be chosen as answer
@ -194,7 +194,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -216,14 +216,14 @@ This tagrendering has no question and is thus read-only
id | question | osmTags
---- | ---------- | ---------
wheelchair.0 | Wheelchair accessible | wheelchair=yes\|wheelchair=designated\|wheelchair=permissive
wheelchair.0 | Wheelchair accessible | wheelchair=yes \|wheelchair=designated \|wheelchair=permissive
id | question | osmTags
---- | ---------- | ---------
shelter.0 | Only covered birdhides | shelter=yes\|building~.+&covered!=no
shelter.0 | Only covered birdhides | shelter=yes \|building~.+ &covered!=no
This document is autogenerated from [assets/layers/birdhide/birdhide.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/birdhide/birdhide.json)

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/cafe_pub/pub.svg' height="100px">
A layer showing cafés and pubs where one can gather around a drink. The layer asks for some relevant questions
@ -81,7 +81,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -378,7 +378,7 @@ The question is *Is there a fee for internet access?*
- *Internet access is free at this place, for customers only* corresponds with `internet_access:fee=customers`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no &internet_access~.+`
@ -467,7 +467,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -510,7 +510,7 @@ accepts_cards.0 | Accepts payment cards | payment:cards=yes
id | question | osmTags
---- | ---------- | ---------
has_internet.0 | Offers internet | internet_access=wlan\|internet_access=yes\|internet_access=wired
has_internet.0 | Offers internet | internet_access=wlan \|internet_access=yes \|internet_access=wired

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/car_rental/car_rental.svg' height="100px">
Places where you can rent a car
@ -59,7 +59,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -216,7 +216,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/themes/campersite/caravan.svg' height="100px">
camper sites
@ -15,6 +15,7 @@ camper sites
- This layer is shown at zoomlevel **10** and higher
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
@ -78,7 +79,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -181,7 +182,7 @@ The question is *Does this place provide internet access?*
- *There is internet access* corresponds with `internet_access=yes`
- *There is internet access* corresponds with `internet_access=wifi|internet_access=wlan`
- *There is internet access* corresponds with `internet_access=wifi |internet_access=wlan`
- This option cannot be chosen as answer
- *There is no internet access* corresponds with `internet_access=no`
@ -313,7 +314,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#fff;./assets/themes/charging_stations/plug.svg' height="100px">
A charging station
@ -147,7 +147,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -238,67 +238,67 @@ The question is *Which charging connections are available here?*
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)* corresponds with `socket:schuko=1`
- Unselecting this answer will add
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)* corresponds with `socket:schuko~.+&socket:schuko!=1`
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)* corresponds with `socket:schuko~.+ &socket:schuko!=1`
- This option cannot be chosen as answer
- *<b>European wall plug</b> with ground pin (CEE7/4 type E)* corresponds with `socket:typee=1`
- Unselecting this answer will add
- *<b>European wall plug</b> with ground pin (CEE7/4 type E)* corresponds with `socket:typee~.+&socket:typee!=1`
- *<b>European wall plug</b> with ground pin (CEE7/4 type E)* corresponds with `socket:typee~.+ &socket:typee!=1`
- This option cannot be chosen as answer
- *<b>Chademo</b>* corresponds with `socket:chademo=1`
- Unselecting this answer will add
- *<b>Chademo</b>* corresponds with `socket:chademo~.+&socket:chademo!=1`
- *<b>Chademo</b>* corresponds with `socket:chademo~.+ &socket:chademo!=1`
- This option cannot be chosen as answer
- *<b>Type 1 with cable</b> (J1772)* corresponds with `socket:type1_cable=1`
- Unselecting this answer will add
- *<b>Type 1 with cable</b> (J1772)* corresponds with `socket:type1_cable~.+&socket:type1_cable!=1`
- *<b>Type 1 with cable</b> (J1772)* corresponds with `socket:type1_cable~.+ &socket:type1_cable!=1`
- This option cannot be chosen as answer
- *<b>Type 1 <i>without</i> cable</b> (J1772)* corresponds with `socket:type1=1`
- Unselecting this answer will add
- *<b>Type 1 <i>without</i> cable</b> (J1772)* corresponds with `socket:type1~.+&socket:type1!=1`
- *<b>Type 1 <i>without</i> cable</b> (J1772)* corresponds with `socket:type1~.+ &socket:type1!=1`
- This option cannot be chosen as answer
- *<b>Type 1 CCS</b> (aka Type 1 Combo)* corresponds with `socket:type1_combo=1`
- Unselecting this answer will add
- *<b>Type 1 CCS</b> (aka Type 1 Combo)* corresponds with `socket:type1_combo~.+&socket:type1_combo!=1`
- *<b>Type 1 CCS</b> (aka Type 1 Combo)* corresponds with `socket:type1_combo~.+ &socket:type1_combo!=1`
- This option cannot be chosen as answer
- *<b>Tesla Supercharger</b>* corresponds with `socket:tesla_supercharger=1`
- Unselecting this answer will add
- *<b>Tesla Supercharger</b>* corresponds with `socket:tesla_supercharger~.+&socket:tesla_supercharger!=1`
- *<b>Tesla Supercharger</b>* corresponds with `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=1`
- This option cannot be chosen as answer
- *<b>Type 2</b> (mennekes)* corresponds with `socket:type2=1`
- Unselecting this answer will add
- *<b>Type 2</b> (mennekes)* corresponds with `socket:type2~.+&socket:type2!=1`
- *<b>Type 2</b> (mennekes)* corresponds with `socket:type2~.+ &socket:type2!=1`
- This option cannot be chosen as answer
- *<b>Type 2 CCS</b> (mennekes)* corresponds with `socket:type2_combo=1`
- Unselecting this answer will add
- *<b>Type 2 CCS</b> (mennekes)* corresponds with `socket:type2_combo~.+&socket:type2_combo!=1`
- *<b>Type 2 CCS</b> (mennekes)* corresponds with `socket:type2_combo~.+ &socket:type2_combo!=1`
- This option cannot be chosen as answer
- *<b>Type 2 with cable</b> (mennekes)* corresponds with `socket:type2_cable=1`
- Unselecting this answer will add
- *<b>Type 2 with cable</b> (mennekes)* corresponds with `socket:type2_cable~.+&socket:type2_cable!=1`
- *<b>Type 2 with cable</b> (mennekes)* corresponds with `socket:type2_cable~.+ &socket:type2_cable!=1`
- This option cannot be chosen as answer
- *<b>Tesla Supercharger CCS</b> (a branded type2_css)* corresponds with `socket:tesla_supercharger_ccs=1`
- Unselecting this answer will add
- *<b>Tesla Supercharger CCS</b> (a branded type2_css)* corresponds with `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=1`
- *<b>Tesla Supercharger CCS</b> (a branded type2_css)* corresponds with `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=1`
- This option cannot be chosen as answer
- *<b>Tesla Supercharger (destination)</b>* corresponds with `socket:tesla_destination=1`
- Unselecting this answer will add
- *<b>Tesla Supercharger (destination)</b>* corresponds with `socket:tesla_destination~.+&socket:tesla_destination!=1&_country=us`
- *<b>Tesla Supercharger (destination)</b>* corresponds with `socket:tesla_destination~.+ &socket:tesla_destination!=1 &_country=us`
- This option cannot be chosen as answer
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* corresponds with `socket:tesla_destination=1`
- Unselecting this answer will add
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* corresponds with `socket:tesla_destination~.+&socket:tesla_destination!=1&_country!=us`
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* corresponds with `socket:tesla_destination~.+ &socket:tesla_destination!=1 &_country!=us`
- This option cannot be chosen as answer
- *<b>USB</b> to charge phones and small electronics* corresponds with `socket:USB-A=1`
- Unselecting this answer will add
- *<b>USB</b> to charge phones and small electronics* corresponds with `socket:USB-A~.+&socket:USB-A!=1`
- *<b>USB</b> to charge phones and small electronics* corresponds with `socket:USB-A~.+ &socket:USB-A!=1`
- This option cannot be chosen as answer
- *<b>Bosch Active Connect with 3 pins</b> and cable* corresponds with `socket:bosch_3pin=1`
- Unselecting this answer will add
- *<b>Bosch Active Connect with 3 pins</b> and cable* corresponds with `socket:bosch_3pin~.+&socket:bosch_3pin!=1`
- *<b>Bosch Active Connect with 3 pins</b> and cable* corresponds with `socket:bosch_3pin~.+ &socket:bosch_3pin!=1`
- This option cannot be chosen as answer
- *<b>Bosch Active Connect with 5 pins</b> and cable* corresponds with `socket:bosch_5pin=1`
- Unselecting this answer will add
- *<b>Bosch Active Connect with 5 pins</b> and cable* corresponds with `socket:bosch_5pin~.+&socket:bosch_5pin!=1`
- *<b>Bosch Active Connect with 5 pins</b> and cable* corresponds with `socket:bosch_5pin~.+ &socket:bosch_5pin!=1`
- This option cannot be chosen as answer
@ -316,7 +316,7 @@ This is rendered with `There are <b class='text-xl'>{socket:schuko}</b> plugs o
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+ &socket:schuko!=0`
@ -332,7 +332,7 @@ This is rendered with `There are <b class='text-xl'>{socket:typee}</b> plugs of
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+ &socket:typee!=0`
@ -348,7 +348,7 @@ This is rendered with `There are <b class='text-xl'>{socket:chademo}</b> plugs
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+ &socket:chademo!=0`
@ -364,7 +364,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type1_cable}</b> pl
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+ &socket:type1_cable!=0`
@ -380,7 +380,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type1}</b> plugs of
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+ &socket:type1!=0`
@ -396,7 +396,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type1_combo}</b> pl
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+ &socket:type1_combo!=0`
@ -412,7 +412,7 @@ This is rendered with `There are <b class='text-xl'>{socket:tesla_supercharger}
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=0`
@ -428,7 +428,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type2}</b> plugs of
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+ &socket:type2!=0`
@ -444,7 +444,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type2_combo}</b> pl
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+ &socket:type2_combo!=0`
@ -460,7 +460,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type2_cable}</b> pl
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+ &socket:type2_cable!=0`
@ -476,7 +476,7 @@ This is rendered with `There are <b class='text-xl'>{socket:tesla_supercharger_
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=0`
@ -492,7 +492,7 @@ This is rendered with `There are <b class='text-xl'>{socket:tesla_destination}<
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
@ -508,7 +508,7 @@ This is rendered with `There are <b class='text-xl'>{socket:tesla_destination}<
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
@ -524,7 +524,7 @@ This is rendered with `There are <b class='text-xl'>{socket:USB-A}</b> plugs of
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+ &socket:USB-A!=0`
@ -540,7 +540,7 @@ This is rendered with `There are <b class='text-xl'>{socket:bosch_3pin}</b> plu
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+ &socket:bosch_3pin!=0`
@ -556,7 +556,7 @@ This is rendered with `There are <b class='text-xl'>{socket:bosch_5pin}</b> plu
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+ &socket:bosch_5pin!=0`
@ -577,7 +577,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 230 volt* corresponds with `socket:schuko:voltage=230 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+ &socket:schuko!=0`
This tagrendering has labels `technical`
@ -600,7 +600,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 16 A* corresponds with `socket:schuko:current=16 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+ &socket:schuko!=0`
This tagrendering has labels `technical`
@ -623,7 +623,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`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+ &socket:schuko!=0`
This tagrendering has labels `technical`
@ -646,7 +646,7 @@ 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 230 volt* corresponds with `socket:typee:voltage=230 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+ &socket:typee!=0`
This tagrendering has labels `technical`
@ -669,7 +669,7 @@ 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 16 A* corresponds with `socket:typee:current=16 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+ &socket:typee!=0`
This tagrendering has labels `technical`
@ -693,7 +693,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+ &socket:typee!=0`
This tagrendering has labels `technical`
@ -716,7 +716,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
- *<b>Chademo</b> outputs 500 volt* corresponds with `socket:chademo:voltage=500 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+ &socket:chademo!=0`
This tagrendering has labels `technical`
@ -739,7 +739,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
- *<b>Chademo</b> outputs at most 120 A* corresponds with `socket:chademo:current=120 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+ &socket:chademo!=0`
This tagrendering has labels `technical`
@ -762,7 +762,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`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+ &socket:chademo!=0`
This tagrendering has labels `technical`
@ -786,7 +786,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
- *<b>Type 1 with cable</b> (J1772) outputs 240 volt* corresponds with `socket:type1_cable:voltage=240 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+ &socket:type1_cable!=0`
This tagrendering has labels `technical`
@ -809,7 +809,7 @@ 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 32 A* corresponds with `socket:type1_cable:current=32 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+ &socket:type1_cable!=0`
This tagrendering has labels `technical`
@ -833,7 +833,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+ &socket:type1_cable!=0`
This tagrendering has labels `technical`
@ -857,7 +857,7 @@ 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 240 volt* corresponds with `socket:type1:voltage=240 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+ &socket:type1!=0`
This tagrendering has labels `technical`
@ -880,7 +880,7 @@ 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 32 A* corresponds with `socket:type1:current=32 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+ &socket:type1!=0`
This tagrendering has labels `technical`
@ -906,7 +906,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+ &socket:type1!=0`
This tagrendering has labels `technical`
@ -930,7 +930,7 @@ 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 1000 volt* corresponds with `socket:type1_combo:voltage=1000 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+ &socket:type1_combo!=0`
This tagrendering has labels `technical`
@ -954,7 +954,7 @@ 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 125 A* corresponds with `socket:type1_combo:current=125 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+ &socket:type1_combo!=0`
This tagrendering has labels `technical`
@ -980,7 +980,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+ &socket:type1_combo!=0`
This tagrendering has labels `technical`
@ -1003,7 +1003,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<b>Tesla Supercharger</b> outputs 480 volt* corresponds with `socket:tesla_supercharger:voltage=480 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=0`
This tagrendering has labels `technical`
@ -1027,7 +1027,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<b>Tesla Supercharger</b> outputs at most 350 A* corresponds with `socket:tesla_supercharger:current=350 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=0`
This tagrendering has labels `technical`
@ -1052,7 +1052,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=0`
This tagrendering has labels `technical`
@ -1076,7 +1076,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
- *<b>Type 2</b> (mennekes) outputs 400 volt* corresponds with `socket:type2:voltage=400 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+ &socket:type2!=0`
This tagrendering has labels `technical`
@ -1100,7 +1100,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
- *<b>Type 2</b> (mennekes) outputs at most 32 A* corresponds with `socket:type2:current=32 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+ &socket:type2!=0`
This tagrendering has labels `technical`
@ -1124,7 +1124,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+ &socket:type2!=0`
This tagrendering has labels `technical`
@ -1148,7 +1148,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
- *<b>Type 2 CCS</b> (mennekes) outputs 920 volt* corresponds with `socket:type2_combo:voltage=920 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+ &socket:type2_combo!=0`
This tagrendering has labels `technical`
@ -1172,7 +1172,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 350 A* corresponds with `socket:type2_combo:current=350 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+ &socket:type2_combo!=0`
This tagrendering has labels `technical`
@ -1195,7 +1195,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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+ &socket:type2_combo!=0`
This tagrendering has labels `technical`
@ -1219,7 +1219,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
- *<b>Type 2 with cable</b> (mennekes) outputs 400 volt* corresponds with `socket:type2_cable:voltage=400 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+ &socket:type2_cable!=0`
This tagrendering has labels `technical`
@ -1243,7 +1243,7 @@ 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 32 A* corresponds with `socket:type2_cable:current=32 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+ &socket:type2_cable!=0`
This tagrendering has labels `technical`
@ -1267,7 +1267,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+ &socket:type2_cable!=0`
This tagrendering has labels `technical`
@ -1291,7 +1291,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<b>Tesla Supercharger CCS</b> (a branded Type 2 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=0`
This tagrendering has labels `technical`
@ -1315,7 +1315,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 350 A* corresponds with `socket:tesla_supercharger_ccs:current=350 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=0`
This tagrendering has labels `technical`
@ -1338,7 +1338,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=0`
This tagrendering has labels `technical`
@ -1361,7 +1361,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1385,7 +1385,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1410,7 +1410,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1434,7 +1434,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1458,7 +1458,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1482,7 +1482,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1505,7 +1505,7 @@ 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 5 volt* corresponds with `socket:USB-A:voltage=5 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+ &socket:USB-A!=0`
This tagrendering has labels `technical`
@ -1529,7 +1529,7 @@ 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 2 A* corresponds with `socket:USB-A:current=2 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+ &socket:USB-A!=0`
This tagrendering has labels `technical`
@ -1553,7 +1553,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+ &socket:USB-A!=0`
This tagrendering has labels `technical`
@ -1576,7 +1576,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+ &socket:bosch_3pin!=0`
This tagrendering has labels `technical`
@ -1599,7 +1599,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+ &socket:bosch_3pin!=0`
This tagrendering has labels `technical`
@ -1622,7 +1622,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+ &socket:bosch_3pin!=0`
This tagrendering has labels `technical`
@ -1645,7 +1645,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+ &socket:bosch_5pin!=0`
This tagrendering has labels `technical`
@ -1668,7 +1668,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+ &socket:bosch_5pin!=0`
This tagrendering has labels `technical`
@ -1691,7 +1691,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+ &socket:bosch_5pin!=0`
This tagrendering has labels `technical`
@ -1726,11 +1726,11 @@ The question is *Does one have to pay to use this charging station?*
- *Free to use (without authenticating)* corresponds with `fee=no&authentication:none=yes`
- *Free to use, but one has to authenticate* corresponds with `fee=no&authentication:none=no`
- *Free to use (without authenticating)* corresponds with `fee=no &authentication:none=yes`
- *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`
@ -1774,7 +1774,7 @@ The question is *Which methods of payment are accepted here?*
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:membership_card' target='_blank'>payment:membership_card</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:membership_card%3Dno' target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: `fee=yes|charge~.+`
This tagrendering is only visible in the popup if the following condition is met: `fee=yes |charge~.+`
@ -1820,7 +1820,7 @@ This is rendered with `Authenticate by calling or SMS'ing to <a href='tel:{auth
This tagrendering is only visible in the popup if the following condition is met: `authentication:phone_call=yes|authentication:short_message=yes`
This tagrendering is only visible in the popup if the following condition is met: `authentication:phone_call=yes |authentication:short_message=yes`
@ -1841,7 +1841,7 @@ This is rendered with `One can stay at most <b>{canonical(maxstay)}</b>`
- *No timelimit on leaving your vehicle here* corresponds with `maxstay=unlimited`
This tagrendering is only visible in the popup if the following condition is met: `maxstay~.+|motorcar=yes|hgv=yes|bus=yes`
This tagrendering is only visible in the popup if the following condition is met: `maxstay~.+ |motorcar=yes |hgv=yes |bus=yes`
@ -2001,7 +2001,7 @@ The question is *Is this charging point in use?*
- *This charging station works* corresponds with `amenity=charging_station`
- *This charging station is broken* corresponds with `operational_status=broken&amenity=charging_station`
- *This charging station is broken* corresponds with `operational_status=broken &amenity=charging_station`
- *A charging station is planned here* corresponds with `planned:amenity=charging_station`
- *A charging station is constructed here* corresponds with `construction:amenity=charging_station`
- *This charging station has beed permanently disabled and is not in use anymore but is still visible* corresponds with `disused:amenity=charging_station`
@ -2089,7 +2089,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -2113,14 +2113,14 @@ id | question | osmTags
---- | ---------- | ---------
vehicle-type.0 | All vehicle types (default) |
vehicle-type.1 | Charging station for bicycles | bicycle=yes
vehicle-type.2 | Charging station for cars | car=yes\|motorcar=yes
vehicle-type.2 | Charging station for cars | car=yes \|motorcar=yes
id | question | osmTags
---- | ---------- | ---------
working.0 | Only working charging stations | operational_status!=broken&amenity=charging_station
working.0 | Only working charging stations | operational_status!=broken &amenity=charging_station

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#fff;./assets/themes/charging_stations/plug.svg' height="100px">
A charging station
@ -145,7 +145,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -236,67 +236,67 @@ The question is *Which charging connections are available here?*
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)* corresponds with `socket:schuko=1`
- Unselecting this answer will add
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)* corresponds with `socket:schuko~.+&socket:schuko!=1`
- *<b>Schuko wall plug</b> without ground pin (CEE7/4 type F)* corresponds with `socket:schuko~.+ &socket:schuko!=1`
- This option cannot be chosen as answer
- *<b>European wall plug</b> with ground pin (CEE7/4 type E)* corresponds with `socket:typee=1`
- Unselecting this answer will add
- *<b>European wall plug</b> with ground pin (CEE7/4 type E)* corresponds with `socket:typee~.+&socket:typee!=1`
- *<b>European wall plug</b> with ground pin (CEE7/4 type E)* corresponds with `socket:typee~.+ &socket:typee!=1`
- This option cannot be chosen as answer
- *<b>Chademo</b>* corresponds with `socket:chademo=1`
- Unselecting this answer will add
- *<b>Chademo</b>* corresponds with `socket:chademo~.+&socket:chademo!=1`
- *<b>Chademo</b>* corresponds with `socket:chademo~.+ &socket:chademo!=1`
- This option cannot be chosen as answer
- *<b>Type 1 with cable</b> (J1772)* corresponds with `socket:type1_cable=1`
- Unselecting this answer will add
- *<b>Type 1 with cable</b> (J1772)* corresponds with `socket:type1_cable~.+&socket:type1_cable!=1`
- *<b>Type 1 with cable</b> (J1772)* corresponds with `socket:type1_cable~.+ &socket:type1_cable!=1`
- This option cannot be chosen as answer
- *<b>Type 1 <i>without</i> cable</b> (J1772)* corresponds with `socket:type1=1`
- Unselecting this answer will add
- *<b>Type 1 <i>without</i> cable</b> (J1772)* corresponds with `socket:type1~.+&socket:type1!=1`
- *<b>Type 1 <i>without</i> cable</b> (J1772)* corresponds with `socket:type1~.+ &socket:type1!=1`
- This option cannot be chosen as answer
- *<b>Type 1 CCS</b> (aka Type 1 Combo)* corresponds with `socket:type1_combo=1`
- Unselecting this answer will add
- *<b>Type 1 CCS</b> (aka Type 1 Combo)* corresponds with `socket:type1_combo~.+&socket:type1_combo!=1`
- *<b>Type 1 CCS</b> (aka Type 1 Combo)* corresponds with `socket:type1_combo~.+ &socket:type1_combo!=1`
- This option cannot be chosen as answer
- *<b>Tesla Supercharger</b>* corresponds with `socket:tesla_supercharger=1`
- Unselecting this answer will add
- *<b>Tesla Supercharger</b>* corresponds with `socket:tesla_supercharger~.+&socket:tesla_supercharger!=1`
- *<b>Tesla Supercharger</b>* corresponds with `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=1`
- This option cannot be chosen as answer
- *<b>Type 2</b> (mennekes)* corresponds with `socket:type2=1`
- Unselecting this answer will add
- *<b>Type 2</b> (mennekes)* corresponds with `socket:type2~.+&socket:type2!=1`
- *<b>Type 2</b> (mennekes)* corresponds with `socket:type2~.+ &socket:type2!=1`
- This option cannot be chosen as answer
- *<b>Type 2 CCS</b> (mennekes)* corresponds with `socket:type2_combo=1`
- Unselecting this answer will add
- *<b>Type 2 CCS</b> (mennekes)* corresponds with `socket:type2_combo~.+&socket:type2_combo!=1`
- *<b>Type 2 CCS</b> (mennekes)* corresponds with `socket:type2_combo~.+ &socket:type2_combo!=1`
- This option cannot be chosen as answer
- *<b>Type 2 with cable</b> (mennekes)* corresponds with `socket:type2_cable=1`
- Unselecting this answer will add
- *<b>Type 2 with cable</b> (mennekes)* corresponds with `socket:type2_cable~.+&socket:type2_cable!=1`
- *<b>Type 2 with cable</b> (mennekes)* corresponds with `socket:type2_cable~.+ &socket:type2_cable!=1`
- This option cannot be chosen as answer
- *<b>Tesla Supercharger CCS</b> (a branded type2_css)* corresponds with `socket:tesla_supercharger_ccs=1`
- Unselecting this answer will add
- *<b>Tesla Supercharger CCS</b> (a branded type2_css)* corresponds with `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=1`
- *<b>Tesla Supercharger CCS</b> (a branded type2_css)* corresponds with `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=1`
- This option cannot be chosen as answer
- *<b>Tesla Supercharger (destination)</b>* corresponds with `socket:tesla_destination=1`
- Unselecting this answer will add
- *<b>Tesla Supercharger (destination)</b>* corresponds with `socket:tesla_destination~.+&socket:tesla_destination!=1&_country=us`
- *<b>Tesla Supercharger (destination)</b>* corresponds with `socket:tesla_destination~.+ &socket:tesla_destination!=1 &_country=us`
- This option cannot be chosen as answer
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* corresponds with `socket:tesla_destination=1`
- Unselecting this answer will add
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* corresponds with `socket:tesla_destination~.+&socket:tesla_destination!=1&_country!=us`
- *<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)* corresponds with `socket:tesla_destination~.+ &socket:tesla_destination!=1 &_country!=us`
- This option cannot be chosen as answer
- *<b>USB</b> to charge phones and small electronics* corresponds with `socket:USB-A=1`
- Unselecting this answer will add
- *<b>USB</b> to charge phones and small electronics* corresponds with `socket:USB-A~.+&socket:USB-A!=1`
- *<b>USB</b> to charge phones and small electronics* corresponds with `socket:USB-A~.+ &socket:USB-A!=1`
- This option cannot be chosen as answer
- *<b>Bosch Active Connect with 3 pins</b> and cable* corresponds with `socket:bosch_3pin=1`
- Unselecting this answer will add
- *<b>Bosch Active Connect with 3 pins</b> and cable* corresponds with `socket:bosch_3pin~.+&socket:bosch_3pin!=1`
- *<b>Bosch Active Connect with 3 pins</b> and cable* corresponds with `socket:bosch_3pin~.+ &socket:bosch_3pin!=1`
- This option cannot be chosen as answer
- *<b>Bosch Active Connect with 5 pins</b> and cable* corresponds with `socket:bosch_5pin=1`
- Unselecting this answer will add
- *<b>Bosch Active Connect with 5 pins</b> and cable* corresponds with `socket:bosch_5pin~.+&socket:bosch_5pin!=1`
- *<b>Bosch Active Connect with 5 pins</b> and cable* corresponds with `socket:bosch_5pin~.+ &socket:bosch_5pin!=1`
- This option cannot be chosen as answer
@ -314,7 +314,7 @@ This is rendered with `There are <b class='text-xl'>{socket:schuko}</b> plugs o
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+ &socket:schuko!=0`
@ -330,7 +330,7 @@ This is rendered with `There are <b class='text-xl'>{socket:typee}</b> plugs of
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+ &socket:typee!=0`
@ -346,7 +346,7 @@ This is rendered with `There are <b class='text-xl'>{socket:chademo}</b> plugs
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+ &socket:chademo!=0`
@ -362,7 +362,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type1_cable}</b> pl
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+ &socket:type1_cable!=0`
@ -378,7 +378,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type1}</b> plugs of
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+ &socket:type1!=0`
@ -394,7 +394,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type1_combo}</b> pl
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+ &socket:type1_combo!=0`
@ -410,7 +410,7 @@ This is rendered with `There are <b class='text-xl'>{socket:tesla_supercharger}
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=0`
@ -426,7 +426,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type2}</b> plugs of
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+ &socket:type2!=0`
@ -442,7 +442,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type2_combo}</b> pl
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+ &socket:type2_combo!=0`
@ -458,7 +458,7 @@ This is rendered with `There are <b class='text-xl'>{socket:type2_cable}</b> pl
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+ &socket:type2_cable!=0`
@ -474,7 +474,7 @@ This is rendered with `There are <b class='text-xl'>{socket:tesla_supercharger_
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=0`
@ -490,7 +490,7 @@ This is rendered with `There are <b class='text-xl'>{socket:tesla_destination}<
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
@ -506,7 +506,7 @@ This is rendered with `There are <b class='text-xl'>{socket:tesla_destination}<
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+&socket:tesla_destination!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
@ -522,7 +522,7 @@ This is rendered with `There are <b class='text-xl'>{socket:USB-A}</b> plugs of
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+ &socket:USB-A!=0`
@ -538,7 +538,7 @@ This is rendered with `There are <b class='text-xl'>{socket:bosch_3pin}</b> plu
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+ &socket:bosch_3pin!=0`
@ -554,7 +554,7 @@ This is rendered with `There are <b class='text-xl'>{socket:bosch_5pin}</b> plu
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+ &socket:bosch_5pin!=0`
@ -575,7 +575,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 230 volt* corresponds with `socket:schuko:voltage=230 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+ &socket:schuko!=0`
This tagrendering has labels `technical`
@ -598,7 +598,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 16 A* corresponds with `socket:schuko:current=16 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+ &socket:schuko!=0`
This tagrendering has labels `technical`
@ -621,7 +621,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`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+&socket:schuko!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:schuko~.+ &socket:schuko!=0`
This tagrendering has labels `technical`
@ -644,7 +644,7 @@ 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 230 volt* corresponds with `socket:typee:voltage=230 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+ &socket:typee!=0`
This tagrendering has labels `technical`
@ -667,7 +667,7 @@ 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 16 A* corresponds with `socket:typee:current=16 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+&socket:typee!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+ &socket:typee!=0`
This tagrendering has labels `technical`
@ -691,7 +691,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:typee~.+ &socket:typee!=0`
This tagrendering has labels `technical`
@ -714,7 +714,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
- *<b>Chademo</b> outputs 500 volt* corresponds with `socket:chademo:voltage=500 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+ &socket:chademo!=0`
This tagrendering has labels `technical`
@ -737,7 +737,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Chademo</b></b>
- *<b>Chademo</b> outputs at most 120 A* corresponds with `socket:chademo:current=120 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+ &socket:chademo!=0`
This tagrendering has labels `technical`
@ -760,7 +760,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`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+&socket:chademo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:chademo~.+ &socket:chademo!=0`
This tagrendering has labels `technical`
@ -784,7 +784,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 1 with cab
- *<b>Type 1 with cable</b> (J1772) outputs 240 volt* corresponds with `socket:type1_cable:voltage=240 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+ &socket:type1_cable!=0`
This tagrendering has labels `technical`
@ -807,7 +807,7 @@ 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 32 A* corresponds with `socket:type1_cable:current=32 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+&socket:type1_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+ &socket:type1_cable!=0`
This tagrendering has labels `technical`
@ -831,7 +831,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_cable~.+ &socket:type1_cable!=0`
This tagrendering has labels `technical`
@ -855,7 +855,7 @@ 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 240 volt* corresponds with `socket:type1:voltage=240 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+ &socket:type1!=0`
This tagrendering has labels `technical`
@ -878,7 +878,7 @@ 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 32 A* corresponds with `socket:type1:current=32 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+&socket:type1!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+ &socket:type1!=0`
This tagrendering has labels `technical`
@ -904,7 +904,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1~.+ &socket:type1!=0`
This tagrendering has labels `technical`
@ -928,7 +928,7 @@ 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 1000 volt* corresponds with `socket:type1_combo:voltage=1000 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+ &socket:type1_combo!=0`
This tagrendering has labels `technical`
@ -952,7 +952,7 @@ 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 125 A* corresponds with `socket:type1_combo:current=125 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+&socket:type1_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+ &socket:type1_combo!=0`
This tagrendering has labels `technical`
@ -978,7 +978,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type1_combo~.+ &socket:type1_combo!=0`
This tagrendering has labels `technical`
@ -1001,7 +1001,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<b>Tesla Supercharger</b> outputs 480 volt* corresponds with `socket:tesla_supercharger:voltage=480 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=0`
This tagrendering has labels `technical`
@ -1025,7 +1025,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<b>Tesla Supercharger</b> outputs at most 350 A* corresponds with `socket:tesla_supercharger:current=350 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+&socket:tesla_supercharger!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=0`
This tagrendering has labels `technical`
@ -1050,7 +1050,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger~.+ &socket:tesla_supercharger!=0`
This tagrendering has labels `technical`
@ -1074,7 +1074,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
- *<b>Type 2</b> (mennekes) outputs 400 volt* corresponds with `socket:type2:voltage=400 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+ &socket:type2!=0`
This tagrendering has labels `technical`
@ -1098,7 +1098,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
- *<b>Type 2</b> (mennekes) outputs at most 32 A* corresponds with `socket:type2:current=32 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+&socket:type2!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+ &socket:type2!=0`
This tagrendering has labels `technical`
@ -1122,7 +1122,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2</b> (men
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2~.+ &socket:type2!=0`
This tagrendering has labels `technical`
@ -1146,7 +1146,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 CCS</b>
- *<b>Type 2 CCS</b> (mennekes) outputs 920 volt* corresponds with `socket:type2_combo:voltage=920 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+ &socket:type2_combo!=0`
This tagrendering has labels `technical`
@ -1170,7 +1170,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 350 A* corresponds with `socket:type2_combo:current=350 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+ &socket:type2_combo!=0`
This tagrendering has labels `technical`
@ -1193,7 +1193,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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+&socket:type2_combo!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_combo~.+ &socket:type2_combo!=0`
This tagrendering has labels `technical`
@ -1217,7 +1217,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Type 2 with cab
- *<b>Type 2 with cable</b> (mennekes) outputs 400 volt* corresponds with `socket:type2_cable:voltage=400 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+ &socket:type2_cable!=0`
This tagrendering has labels `technical`
@ -1241,7 +1241,7 @@ 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 32 A* corresponds with `socket:type2_cable:current=32 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+&socket:type2_cable!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+ &socket:type2_cable!=0`
This tagrendering has labels `technical`
@ -1265,7 +1265,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:type2_cable~.+ &socket:type2_cable!=0`
This tagrendering has labels `technical`
@ -1289,7 +1289,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<b>Tesla Supercharger CCS</b> (a branded Type 2 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=0`
This tagrendering has labels `technical`
@ -1313,7 +1313,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<b>Tesla Supercharger CCS</b> (a branded type2_css) outputs at most 350 A* corresponds with `socket:tesla_supercharger_ccs:current=350 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=0`
This tagrendering has labels `technical`
@ -1336,7 +1336,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+&socket:tesla_supercharger_ccs!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_supercharger_ccs~.+ &socket:tesla_supercharger_ccs!=0`
This tagrendering has labels `technical`
@ -1359,7 +1359,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1383,7 +1383,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1408,7 +1408,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Tesla Superchar
- *<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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1432,7 +1432,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1456,7 +1456,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1480,7 +1480,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:tesla_destination~.+ &socket:tesla_destination!=0`
This tagrendering has labels `technical`
@ -1503,7 +1503,7 @@ 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 5 volt* corresponds with `socket:USB-A:voltage=5 V`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+ &socket:USB-A!=0`
This tagrendering has labels `technical`
@ -1527,7 +1527,7 @@ 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 2 A* corresponds with `socket:USB-A:current=2 A`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+&socket:USB-A!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+ &socket:USB-A!=0`
This tagrendering has labels `technical`
@ -1551,7 +1551,7 @@ 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 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`
This tagrendering is only visible in the popup if the following condition is met: `socket:USB-A~.+ &socket:USB-A!=0`
This tagrendering has labels `technical`
@ -1574,7 +1574,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+ &socket:bosch_3pin!=0`
This tagrendering has labels `technical`
@ -1597,7 +1597,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+ &socket:bosch_3pin!=0`
This tagrendering has labels `technical`
@ -1620,7 +1620,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+&socket:bosch_3pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_3pin~.+ &socket:bosch_3pin!=0`
This tagrendering has labels `technical`
@ -1643,7 +1643,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+ &socket:bosch_5pin!=0`
This tagrendering has labels `technical`
@ -1666,7 +1666,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+ &socket:bosch_5pin!=0`
This tagrendering has labels `technical`
@ -1689,7 +1689,7 @@ This is rendered with `<div style='display: inline-block'><b><b>Bosch Active Co
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+&socket:bosch_5pin!=0`
This tagrendering is only visible in the popup if the following condition is met: `socket:bosch_5pin~.+ &socket:bosch_5pin!=0`
This tagrendering has labels `technical`
@ -1724,11 +1724,11 @@ The question is *Does one have to pay to use this charging station?*
- *Free to use (without authenticating)* corresponds with `fee=no&authentication:none=yes`
- *Free to use, but one has to authenticate* corresponds with `fee=no&authentication:none=no`
- *Free to use (without authenticating)* corresponds with `fee=no &authentication:none=yes`
- *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`
@ -1772,7 +1772,7 @@ The question is *Which methods of payment are accepted here?*
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:membership_card' target='_blank'>payment:membership_card</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:membership_card%3Dno' target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: `fee=yes|charge~.+`
This tagrendering is only visible in the popup if the following condition is met: `fee=yes |charge~.+`
@ -1818,7 +1818,7 @@ This is rendered with `Authenticate by calling or SMS'ing to <a href='tel:{auth
This tagrendering is only visible in the popup if the following condition is met: `authentication:phone_call=yes|authentication:short_message=yes`
This tagrendering is only visible in the popup if the following condition is met: `authentication:phone_call=yes |authentication:short_message=yes`
@ -1839,7 +1839,7 @@ This is rendered with `One can stay at most <b>{canonical(maxstay)}</b>`
- *No timelimit on leaving your vehicle here* corresponds with `maxstay=unlimited`
This tagrendering is only visible in the popup if the following condition is met: `maxstay~.+|motorcar=yes|hgv=yes|bus=yes`
This tagrendering is only visible in the popup if the following condition is met: `maxstay~.+ |motorcar=yes |hgv=yes |bus=yes`
@ -1999,7 +1999,7 @@ The question is *Is this charging point in use?*
- *This charging station works* corresponds with `amenity=charging_station`
- *This charging station is broken* corresponds with `operational_status=broken&amenity=charging_station`
- *This charging station is broken* corresponds with `operational_status=broken &amenity=charging_station`
- *A charging station is planned here* corresponds with `planned:amenity=charging_station`
- *A charging station is constructed here* corresponds with `construction:amenity=charging_station`
- *This charging station has beed permanently disabled and is not in use anymore but is still visible* corresponds with `disused:amenity=charging_station`
@ -2087,7 +2087,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -1,285 +0,0 @@
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
climbing
==========
A dummy layer which contains tagrenderings, shared among the climbing layers
- This layer is shown at zoomlevel **19** and higher
- Elements don't have a title set and cannot be toggled nor will they show up in the dashboard. If you import this layer in your theme, override `title` to make this toggleable.
- Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
This is a special layer - data is not sourced from OpenStreetMap
Supported attributes
----------------------
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/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.org/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.org/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.org/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.org/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.org/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.org/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.org/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.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/climbing:traditional#values) [climbing:traditional](https://wiki.openstreetmap.org/wiki/Key:climbing:traditional) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:traditional%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:traditional%3Dno)
[<img src='https://mapcomplete.org/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.org/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)
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
### 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' rel='noopener'>{url}</a>`
This tagrendering is only visible in the popup if the following condition is met: `leisure!~^(sports_centre)$&sport=climbing`
### 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, although there are only a few problems* corresponds with `climbing:boulder=limited`
- *There are {climbing:boulder} boulder problems* corresponds with `climbing:boulder~.+`
- This option cannot be chosen as answer
### toprope
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
### 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
### trad_climbing
The question is *Is traditional climbing possible here?*
- *Traditional climbing is possible here* corresponds with `climbing:traditional=yes`
- *Traditional climbing is not possible here* corresponds with `climbing:traditional=no`
- *There are {climbing:traditional} traditional climbing routes* corresponds with `climbing:traditional~.+`
- 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>`
### 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`
### leftover-questions
This tagrendering has no question and is thus read-only
### minimap
Shows a small map with the feature. Added by default to every popup
This tagrendering has no question and is thus read-only
### last_edit
Gives some metainfo about the last edit and who did edit it - rendering only
This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
### all-tags
This tagrendering has no question and is thus read-only
This document is autogenerated from [assets/layers/climbing/climbing.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing/climbing.json)

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/climbing/climbing_no_rope.svg' height="100px">
An area where climbing is possible, e.g. a crag, site, boulder, … Contains aggregation of routes
@ -73,7 +73,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -184,7 +184,7 @@ This is rendered with `The rock type is {rock}`
- *Limestone* corresponds with `rock=limestone`
This tagrendering is only visible in the popup if the following condition is met: `climbing=crag|natural=cliff|natural=bare_rock`
This tagrendering is only visible in the popup if the following condition is met: `climbing=crag |natural=cliff |natural=bare_rock`
@ -200,7 +200,7 @@ This is rendered with `<a href='{url}' target='_blank' rel='noopener'>{url}</a>
This tagrendering is only visible in the popup if the following condition is met: `leisure!~^(sports_centre)$&sport=climbing`
This tagrendering is only visible in the popup if the following condition is met: `leisure!~^(sports_centre)$ &sport=climbing`
@ -263,7 +263,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/climbing/club.svg' height="100px">
A climbing club or organisation
@ -71,7 +71,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -201,7 +201,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/climbing/climbing_gym.svg' height="100px">
A climbing gym
@ -86,7 +86,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -246,10 +246,10 @@ The question is *Can one rent climbing shoes here?*
- *Climbing shoes can be borrowed for free here* corresponds with `service:climbing_shoes:rental=yes&service:climbing_shoes:rental:fee=no`
- *Climbing shoes can be rented here for {service:climbing_shoes:rental:charge}* corresponds with `service:climbing_shoes:rental=yes&service:climbing_shoes:rental:charge~.+`
- *Climbing shoes can be borrowed for free here* corresponds with `service:climbing_shoes:rental=yes &service:climbing_shoes:rental:fee=no`
- *Climbing shoes can be rented here for {service:climbing_shoes:rental:charge}* corresponds with `service:climbing_shoes:rental=yes &service:climbing_shoes:rental:charge~.+`
- This option cannot be chosen as answer
- *Climbing shoes can be rented here* corresponds with `service:climbing_shoes:rental=yes&service:climbing_shoes:rental:fee=yes`
- *Climbing shoes can be rented here* corresponds with `service:climbing_shoes:rental=yes &service:climbing_shoes:rental:fee=yes`
- *Climbing shoes can <b>not</b> be rented here* corresponds with `service:climbing_shoes:rental=no`
@ -265,8 +265,8 @@ The question is *Can one rent a climbing harness here?*
- *A climbing harness can be borrowed for free here* corresponds with `service:climbing_harness:rental=yes&service:climbing_harness:rental:fee=no`
- *A climbing harness can be rented here for {service:climbing_harness:rental:charge}* corresponds with `service:climbing_harness:rental=yes&service:climbing_harness:rental:charge~.+`
- *A climbing harness can be borrowed for free here* corresponds with `service:climbing_harness:rental=yes &service:climbing_harness:rental:fee=no`
- *A climbing harness can be rented here for {service:climbing_harness:rental:charge}* corresponds with `service:climbing_harness:rental=yes &service:climbing_harness:rental:charge~.+`
- This option cannot be chosen as answer
- *A climbing harness can be rented here* corresponds with `service:climbing_harness:rental=yes`
- *A climbing harness can <b>not</b> be rented here* corresponds with `service:climbing_harness:rental=no`
@ -285,8 +285,8 @@ The question is *Can one rent a belay device here?*
- *Belay devices are provided at each rope* corresponds with `service:climbing_belay_device:provided_at_each_rope=yes`
- *A belay device can be borrowed for free here* corresponds with `service:climbing_belay_device:rental=yes&service:climbing_belay_device:rental:fee=no`
- *A belay device can be rented here for {service:climbing_belay_device:rental:charge}* corresponds with `service:climbing_belay_device:rental=yes&service:climbing_belay_device:rental:charge~.+`
- *A belay device can be borrowed for free here* corresponds with `service:climbing_belay_device:rental=yes &service:climbing_belay_device:rental:fee=no`
- *A belay device can be rented here for {service:climbing_belay_device:rental:charge}* corresponds with `service:climbing_belay_device:rental=yes &service:climbing_belay_device:rental:charge~.+`
- This option cannot be chosen as answer
- *A belay device can be rented here* corresponds with `service:climbing_belay_device:rental=yes`
- *A belay device can <b>not</b> be rented here* corresponds with `service:climbing_belay_device:rental=no`
@ -304,8 +304,8 @@ The question is *Can one rent a climbing rope here?*
- *A climbing rope can be borrowed for free here* corresponds with `service:climbing_rope:rental=yes&service:climbing_rope:rental:fee=no`
- *A climbing rope can be rented here for {service:climbing_rope:rental:charge}* corresponds with `service:climbing_rope:rental=yes&service:climbing_rope:rental:charge~.+`
- *A climbing rope can be borrowed for free here* corresponds with `service:climbing_rope:rental=yes &service:climbing_rope:rental:fee=no`
- *A climbing rope can be rented here for {service:climbing_rope:rental:charge}* corresponds with `service:climbing_rope:rental=yes &service:climbing_rope:rental:charge~.+`
- This option cannot be chosen as answer
- *A climbing rope can be rented here* corresponds with `service:climbing_rope:rental=yes`
- *A climbing rope can <b>not</b> be rented here* corresponds with `service:climbing_rope:rental=no`
@ -408,7 +408,7 @@ This is rendered with `The highest grade is {climbing:grade:french:max} accordi
This tagrendering is only visible in the popup if the following condition is met: `climbing!~^(route)$&climbing:sport=yes|sport=climbing`
This tagrendering is only visible in the popup if the following condition is met: `climbing!~^(route)$ &climbing:sport=yes |sport=climbing`
@ -479,7 +479,7 @@ The question is *Is there a fee for internet access?*
- *Internet access is free at this place, for customers only* corresponds with `internet_access:fee=customers`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no &internet_access~.+`
@ -536,7 +536,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/climbing/climbing_unknown.svg' height="100px">
Fallback layer with items on which climbing _might_ be possible. It is loaded when zoomed in a lot, to prevent duplicate items to be added
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -133,7 +133,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/themes/climbing/climbing_route.svg' height="100px">
A single climbing route and its properties. Some properties are derived from the containing features
@ -74,7 +74,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -216,7 +216,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/clock/clock.svg' height="100px">
Layer with public clocks
@ -75,7 +75,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -289,7 +289,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/crab_address/housenumber_blank.svg' height="100px">
Address data for Flanders by the governement, suited for import into OpenStreetMap. Datadump from 2021-10-26. This layer contains only visualisation logic. Import buttons should be added via an override. Note that HNRLABEL contains the original value, whereas _HNRLABEL contains a slightly cleaned version
@ -55,7 +55,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -101,7 +101,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/crossings/pedestrian_crossing.svg' height="100px">
Crossings for pedestrians and cyclists
@ -82,7 +82,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -207,7 +207,7 @@ The question is *Does this traffic light have a button to request green light?*
- *This traffic light does not have a button to request green light* corresponds with `button_operated=no`
This tagrendering is only visible in the popup if the following condition is met: `highway=traffic_signals|crossing=traffic_signals`
This tagrendering is only visible in the popup if the following condition is met: `highway=traffic_signals |crossing=traffic_signals`
@ -245,7 +245,7 @@ The question is *Does this traffic light have vibration signals to aid crossing
- *The button for this traffic light does not have a vibration signal to indicate that it is safe to cross.* corresponds with `traffic_signals:vibration=no`
This tagrendering is only visible in the popup if the following condition is met: `crossing=traffic_signals&button_operated=yes`
This tagrendering is only visible in the popup if the following condition is met: `crossing=traffic_signals &button_operated=yes`
@ -355,7 +355,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#05d7fcaa' height="100px">
All objects which have an etymology known
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -190,7 +190,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/cycle_infra/bicycleway.svg' height="100px">
All infrastructure that someone can cycle over, accompanied with questions about this infrastructure
@ -88,7 +88,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -203,7 +203,7 @@ This is rendered with `This cyleway is made of {cycleway:surface}`
- *This cycleway is made from raw ground* corresponds with `cycleway:surface=ground`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=shared_lane|cycleway=lane|cycleway=track`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=shared_lane |cycleway=lane |cycleway=track`
@ -227,7 +227,7 @@ The question is *What is the smoothness of this cycleway?*
- *Impassable / No wheeled vehicle* corresponds with `cycleway:smoothness=impassable`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=shared_lane|cycleway=lane|cycleway=track`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=shared_lane |cycleway=lane |cycleway=track`
@ -285,7 +285,7 @@ The question is *What is the smoothness of this street?*
- *Impassable / No wheeled vehicle* corresponds with `smoothness=impassable`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=no|highway=cycleway`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=no |highway=cycleway`
@ -321,7 +321,7 @@ The question is *What traffic sign does this cycleway have?*
- *No traffic sign present* corresponds with `cycleway:traffic_sign=none`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=lane|cycleway=track&_country=be`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=lane |cycleway=track &_country=be`
@ -346,7 +346,7 @@ The question is *What traffic sign does this cycleway have?*
- *No traffic sign present* corresponds with `traffic_sign=none`
This tagrendering is only visible in the popup if the following condition is met: `highway=cycleway|highway=path&_country=be|_country=nl`
This tagrendering is only visible in the popup if the following condition is met: `highway=cycleway |highway=path &_country=be |_country=nl`
@ -369,7 +369,7 @@ The question is *Does the traffic sign D7 (<img src='./assets/layers/cycleways_
- *No supplementary traffic sign present* corresponds with `cycleway:traffic_sign:supplementary=none`
This tagrendering is only visible in the popup if the following condition is met: `cycleway:traffic_sign=BE:D7|cycleway:traffic_sign~^(BE:D7;.*)$`
This tagrendering is only visible in the popup if the following condition is met: `cycleway:traffic_sign=BE:D7 |cycleway:traffic_sign~^(BE:D7;.*)$`
@ -385,7 +385,7 @@ This is rendered with `The buffer besides this cycleway is {cycleway:buffer} m`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=track|cycleway=lane`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=track |cycleway=lane`
@ -405,7 +405,7 @@ The question is *How is this cycleway separated from the road?*
- *This cycleway is separated by a kerb* corresponds with `cycleway:separation=kerb`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=track|cycleway=lane`
This tagrendering is only visible in the popup if the following condition is met: `cycleway=track |cycleway=lane`
@ -425,7 +425,7 @@ The question is *How is this cycleway separated from the road?*
- *This cycleway is separated by a kerb* corresponds with `separation=kerb`
This tagrendering is only visible in the popup if the following condition is met: `highway=cycleway|highway=path`
This tagrendering is only visible in the popup if the following condition is met: `highway=cycleway |highway=path`
@ -471,7 +471,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/square:#008754;./assets/layers/defibrillator/defibrillator.svg' height="100px">
A layer showing defibrillators which can be used in case of emergency. This contains public defibrillators, but also defibrillators which might need staff to fetch the actual device
@ -82,7 +82,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -402,7 +402,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -425,7 +425,7 @@ This tagrendering has no question and is thus read-only
id | question | osmTags
---- | ---------- | ---------
has_image.0 | With and without images (default) |
has_image.1 | Has at least one image | image~.+\|image:0~.+\|image:1~.+\|image:2~.+\|image:3~.+\|mapillary~.+
has_image.1 | Has at least one image | image~.+ \|image:0~.+ \|image:1~.+ \|image:2~.+ \|image:3~.+ \|mapillary~.+
has_image.2 | Probably does not have an image |

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/dentist/dentist.svg' height="100px">
This layer shows dentist offices
@ -71,7 +71,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -233,7 +233,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/direction_gradient:var(--catch-detail-color)' height="100px">
This layer visualizes directions
@ -55,7 +55,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -91,7 +91,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/doctors/doctors.svg' height="100px">
This layer shows doctor offices
@ -73,7 +73,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -264,7 +264,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/pets/dog-food.svg' height="100px">
A layer showing restaurants and fast-food amenities (with a special rendering for friteries)
@ -94,7 +94,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -455,6 +455,8 @@ The question is *Does this shop have a sugar free offering?*
- *This shop has no sugar free offering* corresponds with `diet:sugar_free=no`
This tagrendering has labels `diets`
### gluten_free
@ -473,6 +475,8 @@ The question is *Does this shop have a gluten free offering?*
- *This shop has no gluten free offering* corresponds with `diet:gluten_free=no`
This tagrendering has labels `diets`
### lactose_free
@ -491,6 +495,8 @@ The question is *Does {title()} have a lactose-free offering?*
- *No lactose free offering* corresponds with `diet:lactose_free=no`
This tagrendering has labels `diets`
### organic (no friture)
@ -675,7 +681,7 @@ The question is *Is there a fee for internet access?*
- *Internet access is free at this place, for customers only* corresponds with `internet_access:fee=customers`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no &internet_access~.+`
@ -764,7 +770,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -793,7 +799,7 @@ open_now.0 | Open now | _isOpen=yes
id | question | osmTags
---- | ---------- | ---------
reservation.0 | Reservation not required | reservation=no\|reservation=optional\|
reservation.0 | Reservation not required | reservation=no \|reservation=optional \|
@ -809,49 +815,49 @@ food-category.2 | Only restaurants | amenity=restaurant
id | question | osmTags
---- | ---------- | ---------
vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes\|diet:vegetarian=only\|diet:vegan=yes\|diet:vegan=only
vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes \|diet:vegetarian=only \|diet:vegan=yes \|diet:vegan=only
id | question | osmTags
---- | ---------- | ---------
vegan.0 | Has a vegan menu | diet:vegan=yes\|diet:vegan=only
vegan.0 | Has a vegan menu | diet:vegan=yes \|diet:vegan=only
id | question | osmTags
---- | ---------- | ---------
halal.0 | Has a halal menu | diet:halal=yes\|diet:halal=only
halal.0 | Has a halal menu | diet:halal=yes \|diet:halal=only
id | question | osmTags
---- | ---------- | ---------
has_organic.0 | Has organic options | organic=yes\|organic=only
has_organic.0 | Has organic options | organic=yes \|organic=only
id | question | osmTags
---- | ---------- | ---------
sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes\|diet:sugar_free=only\|diet:sugar_free=limited
sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes \|diet:sugar_free=only \|diet:sugar_free=limited
id | question | osmTags
---- | ---------- | ---------
gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes\|diet:gluten_free=only\|diet:gluten_free=limited
gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes \|diet:gluten_free=only \|diet:gluten_free=limited
id | question | osmTags
---- | ---------- | ---------
lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes\|diet:lactose_free=only\|diet:lactose_free=limited
lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes \|diet:lactose_free=only \|diet:lactose_free=limited
@ -873,7 +879,7 @@ accepts_cards.0 | Accepts payment cards | payment:cards=yes
id | question | osmTags
---- | ---------- | ---------
dogs.0 | No preference towards dogs (default) |
dogs.1 | Dogs allowed | dog=unleashed\|dog=yes
dogs.1 | Dogs allowed | dog=unleashed \|dog=yes
dogs.2 | No dogs allowed | dog=no

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/dogpark/dog-park.svg' height="100px">
A layer showing dogparks, which are areas where dog are allowed to run without a leash
@ -69,7 +69,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -185,7 +185,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#6BC4F7;./assets/layers/drinking_water/drips.svg' height="100px">
A layer showing drinking water fountains
@ -14,7 +14,7 @@ A layer showing drinking water fountains
- This layer is shown at zoomlevel **13** and higher
- This layer is shown at zoomlevel **0** and higher
- This layer will automatically load [drinking_water](./drinking_water.md) into the layout as it depends on it: a calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _closest_other_drinking_water)
- This layer is needed as dependency for layer [drinking_water](#drinking_water)
@ -73,7 +73,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -190,7 +190,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/themes/campersite/sanitary_dump_station.svg' height="100px">
Sanitary dump stations
@ -15,6 +15,7 @@ Sanitary dump stations
- This layer is shown at zoomlevel **10** and higher
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
@ -74,7 +75,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -235,7 +236,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#05d7fcaa' height="100px">
All objects which have an etymology known
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -190,7 +190,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/elevator/elevator_wheelchair.svg' height="100px">
This layer show elevators and asks for operational status and elevator dimensions. Useful for wheelchair accessibility information
@ -76,7 +76,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -284,7 +284,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:#FFFFFF00;./assets/themes/elongated_coin/penny.svg' height="100px">
Layer showing penny presses.
@ -77,7 +77,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -277,7 +277,7 @@ The question is *What coins can you use to pay here?*
- *5 francs coins are accepted* corresponds with `payment:coins:denominations=5 CHF`
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes|payment:cash=yes&_currency~^(.*EUR.*)$|_currency~^(.*CHF.*)$`
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes |payment:cash=yes &_currency~^(.*EUR.*)$ |_currency~^(.*CHF.*)$`
@ -409,7 +409,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/entrance/entrance.svg' height="100px">
A layer showing entrances and offering capabilities to survey some advanced data which is important for e.g. wheelchair users (but also bicycle users, people who want to deliver, …)
@ -77,7 +77,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -268,7 +268,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#05d7fcaa' height="100px">
All objects which have an etymology known
@ -68,7 +68,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -191,7 +191,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/hailhydrant/Twemoji12_1f9ef.svg' height="100px">
Map layer to show fire extinguishers.
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -135,7 +135,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/themes/facadegardens/geveltuin.svg' height="100px">
Facade gardens
@ -15,6 +15,7 @@ Facade gardens
- This layer is shown at zoomlevel **12** and higher
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
@ -72,7 +73,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -249,7 +250,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -15,6 +15,7 @@ A cyclestreet is a street where motorized traffic is not allowed to overtake a c
- This layer is shown at zoomlevel **7** and higher
- Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings`
@ -62,10 +63,10 @@ The question is *Is the street <b>{name}</b> a cyclestreet?*
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* corresponds with `cyclestreet=yes&maxspeed=30&overtaking:motor_vehicle=no`
- *This street is a cyclestreet (and has a speed limit of 30 km/h)* corresponds with `cyclestreet=yes &maxspeed=30 &overtaking:motor_vehicle=no`
- *This street is a bicycle road* corresponds with `bicycle_road=yes`
- This option cannot be chosen as answer
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* corresponds with `bicycle_road=yes&maxspeed=30&source:maxspeed=DE:bicycle_road&vehicle=no&bicycle=designated`
- *This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)* corresponds with `bicycle_road=yes &maxspeed=30 &source:maxspeed=DE:bicycle_road &vehicle=no &bicycle=designated`
- *This street is a cyclestreet* corresponds with `cyclestreet=yes`
- *This street will become a cyclestreet soon* corresponds with `proposed:cyclestreet=yes`
- *This street will become a bicycle road soon* corresponds with `proposed:bicycle_road=yes`
@ -91,7 +92,7 @@ The question is *What sign does this bicycle road have?*
- *There are no supplementary signs at this bicycle road.* corresponds with `traffic_sign=DE:244.1`
This tagrendering is only visible in the popup if the following condition is met: `bicycle_road=yes&_country=de`
This tagrendering is only visible in the popup if the following condition is met: `bicycle_road=yes &_country=de`
@ -126,7 +127,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -174,7 +175,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/hailhydrant/Twemoji12_1f692.svg' height="100px">
Map layer to show fire stations.
@ -71,7 +71,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -131,7 +131,7 @@ This is rendered with `This station is operated by {operator}.`
- *Bureau of Fire Protection* corresponds with `operator=Bureau of Fire Protection&operator:type=government`
- *Bureau of Fire Protection* corresponds with `operator=Bureau of Fire Protection &operator:type=government`
@ -202,7 +202,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/fitness_centre/gym.svg' height="100px">
Layer showing fitness centres
@ -73,7 +73,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -291,7 +291,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/fitness_station/fitness.svg' height="100px">
Find a fitness station near you, and add missing ones.
@ -70,7 +70,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -219,7 +219,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/svg/bug.svg' height="100px">
OSM objects that likely need to be fixed, based on a FIXME tag.
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -146,6 +146,6 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
This document is autogenerated from [assets/layers/fixme/fixme.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fixme/fixme.json)

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/food/restaurant.svg' height="100px">
A layer showing restaurants and fast-food amenities (with a special rendering for friteries)
@ -98,7 +98,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -459,6 +459,8 @@ The question is *Does this shop have a sugar free offering?*
- *This shop has no sugar free offering* corresponds with `diet:sugar_free=no`
This tagrendering has labels `diets`
### gluten_free
@ -477,6 +479,8 @@ The question is *Does this shop have a gluten free offering?*
- *This shop has no gluten free offering* corresponds with `diet:gluten_free=no`
This tagrendering has labels `diets`
### lactose_free
@ -495,6 +499,8 @@ The question is *Does {title()} have a lactose-free offering?*
- *No lactose free offering* corresponds with `diet:lactose_free=no`
This tagrendering has labels `diets`
### organic (no friture)
@ -679,7 +685,7 @@ The question is *Is there a fee for internet access?*
- *Internet access is free at this place, for customers only* corresponds with `internet_access:fee=customers`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no &internet_access~.+`
@ -768,7 +774,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -797,7 +803,7 @@ open_now.0 | Open now | _isOpen=yes
id | question | osmTags
---- | ---------- | ---------
reservation.0 | Reservation not required | reservation=no\|reservation=optional\|
reservation.0 | Reservation not required | reservation=no \|reservation=optional \|
@ -813,49 +819,49 @@ food-category.2 | Only restaurants | amenity=restaurant
id | question | osmTags
---- | ---------- | ---------
vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes\|diet:vegetarian=only\|diet:vegan=yes\|diet:vegan=only
vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes \|diet:vegetarian=only \|diet:vegan=yes \|diet:vegan=only
id | question | osmTags
---- | ---------- | ---------
vegan.0 | Has a vegan menu | diet:vegan=yes\|diet:vegan=only
vegan.0 | Has a vegan menu | diet:vegan=yes \|diet:vegan=only
id | question | osmTags
---- | ---------- | ---------
halal.0 | Has a halal menu | diet:halal=yes\|diet:halal=only
halal.0 | Has a halal menu | diet:halal=yes \|diet:halal=only
id | question | osmTags
---- | ---------- | ---------
has_organic.0 | Has organic options | organic=yes\|organic=only
has_organic.0 | Has organic options | organic=yes \|organic=only
id | question | osmTags
---- | ---------- | ---------
sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes\|diet:sugar_free=only\|diet:sugar_free=limited
sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes \|diet:sugar_free=only \|diet:sugar_free=limited
id | question | osmTags
---- | ---------- | ---------
gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes\|diet:gluten_free=only\|diet:gluten_free=limited
gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes \|diet:gluten_free=only \|diet:gluten_free=limited
id | question | osmTags
---- | ---------- | ---------
lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes\|diet:lactose_free=only\|diet:lactose_free=limited
lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes \|diet:lactose_free=only \|diet:lactose_free=limited
@ -877,7 +883,7 @@ accepts_cards.0 | Accepts payment cards | payment:cards=yes
id | question | osmTags
---- | ---------- | ---------
dogs.0 | No preference towards dogs (default) |
dogs.1 | Dogs allowed | dog=unleashed\|dog=yes
dogs.1 | Dogs allowed | dog=unleashed \|dog=yes
dogs.2 | No dogs allowed | dog=no

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/food/restaurant.svg' height="100px">
A layer showing restaurants and fast-food amenities (with a special rendering for friteries)
@ -94,7 +94,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -455,6 +455,8 @@ The question is *Does this shop have a sugar free offering?*
- *This shop has no sugar free offering* corresponds with `diet:sugar_free=no`
This tagrendering has labels `diets`
### gluten_free
@ -473,6 +475,8 @@ The question is *Does this shop have a gluten free offering?*
- *This shop has no gluten free offering* corresponds with `diet:gluten_free=no`
This tagrendering has labels `diets`
### lactose_free
@ -491,6 +495,8 @@ The question is *Does {title()} have a lactose-free offering?*
- *No lactose free offering* corresponds with `diet:lactose_free=no`
This tagrendering has labels `diets`
### organic (no friture)
@ -675,7 +681,7 @@ The question is *Is there a fee for internet access?*
- *Internet access is free at this place, for customers only* corresponds with `internet_access:fee=customers`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no &internet_access~.+`
@ -764,7 +770,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -793,7 +799,7 @@ open_now.0 | Open now | _isOpen=yes
id | question | osmTags
---- | ---------- | ---------
reservation.0 | Reservation not required | reservation=no\|reservation=optional\|
reservation.0 | Reservation not required | reservation=no \|reservation=optional \|
@ -809,49 +815,49 @@ food-category.2 | Only restaurants | amenity=restaurant
id | question | osmTags
---- | ---------- | ---------
vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes\|diet:vegetarian=only\|diet:vegan=yes\|diet:vegan=only
vegetarian.0 | Has a vegetarian menu | diet:vegetarian=yes \|diet:vegetarian=only \|diet:vegan=yes \|diet:vegan=only
id | question | osmTags
---- | ---------- | ---------
vegan.0 | Has a vegan menu | diet:vegan=yes\|diet:vegan=only
vegan.0 | Has a vegan menu | diet:vegan=yes \|diet:vegan=only
id | question | osmTags
---- | ---------- | ---------
halal.0 | Has a halal menu | diet:halal=yes\|diet:halal=only
halal.0 | Has a halal menu | diet:halal=yes \|diet:halal=only
id | question | osmTags
---- | ---------- | ---------
has_organic.0 | Has organic options | organic=yes\|organic=only
has_organic.0 | Has organic options | organic=yes \|organic=only
id | question | osmTags
---- | ---------- | ---------
sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes\|diet:sugar_free=only\|diet:sugar_free=limited
sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes \|diet:sugar_free=only \|diet:sugar_free=limited
id | question | osmTags
---- | ---------- | ---------
gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes\|diet:gluten_free=only\|diet:gluten_free=limited
gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes \|diet:gluten_free=only \|diet:gluten_free=limited
id | question | osmTags
---- | ---------- | ---------
lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes\|diet:lactose_free=only\|diet:lactose_free=limited
lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes \|diet:lactose_free=only \|diet:lactose_free=limited
@ -873,7 +879,7 @@ accepts_cards.0 | Accepts payment cards | payment:cards=yes
id | question | osmTags
---- | ---------- | ---------
dogs.0 | No preference towards dogs (default) |
dogs.1 | Dogs allowed | dog=unleashed\|dog=yes
dogs.1 | Dogs allowed | dog=unleashed \|dog=yes
dogs.2 | No dogs allowed | dog=no

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/ghost_bike/ghost_bike.svg' height="100px">
A layer showing memorials for cyclists, killed in road accidents
@ -70,7 +70,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -211,7 +211,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/governments/government.svg' height="100px">
This layer show governmental buildings. It was setup as commissioned layer for the client of OSOC '22
@ -70,7 +70,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -198,7 +198,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/guidepost/guidepost.svg' height="100px">
Guideposts (also known as fingerposts or finger posts) are often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations
@ -68,7 +68,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -84,6 +84,30 @@ This tagrendering has no question and is thus read-only
### type
The question is *What kind of routes are shown on this guidepost?*
- *This guidepost shows bicycle routes* corresponds with `bicycle=yes`
- Unselecting this answer will add
- *This guidepost shows hiking routes* corresponds with `hiking=yes`
- Unselecting this answer will add
- *This guidepost shows mountain bike routes* corresponds with `mtb=yes`
- Unselecting this answer will add
- *This guidepost shows horse riding routes* corresponds with `horse=yes`
- Unselecting this answer will add
- *This guidepost shows ski routes* corresponds with `ski=yes`
- Unselecting this answer will add
### leftover-questions
@ -136,7 +160,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/hackerspaces/glider.svg' height="100px">
Hackerspace
@ -80,7 +80,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -430,7 +430,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#05d7fcaa' height="100px">
All objects which have an etymology known
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -190,7 +190,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/hospital/hospital.svg' height="100px">
A layer showing hospital grounds
@ -73,7 +73,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -219,7 +219,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/hotel/hotel.svg' height="100px">
Layer showing all hotels
@ -75,7 +75,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -236,7 +236,7 @@ The question is *Is there a fee for internet access?*
- *Internet access is free at this place, for customers only* corresponds with `internet_access:fee=customers`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no&internet_access~.+`
This tagrendering is only visible in the popup if the following condition is met: `internet_access!=no &internet_access~.+`
@ -303,7 +303,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/themes/hailhydrant/hydrant.svg' height="100px">
Map layer to show fire hydrants.
@ -73,7 +73,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -243,7 +243,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

331
Docs/Layers/ice_cream.md Normal file
View file

@ -0,0 +1,331 @@
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
ice_cream
===========
A place where ice cream is sold over the counter
- This layer is shown at zoomlevel **0** and higher
#### Themes using this layer
- [icecream](https://mapcomplete.org/icecream)
- [personal](https://mapcomplete.org/personal)
- [shops](https://mapcomplete.org/shops)
This is a special layer - data is not sourced from OpenStreetMap
Supported attributes
----------------------
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/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.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/name#values) [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) |
[<img src='https://mapcomplete.org/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.org/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.org/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.org/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.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:sugar_free#values) [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno)
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:lactose_free#values) [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno)
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:gluten_free#values) [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno)
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno)
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
This tagrendering has no question and is thus read-only
### 1
The question is *What is the name of this ice cream parlor?*
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
This is rendered with `This ice cream parlor is named <b>{name}</b>`
### opening_hours
The question is *What are the opening hours of {title()}?*
This rendering asks information about the property [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours)
This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours)}`
### phone
The question is *What is the phone number of {title()}?*
This rendering asks information about the property [phone](https://wiki.openstreetmap.org/wiki/Key:phone)
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
- *<a href='tel:{contact:phone}'>{contact:phone}</a>* corresponds with `contact:phone~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### email
The question is *What is the email address of {title()}?*
This rendering asks information about the property [email](https://wiki.openstreetmap.org/wiki/Key:email)
This is rendered with `<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>`
- *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* corresponds with `contact:email~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### website
The question is *What is the website of {title()}?*
This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### sugar_free
The question is *Does this shop have a sugar free offering?*
- *This shop <b>only sells sugar free</b> products* corresponds with `diet:sugar_free=only`
- *This shop has a big sugar free offering* corresponds with `diet:sugar_free=yes`
- *This shop has a <b>limited sugar free</b> offering* corresponds with `diet:sugar_free=limited`
- *This shop has no sugar free offering* corresponds with `diet:sugar_free=no`
This tagrendering has labels `diets`
### lactose_free
The question is *Does {title()} have a lactose-free offering?*
- *<b>Only sells lactose free</b> products* corresponds with `diet:lactose_free=only`
- *Big lactose free offering* corresponds with `diet:lactose_free=yes`
- *<b>Limited lactose free</b> offering* corresponds with `diet:lactose_free=limited`
- *No lactose free offering* corresponds with `diet:lactose_free=no`
This tagrendering has labels `diets`
### gluten_free
The question is *Does this shop have a gluten free offering?*
- *This shop <b>only sells gluten free</b> products* corresponds with `diet:gluten_free=only`
- *This shop has a big gluten free offering* corresponds with `diet:gluten_free=yes`
- *This shop has a <b>limited gluten free</b> offering* corresponds with `diet:gluten_free=limited`
- *This shop has no gluten free offering* corresponds with `diet:gluten_free=no`
This tagrendering has labels `diets`
### payment-options
The question is *Which methods of payment are accepted here?*
- *Cash is accepted here* corresponds with `payment:cash=yes`
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dno' target='_blank'>no</a>
- *Payment cards are accepted here* corresponds with `payment:cards=yes`
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno' target='_blank'>no</a>
- *Payment by QR-code is possible here* corresponds with `payment:qr_code=yes`
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
### wheelchair-access
The question is *Is this place accessible with a wheelchair?*
- *This place is specially adapted for wheelchair users* corresponds with `wheelchair=designated`
- *This place is easily reachable with a wheelchair* corresponds with `wheelchair=yes`
- *It is possible to reach this place in a wheelchair, but it is not easy* corresponds with `wheelchair=limited`
- *This place is not reachable with a wheelchair* corresponds with `wheelchair=no`
### leftover-questions
This tagrendering has no question and is thus read-only
### minimap
Shows a small map with the feature. Added by default to every popup
This tagrendering has no question and is thus read-only
### last_edit
Gives some metainfo about the last edit and who did edit it - rendering only
This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
### all-tags
This tagrendering has no question and is thus read-only
This document is autogenerated from [assets/layers/ice_cream/ice_cream.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ice_cream/ice_cream.json)

View file

@ -85,7 +85,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -154,7 +154,7 @@ This is rendered with `This room has the reference number {ref}`
This tagrendering is only visible in the popup if the following condition is met: `indoor=room|indoor=area|indoor=corridor`
This tagrendering is only visible in the popup if the following condition is met: `indoor=room |indoor=area |indoor=corridor`
@ -170,7 +170,7 @@ This is rendered with `This room is named {name}`
This tagrendering is only visible in the popup if the following condition is met: `indoor=room|indoor=area|indoor=corridor`
This tagrendering is only visible in the popup if the following condition is met: `indoor=room |indoor=area |indoor=corridor`
@ -224,7 +224,7 @@ This is rendered with `At most {capacity} people fit this room`
This tagrendering is only visible in the popup if the following condition is met: `room=waiting|room=restaurant|room=office|room=nursery|room=conference|room=auditorium|room=chapel|room=bedroom|room=classroom`
This tagrendering is only visible in the popup if the following condition is met: `room=waiting |room=restaurant |room=office |room=nursery |room=conference |room=auditorium |room=chapel |room=bedroom |room=classroom`
@ -284,7 +284,7 @@ The question is *Are these toilets free to use?*
- *Free to use* corresponds with `fee=no`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets&access!=no`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets &access!=no`
This tagrendering has labels `relevant-questions`
@ -302,7 +302,7 @@ This is rendered with `The fee is {charge}`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets&fee=yes`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets &fee=yes`
This tagrendering has labels `relevant-questions`
@ -336,7 +336,7 @@ The question is *Which methods of payment are accepted here?*
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:credit_cards' target='_blank'>payment:credit_cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:credit_cards%3Dno' target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets&fee=yes`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets &fee=yes`
This tagrendering has labels `relevant-questions`
@ -359,7 +359,7 @@ This is rendered with `<h3>Opening hours</h3>{opening_hours_table(opening_hours
- *24/7 opened (including holidays)* corresponds with `opening_hours=24/7`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets&access!=no`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets &access!=no`
This tagrendering has labels `relevant-questions`
@ -398,7 +398,7 @@ This is rendered with `The door to the wheelchair-accessible toilet is {canonic
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets&wheelchair=yes|wheelchair=designated`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets &wheelchair=yes |wheelchair=designated`
This tagrendering has labels `relevant-questions`
@ -466,7 +466,7 @@ This is rendered with `The changing table is located at {changing_table:locatio
- *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: `amenity=toilets&changing_table=yes`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets &changing_table=yes`
This tagrendering has labels `relevant-questions`
@ -506,7 +506,7 @@ The question is *Does one have to bring their own toilet paper to this toilet?*
- *You have to bring your own toilet paper to this toilet* corresponds with `toilets:paper_supplied=no`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets&toilets:position!=urinal`
This tagrendering is only visible in the popup if the following condition is met: `amenity=toilets &toilets:position!=urinal`
This tagrendering has labels `relevant-questions`
@ -544,7 +544,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/information_board/board.svg' height="100px">
A layer showing touristical, road side information boards (e.g. giving information about the landscape, a building, a feature, a map, …)
@ -66,7 +66,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -134,7 +134,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/kerbs/KerbIcon.svg' height="100px">
A layer showing kerbs.
@ -74,7 +74,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -184,7 +184,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -73,7 +73,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -255,7 +255,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -65,7 +65,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -142,7 +142,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/map/map.svg' height="100px">
A map, meant for tourists which is permanently installed in the public space
@ -71,7 +71,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -163,7 +163,7 @@ The question is *Is the OpenStreetMap-attribution given?*
- This option cannot be chosen as answer
This tagrendering is only visible in the popup if the following condition is met: `map_source~^((O|)pen(S|s)treet(M|m)ap)$|map_source=osm|map_source=OSM`
This tagrendering is only visible in the popup if the following condition is met: `map_source~^((O|)pen(S|s)treet(M|m)ap)$ |map_source=osm |map_source=OSM`
This tagrendering has labels `map`
@ -221,7 +221,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/maproulette/logomark.svg' height="100px">
Layer showing all tasks in MapRoulette
@ -56,7 +56,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -150,7 +150,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/maproulette/logomark.svg' height="100px">
Layer showing tasks of a single MapRoulette challenge. This layer is intended to be reused and extended in themes; refer to [the documentation](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) on how to do this.
@ -70,7 +70,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -138,7 +138,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -68,7 +68,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -133,7 +133,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/memorial/plaque.svg' height="100px">
Layer showing memorial plaques, based upon a unofficial theme. Can be expanded to have multiple types of memorials later on
@ -56,7 +56,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -126,7 +126,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/nature_reserve/nature_reserve.svg' height="100px">
A nature reserve is an area where nature can take its course
@ -77,7 +77,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -112,7 +112,7 @@ This is rendered with `Accessin this nature reserve: {access:description}`
- *Not accessible as this is a private area* corresponds with `access=private`
- *Accessible despite being a privately owned area* corresponds with `access=permissive`
- *Only accessible with a guide or during organised activities* corresponds with `access=guided`
- *Accessible with fee* corresponds with `access=yes&fee=yes`
- *Accessible with fee* corresponds with `access=yes &fee=yes`
@ -173,7 +173,7 @@ The question is *Are dogs allowed in this nature reserve?*
- *Dogs are allowed to roam freely* corresponds with `dog=yes`
This tagrendering is only visible in the popup if the following condition is met: `access=yes|access=permissive|access=guided`
This tagrendering is only visible in the popup if the following condition is met: `access=yes |access=permissive |access=guided`
@ -335,7 +335,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
@ -366,7 +366,7 @@ id | question | osmTags
---- | ---------- | ---------
dogs.0 | All nature reserves (default) |
dogs.1 | Dogs are allowed to roam freely | dog=yes
dogs.2 | Dogs are allowed if they are leashed | dog=yes\|dog=leashed
dogs.2 | Dogs are allowed if they are leashed | dog=yes \|dog=leashed
This document is autogenerated from [assets/layers/nature_reserve/nature_reserve.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/nature_reserve/nature_reserve.json)

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/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)
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -165,7 +165,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/circle:white;./assets/layers/observation_tower/Tower_observation.svg' height="100px">
Towers with a panoramic view
@ -76,7 +76,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -158,7 +158,7 @@ This is rendered with `Visiting this tower costs <b>{charge}</b>`
- *Free to visit* corresponds with `fee=no`
This tagrendering is only visible in the popup if the following condition is met: `access=yes|access=guided`
This tagrendering is only visible in the popup if the following condition is met: `access=yes |access=guided`
@ -180,7 +180,7 @@ The question is *Which methods of payment are accepted here?*
- Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:qr_code' target='_blank'>payment:qr_code</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:qr_code%3Dno' target='_blank'>no</a>
This tagrendering is only visible in the popup if the following condition is met: `fee=yes|charge~.+`
This tagrendering is only visible in the popup if the following condition is met: `fee=yes |charge~.+`
@ -218,7 +218,7 @@ This is rendered with `This tower has {step_count} steps to reach the top`
This tagrendering is only visible in the popup if the following condition is met: `access=yes|access=guided`
This tagrendering is only visible in the popup if the following condition is met: `access=yes |access=guided`
@ -236,7 +236,7 @@ The question is *Does this tower have an elevator?*
- *This tower does not have an elevator* corresponds with `elevator=no`
This tagrendering is only visible in the popup if the following condition is met: `access=yes|access=guided`
This tagrendering is only visible in the popup if the following condition is met: `access=yes |access=guided`
@ -270,7 +270,7 @@ The question is *Is this place accessible with a wheelchair?*
- *This place is not reachable with a wheelchair* corresponds with `wheelchair=no`
This tagrendering is only visible in the popup if the following condition is met: `elevator=yes&access=yes|access=guided`
This tagrendering is only visible in the popup if the following condition is met: `elevator=yes &access=yes |access=guided`
@ -340,7 +340,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#6BC4F7;./assets/layers/osm_community_index/osm.svg' height="100px">
A layer showing the OpenStreetMap Communities
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -131,7 +131,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/square:white;./assets/layers/parcel_lockers/parcel_lockers.svg' height="100px">
Layer showing parcel lockers for collecting and sending parcels.
@ -72,7 +72,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -245,7 +245,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/parking/parking.svg' height="100px">
A layer showing car parkings
@ -72,7 +72,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -242,7 +242,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/layers/parking_spaces/parking_space.svg' height="100px">
Layer showing individual parking spaces.
@ -14,7 +14,7 @@ Layer showing individual parking spaces.
- This layer is shown at zoomlevel **19** and higher
- This layer is shown at zoomlevel **18** and higher
@ -69,7 +69,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -162,7 +162,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/square:white;./assets/layers/parking_ticket_machine/parking_tickets.svg' height="100px">
Layer with parking ticket machines to pay for parking.
@ -70,7 +70,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -143,7 +143,7 @@ The question is *What coins can you use to pay here?*
- *5 francs coins are accepted* corresponds with `payment:coins:denominations=5 CHF`
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes|payment:cash=yes&_currency~^(.*EUR.*)$|_currency~^(.*CHF.*)$`
This tagrendering is only visible in the popup if the following condition is met: `payment:coins=yes |payment:cash=yes &_currency~^(.*EUR.*)$ |_currency~^(.*CHF.*)$`
@ -172,7 +172,7 @@ The question is *what notes can you use to pay here?*
- *1000 francs notes are accepted* corresponds with `payment:notes:denominations=1000 CHF`
This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes|payment:cash=yes&_currency~^(.*EUR.*)$|_currency~^(.*CHF.*)$`
This tagrendering is only visible in the popup if the following condition is met: `payment:notes=yes |payment:cash=yes &_currency~^(.*EUR.*)$ |_currency~^(.*CHF.*)$`
@ -227,7 +227,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/pin:#05d7fcaa' height="100px">
All objects which have an etymology known
@ -67,7 +67,7 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+&_last_edit:passed_time<300&|_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
@ -190,7 +190,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+&_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`

View file

@ -5,7 +5,7 @@
<img src='https://mapcomplete.org/./assets/svg/bug.svg' height="100px">
Pedestrian footpaths, especially used for indoor navigation and snapping entrances to this layer

Some files were not shown because too many files have changed in this diff Show more