Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2023-01-11 01:34:23 +01:00
commit f585249f0b
156 changed files with 2105 additions and 744 deletions

View file

@ -922,6 +922,7 @@ The following layers are included in MapComplete:
- [ambulancestation](./Layers/ambulancestation.md) - [ambulancestation](./Layers/ambulancestation.md)
- [artwork](./Layers/artwork.md) - [artwork](./Layers/artwork.md)
- [atm](./Layers/atm.md) - [atm](./Layers/atm.md)
- [bank](./Layers/bank.md)
- [barrier](./Layers/barrier.md) - [barrier](./Layers/barrier.md)
- [bench](./Layers/bench.md) - [bench](./Layers/bench.md)
- [bench_at_pt](./Layers/bench_at_pt.md) - [bench_at_pt](./Layers/bench_at_pt.md)

View file

@ -204,13 +204,13 @@ What is the email address of {title()}?
<a href='{website}' target='_blank'>{website}</a> <a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>
What is the website of {title()}? What is the website of {title()}?
- <a href='{contact:website}' target='_blank'>{contact:website}</a> - <a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>

View file

@ -40,10 +40,10 @@ Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Datm' target='_blank'>atm</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank' target='_blank'>bank</a>&<a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes' target='_blank'>yes</a> - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Datm' target='_blank'>atm</a>
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22atm%22%5D(%7B%7Bbbox%7D%7D)%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22bank%22%5D%5B%22atm%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) [Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22atm%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
@ -82,30 +82,6 @@ This tagrendering has no question and is thus read-only
### bank-images
This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `amenity=bank`
### atm-in-bank-notice
This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `amenity=bank`
### name ### name

103
Docs/Layers/bank.md Normal file
View file

@ -0,0 +1,103 @@
bank
======
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/bank/bank.svg' height="100px">
A financial institution to deposit money
- This layer is shown at zoomlevel **0** and higher
#### Themes using this layer
- [atm](https://mapcomplete.osm.be/atm)
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank' target='_blank'>bank</a>
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bank%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
Supported attributes
----------------------
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/atm#values) [atm](https://wiki.openstreetmap.org/wiki/Key:atm) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dseparate)
### has_atm
The question is *Does this bank have an ATM?*
- *This bank has an ATM* corresponds with `atm=yes`
- *This bank does <b>not</b> have an ATM* corresponds with `atm=no`
- *This bank does have an ATM, but it is mapped as a different icon* corresponds with `atm=separate`
#### Filters
id | question | osmTags
---- | ---------- | ---------
open_now.0 | Opened now | _isOpen=yes
id | question | osmTags
---- | ---------- | ---------
has_atm.0 | With an ATM | atm=yes
This document is autogenerated from [assets/layers/bank/bank.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bank/bank.json)

View file

@ -0,0 +1,128 @@
banks_with_atm
================
<img src='https://mapcomplete.osm.be/circle:white;./assets/layers/bank/bank.svg' height="100px">
A financial institution to deposit money
- This layer is shown at zoomlevel **0** and higher
- Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
#### Themes using this layer
- [atm](https://mapcomplete.osm.be/atm)
Basic tags for this layer
---------------------------
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank' target='_blank'>bank</a>
- <a href='https://wiki.openstreetmap.org/wiki/Key:atm' target='_blank'>atm</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes' target='_blank'>yes</a>
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B(%20%20%20%20nwr%5B%22amenity%22%3D%22bank%22%5D%5B%22atm%22%3D%22yes%22%5D(%7B%7Bbbox%7D%7D)%3B%0A)%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
Supported attributes
----------------------
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/atm#values) [atm](https://wiki.openstreetmap.org/wiki/Key:atm) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:atm%3Dseparate)
### has_atm
The question is *Does this bank have an ATM?*
- *This bank has an ATM* corresponds with `atm=yes`
- *This bank does <b>not</b> have an ATM* corresponds with `atm=no`
- *This bank does have an ATM, but it is mapped as a different icon* corresponds with `atm=separate`
### questions
Show the images block at this location
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
#### Filters
id | question | osmTags
---- | ---------- | ---------
open_now.0 | Opened now | _isOpen=yes
id | question | osmTags
---- | ---------- | ---------
has_atm.0 | With an ATM | atm=yes
This document is autogenerated from [assets/themes/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/atm/atm.json)

View file

@ -107,13 +107,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -119,13 +119,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -118,13 +118,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -155,13 +155,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -113,8 +113,8 @@ This is rendered with `Using the cleaning service costs {charge}`
- *Free to use cleaning service* corresponds with `fee=no` - *This cleaning service is free to use* corresponds with `fee=no`
- *Free to use* corresponds with `fee=yes` - *This cleaning service is paid* 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`

View file

@ -139,13 +139,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -103,13 +103,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -172,13 +172,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -96,13 +96,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -91,13 +91,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -115,13 +115,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -143,13 +143,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -166,13 +166,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -178,13 +178,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -301,13 +301,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -150,13 +150,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -181,13 +181,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -178,13 +178,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -128,13 +128,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -126,13 +126,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -131,13 +131,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -159,13 +159,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -109,13 +109,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -179,13 +179,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -184,13 +184,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -160,13 +160,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -164,13 +164,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -208,13 +208,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -224,13 +224,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -181,13 +181,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -303,13 +303,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -300,13 +300,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -123,13 +123,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -146,13 +146,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -76,13 +76,13 @@ 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 rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website)
This is rendered with `<a href='{website}' target='_blank'>{website}</a>` This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *<a href='{contact:website}' target='_blank'>{contact:website}</a>* corresponds with `contact:website~.+` - *<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 option cannot be chosen as answer

View file

@ -15,47 +15,21 @@
"description": "The MapComplete theme ATM Machines has a layer ATMs showing features with this tag", "description": "The MapComplete theme ATM Machines has a layer ATMs showing features with this tag",
"value": "atm" "value": "atm"
}, },
{
"key": "amenity",
"description": "The MapComplete theme ATM Machines has a layer ATMs showing features with this tag",
"value": "bank"
},
{
"key": "atm",
"description": "The MapComplete theme ATM Machines has a layer ATMs showing features with this tag",
"value": "yes"
},
{ {
"key": "image", "key": "image",
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity!=bank)" "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
}, },
{ {
"key": "mapillary", "key": "mapillary",
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity!=bank)" "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
}, },
{ {
"key": "wikidata", "key": "wikidata",
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity!=bank)" "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
}, },
{ {
"key": "wikipedia", "key": "wikipedia",
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity!=bank)" "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "image",
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity=bank)"
},
{
"key": "mapillary",
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity=bank)"
},
{
"key": "wikidata",
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity=bank)"
},
{
"key": "wikipedia",
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity=bank)"
}, },
{ {
"key": "brand", "key": "brand",
@ -67,7 +41,7 @@
}, },
{ {
"key": "opening_hours", "key": "opening_hours",
"description": "Layer 'ATMs' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'ATM Machines') (This is only shown if amenity!=bank)" "description": "Layer 'ATMs' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'ATM Machines')"
}, },
{ {
"key": "cash_out", "key": "cash_out",
@ -108,6 +82,26 @@
"key": "speech_output", "key": "speech_output",
"description": "Layer 'ATMs' shows speech_output=no with a fixed text, namely 'This ATM does not have speech output' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'ATM Machines')", "description": "Layer 'ATMs' shows speech_output=no with a fixed text, namely 'This ATM does not have speech output' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'ATM Machines')",
"value": "no" "value": "no"
},
{
"key": "amenity",
"description": "The MapComplete theme ATM Machines has a layer Banks showing features with this tag",
"value": "bank"
},
{
"key": "atm",
"description": "Layer 'Banks' shows atm=yes with a fixed text, namely 'This bank has an ATM' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'ATM Machines')",
"value": "yes"
},
{
"key": "atm",
"description": "Layer 'Banks' shows atm=no with a fixed text, namely 'This bank does <b>not</b> have an ATM' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'ATM Machines')",
"value": "no"
},
{
"key": "atm",
"description": "Layer 'Banks' shows atm=separate with a fixed text, namely 'This bank does have an ATM, but it is mapped as a different icon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'ATM Machines')",
"value": "separate"
} }
] ]
} }

View file

@ -90,7 +90,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bicycle rental' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Bicycle rental')" "description": "Layer 'Bicycle rental' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Bicycle rental')"
}, },
{ {
"key": "email", "key": "email",

View file

@ -41,7 +41,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bicycle library' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Bicycle libraries')" "description": "Layer 'Bicycle library' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Bicycle libraries')"
}, },
{ {
"key": "phone", "key": "phone",

View file

@ -124,7 +124,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Cafés and pubs' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cafés and pubs')" "description": "Layer 'Cafés and pubs' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cafés and pubs')"
}, },
{ {
"key": "email", "key": "email",

View file

@ -38,7 +38,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Climbing club' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Open Climbing Map')" "description": "Layer 'Climbing club' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Open Climbing Map')"
}, },
{ {
"key": "email", "key": "email",
@ -125,7 +125,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Climbing gyms' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Open Climbing Map')" "description": "Layer 'Climbing gyms' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Open Climbing Map')"
}, },
{ {
"key": "phone", "key": "phone",

View file

@ -106,7 +106,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bike cafe' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')" "description": "Layer 'Bike cafe' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
}, },
{ {
"key": "phone", "key": "phone",
@ -194,7 +194,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bike repair/shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')" "description": "Layer 'Bike repair/shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
}, },
{ {
"key": "phone", "key": "phone",
@ -495,7 +495,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bicycle rental' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')" "description": "Layer 'Bicycle rental' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
}, },
{ {
"key": "email", "key": "email",
@ -650,7 +650,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bicycle library' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')" "description": "Layer 'Bicycle library' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
}, },
{ {
"key": "phone", "key": "phone",
@ -1157,7 +1157,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bike-related object' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')" "description": "Layer 'Bike-related object' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists')"
}, },
{ {
"key": "email", "key": "email",
@ -1240,12 +1240,12 @@
}, },
{ {
"key": "fee", "key": "fee",
"description": "Layer 'Bike cleaning service' shows fee=no with a fixed text, namely 'Free to use cleaning service' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity=bike_wash|amenity=bicycle_wash)", "description": "Layer 'Bike cleaning service' shows fee=no with a fixed text, namely 'This cleaning service is free to use' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity=bike_wash|amenity=bicycle_wash)",
"value": "no" "value": "no"
}, },
{ {
"key": "fee", "key": "fee",
"description": "Layer 'Bike cleaning service' shows fee=yes with a fixed text, namely 'Free to use' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity=bike_wash|amenity=bicycle_wash)", "description": "Layer 'Bike cleaning service' shows fee=yes with a fixed text, namely 'This cleaning service is paid' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Cyclofix - an open map for cyclists') (This is only shown if amenity=bike_wash|amenity=bicycle_wash)",
"value": "yes" "value": "yes"
}, },
{ {

View file

@ -88,7 +88,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Colleges and universities' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Education')" "description": "Layer 'Colleges and universities' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Education')"
}, },
{ {
"key": "email", "key": "email",
@ -229,7 +229,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Primary and secondary schools' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Education')" "description": "Layer 'Primary and secondary schools' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Education')"
}, },
{ {
"key": "phone", "key": "phone",
@ -282,7 +282,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Kindergartens and childcare' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Education')" "description": "Layer 'Kindergartens and childcare' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Education')"
}, },
{ {
"key": "email", "key": "email",

View file

@ -89,7 +89,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Restaurants and fast food' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Restaurants and fast food')" "description": "Layer 'Restaurants and fast food' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Restaurants and fast food')"
}, },
{ {
"key": "email", "key": "email",

View file

@ -93,7 +93,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Fries shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Fries shops')" "description": "Layer 'Fries shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Fries shops')"
}, },
{ {
"key": "email", "key": "email",

View file

@ -51,7 +51,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Hackerspace' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Hackerspaces')" "description": "Layer 'Hackerspace' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Hackerspaces')"
}, },
{ {
"key": "email", "key": "email",

View file

@ -70,7 +70,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Doctors' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')" "description": "Layer 'Doctors' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')"
}, },
{ {
"key": "healthcare:speciality", "key": "healthcare:speciality",
@ -156,7 +156,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Physiotherapist' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')" "description": "Layer 'Physiotherapist' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')"
}, },
{ {
"key": "amenity", "key": "amenity",
@ -205,7 +205,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Dentist' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')" "description": "Layer 'Dentist' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')"
}, },
{ {
"key": "name", "key": "name",
@ -242,7 +242,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Hospitals' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')" "description": "Layer 'Hospitals' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')"
}, },
{ {
"key": "amenity", "key": "amenity",
@ -295,7 +295,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Pharmacies' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')" "description": "Layer 'Pharmacies' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Healthcare')"
}, },
{ {
"key": "wheelchair", "key": "wheelchair",

View file

@ -57,7 +57,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Hotels' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Hotels')" "description": "Layer 'Hotels' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Hotels')"
}, },
{ {
"key": "wheelchair", "key": "wheelchair",

View file

@ -318,7 +318,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Nature reserve' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Into nature')" "description": "Layer 'Nature reserve' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Into nature')"
}, },
{ {
"key": "curator", "key": "curator",

View file

@ -84,7 +84,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Observation towers' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Observation towers')" "description": "Layer 'Observation towers' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Observation towers')"
}, },
{ {
"key": "step_count", "key": "step_count",

View file

@ -124,7 +124,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Cafés and pubs' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')" "description": "Layer 'Cafés and pubs' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')"
}, },
{ {
"key": "email", "key": "email",
@ -586,7 +586,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Restaurants and fast food' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')" "description": "Layer 'Restaurants and fast food' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')"
}, },
{ {
"key": "email", "key": "email",
@ -2024,7 +2024,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')" "description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')"
}, },
{ {
"key": "email", "key": "email",
@ -2450,7 +2450,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Pharmacies' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')" "description": "Layer 'Pharmacies' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')"
}, },
{ {
"key": "wheelchair", "key": "wheelchair",
@ -2527,7 +2527,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Doctors' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')" "description": "Layer 'Doctors' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')"
}, },
{ {
"key": "healthcare:speciality", "key": "healthcare:speciality",
@ -2584,7 +2584,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Hospitals' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')" "description": "Layer 'Hospitals' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')"
}, },
{ {
"key": "amenity", "key": "amenity",
@ -2789,7 +2789,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Hotels' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')" "description": "Layer 'Hotels' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')"
}, },
{ {
"key": "wheelchair", "key": "wheelchair",
@ -2903,7 +2903,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'governments' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')" "description": "Layer 'governments' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'OnWheels')"
}, },
{ {
"key": "name", "key": "name",

View file

@ -344,47 +344,21 @@
"description": "The MapComplete theme Personal theme has a layer ATMs showing features with this tag", "description": "The MapComplete theme Personal theme has a layer ATMs showing features with this tag",
"value": "atm" "value": "atm"
}, },
{
"key": "amenity",
"description": "The MapComplete theme Personal theme has a layer ATMs showing features with this tag",
"value": "bank"
},
{
"key": "atm",
"description": "The MapComplete theme Personal theme has a layer ATMs showing features with this tag",
"value": "yes"
},
{ {
"key": "image", "key": "image",
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity!=bank)" "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
}, },
{ {
"key": "mapillary", "key": "mapillary",
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity!=bank)" "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
}, },
{ {
"key": "wikidata", "key": "wikidata",
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity!=bank)" "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
}, },
{ {
"key": "wikipedia", "key": "wikipedia",
"description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity!=bank)" "description": "The layer 'ATMs allows to upload images and adds them under the 'image'-tag (and image:0, image:1, ... for multiple images). Furhtermore, this layer shows images based on the keys image, wikidata, wikipedia, wikimedia_commons and mapillary"
},
{
"key": "image",
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity=bank)"
},
{
"key": "mapillary",
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity=bank)"
},
{
"key": "wikidata",
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity=bank)"
},
{
"key": "wikipedia",
"description": "The layer 'ATMs shows images based on the keys image, image:0, image:1,... and wikidata, wikipedia, wikimedia_commons and mapillary (This is only shown if amenity=bank)"
}, },
{ {
"key": "brand", "key": "brand",
@ -396,7 +370,7 @@
}, },
{ {
"key": "opening_hours", "key": "opening_hours",
"description": "Layer 'ATMs' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity!=bank)" "description": "Layer 'ATMs' shows and asks freeform values for key 'opening_hours' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "cash_out", "key": "cash_out",
@ -438,6 +412,26 @@
"description": "Layer 'ATMs' shows speech_output=no with a fixed text, namely 'This ATM does not have speech output' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')", "description": "Layer 'ATMs' shows speech_output=no with a fixed text, namely 'This ATM does not have speech output' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "no" "value": "no"
}, },
{
"key": "amenity",
"description": "The MapComplete theme Personal theme has a layer Banks showing features with this tag",
"value": "bank"
},
{
"key": "atm",
"description": "Layer 'Banks' shows atm=yes with a fixed text, namely 'This bank has an ATM' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "atm",
"description": "Layer 'Banks' shows atm=no with a fixed text, namely 'This bank does <b>not</b> have an ATM' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "no"
},
{
"key": "atm",
"description": "Layer 'Banks' shows atm=separate with a fixed text, namely 'This bank does have an ATM, but it is mapped as a different icon' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "separate"
},
{ {
"key": "barrier", "key": "barrier",
"description": "The MapComplete theme Personal theme has a layer Barriers showing features with this tag", "description": "The MapComplete theme Personal theme has a layer Barriers showing features with this tag",
@ -881,7 +875,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bicycle library' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Bicycle library' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "phone", "key": "phone",
@ -1026,7 +1020,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bicycle rental' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Bicycle rental' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -1362,7 +1356,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bike cafe' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Bike cafe' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "phone", "key": "phone",
@ -1445,12 +1439,12 @@
}, },
{ {
"key": "fee", "key": "fee",
"description": "Layer 'Bike cleaning service' shows fee=no with a fixed text, namely 'Free to use cleaning service' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity=bike_wash|amenity=bicycle_wash)", "description": "Layer 'Bike cleaning service' shows fee=no with a fixed text, namely 'This cleaning service is free to use' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity=bike_wash|amenity=bicycle_wash)",
"value": "no" "value": "no"
}, },
{ {
"key": "fee", "key": "fee",
"description": "Layer 'Bike cleaning service' shows fee=yes with a fixed text, namely 'Free to use' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity=bike_wash|amenity=bicycle_wash)", "description": "Layer 'Bike cleaning service' shows fee=yes with a fixed text, namely 'This cleaning service is paid' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if amenity=bike_wash|amenity=bicycle_wash)",
"value": "yes" "value": "yes"
}, },
{ {
@ -1856,7 +1850,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bike repair/shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Bike repair/shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "phone", "key": "phone",
@ -2148,7 +2142,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Bike-related object' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Bike-related object' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -2433,7 +2427,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Cafés and pubs' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Cafés and pubs' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -3972,7 +3966,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Climbing club' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Climbing club' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -4030,7 +4024,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Climbing gyms' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Climbing gyms' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "phone", "key": "phone",
@ -5213,7 +5207,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Dentist' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Dentist' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "name", "key": "name",
@ -5279,7 +5273,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Doctors' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Doctors' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "healthcare:speciality", "key": "healthcare:speciality",
@ -5949,7 +5943,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Fitness Centres' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Fitness Centres' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "opening_hours", "key": "opening_hours",
@ -6230,7 +6224,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Restaurants and fast food' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Restaurants and fast food' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -6701,7 +6695,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'governments' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'governments' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "name", "key": "name",
@ -6748,7 +6742,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Hackerspace' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Hackerspace' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -6870,7 +6864,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Hospitals' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Hospitals' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "tourism", "key": "tourism",
@ -6919,7 +6913,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Hotels' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Hotels' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "wheelchair", "key": "wheelchair",
@ -7286,7 +7280,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Kindergartens and childcare' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Kindergartens and childcare' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -7604,7 +7598,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Nature reserve' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Nature reserve' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "curator", "key": "curator",
@ -7713,7 +7707,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Observation towers' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Observation towers' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "step_count", "key": "step_count",
@ -8153,7 +8147,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Pharmacies' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Pharmacies' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "wheelchair", "key": "wheelchair",
@ -8230,7 +8224,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Physiotherapist' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Physiotherapist' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "leisure", "key": "leisure",
@ -8424,7 +8418,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Playgrounds' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Playgrounds' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -9051,7 +9045,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Recycling' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if recycling_type=centre)" "description": "Layer 'Recycling' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme') (This is only shown if recycling_type=centre)"
}, },
{ {
"key": "email", "key": "email",
@ -9201,7 +9195,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Primary and secondary schools' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Primary and secondary schools' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "phone", "key": "phone",
@ -10101,7 +10095,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -10459,7 +10453,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Sports centres' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Sports centres' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -11029,7 +11023,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Colleges and universities' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'Colleges and universities' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "email", "key": "email",
@ -11833,7 +11827,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'veterinary' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')" "description": "Layer 'veterinary' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Personal theme')"
}, },
{ {
"key": "phone", "key": "phone",

View file

@ -159,7 +159,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Dog friendly eateries' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')" "description": "Layer 'Dog friendly eateries' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')"
}, },
{ {
"key": "email", "key": "email",
@ -1398,7 +1398,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Dog-friendly shops' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')" "description": "Layer 'Dog-friendly shops' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')"
}, },
{ {
"key": "email", "key": "email",
@ -1555,7 +1555,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'veterinary' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')" "description": "Layer 'veterinary' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')"
}, },
{ {
"key": "phone", "key": "phone",

View file

@ -133,7 +133,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Playgrounds' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Playgrounds')" "description": "Layer 'Playgrounds' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Playgrounds')"
}, },
{ {
"key": "email", "key": "email",

View file

@ -848,7 +848,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Open Shop Map')" "description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Open Shop Map')"
}, },
{ {
"key": "email", "key": "email",
@ -1045,7 +1045,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Pharmacies' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Open Shop Map')" "description": "Layer 'Pharmacies' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Open Shop Map')"
}, },
{ {
"key": "wheelchair", "key": "wheelchair",

View file

@ -213,7 +213,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Fitness Centres' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Sports')" "description": "Layer 'Fitness Centres' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Sports')"
}, },
{ {
"key": "opening_hours", "key": "opening_hours",
@ -454,7 +454,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Sports centres' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Sports')" "description": "Layer 'Sports centres' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Sports')"
}, },
{ {
"key": "email", "key": "email",
@ -1323,7 +1323,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Sports')" "description": "Layer 'Shop' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Sports')"
}, },
{ {
"key": "email", "key": "email",

View file

@ -276,7 +276,7 @@
}, },
{ {
"key": "contact:website", "key": "contact:website",
"description": "Layer 'Recycling' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Waste') (This is only shown if recycling_type=centre)" "description": "Layer 'Recycling' shows contact:website~.+ with a fixed text, namely '<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>' (in the MapComplete.osm.be theme 'Waste') (This is only shown if recycling_type=centre)"
}, },
{ {
"key": "email", "key": "email",

View file

@ -12,6 +12,8 @@ This theme contains the following layers:
- [atm](../Layers/atm.md) - [atm](../Layers/atm.md)
- [banks_with_atm](../Layers/banks_with_atm.md)
- [bank](../Layers/bank.md)
- [selected_element](../Layers/selected_element.md) - [selected_element](../Layers/selected_element.md)
- [gps_location](../Layers/gps_location.md) - [gps_location](../Layers/gps_location.md)
- [gps_location_history](../Layers/gps_location_history.md) - [gps_location_history](../Layers/gps_location_history.md)
@ -27,6 +29,8 @@ Available languages:
- de - de
- fr - fr
- nl - nl
- ca
- es
This document is autogenerated from [assets/themes/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/atm/atm.json) This document is autogenerated from [assets/themes/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/atm/atm.json)

View file

@ -32,6 +32,7 @@ Available languages:
- de - de
- fr - fr
- nb_NO - nb_NO
- ca
This document is autogenerated from [assets/themes/bag/bag.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bag/bag.json) This document is autogenerated from [assets/themes/bag/bag.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bag/bag.json)

View file

@ -33,6 +33,7 @@ Available languages:
- nl - nl
- fr - fr
- nb_NO - nb_NO
- ca
This document is autogenerated from [assets/themes/blind_osm/blind_osm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/blind_osm/blind_osm.json) This document is autogenerated from [assets/themes/blind_osm/blind_osm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/blind_osm/blind_osm.json)

View file

@ -14,6 +14,7 @@ This theme contains the following layers:
- [ambulancestation](../Layers/ambulancestation.md) - [ambulancestation](../Layers/ambulancestation.md)
- [artwork](../Layers/artwork.md) - [artwork](../Layers/artwork.md)
- [atm](../Layers/atm.md) - [atm](../Layers/atm.md)
- [bank](../Layers/bank.md)
- [barrier](../Layers/barrier.md) - [barrier](../Layers/barrier.md)
- [bench](../Layers/bench.md) - [bench](../Layers/bench.md)
- [bench_at_pt](../Layers/bench_at_pt.md) - [bench_at_pt](../Layers/bench_at_pt.md)

View file

@ -12,11 +12,6 @@
- [language](#language) - [language](#language)
- [fs-translation-mode](#fs-translation-mode) - [fs-translation-mode](#fs-translation-mode)
- [tab](#tab) - [tab](#tab)
- [welcome-control-toggle](#welcome-control-toggle)
- [download-control-toggle](#download-control-toggle)
- [filter-toggle](#filter-toggle)
- [copyright-toggle](#copyright-toggle)
- [currentview-toggle](#currentview-toggle)
- [fs-userbadge](#fs-userbadge) - [fs-userbadge](#fs-userbadge)
- [fs-search](#fs-search) - [fs-search](#fs-search)
- [fs-background](#fs-background) - [fs-background](#fs-background)
@ -89,41 +84,6 @@ Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
welcome-control-toggle
------------------------
Whether or not the welcome panel is shown The default value is _false_
download-control-toggle
-------------------------
Whether or not the download panel is shown The default value is _false_
filter-toggle
---------------
Whether or not the filter view is shown The default value is _false_
copyright-toggle
------------------
Whether or not the copyright view is shown The default value is _false_
currentview-toggle
--------------------
Whether or not the current view box is shown The default value is _false_
fs-userbadge fs-userbadge
-------------- --------------

View file

@ -4,7 +4,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/personal personal] |name= [https://mapcomplete.osm.be/personal personal]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:gl|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:it|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:gl|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:it|en}}, {{#language:da|en}}
|descr= A MapComplete theme: Create a personal theme based on all the available layers of all themes |descr= A MapComplete theme: Create a personal theme based on all the available layers of all themes
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -13,7 +13,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/cyclofix cyclofix] |name= [https://mapcomplete.osm.be/cyclofix cyclofix]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:gl|en}}, {{#language:de|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:gl|en}}, {{#language:de|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}
|descr= A MapComplete theme: The goal of this map is to present cyclists with an easy-to-use solution to find the appropriate infrastructure for their needs |descr= A MapComplete theme: The goal of this map is to present cyclists with an easy-to-use solution to find the appropriate infrastructure for their needs
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -22,7 +22,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/waste waste] |name= [https://mapcomplete.osm.be/waste waste]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:it|en}}, {{#language:ca|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:it|en}}, {{#language:ca|en}}, {{#language:da|en}}
|descr= A MapComplete theme: Map showing waste baskets and recycling facilities |descr= A MapComplete theme: Map showing waste baskets and recycling facilities
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -31,7 +31,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/etymology etymology] |name= [https://mapcomplete.osm.be/etymology etymology]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:fr|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:fr|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:da|en}}
|descr= A MapComplete theme: What is the origin of a toponym? |descr= A MapComplete theme: What is the origin of a toponym?
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -40,7 +40,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/food food] |name= [https://mapcomplete.osm.be/food food]
|region= Worldwide |region= Worldwide
|lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:de|en}}, {{#language:es|en}}, {{#language:nb_NO|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:de|en}}, {{#language:es|en}}, {{#language:nb_NO|en}}, {{#language:fr|en}}, {{#language:da|en}}
|descr= A MapComplete theme: Restaurants and fast food |descr= A MapComplete theme: Restaurants and fast food
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -49,7 +49,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/cafes_and_pubs cafes_and_pubs] |name= [https://mapcomplete.osm.be/cafes_and_pubs cafes_and_pubs]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}, {{#language:pa_PK|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}, {{#language:pa_PK|en}}
|descr= A MapComplete theme: Pubs and bars |descr= A MapComplete theme: Pubs and bars
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -58,7 +58,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/playgrounds playgrounds] |name= [https://mapcomplete.osm.be/playgrounds playgrounds]
|region= Worldwide |region= Worldwide
|lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:fr|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:nb_NO|en}}, {{#language:id|en}}, {{#language:hu|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:fr|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:nb_NO|en}}, {{#language:id|en}}, {{#language:hu|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map with playgrounds |descr= A MapComplete theme: A map with playgrounds
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -67,7 +67,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/hailhydrant hailhydrant] |name= [https://mapcomplete.osm.be/hailhydrant hailhydrant]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:nl|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:nl|en}}, {{#language:da|en}}
|descr= A MapComplete theme: Map to show hydrants, extinguishers, fire stations, and ambulance stations. |descr= A MapComplete theme: Map to show hydrants, extinguishers, fire stations, and ambulance stations.
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -76,7 +76,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/toilets toilets] |name= [https://mapcomplete.osm.be/toilets toilets]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:pl|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:pl|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map of public toilets |descr= A MapComplete theme: A map of public toilets
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -85,7 +85,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/aed aed] |name= [https://mapcomplete.osm.be/aed aed]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:id|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:sv|en}}, {{#language:pl|en}}, {{#language:pt_BR|en}}, {{#language:nb_NO|en}}, {{#language:hu|en}}, {{#language:sl|en}}, {{#language:zh_Hans|en}}, {{#language:da|en}}, {{#language:fil|en}}, {{#language:cs|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:id|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:sv|en}}, {{#language:pl|en}}, {{#language:pt_BR|en}}, {{#language:nb_NO|en}}, {{#language:hu|en}}, {{#language:sl|en}}, {{#language:zh_Hans|en}}, {{#language:da|en}}, {{#language:fil|en}}, {{#language:cs|en}}
|descr= A MapComplete theme: On this map, one can find and mark nearby defibrillators |descr= A MapComplete theme: On this map, one can find and mark nearby defibrillators
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -94,7 +94,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/bookcases bookcases] |name= [https://mapcomplete.osm.be/bookcases bookcases]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:ca|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:ca|en}}
|descr= A MapComplete theme: A public bookcase is a small streetside cabinet, box, old phone booth or some other objects where books are stored |descr= A MapComplete theme: A public bookcase is a small streetside cabinet, box, old phone booth or some other objects where books are stored
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -103,7 +103,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/artwork artwork] |name= [https://mapcomplete.osm.be/artwork artwork]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:id|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:es|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:nb_NO|en}}, {{#language:hu|en}}, {{#language:pl|en}}, {{#language:ca|en}}, {{#language:zh_Hans|en}}, {{#language:fil|en}}, {{#language:da|en}}, {{#language:cs|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:id|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:es|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:nb_NO|en}}, {{#language:hu|en}}, {{#language:pl|en}}, {{#language:ca|en}}, {{#language:zh_Hans|en}}, {{#language:fil|en}}, {{#language:da|en}}, {{#language:cs|en}}
|descr= A MapComplete theme: An open map of statues, busts, graffitis and other artwork all over the world |descr= A MapComplete theme: An open map of statues, busts, graffitis and other artwork all over the world
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -112,7 +112,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/atm atm] |name= [https://mapcomplete.osm.be/atm atm]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:ca|en}}
|descr= A MapComplete theme: This map shows ATMs to withdraw or deposit money |descr= A MapComplete theme: This map shows ATMs to withdraw or deposit money
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -121,7 +121,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/benches benches] |name= [https://mapcomplete.osm.be/benches benches]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:nb_NO|en}}, {{#language:pt_BR|en}}, {{#language:hu|en}}, {{#language:id|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:zh_Hans|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:nb_NO|en}}, {{#language:pt_BR|en}}, {{#language:hu|en}}, {{#language:id|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:zh_Hans|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map of benches |descr= A MapComplete theme: A map of benches
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -130,7 +130,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/bicycle_rental bicycle_rental] |name= [https://mapcomplete.osm.be/bicycle_rental bicycle_rental]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:id|en}}, {{#language:fr|en}}, {{#language:es|en}}, {{#language:nb_NO|en}}, {{#language:ca|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:id|en}}, {{#language:fr|en}}, {{#language:es|en}}, {{#language:nb_NO|en}}, {{#language:ca|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map with bicycle rental stations and bicycle rental shops |descr= A MapComplete theme: A map with bicycle rental stations and bicycle rental shops
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -139,7 +139,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/bicyclelib bicyclelib] |name= [https://mapcomplete.osm.be/bicyclelib bicyclelib]
|region= Worldwide |region= Worldwide
|lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:fr|en}}, {{#language:zh_Hant|en}}, {{#language:de|en}}, {{#language:hu|en}}, {{#language:nb_NO|en}}, {{#language:ca|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:fr|en}}, {{#language:zh_Hant|en}}, {{#language:de|en}}, {{#language:hu|en}}, {{#language:nb_NO|en}}, {{#language:ca|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A bicycle library is a place where bicycles can be lent, often for a small yearly fee |descr= A MapComplete theme: A bicycle library is a place where bicycles can be lent, often for a small yearly fee
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -148,7 +148,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/binoculars binoculars] |name= [https://mapcomplete.osm.be/binoculars binoculars]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:nb_NO|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:fr|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:nb_NO|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:fr|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map with fixed binoculars |descr= A MapComplete theme: A map with fixed binoculars
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -157,7 +157,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/blind_osm blind_osm] |name= [https://mapcomplete.osm.be/blind_osm blind_osm]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:ca|en}}
|descr= A MapComplete theme: Help to map features relevant for the blind |descr= A MapComplete theme: Help to map features relevant for the blind
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -166,7 +166,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/campersite campersite] |name= [https://mapcomplete.osm.be/campersite campersite]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:fr|en}}, {{#language:zh_Hant|en}}, {{#language:nl|en}}, {{#language:pt_BR|en}}, {{#language:de|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:fr|en}}, {{#language:zh_Hant|en}}, {{#language:nl|en}}, {{#language:pt_BR|en}}, {{#language:de|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:ca|en}}
|descr= A MapComplete theme: Find sites to spend the night with your camper |descr= A MapComplete theme: Find sites to spend the night with your camper
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -175,7 +175,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/charging_stations charging_stations] |name= [https://mapcomplete.osm.be/charging_stations charging_stations]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:it|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:nb_NO|en}}, {{#language:ru|en}}, {{#language:hu|en}}, {{#language:fr|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:it|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:nb_NO|en}}, {{#language:ru|en}}, {{#language:hu|en}}, {{#language:fr|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:ca|en}}
|descr= A MapComplete theme: A worldwide map of charging stations |descr= A MapComplete theme: A worldwide map of charging stations
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -184,7 +184,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/climbing climbing] |name= [https://mapcomplete.osm.be/climbing climbing]
|region= Worldwide |region= Worldwide
|lang= {{#language:nl|en}}, {{#language:de|en}}, {{#language:en|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:fr|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:nl|en}}, {{#language:de|en}}, {{#language:en|en}}, {{#language:ru|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:fr|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}
|descr= A MapComplete theme: On this map you will find various climbing opportunities such as climbing gyms, bouldering halls and rocks in nature |descr= A MapComplete theme: On this map you will find various climbing opportunities such as climbing gyms, bouldering halls and rocks in nature
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -193,7 +193,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/cycle_infra cycle_infra] |name= [https://mapcomplete.osm.be/cycle_infra cycle_infra]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:nb_NO|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:ca|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:nb_NO|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:ca|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map where you can view and edit things related to the bicycle infrastructure. |descr= A MapComplete theme: A map where you can view and edit things related to the bicycle infrastructure.
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -202,7 +202,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/cyclestreets cyclestreets] |name= [https://mapcomplete.osm.be/cyclestreets cyclestreets]
|region= Worldwide |region= Worldwide
|lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:nb_NO|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:nb_NO|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map of cyclestreets |descr= A MapComplete theme: A map of cyclestreets
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -211,7 +211,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/drinking_water drinking_water] |name= [https://mapcomplete.osm.be/drinking_water drinking_water]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:de|en}}, {{#language:nb_NO|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:it|en}}, {{#language:ru|en}}, {{#language:de|en}}, {{#language:nb_NO|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:da|en}}
|descr= A MapComplete theme: On this map, publicly accessible drinking water spots are shown and can be easily added |descr= A MapComplete theme: On this map, publicly accessible drinking water spots are shown and can be easily added
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -220,7 +220,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/education education] |name= [https://mapcomplete.osm.be/education education]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:ca|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:ca|en}}, {{#language:da|en}}
|descr= A MapComplete theme: On this map, you'll find information about all types of schools and eduction and can easily add more information |descr= A MapComplete theme: On this map, you'll find information about all types of schools and eduction and can easily add more information
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -229,7 +229,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/facadegardens facadegardens] |name= [https://mapcomplete.osm.be/facadegardens facadegardens]
|region= Worldwide |region= Worldwide
|lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:it|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:it|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}
|descr= A MapComplete theme: This map shows facade gardens with pictures and useful info about orientation, sunshine and plant types. |descr= A MapComplete theme: This map shows facade gardens with pictures and useful info about orientation, sunshine and plant types.
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -238,7 +238,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/fritures fritures] |name= [https://mapcomplete.osm.be/fritures fritures]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}
|descr= A MapComplete theme: On this map, you'll find your favourite fries shop! |descr= A MapComplete theme: On this map, you'll find your favourite fries shop!
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -247,7 +247,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/ghostbikes ghostbikes] |name= [https://mapcomplete.osm.be/ghostbikes ghostbikes]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:fr|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:fr|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A <b>ghost bike</b> is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location |descr= A MapComplete theme: A <b>ghost bike</b> is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -256,7 +256,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/hackerspaces hackerspaces] |name= [https://mapcomplete.osm.be/hackerspaces hackerspaces]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map of hackerspaces |descr= A MapComplete theme: A map of hackerspaces
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -265,7 +265,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/healthcare healthcare] |name= [https://mapcomplete.osm.be/healthcare healthcare]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:ca|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:ca|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}
|descr= A MapComplete theme: On this map, various healthcare related items are shown |descr= A MapComplete theme: On this map, various healthcare related items are shown
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -274,7 +274,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/hotels hotels] |name= [https://mapcomplete.osm.be/hotels hotels]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}, {{#language:nl|en}}, {{#language:fr|en}}
|descr= A MapComplete theme: On this map, you'll find hotels in your area |descr= A MapComplete theme: On this map, you'll find hotels in your area
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -283,7 +283,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/indoors indoors] |name= [https://mapcomplete.osm.be/indoors indoors]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}
|descr= A MapComplete theme: On this map, publicly accessible indoor places are shown |descr= A MapComplete theme: On this map, publicly accessible indoor places are shown
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -292,7 +292,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/kerbs_and_crossings kerbs_and_crossings] |name= [https://mapcomplete.osm.be/kerbs_and_crossings kerbs_and_crossings]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map showing kerbs and crossings |descr= A MapComplete theme: A map showing kerbs and crossings
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -301,7 +301,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/maps maps] |name= [https://mapcomplete.osm.be/maps maps]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:es|en}}, {{#language:da|en}}
|descr= A MapComplete theme: This theme shows all (touristic) maps that OpenStreetMap knows of |descr= A MapComplete theme: This theme shows all (touristic) maps that OpenStreetMap knows of
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -310,7 +310,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/maxspeed maxspeed] |name= [https://mapcomplete.osm.be/maxspeed maxspeed]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:da|en}}
|descr= A MapComplete theme: This map shows the legally allowed maximum speed on every road. |descr= A MapComplete theme: This map shows the legally allowed maximum speed on every road.
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -319,7 +319,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/nature nature] |name= [https://mapcomplete.osm.be/nature nature]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map for nature lovers, with interesting POI's |descr= A MapComplete theme: A map for nature lovers, with interesting POI's
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -328,7 +328,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/notes notes] |name= [https://mapcomplete.osm.be/notes notes]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:hu|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:hu|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A note is a pin on the map with some text to indicate something wrong |descr= A MapComplete theme: A note is a pin on the map with some text to indicate something wrong
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -337,7 +337,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/observation_towers observation_towers] |name= [https://mapcomplete.osm.be/observation_towers observation_towers]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}
|descr= A MapComplete theme: Publicly accessible towers to enjoy the view |descr= A MapComplete theme: Publicly accessible towers to enjoy the view
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -346,7 +346,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/onwheels onwheels] |name= [https://mapcomplete.osm.be/onwheels onwheels]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:nl|en}}, {{#language:da|en}}
|descr= A MapComplete theme: On this map, publicly weelchair accessible places are shown and can be easily added |descr= A MapComplete theme: On this map, publicly weelchair accessible places are shown and can be easily added
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -355,7 +355,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/openwindpowermap openwindpowermap] |name= [https://mapcomplete.osm.be/openwindpowermap openwindpowermap]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:nl|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:fr|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:nl|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}
|descr= A MapComplete theme: A map for showing and editing wind turbines |descr= A MapComplete theme: A map for showing and editing wind turbines
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -364,7 +364,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/osm_community_index osm_community_index] |name= [https://mapcomplete.osm.be/osm_community_index osm_community_index]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:nl|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:nl|en}}
|descr= A MapComplete theme: An index of community resources for OpenStreetMap. |descr= A MapComplete theme: An index of community resources for OpenStreetMap.
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -373,7 +373,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/parkings parkings] |name= [https://mapcomplete.osm.be/parkings parkings]
|region= Worldwide |region= Worldwide
|lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:nb_NO|en}}, {{#language:zh_Hant|en}}, {{#language:id|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:nl|en}}, {{#language:en|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:nb_NO|en}}, {{#language:zh_Hant|en}}, {{#language:id|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}
|descr= A MapComplete theme: This map shows different parking spots |descr= A MapComplete theme: This map shows different parking spots
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -382,7 +382,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/pets pets] |name= [https://mapcomplete.osm.be/pets pets]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:da|en}}, {{#language:de|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:da|en}}, {{#language:de|en}}, {{#language:nl|en}}, {{#language:fr|en}}
|descr= A MapComplete theme: On this map, you'll find various interesting places for you pets: veterinarians, dog parks, pet shops, dog-friendly restaurants, |descr= A MapComplete theme: On this map, you'll find various interesting places for you pets: veterinarians, dog parks, pet shops, dog-friendly restaurants,
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -391,7 +391,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/postboxes postboxes] |name= [https://mapcomplete.osm.be/postboxes postboxes]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map showing postboxes and post offices |descr= A MapComplete theme: A map showing postboxes and post offices
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -400,7 +400,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/rainbow_crossings rainbow_crossings] |name= [https://mapcomplete.osm.be/rainbow_crossings rainbow_crossings]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}
|descr= A MapComplete theme: On this map, rainbow-painted pedestrian crossings are shown and can be easily added |descr= A MapComplete theme: On this map, rainbow-painted pedestrian crossings are shown and can be easily added
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -409,7 +409,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/shops shops] |name= [https://mapcomplete.osm.be/shops shops]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:fr|en}}, {{#language:ja|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:nl|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:fr|en}}, {{#language:ja|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:nl|en}}, {{#language:da|en}}
|descr= A MapComplete theme: An editable map with basic shop information |descr= A MapComplete theme: An editable map with basic shop information
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -418,7 +418,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/sport_pitches sport_pitches] |name= [https://mapcomplete.osm.be/sport_pitches sport_pitches]
|region= Worldwide |region= Worldwide
|lang= {{#language:nl|en}}, {{#language:fr|en}}, {{#language:en|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:nl|en}}, {{#language:fr|en}}, {{#language:en|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:es|en}}, {{#language:da|en}}
|descr= A MapComplete theme: A map showing sport pitches |descr= A MapComplete theme: A map showing sport pitches
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -427,7 +427,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/sports sports] |name= [https://mapcomplete.osm.be/sports sports]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}
|descr= A MapComplete theme: Map showing sport facilities. |descr= A MapComplete theme: Map showing sport facilities.
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -436,7 +436,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/street_lighting street_lighting] |name= [https://mapcomplete.osm.be/street_lighting street_lighting]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:de|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:de|en}}, {{#language:es|en}}, {{#language:fr|en}}, {{#language:da|en}}
|descr= A MapComplete theme: On this map you can find everything about street lighting |descr= A MapComplete theme: On this map you can find everything about street lighting
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -445,7 +445,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/surveillance surveillance] |name= [https://mapcomplete.osm.be/surveillance surveillance]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:fr|en}}, {{#language:pl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:fr|en}}, {{#language:pl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:hu|en}}, {{#language:da|en}}, {{#language:nb_NO|en}}
|descr= A MapComplete theme: Surveillance cameras and other means of surveillance |descr= A MapComplete theme: Surveillance cameras and other means of surveillance
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -454,7 +454,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/transit transit] |name= [https://mapcomplete.osm.be/transit transit]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}, {{#language:nb_NO|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:nl|en}}, {{#language:nb_NO|en}}
|descr= A MapComplete theme: Plan your trip with the help of the public transport system |descr= A MapComplete theme: Plan your trip with the help of the public transport system
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -463,7 +463,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/trees trees] |name= [https://mapcomplete.osm.be/trees trees]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:it|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:pl|en}}, {{#language:de|en}}, {{#language:nb_NO|en}}, {{#language:hu|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:fr|en}}, {{#language:it|en}}, {{#language:ja|en}}, {{#language:zh_Hant|en}}, {{#language:ru|en}}, {{#language:pl|en}}, {{#language:de|en}}, {{#language:nb_NO|en}}, {{#language:hu|en}}, {{#language:ca|en}}, {{#language:es|en}}, {{#language:da|en}}
|descr= A MapComplete theme: Map all the trees |descr= A MapComplete theme: Map all the trees
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png
@ -472,7 +472,7 @@
{{service_item {{service_item
|name= [https://mapcomplete.osm.be/waste_basket waste_basket] |name= [https://mapcomplete.osm.be/waste_basket waste_basket]
|region= Worldwide |region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:fr|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}, {{#language:_context|en}} |lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:it|en}}, {{#language:zh_Hant|en}}, {{#language:hu|en}}, {{#language:fr|en}}, {{#language:nb_NO|en}}, {{#language:da|en}}, {{#language:ca|en}}
|descr= A MapComplete theme: A map with waste baskets |descr= A MapComplete theme: A map with waste baskets
|material= {{yes|[https://mapcomplete.osm.be/ Yes]}} |material= {{yes|[https://mapcomplete.osm.be/ Yes]}}
|image= MapComplete_Screenshot.png |image= MapComplete_Screenshot.png

View file

@ -8,6 +8,7 @@ import Img from "../../UI/Base/Img"
import { Utils } from "../../Utils" import { Utils } from "../../Utils"
import { OsmObject } from "./OsmObject" import { OsmObject } from "./OsmObject"
import { Changes } from "./Changes" import { Changes } from "./Changes"
import ScriptUtils from "../../scripts/ScriptUtils"
export default class UserDetails { export default class UserDetails {
public loggedIn = false public loggedIn = false
@ -544,6 +545,9 @@ export class OsmConnection {
} }
private async FetchCapabilities(): Promise<{ api: OsmServiceState; gpx: OsmServiceState }> { private async FetchCapabilities(): Promise<{ api: OsmServiceState; gpx: OsmServiceState }> {
if (Utils.runningFromConsole) {
return { api: "online", gpx: "online" }
}
const result = await Utils.downloadAdvanced(this.Backend() + "/api/0.6/capabilities") const result = await Utils.downloadAdvanced(this.Backend() + "/api/0.6/capabilities")
if (result["content"] === undefined) { if (result["content"] === undefined) {
console.log("Something went wrong:", result) console.log("Something went wrong:", result)

View file

@ -16,7 +16,7 @@ import LayoutConfig from "../../Models/ThemeConfig/LayoutConfig"
import { OsmConnection } from "../../Logic/Osm/OsmConnection" import { OsmConnection } from "../../Logic/Osm/OsmConnection"
import { Changes } from "../../Logic/Osm/Changes" import { Changes } from "../../Logic/Osm/Changes"
import Loading from "../Base/Loading" import Loading from "../Base/Loading"
import {LoginToggle} from "../Popup/LoginButton"; import { LoginToggle } from "../Popup/LoginButton"
export class ImageUploadFlow extends Toggle { export class ImageUploadFlow extends Toggle {
private static readonly uploadCountsPerId = new Map<string, UIEventSource<number>>() private static readonly uploadCountsPerId = new Map<string, UIEventSource<number>>()

View file

@ -16,7 +16,8 @@
"pt": "Endereços conhecidos no OSM", "pt": "Endereços conhecidos no OSM",
"eo": "Konataj adresoj en OSM", "eo": "Konataj adresoj en OSM",
"cs": "Známé adresy v OSM", "cs": "Známé adresy v OSM",
"pa_PK": "او‌ایس‌ایم وچ جاݨ پچھاݨے پتے" "pa_PK": "او‌ایس‌ایم وچ جاݨ پچھاݨے پتے",
"ca": "Adreces conegudes a OSM"
}, },
"minzoom": 18, "minzoom": 18,
"source": { "source": {
@ -47,7 +48,8 @@
"id": "Alamat yang diketahui", "id": "Alamat yang diketahui",
"nb_NO": "Kjent adresse", "nb_NO": "Kjent adresse",
"da": "Kendt adresse", "da": "Kendt adresse",
"cs": "Známá adresa" "cs": "Známá adresa",
"ca": "Adreça coneguda"
} }
}, },
"description": { "description": {
@ -87,7 +89,8 @@
"da": "Husnummeret er <b>{addr:housenumber}</b>", "da": "Husnummeret er <b>{addr:housenumber}</b>",
"cs": "Číslo domu je <b>{addr:housenumber}</b>", "cs": "Číslo domu je <b>{addr:housenumber}</b>",
"pt": "The house number is <b>{addr:housenumber}</b>", "pt": "The house number is <b>{addr:housenumber}</b>",
"nb_NO": "Husnummeret er <b>{addr:housenumber}</b>" "nb_NO": "Husnummeret er <b>{addr:housenumber}</b>",
"ca": "El número de porta és <b>{addr:housenumber}</b>"
}, },
"question": { "question": {
"en": "What is the number of this house?", "en": "What is the number of this house?",
@ -103,7 +106,8 @@
"da": "Hvad er nummeret på dette hus?", "da": "Hvad er nummeret på dette hus?",
"cs": "Jaké je číslo tohoto domu?", "cs": "Jaké je číslo tohoto domu?",
"pt": "Qual é o número desta casa?", "pt": "Qual é o número desta casa?",
"nb_NO": "Hvilket husnummer har dette huset?" "nb_NO": "Hvilket husnummer har dette huset?",
"ca": "Quin és el número d'aquesta casa?"
}, },
"freeform": { "freeform": {
"key": "addr:housenumber", "key": "addr:housenumber",
@ -133,7 +137,8 @@
"zh_Hant": "這棟建築沒有門牌", "zh_Hant": "這棟建築沒有門牌",
"cs": "Tato budova nemá číslo domu", "cs": "Tato budova nemá číslo domu",
"pt": "Este prédio não tem número", "pt": "Este prédio não tem número",
"nb_NO": "Denne bygningen har ikke noe husnummer" "nb_NO": "Denne bygningen har ikke noe husnummer",
"ca": "Aquest edifici no té número"
} }
} }
] ]
@ -151,7 +156,8 @@
"id": "Alamat ini ada di jalan <b>{addr:street}</b>", "id": "Alamat ini ada di jalan <b>{addr:street}</b>",
"es": "La dirección está en esta calle <b>{addr:street}</b>", "es": "La dirección está en esta calle <b>{addr:street}</b>",
"da": "Denne adresse er på gaden <b>{addr:street}</b>", "da": "Denne adresse er på gaden <b>{addr:street}</b>",
"cs": "Tato adresa se nachází v ulici <b>{addr:street}</b>" "cs": "Tato adresa se nachází v ulici <b>{addr:street}</b>",
"ca": "L'adreça està a aquest carrer <b>{addr:street}</b>"
}, },
"question": { "question": {
"en": "What street is this address located in?", "en": "What street is this address located in?",
@ -165,7 +171,8 @@
"zh_Hans": "这个地址位于哪条街道?", "zh_Hans": "这个地址位于哪条街道?",
"id": "Alamat ini di jalan apa?", "id": "Alamat ini di jalan apa?",
"da": "Hvilken gade ligger denne adresse på?", "da": "Hvilken gade ligger denne adresse på?",
"cs": "V jaké ulici se nachází tato adresa?" "cs": "V jaké ulici se nachází tato adresa?",
"ca": "A quin carrer es troba l'adreça?"
}, },
"freeform": { "freeform": {
"key": "addr:street" "key": "addr:street"
@ -210,7 +217,8 @@
"da": "Hvad skal rettes her? Forklar venligst", "da": "Hvad skal rettes her? Forklar venligst",
"cs": "Co by se zde mělo opravit? Vysvětlete to, prosím", "cs": "Co by se zde mělo opravit? Vysvětlete to, prosím",
"pt": "O que deve ser corrigido aqui? Explique", "pt": "O que deve ser corrigido aqui? Explique",
"nb_NO": "Hva bør fikses her? Forklar." "nb_NO": "Hva bør fikses her? Forklar.",
"ca": "Què shauria de corregir aquí? Exposa-ho"
}, },
"freeform": { "freeform": {
"key": "fixme" "key": "fixme"

View file

@ -13,7 +13,8 @@
"id": "Peta stasiun ambulans", "id": "Peta stasiun ambulans",
"es": "Mapa de estaciones de ambulancias", "es": "Mapa de estaciones de ambulancias",
"da": "Kort over ambulancestationer", "da": "Kort over ambulancestationer",
"cs": "Mapa stanic rychlé záchranné služby" "cs": "Mapa stanic rychlé záchranné služby",
"ca": "Mapa d'estacions d'ambulàncies"
}, },
"minzoom": 12, "minzoom": 12,
"source": { "source": {
@ -49,7 +50,8 @@
"nl": "Een ambulancestation is een plaats waar ambulances, medisch materiaal, persoonlijk beschermingsmateriaal en aanverwanten worden bewaard.", "nl": "Een ambulancestation is een plaats waar ambulances, medisch materiaal, persoonlijk beschermingsmateriaal en aanverwanten worden bewaard.",
"es": "Una estación de ambulancias es una zona para almacenar vehículos de ambulancia, equipamiento médico, equipos de protección personal y otros suministros médicos.", "es": "Una estación de ambulancias es una zona para almacenar vehículos de ambulancia, equipamiento médico, equipos de protección personal y otros suministros médicos.",
"da": "En ambulancestation er et område til opbevaring af ambulancekøretøjer, medicinsk udstyr, personlige værnemidler og andre medicinske forsyninger.", "da": "En ambulancestation er et område til opbevaring af ambulancekøretøjer, medicinsk udstyr, personlige værnemidler og andre medicinske forsyninger.",
"cs": "Stanice záchranné služby je prostor pro umístění sanitních vozidel, zdravotnického vybavení, osobních ochranných prostředků a dalšího zdravotnického materiálu." "cs": "Stanice záchranné služby je prostor pro umístění sanitních vozidel, zdravotnického vybavení, osobních ochranných prostředků a dalšího zdravotnického materiálu.",
"ca": "Una estició d'abulàncies és una àrea per a emmagatzemar ambulàncies, equipament mèdic, equips de protecció personal i altres subministraments mèdics."
}, },
"tagRenderings": [ "tagRenderings": [
{ {
@ -102,7 +104,8 @@
"nl": "In welke straat ligt dit station?", "nl": "In welke straat ligt dit station?",
"es": "¿Cual es el nombre de la calle en la que se encuentra la estación?", "es": "¿Cual es el nombre de la calle en la que se encuentra la estación?",
"da": "Hvad er vejnavnet, hvor stationen ligger?", "da": "Hvad er vejnavnet, hvor stationen ligger?",
"cs": "Jak se jmenuje ulice, kde se stanice nachází?" "cs": "Jak se jmenuje ulice, kde se stanice nachází?",
"ca": "Quin és el nom del carrer on es troba l'estació?"
}, },
"render": { "render": {
"en": "This station is along a highway called {addr:street}.", "en": "This station is along a highway called {addr:street}.",
@ -162,7 +165,8 @@
"nl": "Welke organisatie beheert dit station?", "nl": "Welke organisatie beheert dit station?",
"es": "¿Qué agencia opera esta estación?", "es": "¿Qué agencia opera esta estación?",
"da": "Hvilket agentur driver denne station?", "da": "Hvilket agentur driver denne station?",
"cs": "Jaká organizace tuto stanici provozuje?" "cs": "Jaká organizace tuto stanici provozuje?",
"ca": "Quina agència opera aquesta estació?"
}, },
"render": { "render": {
"en": "This station is operated by {operator}.", "en": "This station is operated by {operator}.",
@ -329,7 +333,8 @@
"es": "Añadir una estación de ambulancias al mapa", "es": "Añadir una estación de ambulancias al mapa",
"nb_NO": "Legg til en ambulansestasjon på kartet", "nb_NO": "Legg til en ambulansestasjon på kartet",
"da": "Tilføj en ambulancestation til kortet", "da": "Tilføj en ambulancestation til kortet",
"cs": "Přidat na mapu stanici záchranné služby" "cs": "Přidat na mapu stanici záchranné služby",
"ca": "Afegeix una estació d'ambulàncies al mapa"
} }
} }
], ],

View file

@ -9,8 +9,9 @@
"description": { "description": {
"en": "ATMs to withdraw money", "en": "ATMs to withdraw money",
"de": "Geldautomaten zum Geld abheben", "de": "Geldautomaten zum Geld abheben",
"fr": "DAB pour retirer de l'argent", "fr": "DABs pour retirer de l'argent",
"nl": "Geldautomaten om geld op te nemen" "nl": "Geldautomaten om geld op te nemen",
"ca": "Caixers automàtics on retirar diners"
}, },
"title": { "title": {
"render": { "render": {
@ -56,7 +57,8 @@
"en": "The name of this ATM is {name}", "en": "The name of this ATM is {name}",
"de": "Der Name dieses Geldautomaten ist {name}", "de": "Der Name dieses Geldautomaten ist {name}",
"fr": "Le nom de ce DAB est {name}", "fr": "Le nom de ce DAB est {name}",
"nl": "De naam van deze geldautomaat is {name}" "nl": "De naam van deze geldautomaat is {name}",
"ca": "El daquest caixer és {name}"
}, },
"condition": "name~*" "condition": "name~*"
}, },
@ -66,7 +68,8 @@
"en": "What brand is this ATM?", "en": "What brand is this ATM?",
"de": "Von welcher Marke ist dieser Geldautomat?", "de": "Von welcher Marke ist dieser Geldautomat?",
"fr": "De quelle marque est ce DAB ?", "fr": "De quelle marque est ce DAB ?",
"nl": "Van welk merk is deze geldautomaat?" "nl": "Van welk merk is deze geldautomaat?",
"ca": "De quina marca és aquest caixer?"
}, },
"freeform": { "freeform": {
"key": "brand", "key": "brand",
@ -125,7 +128,8 @@
"then": { "then": {
"en": "You can withdraw cash from this ATM", "en": "You can withdraw cash from this ATM",
"de": "Sie können an diesem Geldautomaten Bargeld abheben", "de": "Sie können an diesem Geldautomaten Bargeld abheben",
"nl": "Je kan geld ophalen bij deze geldautomaat" "nl": "Je kan geld ophalen bij deze geldautomaat",
"ca": "Pots retirar diners a aquest caixer"
}, },
"hideInAnswer": true "hideInAnswer": true
}, },
@ -151,7 +155,8 @@
"id": "cash_in", "id": "cash_in",
"question": { "question": {
"en": "Can you deposit cash into this ATM?", "en": "Can you deposit cash into this ATM?",
"de": "Kann man an diesem Geldautomaten Bargeld einzahlen?" "de": "Kann man an diesem Geldautomaten Bargeld einzahlen?",
"nl": "Kan je geld storten bij deze geldautomaat?"
}, },
"mappings": [ "mappings": [
{ {
@ -159,7 +164,8 @@
"then": { "then": {
"en": "You probably cannot deposit cash into this ATM", "en": "You probably cannot deposit cash into this ATM",
"de": "Sie können wahrscheinlich kein Bargeld in diesen Geldautomaten einzahlen", "de": "Sie können wahrscheinlich kein Bargeld in diesen Geldautomaten einzahlen",
"nl": "Je kan waarschijnlijk geen geld deponeren in deze geldautomaat" "nl": "Je kan waarschijnlijk geen geld deponeren in deze geldautomaat",
"ca": "Probablement no pots ingressar diners a aquest caixer"
}, },
"hideInAnswer": true "hideInAnswer": true
}, },
@ -186,7 +192,8 @@
"question": { "question": {
"en": "Does this ATM have speech output for visually impaired users?", "en": "Does this ATM have speech output for visually impaired users?",
"de": "Verfügt dieser Geldautomat über eine Sprachausgabe für sehbehinderte Benutzer?", "de": "Verfügt dieser Geldautomat über eine Sprachausgabe für sehbehinderte Benutzer?",
"nl": "Heeft deze automaat spraak voor slechtziende en blinde gebruikers?" "nl": "Heeft deze automaat spraak voor slechtziende en blinde gebruikers?",
"ca": "Aquest caixer té un lector de pantalla per a usuaris amb discapacitat visual?"
}, },
"mappings": [ "mappings": [
{ {
@ -194,7 +201,8 @@
"then": { "then": {
"en": "This ATM has speech output, usually available through a headphone jack", "en": "This ATM has speech output, usually available through a headphone jack",
"de": "Dieser Geldautomat verfügt über eine Sprachausgabe, die normalerweise über eine Kopfhörerbuchse verfügbar ist", "de": "Dieser Geldautomat verfügt über eine Sprachausgabe, die normalerweise über eine Kopfhörerbuchse verfügbar ist",
"nl": "Deze automaat heeft spraak, waarschijnlijk beschikbaar via een hoofdtelefoon-aansluiting" "nl": "Deze automaat heeft spraak, waarschijnlijk beschikbaar via een hoofdtelefoon-aansluiting",
"ca": "Aquest caixer té lector de pantalla, normalment disponible a través d'un connector d'auriculars \"jack\""
} }
}, },
{ {
@ -202,7 +210,8 @@
"then": { "then": {
"en": "This ATM does not have speech output", "en": "This ATM does not have speech output",
"de": "Dieser Geldautomat hat keine Sprachausgabe", "de": "Dieser Geldautomat hat keine Sprachausgabe",
"nl": "Deze automaat heeft geen spraak" "nl": "Deze automaat heeft geen spraak",
"ca": "Aquest caixer no té lector de pantalla"
} }
} }
] ]
@ -270,4 +279,4 @@
] ]
} }
] ]
} }

View file

@ -59,12 +59,14 @@
"open_now", "open_now",
{ {
"id": "has_atm", "id": "has_atm",
"options": [{ "options": [
"question": { {
"en": "With an ATM" "question": {
}, "en": "With an ATM"
"osmTags": "atm=yes" },
}] "osmTags": "atm=yes"
}
]
} }
] ]
} }

View file

@ -57,7 +57,8 @@
"de": "Diese Karte stellt Sitzbänke aus Holz, Metall, Stein, … dar und stellt ein paar Fragen, um weitere Informationen zu ergänzen.", "de": "Diese Karte stellt Sitzbänke aus Holz, Metall, Stein, … dar und stellt ein paar Fragen, um weitere Informationen zu ergänzen.",
"es": "Un banco es una superficie de madera, metal, piedra, ... donde un humano se puede sentar. Estas capas los visualizan y hacen algunas preguntas sobre ellos.", "es": "Un banco es una superficie de madera, metal, piedra, ... donde un humano se puede sentar. Estas capas los visualizan y hacen algunas preguntas sobre ellos.",
"da": "En bænk er en træ-, metal-, sten-, ... overflade, hvor et menneske kan sidde. Dette lag visualiserer dem og stiller et par spørgsmål om dem.", "da": "En bænk er en træ-, metal-, sten-, ... overflade, hvor et menneske kan sidde. Dette lag visualiserer dem og stiller et par spørgsmål om dem.",
"cs": "Lavička je dřevěná, kovová, kamenná, ... plocha, na které může člověk sedět. Tato vrstva je vizualizuje a klade si o nich několik otázek." "cs": "Lavička je dřevěná, kovová, kamenná, ... plocha, na které může člověk sedět. Tato vrstva je vizualizuje a klade si o nich několik otázek.",
"ca": "Un banc és una superfície de madera, metall, pedra, … on un humà shi pot sentar. Aquesta capa els mostra i fa algunes preguntes sobre ells."
}, },
"tagRenderings": [ "tagRenderings": [
"images", "images",
@ -82,7 +83,7 @@
"pl": "Oparcie: Tak", "pl": "Oparcie: Tak",
"pt_BR": "Encosto: Sim", "pt_BR": "Encosto: Sim",
"pt": "Encosto: Sim", "pt": "Encosto: Sim",
"ca": "Respatller: sí", "ca": "Té espatller",
"da": "Har et ryglæn", "da": "Har et ryglæn",
"cs": "Má opěradlo" "cs": "Má opěradlo"
} }
@ -106,7 +107,7 @@
"pl": "Oparcie: Nie", "pl": "Oparcie: Nie",
"pt_BR": "Encosto: Não", "pt_BR": "Encosto: Não",
"pt": "Encosto: Não", "pt": "Encosto: Não",
"ca": "Respatller: No", "ca": "<b>No</b> té espatller",
"da": "Har <b>ikke</b> et ryglæn", "da": "Har <b>ikke</b> et ryglæn",
"cs": "<b>nemá</b> opěradlo" "cs": "<b>nemá</b> opěradlo"
} }
@ -227,7 +228,7 @@
"then": { "then": {
"en": "The seating is made from wood", "en": "The seating is made from wood",
"de": "Die Sitzfläche ist aus Holz", "de": "Die Sitzfläche ist aus Holz",
"fr": "Matériau : bois", "fr": "Matériau du siège : bois",
"nl": "Gemaakt uit hout", "nl": "Gemaakt uit hout",
"es": "El asiento está hecho de madera", "es": "El asiento está hecho de madera",
"hu": "Ülőfelület: fa", "hu": "Ülőfelület: fa",
@ -241,7 +242,7 @@
"pl": "Materiał: drewno", "pl": "Materiał: drewno",
"pt": "Material: madeira", "pt": "Material: madeira",
"eo": "Materialo: ligna", "eo": "Materialo: ligna",
"ca": "Material: fusta", "ca": "El seient està fet de fusta",
"da": "Siddepladserne er lavet af træ", "da": "Siddepladserne er lavet af træ",
"cs": "Sedací část je vyrobena ze dřeva" "cs": "Sedací část je vyrobena ze dřeva"
} }
@ -251,7 +252,7 @@
"then": { "then": {
"en": "The seating is made from metal", "en": "The seating is made from metal",
"de": "Die Sitzfläche ist aus Metall", "de": "Die Sitzfläche ist aus Metall",
"fr": "Matériau : métal", "fr": "Matériau du siège : métal",
"nl": "Gemaakt uit metaal", "nl": "Gemaakt uit metaal",
"es": "El asiento está hecho de metal", "es": "El asiento está hecho de metal",
"hu": "Ülőfelület: fém", "hu": "Ülőfelület: fém",
@ -264,7 +265,7 @@
"pt_BR": "Material: metal", "pt_BR": "Material: metal",
"pt": "Material: metal", "pt": "Material: metal",
"eo": "Materialo: metala", "eo": "Materialo: metala",
"ca": "Material: metall", "ca": "El seient està fet de metall",
"da": "Sædet er lavet af metal", "da": "Sædet er lavet af metal",
"cs": "Sedací část je vyrobena z kovu" "cs": "Sedací část je vyrobena z kovu"
} }
@ -288,7 +289,7 @@
"pl": "Materiał: kamień", "pl": "Materiał: kamień",
"pt": "Material: pedra", "pt": "Material: pedra",
"eo": "Materialo: ŝtona", "eo": "Materialo: ŝtona",
"ca": "Material: pedra", "ca": "El seient està fet de pedra",
"da": "Siddepladserne er lavet af sten", "da": "Siddepladserne er lavet af sten",
"cs": "Sedací část je vyrobena z kamene" "cs": "Sedací část je vyrobena z kamene"
} }
@ -298,7 +299,7 @@
"then": { "then": {
"en": "The seating is made from concrete", "en": "The seating is made from concrete",
"de": "Die Sitzfläche ist aus Beton", "de": "Die Sitzfläche ist aus Beton",
"fr": "Matériau : béton", "fr": "Matériau du siège : béton",
"nl": "Het zitgedeelte is gemaakt uit beton", "nl": "Het zitgedeelte is gemaakt uit beton",
"es": "El asiento está hecho de hormigón", "es": "El asiento está hecho de hormigón",
"hu": "Ülőfelület: beton", "hu": "Ülőfelület: beton",
@ -312,7 +313,7 @@
"pl": "Materiał: beton", "pl": "Materiał: beton",
"pt": "Material: concreto", "pt": "Material: concreto",
"eo": "Materialo: betona", "eo": "Materialo: betona",
"ca": "Material: ciment", "ca": "El seient està fet de ciment",
"da": "Siddepladserne er lavet af beton", "da": "Siddepladserne er lavet af beton",
"cs": "Sedací část je vyrobena z betonu" "cs": "Sedací část je vyrobena z betonu"
} }
@ -336,7 +337,7 @@
"pl": "Materiał: plastik", "pl": "Materiał: plastik",
"pt": "Material: plástico", "pt": "Material: plástico",
"eo": "Materialo: plasta", "eo": "Materialo: plasta",
"ca": "Material: plàstic", "ca": "El seient està fet de plàstic",
"da": "Sædet er lavet af plastik", "da": "Sædet er lavet af plastik",
"cs": "Sedací část je vyrobena z plastu" "cs": "Sedací část je vyrobena z plastu"
} }
@ -346,7 +347,7 @@
"then": { "then": {
"en": "The seating is made from steel", "en": "The seating is made from steel",
"de": "Die Sitzfläche ist aus Stahl", "de": "Die Sitzfläche ist aus Stahl",
"fr": "Matériau : acier", "fr": "Matériau du siège : acier",
"nl": "Het zitgedeelte is gemaakt uit staal", "nl": "Het zitgedeelte is gemaakt uit staal",
"es": "El asiento está hecho de acero", "es": "El asiento está hecho de acero",
"hu": "Ülőfelület: acél", "hu": "Ülőfelület: acél",
@ -360,7 +361,7 @@
"pl": "Materiał: stal", "pl": "Materiał: stal",
"pt": "Material: aço", "pt": "Material: aço",
"eo": "Materialo: ŝtala", "eo": "Materialo: ŝtala",
"ca": "Material: acer", "ca": "El seient està fet d'acer",
"da": "Siddepladserne er lavet af stål", "da": "Siddepladserne er lavet af stål",
"cs": "Sedací část je vyrobena z oceli" "cs": "Sedací část je vyrobena z oceli"
} }

View file

@ -217,7 +217,8 @@
"pt": "Quem pode emprestar bicicletas aqui?", "pt": "Quem pode emprestar bicicletas aqui?",
"da": "Hvem kan låne cykler her?", "da": "Hvem kan låne cykler her?",
"es": "¿Quién puede alquilar bicicletas aquí?", "es": "¿Quién puede alquilar bicicletas aquí?",
"cs": "Kdo si zde může půjčit jízdní kolo?" "cs": "Kdo si zde může půjčit jízdní kolo?",
"ca": "Qui pot llogar bicicletes aquí?"
}, },
"multiAnswer": true, "multiAnswer": true,
"mappings": [ "mappings": [

View file

@ -7,7 +7,8 @@
"de": "Fahrradverleih", "de": "Fahrradverleih",
"da": "Cykeludlejning", "da": "Cykeludlejning",
"es": "Alquiler de bicicletas", "es": "Alquiler de bicicletas",
"cs": "Půjčovna kol" "cs": "Půjčovna kol",
"ca": "Lloguer de bicicletes"
}, },
"source": { "source": {
"osmTags": { "osmTags": {
@ -61,7 +62,8 @@
"de": "Fahrradverleihstationen", "de": "Fahrradverleihstationen",
"es": "Estaciones de alquiler de bicicletas", "es": "Estaciones de alquiler de bicicletas",
"da": "Stationer til udlejning af cykler", "da": "Stationer til udlejning af cykler",
"cs": "Půjčovny jízdních kol" "cs": "Půjčovny jízdních kol",
"ca": "Estacions de lloguer de bicicletes"
}, },
"tagRenderings": [ "tagRenderings": [
"images", "images",
@ -275,7 +277,8 @@
"es": "Aquí se pueden alquilar bicis infantiles", "es": "Aquí se pueden alquilar bicis infantiles",
"da": "Børnecykler kan lejes her", "da": "Børnecykler kan lejes her",
"fr": "Des vélos d'enfants peuvent être loués ici", "fr": "Des vélos d'enfants peuvent être loués ici",
"cs": "Zde si můžete půjčit dětská kola" "cs": "Zde si můžete půjčit dětská kola",
"ca": "Aquí es poden llogar bicicletes infantils"
} }
}, },
{ {
@ -464,7 +467,8 @@
"de": "ein Geschäft mit Fahrradverleih", "de": "ein Geschäft mit Fahrradverleih",
"es": "una tienda de alquiler de bicicletas", "es": "una tienda de alquiler de bicicletas",
"da": "en cykeludlejningsforretning", "da": "en cykeludlejningsforretning",
"cs": "půjčovna jízdních kol" "cs": "půjčovna jízdních kol",
"ca": "una botiga de lloguer de bicicletes"
}, },
"tags": [ "tags": [
"amenity=bicycle_rental", "amenity=bicycle_rental",
@ -477,7 +481,8 @@
"de": "Ein Geschäft, das sich auf den Fahrradverleih konzentriert", "de": "Ein Geschäft, das sich auf den Fahrradverleih konzentriert",
"da": "En bemandet butik, der fokuserer på cykeludlejning", "da": "En bemandet butik, der fokuserer på cykeludlejning",
"es": "Una tienda atendida que se centra en el alquiler de bicicletas", "es": "Una tienda atendida que se centra en el alquiler de bicicletas",
"cs": "Obsluhovaný obchod zaměřený na půjčování jízdních kol" "cs": "Obsluhovaný obchod zaměřený na půjčování jízdních kol",
"ca": "Una botiga atesa que es centra en el lloguer de bicicletes"
} }
}, },
{ {
@ -488,7 +493,8 @@
"da": "cykeludlejning", "da": "cykeludlejning",
"es": "un alquiler de bicicletas", "es": "un alquiler de bicicletas",
"fr": "une location de vélos", "fr": "une location de vélos",
"cs": "půjčovna kol" "cs": "půjčovna kol",
"ca": "un lloguer de bicicletes"
}, },
"tags": [ "tags": [
"amenity=bicycle_rental" "amenity=bicycle_rental"

View file

@ -353,6 +353,7 @@
"de": "Ein Fahrradcafé ist ein Café, das auf Radfahrer ausgerichtet ist, zum Beispiel mit Dienstleistungen wie einer Pumpe, mit viel fahrradbezogener Dekoration, …", "de": "Ein Fahrradcafé ist ein Café, das auf Radfahrer ausgerichtet ist, zum Beispiel mit Dienstleistungen wie einer Pumpe, mit viel fahrradbezogener Dekoration, …",
"da": "En cykelcafé er en café rettet mod cyklister, for eksempel med tjenester som en pumpe, med masser af cykelrelateret dekoration, o.s.v", "da": "En cykelcafé er en café rettet mod cyklister, for eksempel med tjenester som en pumpe, med masser af cykelrelateret dekoration, o.s.v",
"fr": "Un vélo café est un café à destination des cyclistes avec, par exemple, des services tels quune pompe, et de nombreuses décorations liées aux vélos, etc.", "fr": "Un vélo café est un café à destination des cyclistes avec, par exemple, des services tels quune pompe, et de nombreuses décorations liées aux vélos, etc.",
"cs": "Cyklokavárna je kavárna zaměřená na cyklisty, například se službami, jako je pumpa, se spoustou výzdoby související s jízdními koly, …" "cs": "Cyklokavárna je kavárna zaměřená na cyklisty, například se službami, jako je pumpa, se spoustou výzdoby související s jízdními koly, …",
"ca": "Un cafè ciclista és un cafè enfocat a ciclistes, per exemple, amb serveis com una manxa, amb molta decoració relacionada amb el ciclisme, …"
} }
} }

View file

@ -12,7 +12,8 @@
"ru": "Услуги по чистке велосипедов", "ru": "Услуги по чистке велосипедов",
"es": "Servicio de limpieza de bicis", "es": "Servicio de limpieza de bicis",
"da": "Cykelrengøring", "da": "Cykelrengøring",
"cs": "Služba mytí jízdních kol" "cs": "Služba mytí jízdních kol",
"ca": "Servei de neteja de bicicletes"
}, },
"title": { "title": {
"render": { "render": {
@ -159,7 +160,8 @@
"es": "¿Cuánto cuesta utilizar el servicio de limpieza?", "es": "¿Cuánto cuesta utilizar el servicio de limpieza?",
"fr": "Combien cela coûte-t-il d'utiliser le service de nettoyage ?", "fr": "Combien cela coûte-t-il d'utiliser le service de nettoyage ?",
"da": "Hvor meget koster det at bruge rengøringsservicen?", "da": "Hvor meget koster det at bruge rengøringsservicen?",
"cs": "Kolik stojí využívání služby mytí?" "cs": "Kolik stojí využívání služby mytí?",
"ca": "Molt costa utilitzar aquest servei de neteja?"
}, },
"render": { "render": {
"en": "Using the cleaning service costs {charge}", "en": "Using the cleaning service costs {charge}",
@ -186,13 +188,14 @@
{ {
"if": "fee=no", "if": "fee=no",
"then": { "then": {
"en": "Free to use cleaning service", "en": "This cleaning service is free to use",
"de": "Kostenloser Reinigungsservice", "de": "Kostenloser Reinigungsservice",
"nl": "Gratis fietsschoonmaakpunt", "nl": "Dit fietsschoonmaakpunt is gratis te gebruiken",
"es": "Servicio de limpieza gratis", "es": "Servicio de limpieza gratis",
"fr": "Service de nettoyage gratuit", "fr": "Service de nettoyage gratuit",
"da": "Gratis at bruge rengøringsservice", "da": "Gratis at bruge rengøringsservice",
"cs": "Bezplatné využívání mycích služeb" "cs": "Bezplatné využívání mycích služeb",
"ca": "Aquest servei de neteja és gratuït"
}, },
"addExtraTags": [ "addExtraTags": [
"charge=" "charge="
@ -201,13 +204,10 @@
{ {
"if": "fee=yes", "if": "fee=yes",
"then": { "then": {
"en": "Free to use", "en": "This cleaning service is paid",
"de": "Kostenlose Nutzung", "nl": "Dit fietsschoonmaakpunt is betalend",
"nl": "Gratis te gebruiken", "es": "Este servicio de limpieza es de pago",
"es": "Gratuito", "ca": "Aquest servei de neteja és de pagament"
"fr": "Libre d'utilisation",
"da": "Gratis at bruge",
"cs": "Bezplatné používání"
} }
} }
], ],
@ -263,4 +263,4 @@
"fr": "Une couche affichant les lieux où l'on peut nettoyer son vélo", "fr": "Une couche affichant les lieux où l'on peut nettoyer son vélo",
"cs": "Vrstva zobrazující zařízení, kde si můžete umýt kolo" "cs": "Vrstva zobrazující zařízení, kde si můžete umýt kolo"
} }
} }

View file

@ -11,7 +11,8 @@
"ru": "Велостанции (ремонт, накачка шин или сразу всё)", "ru": "Велостанции (ремонт, накачка шин или сразу всё)",
"es": "Bomba y reparación de bicicletas", "es": "Bomba y reparación de bicicletas",
"da": "Cykelpumpe og reparation", "da": "Cykelpumpe og reparation",
"cs": "Vzduchový kompresor a opravy jízdních kol" "cs": "Vzduchový kompresor a opravy jízdních kol",
"ca": "Manxa i reparació de bicicletes"
}, },
"minzoom": 13, "minzoom": 13,
"source": { "source": {
@ -216,7 +217,8 @@
"pt": "Há somente ferramentas (chaves de fenda, alicates...) presentes", "pt": "Há somente ferramentas (chaves de fenda, alicates...) presentes",
"es": "Solo hay herramientas (destornilladores, pinzas...) presentes", "es": "Solo hay herramientas (destornilladores, pinzas...) presentes",
"da": "Der er kun værktøj (skruetrækkere, tænger, ...) til stede", "da": "Der er kun værktøj (skruetrækkere, tænger, ...) til stede",
"cs": "K dispozici je pouze nářadí (šroubováky, kleště, ...)." "cs": "K dispozici je pouze nářadí (šroubováky, kleště, ...).",
"ca": "Només hi ha present ferramentes (tornavísos, pinces, …)"
} }
}, },
{ {
@ -646,7 +648,8 @@
"ru": "Клапан Presta (также известный как французский клапан)", "ru": "Клапан Presta (также известный как французский клапан)",
"da": "Sclaverand/Presta (cykeldæk med smal bredde)", "da": "Sclaverand/Presta (cykeldæk med smal bredde)",
"es": "Sclaverand/Presata (ruedas de bicicleta estrechas)", "es": "Sclaverand/Presata (ruedas de bicicleta estrechas)",
"cs": "Sclaverand/Presta (úzké cyklistické pláště)" "cs": "Sclaverand/Presta (úzké cyklistické pláště)",
"ca": "Sclaverand/Presta (pneumàtics per a bicis estrets)"
} }
}, },
{ {
@ -675,7 +678,8 @@
"it": "Schrader (valvola delle auto)", "it": "Schrader (valvola delle auto)",
"da": "Schrader (biler og mountainbikes)", "da": "Schrader (biler og mountainbikes)",
"es": "Schrader (coches y bicicletas de montaña)", "es": "Schrader (coches y bicicletas de montaña)",
"cs": "Schrader (automobily a horská kola)" "cs": "Schrader (automobily a horská kola)",
"ca": "Schrader (cotxes i bicicletes de muntanya)"
} }
} }
], ],

View file

@ -249,7 +249,8 @@
"de": "Dieses Geschäft konzentriert sich auf die Vermietung", "de": "Dieses Geschäft konzentriert sich auf die Vermietung",
"da": "Denne virksomhed fokuserer på udlejning", "da": "Denne virksomhed fokuserer på udlejning",
"es": "Este negocio se centra en el alquiler", "es": "Este negocio se centra en el alquiler",
"fr": "Ce commerce est spécialisé dans la location" "fr": "Ce commerce est spécialisé dans la location",
"ca": "Aquest negoci es centra en el lloguer"
} }
} }
] ]
@ -279,7 +280,8 @@
"pt_BR": "Esta loja de bicicletas se chama {name}", "pt_BR": "Esta loja de bicicletas se chama {name}",
"pt": "Esta loja de bicicletas se chama {name}", "pt": "Esta loja de bicicletas se chama {name}",
"es": "Esta tienda de bicicletas se llama {name}", "es": "Esta tienda de bicicletas se llama {name}",
"da": "Denne cykelbutik hedder {name}" "da": "Denne cykelbutik hedder {name}",
"ca": "Aquesta botiga de bicicletes és diu {name}"
}, },
"freeform": { "freeform": {
"key": "name" "key": "name"
@ -317,7 +319,8 @@
"pt_BR": "Esta loja vende bicicletas?", "pt_BR": "Esta loja vende bicicletas?",
"pt": "Esta loja vende bicicletas?", "pt": "Esta loja vende bicicletas?",
"es": "¿Vende bicis esta tienda?", "es": "¿Vende bicis esta tienda?",
"da": "Sælger denne butik cykler?" "da": "Sælger denne butik cykler?",
"ca": "Aquesta botiga ven bicicletes?"
}, },
"mappings": [ "mappings": [
{ {
@ -333,7 +336,8 @@
"pt_BR": "Esta loja vende bicicletas", "pt_BR": "Esta loja vende bicicletas",
"pt": "Esta loja vende bicicletas", "pt": "Esta loja vende bicicletas",
"es": "Esta tienda vende bicis", "es": "Esta tienda vende bicis",
"da": "Denne butik sælger cykler" "da": "Denne butik sælger cykler",
"ca": "Aquesta tenda ven bicicletes"
} }
}, },
{ {
@ -349,7 +353,8 @@
"pt_BR": "Esta loja não vende bicicletas", "pt_BR": "Esta loja não vende bicicletas",
"pt": "Esta loja não vende bicicletas", "pt": "Esta loja não vende bicicletas",
"es": "Esta tienda no vende bicis", "es": "Esta tienda no vende bicis",
"da": "Denne butik sælger ikke cykler" "da": "Denne butik sælger ikke cykler",
"ca": "Aquesta tenda no ven bicicletes"
} }
} }
] ]
@ -367,7 +372,8 @@
"pt_BR": "Esta loja conserta bicicletas?", "pt_BR": "Esta loja conserta bicicletas?",
"pt": "Esta loja conserta bicicletas?", "pt": "Esta loja conserta bicicletas?",
"es": "¿Repara bicis esta tienda?", "es": "¿Repara bicis esta tienda?",
"da": "Reparerer denne butik cykler?" "da": "Reparerer denne butik cykler?",
"ca": "Aquesta botiga repara bicicletes?"
}, },
"mappings": [ "mappings": [
{ {
@ -383,7 +389,8 @@
"pt_BR": "Esta loja conserta bicicletas", "pt_BR": "Esta loja conserta bicicletas",
"pt": "Esta loja conserta bicicletas", "pt": "Esta loja conserta bicicletas",
"es": "Esta tienda repara bicis", "es": "Esta tienda repara bicis",
"da": "Denne butik reparerer cykler" "da": "Denne butik reparerer cykler",
"ca": "Aquesta botiga repara bicicletes"
} }
}, },
{ {
@ -399,7 +406,8 @@
"pt_BR": "Esta loja não conserta bicicletas", "pt_BR": "Esta loja não conserta bicicletas",
"pt": "Esta loja não conserta bicicletas", "pt": "Esta loja não conserta bicicletas",
"es": "Esta tienda no repara bicis", "es": "Esta tienda no repara bicis",
"da": "Denne butik reparerer ikke cykler" "da": "Denne butik reparerer ikke cykler",
"ca": "Aquesta botiga no repara bicicletes"
} }
}, },
{ {
@ -466,7 +474,8 @@
"pt_BR": "Esta loja aluga bicicletas", "pt_BR": "Esta loja aluga bicicletas",
"pt": "Esta loja aluga bicicletas", "pt": "Esta loja aluga bicicletas",
"es": "Esta tienda alquila bicis", "es": "Esta tienda alquila bicis",
"da": "Denne butik udlejer cykler" "da": "Denne butik udlejer cykler",
"ca": "Aquesta botiga lloga bicicletes"
} }
}, },
{ {
@ -606,7 +615,8 @@
"it": "Cè una pompa per bici, è mostrata come punto separato", "it": "Cè una pompa per bici, è mostrata come punto separato",
"de": "Es gibt eine Luftpumpe, sie ist als separater Punkt eingetragen", "de": "Es gibt eine Luftpumpe, sie ist als separater Punkt eingetragen",
"es": "Hay una bomba para bicicletas, se muestra como un punto separado", "es": "Hay una bomba para bicicletas, se muestra como un punto separado",
"da": "Der er cykelpumpe, den er vist som et separat punkt" "da": "Der er cykelpumpe, den er vist som et separat punkt",
"ca": "Hi ha una manxa per a bicicletes, es mostra com a un punt separat"
} }
} }
] ]

View file

@ -7,7 +7,8 @@
"de": "Weitere fahrradbezogene Objekte", "de": "Weitere fahrradbezogene Objekte",
"it": "Oggetto relativo alle bici", "it": "Oggetto relativo alle bici",
"es": "Objeto relacionado con bicis", "es": "Objeto relacionado con bicis",
"da": "Cykelrelateret genstand" "da": "Cykelrelateret genstand",
"ca": "Objectes relacionats amb bicicletes"
}, },
"minzoom": 13, "minzoom": 13,
"source": { "source": {

View file

@ -194,7 +194,8 @@
"hu": "Milyen fajta kávézó ez?", "hu": "Milyen fajta kávézó ez?",
"da": "Hvilken slags cafe er dette?", "da": "Hvilken slags cafe er dette?",
"es": "Qué tipo de cafetería es esta", "es": "Qué tipo de cafetería es esta",
"fr": "Quel genre de café est-ce ?" "fr": "Quel genre de café est-ce ?",
"ca": "Quin tipus de cafeteria és aquesta?"
}, },
"mappings": [ "mappings": [
{ {
@ -216,7 +217,8 @@
"de": "Eine modernere und kommerzielle <b>Bar</b>, möglicherweise mit einer Musik- und Lichtinstallation", "de": "Eine modernere und kommerzielle <b>Bar</b>, möglicherweise mit einer Musik- und Lichtinstallation",
"da": "En mere moderne og kommerciel <b>bar</b>, eventuelt med en musik- og lysinstallation", "da": "En mere moderne og kommerciel <b>bar</b>, eventuelt med en musik- og lysinstallation",
"es": "Un <b>bar</b> más moderno y comercial, posiblemente con una instalación de música y luz", "es": "Un <b>bar</b> más moderno y comercial, posiblemente con una instalación de música y luz",
"fr": "Un <b>bar</b> plus moderne et commercial, avec éventuellement musique et jeux de lumière" "fr": "Un <b>bar</b> plus moderne et commercial, avec éventuellement musique et jeux de lumière",
"ca": "Un <b>bar de copes</b> més modern i comercial, possiblement amb equipació de música i llums"
} }
}, },
{ {

View file

@ -224,6 +224,7 @@
"then": { "then": {
"en": "Not accessible to the general public (e.g. only accessible to the owners, employees, …)", "en": "Not accessible to the general public (e.g. only accessible to the owners, employees, …)",
"nl": "Niet toegankelijk voor het publiek <br/><span class='subtle'>Bv. enkel toegankelijk voor de eigenaar, medewerkers, ...</span>", "nl": "Niet toegankelijk voor het publiek <br/><span class='subtle'>Bv. enkel toegankelijk voor de eigenaar, medewerkers, ...</span>",
"ca": "No accessible per al públic general (p.e. només accessible pels propietaris, empleats, …)",
"da": "Ikke tilgængelig for offentligheden (f.eks. kun tilgængelig for ejere, ansatte, ...)", "da": "Ikke tilgængelig for offentligheden (f.eks. kun tilgængelig for ejere, ansatte, ...)",
"de": "Die Station ist nicht für die Allgemeinheit zugänglich (z. B. nur für die Eigentümer, Mitarbeiter, …)", "de": "Die Station ist nicht für die Allgemeinheit zugänglich (z. B. nur für die Eigentümer, Mitarbeiter, …)",
"es": "No accesible al público general (ej. solo accesible a los propietarios, empleados, ...)" "es": "No accesible al público general (ej. solo accesible a los propietarios, empleados, ...)"
@ -3843,6 +3844,7 @@
"then": { "then": {
"nl": "Betalend te gebruiken, maar gratis voor klanten van het bijhorende hotel/café/ziekenhuis/…", "nl": "Betalend te gebruiken, maar gratis voor klanten van het bijhorende hotel/café/ziekenhuis/…",
"en": "Paid use, but free for customers of the hotel/pub/hospital/… who operates the charging station", "en": "Paid use, but free for customers of the hotel/pub/hospital/… who operates the charging station",
"ca": "De pagament, però gratuït per als clients de l'hotel/bar/hospital/… que opera l'estació de càrrega",
"da": "Betalt brug, men gratis for kunder på det hotel/pub/hospital/... der driver ladestationen", "da": "Betalt brug, men gratis for kunder på det hotel/pub/hospital/... der driver ladestationen",
"de": "Die Nutzung ist kostenpflichtig, aber für Kunden des Betreibers der Einrichtung, wie Hotel, Krankenhaus, … kostenlos", "de": "Die Nutzung ist kostenpflichtig, aber für Kunden des Betreibers der Einrichtung, wie Hotel, Krankenhaus, … kostenlos",
"es": "De pago, pero gratis para clientes del hotel/pub/hostpital... quien opera la estación de carga" "es": "De pago, pero gratis para clientes del hotel/pub/hostpital... quien opera la estación de carga"
@ -4045,6 +4047,7 @@
"question": { "question": {
"en": "What is the maximum amount of time one is allowed to stay here?", "en": "What is the maximum amount of time one is allowed to stay here?",
"nl": "Hoelang mag een voertuig hier blijven staan?", "nl": "Hoelang mag een voertuig hier blijven staan?",
"ca": "Quina és la quantitat màxima de temps que es permet permaneixer aquí?",
"da": "Hvad er den maksimale tid, man må opholde sig her?", "da": "Hvad er den maksimale tid, man må opholde sig her?",
"de": "Wie lange darf man hier maximal parken?", "de": "Wie lange darf man hier maximal parken?",
"es": "¿Cuál es la máxima cantidad de tiempo que se permite permanecer aquí?" "es": "¿Cuál es la máxima cantidad de tiempo que se permite permanecer aquí?"
@ -4065,6 +4068,7 @@
"then": { "then": {
"en": "No timelimit on leaving your vehicle here", "en": "No timelimit on leaving your vehicle here",
"nl": "Geen maximum parkeertijd", "nl": "Geen maximum parkeertijd",
"ca": "No hi ha límit de temps per a deixar el teu vehicle aquí",
"da": "Ingen tidsbegrænsning på at forlade dit køretøj her", "da": "Ingen tidsbegrænsning på at forlade dit køretøj her",
"de": "Keine Höchstparkdauer", "de": "Keine Höchstparkdauer",
"es": "No hay límite de tiempo para dejar tu vehículo aquí" "es": "No hay límite de tiempo para dejar tu vehículo aquí"
@ -4092,6 +4096,7 @@
"question": { "question": {
"en": "Is this charging station part of a network?", "en": "Is this charging station part of a network?",
"nl": "Is dit oplaadpunt deel van een groter netwerk?", "nl": "Is dit oplaadpunt deel van een groter netwerk?",
"ca": "Aquesta estació de càrrega forma part d'una xarxa?",
"da": "Er denne ladestation en del af et netværk?", "da": "Er denne ladestation en del af et netværk?",
"de": "Ist diese Ladestation Teil eines Netzwerks?", "de": "Ist diese Ladestation Teil eines Netzwerks?",
"es": "¿Esta estación de carga forma parte de una red?" "es": "¿Esta estación de carga forma parte de una red?"
@ -4105,6 +4110,7 @@
"then": { "then": {
"en": "Not part of a bigger network, e.g. because the charging station is maintained by a local business", "en": "Not part of a bigger network, e.g. because the charging station is maintained by a local business",
"nl": "Maakt geen deel uit van een groter netwerk, een lokale zaak of organisatie beheert dit oplaadpunt", "nl": "Maakt geen deel uit van een groter netwerk, een lokale zaak of organisatie beheert dit oplaadpunt",
"ca": "No forma part d'una xarxa més gran, p.e. perqué l'estació de càrrega la manté un negoci local",
"da": "Ikke en del af et større netværk, f.eks. fordi ladestationen vedligeholdes af en lokal virksomhed", "da": "Ikke en del af et større netværk, f.eks. fordi ladestationen vedligeholdes af en lokal virksomhed",
"de": "Nicht Teil eines größeren Netzwerks, z. B. weil die Ladestation von einem lokalen Unternehmen betrieben wird", "de": "Nicht Teil eines größeren Netzwerks, z. B. weil die Ladestation von einem lokalen Unternehmen betrieben wird",
"es": "No forma parte de una red más grande, ej. porque la estación de carga la mantiene un negocio local" "es": "No forma parte de una red más grande, ej. porque la estación de carga la mantiene un negocio local"
@ -4205,6 +4211,7 @@
"question": { "question": {
"en": "What number can one call if there is a problem with this charging station?", "en": "What number can one call if there is a problem with this charging station?",
"nl": "Wat is het telefoonnummer van de beheerder van dit oplaadpunt?", "nl": "Wat is het telefoonnummer van de beheerder van dit oplaadpunt?",
"ca": "A quin número es pot cridar si hi ha algun problema amb aquesta estació de càrrega?",
"da": "Hvilket nummer kan man ringe til, hvis der er et problem med denne ladestation?", "da": "Hvilket nummer kan man ringe til, hvis der er et problem med denne ladestation?",
"de": "Welche Nummer kann man anrufen, wenn es ein Problem mit dieser Ladestation gibt?", "de": "Welche Nummer kann man anrufen, wenn es ein Problem mit dieser Ladestation gibt?",
"es": "¿A qué número se puede llamar si hay un problema con esta estación de carga?", "es": "¿A qué número se puede llamar si hay un problema con esta estación de carga?",
@ -4664,6 +4671,7 @@
"question": { "question": {
"en": "Has a <div style='display: inline-block'><b>Type 1 <i>without</i> cable (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> connector", "en": "Has a <div style='display: inline-block'><b>Type 1 <i>without</i> cable (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b>Type 1 <i>zonder</i> kabel (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>", "nl": "Heeft een <div style='display: inline-block'><b>Type 1 <i>zonder</i> kabel (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>",
"ca": "Té un connecgtor de <div style='display: inline-block'><b>Tipus 1<i>sense</i>cable (J1772)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>",
"da": "Har et <div style='display: inline-block'><b>Type 1 <i>uden</i> kabel (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> stik", "da": "Har et <div style='display: inline-block'><b>Type 1 <i>uden</i> kabel (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> stik",
"de": "Verfügt über einen <div style='display: inline-block'><b>Typ 1 (J1772)</b>Stecker <i>ohne</i> Kabel<img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>", "de": "Verfügt über einen <div style='display: inline-block'><b>Typ 1 (J1772)</b>Stecker <i>ohne</i> Kabel<img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>",
"es": "Tiene un conector de <div style='display: inline-block'><b>Tipo 1 <i>sin</i> cable (J1772)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>" "es": "Tiene un conector de <div style='display: inline-block'><b>Tipo 1 <i>sin</i> cable (J1772)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>"
@ -4674,9 +4682,11 @@
"question": { "question": {
"en": "Has a <div style='display: inline-block'><b>Type 1 CCS (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> connector", "en": "Has a <div style='display: inline-block'><b>Type 1 CCS (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b>Type 1 CCS (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>", "nl": "Heeft een <div style='display: inline-block'><b>Type 1 CCS (ook gekend als Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>",
"ca": "Té un connector <div style='display: inline-block'><b>Tipus 1 CSS (Combo Tipus 1)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>",
"da": "Har et <div style='display: inline-block'><b>Type 1 CCS-stik (også kendt som Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> stik", "da": "Har et <div style='display: inline-block'><b>Type 1 CCS-stik (også kendt som Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> stik",
"de": "Verfügt über einen <div style='display: inline-block'><b>Typ 1 CCS (Typ 1 Combo)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> Stecker", "de": "Verfügt über einen <div style='display: inline-block'><b>Typ 1 CCS (Typ 1 Combo)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> Stecker",
"es": "Tiene un conector <div style='display: inline-block'><b>Tipo 1 CCS (Combo Tipo 1)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>" "es": "Tiene un conector <div style='display: inline-block'><b>Tipo 1 CCS (Combo Tipo 1)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div>",
"fr": "A un connecteur de <div style='display: inline-block'><b>Type 1 <i>sans</i> câble (J1772) càd Type 1 Combo </b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div>"
}, },
"osmTags": "socket:type1_combo~*" "osmTags": "socket:type1_combo~*"
}, },
@ -4744,6 +4754,7 @@
"question": { "question": {
"en": "Has a <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connector", "en": "Has a <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connector",
"nl": "Heeft een <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>", "nl": "Heeft een <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (Een Type 2 met kabel en Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>",
"ca": "Té un connector <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Tipus 2 amb un cable de marca tesla)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>",
"da": "Har et <div style='display: inline-block'><b><b> Tesla Supercharger (Destination)</b> (En type 2 med kabel med tesla-mærket kabel)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> stik", "da": "Har et <div style='display: inline-block'><b><b> Tesla Supercharger (Destination)</b> (En type 2 med kabel med tesla-mærket kabel)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> stik",
"de": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Typ 2 von Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel", "de": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Typ 2 von Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel",
"es": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Tipo2 A con un cable de marca tesla)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>" "es": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Tipo2 A con un cable de marca tesla)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"

View file

@ -11,7 +11,8 @@
"description": { "description": {
"en": "An area where climbing is possible, e.g. a crag, site, boulder, … Contains aggregation of routes", "en": "An area where climbing is possible, e.g. a crag, site, boulder, … Contains aggregation of routes",
"de": "Ein Gebiet, in dem Klettern möglich ist, z. B. ein Felsen, ein Klettergarten, eine Boulderhalle, … Enthält eine Sammlung von Routen", "de": "Ein Gebiet, in dem Klettern möglich ist, z. B. ein Felsen, ein Klettergarten, eine Boulderhalle, … Enthält eine Sammlung von Routen",
"nl": "Een gebied waar klimmen mogelijk is, bv. een klimsite, een bolder of klimrots,…" "nl": "Een gebied waar klimmen mogelijk is, bv. een klimsite, een bolder of klimrots,…",
"ca": "Una àrea on l'escalada és possible, p.e. una penya, lloc, bloc, … Conté l'agregació de rutes"
}, },
"minzoom": 10, "minzoom": 10,
"source": { "source": {

View file

@ -82,7 +82,8 @@
"question": { "question": {
"en": "Can one rent climbing shoes here?", "en": "Can one rent climbing shoes here?",
"nl": "Kunnen hier klimschoenen gehuurd worden?", "nl": "Kunnen hier klimschoenen gehuurd worden?",
"fr": "Peut-on louer des chaussures d'escalade ici ?" "fr": "Peut-on louer des chaussures d'escalade ici ?",
"de": "Kann man hier Kletterschuhe ausleihen?"
}, },
"mappings": [ "mappings": [
{ {
@ -90,7 +91,8 @@
"then": { "then": {
"en": "Climbing shoes can be rented here", "en": "Climbing shoes can be rented here",
"nl": "Klimschoenen kunnen hier gehuurd worden", "nl": "Klimschoenen kunnen hier gehuurd worden",
"fr": "Les chaussures d'escalade peuvent être louées ici" "fr": "Les chaussures d'escalade peuvent être louées ici",
"de": "Kletterschuhe können hier ausgeliehen werden"
} }
}, },
{ {
@ -98,7 +100,8 @@
"then": { "then": {
"en": "Climbing shoes can <b>not</b> be rented here", "en": "Climbing shoes can <b>not</b> be rented here",
"nl": "Hier kunnen <b>geen</b> klimschoenen gehuurd worden", "nl": "Hier kunnen <b>geen</b> klimschoenen gehuurd worden",
"fr": "Les chaussures d'escalade ne peuvent <b>pas</b> être louées ici" "fr": "Les chaussures d'escalade ne peuvent <b>pas</b> être louées ici",
"de": "Kletterschuhe können hier <b>nicht</b> ausgeliehen werden"
} }
} }
] ]
@ -108,7 +111,8 @@
"question": { "question": {
"en": "Can one rent a climbing harness here?", "en": "Can one rent a climbing harness here?",
"nl": "Kan een klimgordel hier gehuurd worden?", "nl": "Kan een klimgordel hier gehuurd worden?",
"fr": "Peut-on louer un baudrier d'escalade ici ?" "fr": "Peut-on louer un baudrier d'escalade ici ?",
"de": "Kann man hier einen Klettergurt ausleihen?"
}, },
"mappings": [ "mappings": [
{ {
@ -116,7 +120,8 @@
"then": { "then": {
"en": "A climbing harness can be rented here", "en": "A climbing harness can be rented here",
"nl": "Een klimgordel kan hier gehuurd worden", "nl": "Een klimgordel kan hier gehuurd worden",
"fr": "Un baudrier d'escalade peut être loué ici" "fr": "Un baudrier d'escalade peut être loué ici",
"de": "Ein Klettergurt kann hier ausgeliehen werden"
} }
}, },
{ {
@ -124,7 +129,8 @@
"then": { "then": {
"en": "A climbing harness can <b>not</b> be rented here", "en": "A climbing harness can <b>not</b> be rented here",
"nl": "Hier kunnen <b>geen</b> klimgordels gehuurd worden", "nl": "Hier kunnen <b>geen</b> klimgordels gehuurd worden",
"fr": "Un baudrier d'escalade ne peut <b>pas</b> être loué ici" "fr": "Un baudrier d'escalade ne peut <b>pas</b> être loué ici",
"de": "Ein Klettergurt kann hier <b>nicht</b> ausgeliehen werden"
} }
} }
] ]

View file

@ -252,7 +252,7 @@
"nl": "Heeft deze oversteekplaats een verkeerseiland in het midden?", "nl": "Heeft deze oversteekplaats een verkeerseiland in het midden?",
"de": "Gibt es an diesem Übergang eine Verkehrsinsel?", "de": "Gibt es an diesem Übergang eine Verkehrsinsel?",
"es": "¿Tiene una isla en el medio este cruce?", "es": "¿Tiene una isla en el medio este cruce?",
"fr": "Est-ce que ce passage a une île au milieu ?" "fr": "Est-ce que ce passage a un refuge au milieu ?"
}, },
"condition": "highway=crossing", "condition": "highway=crossing",
"mappings": [ "mappings": [

View file

@ -42,7 +42,8 @@
"en": "Way", "en": "Way",
"nl": "Weg", "nl": "Weg",
"de": "Weg", "de": "Weg",
"pa_PK": "راہ" "pa_PK": "راہ",
"ca": "Via"
}, },
"mappings": [ "mappings": [
{ {
@ -56,7 +57,8 @@
"nl": "Fietsweg {name}", "nl": "Fietsweg {name}",
"en": "Cycleway {name}", "en": "Cycleway {name}",
"de": "Radweg {name}", "de": "Radweg {name}",
"fr": "Piste cyclable {name}" "fr": "Piste cyclable {name}",
"ca": "Via ciclista {name}"
} }
}, },
{ {
@ -89,7 +91,8 @@
"nl": "Weg met fietssugestiestrook {name}", "nl": "Weg met fietssugestiestrook {name}",
"en": "Road with shared lane {name}", "en": "Road with shared lane {name}",
"de": "Straße mit gemeinsam genutzter Fahrspur {name}", "de": "Straße mit gemeinsam genutzter Fahrspur {name}",
"fr": "Route avec voie partagée {name}" "fr": "Route avec voie partagée {name}",
"ca": "Carretera amb un carril compartit {name}"
} }
}, },
{ {
@ -114,7 +117,8 @@
"nl": "Weg met fietsstrook {name}", "nl": "Weg met fietsstrook {name}",
"en": "Road with bike lane {name}", "en": "Road with bike lane {name}",
"de": "Straße mit Fahrradstreifen {name}", "de": "Straße mit Fahrradstreifen {name}",
"fr": "Route avec voie cyclable {name}" "fr": "Route avec voie cyclable {name}",
"ca": "Ciclocarrer {name}"
} }
}, },
{ {
@ -352,7 +356,7 @@
"nl": "Dit is een fietsstraat, en dus een 30km/h zone", "nl": "Dit is een fietsstraat, en dus een 30km/h zone",
"de": "Dies ist eine Fahrradstraße in einer 30km/h Zone.", "de": "Dies ist eine Fahrradstraße in einer 30km/h Zone.",
"es": "Esta es una ciclocalle, y una zona 30km/h.", "es": "Esta es una ciclocalle, y una zona 30km/h.",
"fr": "Ceci est une route cyclable, et une zone à 30 km/h" "fr": "Ceci est une rue cyclable, et une zone à 30 km/h"
}, },
"addExtraTags": [ "addExtraTags": [
"overtaking:motor_vehicle=no", "overtaking:motor_vehicle=no",
@ -378,7 +382,7 @@
"nl": "Dit is geen fietsstraat", "nl": "Dit is geen fietsstraat",
"de": "Dies ist keine Fahrradstraße.", "de": "Dies ist keine Fahrradstraße.",
"es": "Esta no es una ciclocalle.", "es": "Esta no es una ciclocalle.",
"fr": "Ceci n'est pas une route cyclable" "fr": "Ceci n'est pas une rue cyclable"
}, },
"addExtraTags": [ "addExtraTags": [
"overtaking:motor_vehicle=" "overtaking:motor_vehicle="
@ -651,7 +655,7 @@
"en": "Usable for thin rollers: rollerblade, skateboard", "en": "Usable for thin rollers: rollerblade, skateboard",
"nl": "Geschikt voor fijne rollers: rollerblade, skateboard", "nl": "Geschikt voor fijne rollers: rollerblade, skateboard",
"de": "Geeignet für dünne Rollen: Rollerblades, Skateboard", "de": "Geeignet für dünne Rollen: Rollerblades, Skateboard",
"fr": "Utilisable pour les patins: patins à roulettes, skateboard" "fr": "Utilisable pour les patins : patins à roulettes, skateboard"
} }
}, },
{ {
@ -660,7 +664,7 @@
"en": "Usable for thin wheels: racing bike", "en": "Usable for thin wheels: racing bike",
"nl": "Geschikt voor fijne wielen: racefiets", "nl": "Geschikt voor fijne wielen: racefiets",
"de": "Geeignet für dünne Reifen: Rennrad", "de": "Geeignet für dünne Reifen: Rennrad",
"fr": "Utilisable pour les roues fines: vélo de course" "fr": "Utilisable pour les roues fines : vélo de course"
} }
}, },
{ {
@ -904,7 +908,7 @@
"de": "Geeignet für dünne Rollen: Rollerblades, Skateboard", "de": "Geeignet für dünne Rollen: Rollerblades, Skateboard",
"id": "Dapat digunakan untuk roller tipis: rollerblade, skateboard", "id": "Dapat digunakan untuk roller tipis: rollerblade, skateboard",
"nl": "Bruikbaar voor kleine, harde wielen: rollerblade, skateboard", "nl": "Bruikbaar voor kleine, harde wielen: rollerblade, skateboard",
"fr": "Utilisable pour les patins: patins à roulettes, skateboard" "fr": "Utilisable pour les patins : patins à roulettes, skateboard"
} }
}, },
{ {
@ -1668,6 +1672,7 @@
"nl": "Alle infrastructuur waar je over kunt fietsen, met vragen over die infrastructuur", "nl": "Alle infrastructuur waar je over kunt fietsen, met vragen over die infrastructuur",
"de": "Infrastruktur, die man mit dem Fahrrad befahren kann, begleitet von diesbezüglichen Fragen", "de": "Infrastruktur, die man mit dem Fahrrad befahren kann, begleitet von diesbezüglichen Fragen",
"es": "Toda la infraestructura sobre la que alguien puede ir en bici, acompañado de preguntas sobre esta infraestructura\"", "es": "Toda la infraestructura sobre la que alguien puede ir en bici, acompañado de preguntas sobre esta infraestructura\"",
"fr": "Toutes les infrastructures sur lesquelles quelqu'un peut rouler, accompagnées de questions sur cette infrastructure" "fr": "Toutes les infrastructures sur lesquelles quelqu'un peut rouler, accompagnées de questions sur cette infrastructure",
"ca": "Totes les infraestructures per les quals algú pot ciclar, acompanyades de preguntes sobre aquesta infraestructura"
} }
} }

View file

@ -359,7 +359,8 @@
"it": "<i>Informazioni supplementari circa la posizione (in lingua locale):</i><br/>{defibrillator:location}", "it": "<i>Informazioni supplementari circa la posizione (in lingua locale):</i><br/>{defibrillator:location}",
"de": "<i>Zusätzliche Informationen über den Standort (in der Landessprache):</i><br/>{defibrillator:location}", "de": "<i>Zusätzliche Informationen über den Standort (in der Landessprache):</i><br/>{defibrillator:location}",
"sl": "<i>Dodatne informacije o lokaciji (v lokalnem jeziku):</i><br/>{defibrillator:location}", "sl": "<i>Dodatne informacije o lokaciji (v lokalnem jeziku):</i><br/>{defibrillator:location}",
"es": "<i>Información a mayores sobre la localización (en el idioma local):</i><br/>{defibrillator:location}" "es": "<i>Información a mayores sobre la localización (en el idioma local):</i><br/>{defibrillator:location}",
"ca": "<i>Informació extra sobre la localització (en la llengua local):</i><br/> {defibrillator:location}"
}, },
"question": { "question": {
"en": "Please give some explanation on where the defibrillator can be found (in the local language)", "en": "Please give some explanation on where the defibrillator can be found (in the local language)",

View file

@ -37,7 +37,8 @@
"render": { "render": {
"en": "This dentist is called {name}", "en": "This dentist is called {name}",
"de": "Dieser Zahnarzt heißt {name}", "de": "Dieser Zahnarzt heißt {name}",
"nl": "Deze tandarts heet {name}" "nl": "Deze tandarts heet {name}",
"ca": "El dentista s'anomena {name}"
}, },
"freeform": { "freeform": {
"key": "name" "key": "name"

View file

@ -5,7 +5,8 @@
"de": "Ärzte", "de": "Ärzte",
"nl": "Dokters", "nl": "Dokters",
"fr": "Médecins", "fr": "Médecins",
"pa_PK": "ڈاکٹر" "pa_PK": "ڈاکٹر",
"ca": "Metges"
}, },
"description": { "description": {
"en": "This layer shows doctor offices", "en": "This layer shows doctor offices",

View file

@ -101,7 +101,8 @@
"fr": "Cette fontaine fonctionne", "fr": "Cette fontaine fonctionne",
"de": "Diese Trinkwasserstelle ist in Betrieb", "de": "Diese Trinkwasserstelle ist in Betrieb",
"hu": "Ez az ivóvízkút működik", "hu": "Ez az ivóvízkút működik",
"es": "Esta agua potable funciona" "es": "Esta agua potable funciona",
"ca": "La font d'aigua funciona"
} }
}, },
{ {
@ -139,7 +140,8 @@
"it": "Quanto è facile riempire dacqua le bottiglie?", "it": "Quanto è facile riempire dacqua le bottiglie?",
"fr": "Est-il facile de remplir des bouteilles d'eau ?", "fr": "Est-il facile de remplir des bouteilles d'eau ?",
"hu": "Mennyire könnyű itt vizespalackot tölteni?", "hu": "Mennyire könnyű itt vizespalackot tölteni?",
"es": "¿Cómo de fácil es rellenar botellas de agua?" "es": "¿Cómo de fácil es rellenar botellas de agua?",
"ca": "Com de fàcil és reomplir botelles d'aigua?"
}, },
"mappings": [ "mappings": [
{ {
@ -151,7 +153,8 @@
"it": "È facile riempire dacqua le bottiglie", "it": "È facile riempire dacqua le bottiglie",
"fr": "Il est facile de remplir les bouteilles d'eau", "fr": "Il est facile de remplir les bouteilles d'eau",
"hu": "Könnyen lehet vizespalackot tölteni", "hu": "Könnyen lehet vizespalackot tölteni",
"es": "Es fácil rellenar botellas de agua" "es": "Es fácil rellenar botellas de agua",
"ca": "És fàcil reomplir botelles d'aigua"
} }
}, },
{ {
@ -163,7 +166,8 @@
"it": "Le bottiglie dacqua potrebbero non entrare", "it": "Le bottiglie dacqua potrebbero non entrare",
"fr": "Les bouteilles d'eau peuvent ne pas passer", "fr": "Les bouteilles d'eau peuvent ne pas passer",
"hu": "Lehet, hogy nem fér alá egy vizespalack", "hu": "Lehet, hogy nem fér alá egy vizespalack",
"es": "Las botellas de agua pueden no caber" "es": "Las botellas de agua pueden no caber",
"ca": "Les botelles d'aigua podrien no cabre"
} }
} }
], ],
@ -178,7 +182,8 @@
"de": "<a href='#{_closest_other_drinking_water_id}'>Eine weitere Trinkwasserstelle befindet sich in {_closest_other_drinking_water_distance} Meter</a>", "de": "<a href='#{_closest_other_drinking_water_id}'>Eine weitere Trinkwasserstelle befindet sich in {_closest_other_drinking_water_distance} Meter</a>",
"fr": "<a href='#{_closest_other_drinking_water_id}'>Une autre source deau potable est à {_closest_other_drinking_water_distance} mètres</a>", "fr": "<a href='#{_closest_other_drinking_water_id}'>Une autre source deau potable est à {_closest_other_drinking_water_distance} mètres</a>",
"hu": "<a href='#{_closest_other_drinking_water_id}'>Van egy másik ivóvízkút {_closest_other_drinking_water_distance} méter távolságra</a>", "hu": "<a href='#{_closest_other_drinking_water_id}'>Van egy másik ivóvízkút {_closest_other_drinking_water_distance} méter távolságra</a>",
"es": "<a href='#{_closest_other_drinking_water_id}'>Hay otra fuente de agua potable a {_closest_other_drinking_water_distance} metros</a>" "es": "<a href='#{_closest_other_drinking_water_id}'>Hay otra fuente de agua potable a {_closest_other_drinking_water_distance} metros</a>",
"ca": "<a href='#{_closest_other_drinking_water_id}'>Hi ha una altra font d'aigua potable a {_closest_other_drinking_water_distance} metres</a>"
}, },
"condition": "_closest_other_drinking_water_id~*" "condition": "_closest_other_drinking_water_id~*"
} }

View file

@ -3,7 +3,7 @@
"name": { "name": {
"en": "Elevator", "en": "Elevator",
"fr": "Ascenseur", "fr": "Ascenseur",
"de": "Aufzug", "de": "Aufzüge",
"nl": "Lift", "nl": "Lift",
"pa_PK": "ایلیویٹر" "pa_PK": "ایلیویٹر"
}, },
@ -238,4 +238,4 @@
] ]
} }
] ]
} }

View file

@ -14,7 +14,8 @@
"nl": "Een laag met ingangen (van gebouwen etc.) waarmee je details kunt aanvullen die belangrijk zijn voor bijvoorbeeld rolstoelgebruikers (en fietsers, leveranciers, …)", "nl": "Een laag met ingangen (van gebouwen etc.) waarmee je details kunt aanvullen die belangrijk zijn voor bijvoorbeeld rolstoelgebruikers (en fietsers, leveranciers, …)",
"de": "Eine Ebene, die Eingänge anzeigt und die Möglichkeit bietet, weitere Daten zu erheben, die z. B. für Rollstuhlfahrer wichtig sind (aber auch für Radfahrer, Lieferpersonal, …)", "de": "Eine Ebene, die Eingänge anzeigt und die Möglichkeit bietet, weitere Daten zu erheben, die z. B. für Rollstuhlfahrer wichtig sind (aber auch für Radfahrer, Lieferpersonal, …)",
"es": "Una capa que muestra capas y ofrece la posibilidad de sondear algunos datos avanzados que son importantes para, por ejemplo, usuarios de sillas de ruedas (pero también incluye ciclistas, gente que quiere repartir, ...)", "es": "Una capa que muestra capas y ofrece la posibilidad de sondear algunos datos avanzados que son importantes para, por ejemplo, usuarios de sillas de ruedas (pero también incluye ciclistas, gente que quiere repartir, ...)",
"fr": "Une couche montrant les entrées et offrant des capacités pour étudier certaines données avancées qui sont importantes, par exemple. les utilisateurs de fauteuils roulants (mais aussi les utilisateurs de vélos, les personnes qui veulent faire des livraisons, …)" "fr": "Une couche montrant les entrées et offrant des capacités pour étudier certaines données avancées qui sont importantes, par exemple. les utilisateurs de fauteuils roulants (mais aussi les utilisateurs de vélos, les personnes qui veulent faire des livraisons, …)",
"ca": "Una capa que mostra entrades i ofereix la possibilitat de sondejar algunes dades avançades que són importants per a, per exemple, usuaris de cadires de rodes (però també ciclistes, repartidors, …)"
}, },
"source": { "source": {
"osmTags": { "osmTags": {
@ -119,7 +120,8 @@
"nl": "Dit is een dienstingang - normaal gezien enkel gebruikt door werknemers, leveranciers, …", "nl": "Dit is een dienstingang - normaal gezien enkel gebruikt door werknemers, leveranciers, …",
"de": "Dies ist ein Diensteingang - normalerweise nur für Mitarbeiter, Anlieferung, …", "de": "Dies ist ein Diensteingang - normalerweise nur für Mitarbeiter, Anlieferung, …",
"es": "Esta es una entrada de servicio - normalmente solo la utilizan empleados, repartidores, …", "es": "Esta es una entrada de servicio - normalmente solo la utilizan empleados, repartidores, …",
"fr": "Ceci est une entrée de service - normalement utilisée uniquement pour les employés, la livraison, …" "fr": "Ceci est une entrée de service - normalement utilisée uniquement pour les employés, la livraison, …",
"ca": "Aquesta és una entrada de servei - normalment utilitzada per empleats, repartidors, …"
} }
}, },
{ {
@ -342,7 +344,8 @@
"nl": "De deur wordt geopend door personeel als je dat vraagt <b>door op een knop te duwen</b>", "nl": "De deur wordt geopend door personeel als je dat vraagt <b>door op een knop te duwen</b>",
"de": "Diese Tür wird von Mitarbeitern geöffnet auf Anfrage <b>per Rufknopf</b>", "de": "Diese Tür wird von Mitarbeitern geöffnet auf Anfrage <b>per Rufknopf</b>",
"es": "Esta puerta la abre el personal cuando se pide <b>pulsando un botón</b>", "es": "Esta puerta la abre el personal cuando se pide <b>pulsando un botón</b>",
"fr": "Cette porte sera ouverte par le personnel à la demande en <b>appuyant sur un bouton</b>" "fr": "Cette porte sera ouverte par le personnel à la demande en <b>appuyant sur un bouton</b>",
"ca": "Aquesta porta l'obri el personal quan es sol·licita<b>polsant un botó</b>"
} }
}, },
{ {
@ -364,7 +367,8 @@
"nl": "Deze deur heeft een breedte van {canonical(width)}", "nl": "Deze deur heeft een breedte van {canonical(width)}",
"de": "Diese Tür hat eine Durchgangsbreite von {canonical(width)}", "de": "Diese Tür hat eine Durchgangsbreite von {canonical(width)}",
"es": "Esta puerta tiene una ancho de {canonical(width)} metros", "es": "Esta puerta tiene una ancho de {canonical(width)} metros",
"fr": "Cette porte a une largeur de {canonical(width)} mètre" "fr": "Cette porte a une largeur de {canonical(width)} mètre",
"ca": "Aquesta porta té una amplària de {canonical(width)}"
}, },
"question": { "question": {
"en": "What is the width of this door/entrance?", "en": "What is the width of this door/entrance?",
@ -506,4 +510,4 @@
] ]
} }
] ]
} }

View file

@ -316,7 +316,8 @@
"en": "<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}", "en": "<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}",
"nl": "<h3>Wikipedia artikel van de naamgever</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}", "nl": "<h3>Wikipedia artikel van de naamgever</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}",
"de": "<h3>Wikipedia Artikel zur Namensherkunft</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}", "de": "<h3>Wikipedia Artikel zur Namensherkunft</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}",
"fr": "<h3>Article Wikipedia de la référence au nom</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}" "fr": "<h3>Article Wikipedia de la référence au nom</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}",
"ca": "<h3> Article de la Viquipèdia del nom donant</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}"
}, },
"condition": "name:etymology!=unknown" "condition": "name:etymology!=unknown"
}, },
@ -374,7 +375,8 @@
"en": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Add image of a street name sign)}", "en": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Add image of a street name sign)}",
"nl": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Voeg afbeelding van straatnaambordje toe)}", "nl": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Voeg afbeelding van straatnaambordje toe)}",
"de": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Bild eines Straßenschildes hinzufügen)}", "de": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Bild eines Straßenschildes hinzufügen)}",
"fr": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Ajouter une photo de la plaque de rue)}" "fr": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Ajouter une photo de la plaque de rue)}",
"ca": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Afegeix una imatge de la placa amb el nom del carrer)}"
} }
}, },
{ {

View file

@ -9,7 +9,8 @@
"de": "Feuerlöscher", "de": "Feuerlöscher",
"it": "Cartina degli estintori.", "it": "Cartina degli estintori.",
"nl": "Kaart van brandblussers", "nl": "Kaart van brandblussers",
"es": "Mapa de extintores" "es": "Mapa de extintores",
"ca": "Mapa d'extintors"
}, },
"minzoom": 14, "minzoom": 14,
"source": { "source": {
@ -44,7 +45,8 @@
"it": "Livello della mappa che mostra gli idranti antincendio.", "it": "Livello della mappa che mostra gli idranti antincendio.",
"nl": "Kaartlaag met brandblussers.", "nl": "Kaartlaag met brandblussers.",
"da": "Kortlag til visning af ildslukkere.", "da": "Kortlag til visning af ildslukkere.",
"es": "Capa del mapa que muestra extintores." "es": "Capa del mapa que muestra extintores.",
"ca": "Capa que mostra extintors."
}, },
"tagRenderings": [ "tagRenderings": [
{ {

View file

@ -80,7 +80,8 @@
"en": "A fastfood-business focused on french fries", "en": "A fastfood-business focused on french fries",
"nl": "Een fastfood-zaak waar je frieten koopt", "nl": "Een fastfood-zaak waar je frieten koopt",
"de": "Eine Pommesbude", "de": "Eine Pommesbude",
"fr": "Une restauration rapide centré sur la vente de frites" "fr": "Une restauration rapide centré sur la vente de frites",
"ca": "Un local de menjar ràpid centrat en les patates fregides"
}, },
"preciseInput": { "preciseInput": {
"preferredBackground": "map" "preferredBackground": "map"
@ -187,7 +188,8 @@
"de": "Es handelt sich um einen Schnellimbiss, mit Fokus auf schnelle Bedienung am Tresen. Sitzmöglichkeiten sind begrenzt und funktional.", "de": "Es handelt sich um einen Schnellimbiss, mit Fokus auf schnelle Bedienung am Tresen. Sitzmöglichkeiten sind begrenzt und funktional.",
"es": "Este es un negocio de comida rápida, centrado en servicio rápido. Si hay asientos disponibles, son más bien limitados y funcionales.", "es": "Este es un negocio de comida rápida, centrado en servicio rápido. Si hay asientos disponibles, son más bien limitados y funcionales.",
"fr": "C'est un fast-food, centrée sur le service rapide. Si des places sont disponibles, elles sont plutôt limitées et fonctionnelles.", "fr": "C'est un fast-food, centrée sur le service rapide. Si des places sont disponibles, elles sont plutôt limitées et fonctionnelles.",
"hu": "Ez egy gyorsétterem (büfé), amely a gyors kiszolgálásra összpontosít. Ha vannak is ülőhelyek, ezek meglehetősen korlátozottak és funkcionálisak." "hu": "Ez egy gyorsétterem (büfé), amely a gyors kiszolgálásra összpontosít. Ha vannak is ülőhelyek, ezek meglehetősen korlátozottak és funkcionálisak.",
"ca": "Aquest és un negoci de menjar ràpid, centrat en el servei ràpid. Si hi han seients disponibles, aquests seràn limitats i funcionals."
} }
}, },
{ {
@ -197,7 +199,8 @@
"nl": "Dit is een <b>restaurant</b>. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend", "nl": "Dit is een <b>restaurant</b>. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend",
"de": "Es handelt sich um ein <b>Restaurant</b>, mit Fokus auf eine nette Atmosphäre und Tischbedienung", "de": "Es handelt sich um ein <b>Restaurant</b>, mit Fokus auf eine nette Atmosphäre und Tischbedienung",
"es": "Un <b>restaurante</b>, centrado en crear una buena experiencia donde se sirve en la mesa", "es": "Un <b>restaurante</b>, centrado en crear una buena experiencia donde se sirve en la mesa",
"fr": "Un <b>restaurant</b>, axé sur la création d'une expérience agréable où l'on est servi à table" "fr": "Un <b>restaurant</b>, axé sur la création d'une expérience agréable où l'on est servi à table",
"ca": "Un <b>restaurant</b>, centrat en crear una bona experiència on es serveix a taula"
} }
} }
], ],
@ -387,7 +390,8 @@
"en": "Does this place offer take-away?", "en": "Does this place offer take-away?",
"de": "Werden Gerichte zum Mitnehmen angeboten?", "de": "Werden Gerichte zum Mitnehmen angeboten?",
"es": "¿Este lugar ofrece para llevar?", "es": "¿Este lugar ofrece para llevar?",
"fr": "Cet établissement propose-t-il des plats à emporter ?" "fr": "Cet établissement propose-t-il des plats à emporter ?",
"ca": "Aquest lloc ofereix per a emportar?"
}, },
"mappings": [ "mappings": [
{ {
@ -760,7 +764,8 @@
"en": "Does this fries shop use vegetable or animal oil for cooking?", "en": "Does this fries shop use vegetable or animal oil for cooking?",
"nl": "Bakt deze frituur met dierlijk vet of met plantaardige olie?", "nl": "Bakt deze frituur met dierlijk vet of met plantaardige olie?",
"fr": "Cette friteuse fonctionne-t-elle avec de la graisse animale pour la cuisson ?", "fr": "Cette friteuse fonctionne-t-elle avec de la graisse animale pour la cuisson ?",
"de": "Wird in dieser Pommesbude pflanzliches oder tierisches Fett zum Frittieren verwendet?" "de": "Wird in dieser Pommesbude pflanzliches oder tierisches Fett zum Frittieren verwendet?",
"ca": "Aquesta botiga de patates fregides utilitza oli vegetal o animal per a cuinar?"
}, },
"mappings": [ "mappings": [
{ {
@ -770,7 +775,8 @@
"nl": "Bakt in plantaardige olie", "nl": "Bakt in plantaardige olie",
"fr": "La friture est faite avec de l'huile végétale", "fr": "La friture est faite avec de l'huile végétale",
"de": "Es wird pflanzliches Fett zum Frittieren verwendet", "de": "Es wird pflanzliches Fett zum Frittieren verwendet",
"es": "Aceite vegetal" "es": "La fritura se hace con aceite vegetal",
"ca": "El fregit es fa amb oli vegetal"
} }
}, },
{ {
@ -780,7 +786,8 @@
"nl": "Dierlijk vet", "nl": "Dierlijk vet",
"fr": "La friture est faite avec de la graisse animale", "fr": "La friture est faite avec de la graisse animale",
"de": "Es wird tierisches Fett zum Frittieren verwendet", "de": "Es wird tierisches Fett zum Frittieren verwendet",
"es": "Aceite animal" "es": "La fritura se hace con aceite animal",
"ca": "El fregit es fa amb oli animal"
} }
} }
], ],

View file

@ -148,7 +148,8 @@
"it": "<a href='{source}' target='_blank'>Sono disponibili ulteriori informazioni</a>", "it": "<a href='{source}' target='_blank'>Sono disponibili ulteriori informazioni</a>",
"ru": "<a href='{source}' target='_blank'>Доступна более подробная информация</a>", "ru": "<a href='{source}' target='_blank'>Доступна более подробная информация</a>",
"fr": "<a href='{source}' target='_blank'>Plus d'informations sont disponibles</a>", "fr": "<a href='{source}' target='_blank'>Plus d'informations sont disponibles</a>",
"id": "<a href='{source}' target='_blank'>Informasi lanjut tersedia</a>" "id": "<a href='{source}' target='_blank'>Informasi lanjut tersedia</a>",
"ca": "<a href='{source}' target='_blank'>Més informació disponible</a>"
}, },
"freeform": { "freeform": {
"type": "url", "type": "url",

View file

@ -305,7 +305,8 @@
"zh_Hant": "創客空間是 DIY 愛好者聚集在一起弄電子零件實驗,例如用 arduino、LEDstrips 等...", "zh_Hant": "創客空間是 DIY 愛好者聚集在一起弄電子零件實驗,例如用 arduino、LEDstrips 等...",
"hu": "A makerspace olyan hely, ahol a barkácsolás szerelmesei találkoznak, hogy olyan elektronikai eszközökkel kísérletezzenek, mint például az Arduino vagy a LEDstrips…", "hu": "A makerspace olyan hely, ahol a barkácsolás szerelmesei találkoznak, hogy olyan elektronikai eszközökkel kísérletezzenek, mint például az Arduino vagy a LEDstrips…",
"es": "Un espacio maker es un lugar donde entusiastas del DIY se reúnen para experimentar con electrónica, como arduino, …", "es": "Un espacio maker es un lugar donde entusiastas del DIY se reúnen para experimentar con electrónica, como arduino, …",
"nl": "Een makerspace is een ruimte waar makers en creatievelingen samenkomen om met electronica te experimenteren en te bouwen, bv. met Arduino, LED-strips, 3D-printers, lasercutters, …" "nl": "Een makerspace is een ruimte waar makers en creatievelingen samenkomen om met electronica te experimenteren en te bouwen, bv. met Arduino, LED-strips, 3D-printers, lasercutters, …",
"ca": "Un espai maker és un lloc on entusiastes del DIY es reuneixen per a experimentar amb electrònica com arudino, tires LED, …"
} }
} }
], ],

View file

@ -4,7 +4,8 @@
"en": "Hospitals", "en": "Hospitals",
"de": "Krankenhäuser", "de": "Krankenhäuser",
"nl": "Ziekenhuizen", "nl": "Ziekenhuizen",
"pa_PK": "ہسپتال" "pa_PK": "ہسپتال",
"ca": "Hospitals"
}, },
"title": { "title": {
"render": { "render": {
@ -28,14 +29,15 @@
"id": "name", "id": "name",
"render": { "render": {
"en": "This hospital is called {name}", "en": "This hospital is called {name}",
"ca": "El nom del nom de l'hospital és {name}", "ca": "Aquest hospital es diu {name}",
"de": "Der Name des Krankenhauses lautet {name}", "de": "Der Name des Krankenhauses lautet {name}",
"nl": "Dit ziekenhuis heet {name}" "nl": "Dit ziekenhuis heet {name}"
}, },
"question": { "question": {
"en": "What is the name of this hospital?", "en": "What is the name of this hospital?",
"de": "Wie lautet der Name des Krankenhauses?", "de": "Wie lautet der Name des Krankenhauses?",
"nl": "Wat is de naam van dit ziekenhuis?" "nl": "Wat is de naam van dit ziekenhuis?",
"ca": "Quin és el nom d'aquest hospital?"
}, },
"freeform": { "freeform": {
"key": "name" "key": "name"

View file

@ -4,7 +4,8 @@
"en": "Indoors", "en": "Indoors",
"de": "Innenräume", "de": "Innenräume",
"nl": "Binnenruimtes", "nl": "Binnenruimtes",
"pa_PK": "اندروں" "pa_PK": "اندروں",
"ca": "Interiors"
}, },
"description": { "description": {
"en": "Basic indoor mapping: shows room outlines", "en": "Basic indoor mapping: shows room outlines",

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