Housekeeping...

This commit is contained in:
pietervdvn 2022-06-19 22:13:38 +02:00
parent a0b69d6d4a
commit 43a214a5d1
95 changed files with 3983 additions and 2464 deletions

View file

@ -99,6 +99,7 @@
- shops
- slow_roads
- sport_pitch
- street_lamps
- surveillance_camera
- toilet
- trail

View file

@ -42,6 +42,9 @@
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
+ [all_tags](#all_tags)
1. [direction](#direction)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
1. [conflation](#conflation)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
@ -79,6 +82,7 @@ MapComplete has a few data layers available in the theme which have special prop
- [type_node](#type_node)
- [note](#note)
- [import_candidate](#import_candidate)
- [direction](#direction)
- [conflation](#conflation)
- [left_right_style](#left_right_style)
- [split_point](#split_point)
@ -506,6 +510,47 @@ This tagrendering has no question and is thus read-only
direction
===========
<img src='https://mapcomplete.osm.be/direction_gradient:var(--catch-detail-color)' height="100px">
This layer visualizes directions
- This layer is shown at zoomlevel **16** and higher
- This layer cannot be toggled in the filter view. If you import this layer in your theme, override `title` to make this toggleable.
Basic tags for this layer
---------------------------
Elements must have the all of following tags to be shown on this layer:
- camera:direction~^..*$|direction~^..*$
Supported attributes
----------------------
conflation
============

View file

@ -20,17 +20,6 @@ Addresses
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -26,6 +26,7 @@ A charging station
- [charging_stations](https://mapcomplete.osm.be/charging_stations)
- [cyclofix](https://mapcomplete.osm.be/cyclofix)
- [personal](https://mapcomplete.osm.be/personal)

View file

@ -22,17 +22,6 @@ A dummy layer which contains tagrenderings, shared among the climbing layers
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -20,17 +20,6 @@ The style for the clustering in all themes. Enable `debug=true` to peak into clu
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -20,17 +20,6 @@ Address data for Flanders by the governement, suited for import into OpenStreetM
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -69,6 +69,7 @@ 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/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cuisine#values) [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine) | [string](../SpecialInputElements.md#string) | [pizza](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza) [friture](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture) [pasta](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta) [kebab](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab) [sandwich](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich) [burger](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger) [sushi](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi) [coffee](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee) [italian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian) [french](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench) [chinese](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese) [greek](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek) [indian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian) [turkish](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish) [thai](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/takeaway#values) [takeaway](https://wiki.openstreetmap.org/wiki/Key:takeaway) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/delivery#values) [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegan#values) [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:halal#values) [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly)
@ -269,7 +270,7 @@ This is rendered with This place mostly serves {cuisine}
The question is Does this place offer takea-way?
The question is Does this place offer take-away?
@ -282,6 +283,22 @@ The question is Does this place offer takea-way?
### delivery
The question is Delivers {title()} their food at home?
- This business does home delivery (eventually via a third party) corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes' target='_blank'>yes</a>
- This business does not deliver at home corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno' target='_blank'>no</a>
### Vegetarian (no friture)
@ -378,14 +395,14 @@ Only visible if `cuisine=friture` is shown
The question is Does this fries shop use vegetable or animal cooking?
The question is Does this fries shop use vegetable or animal oil for cooking?
- Vegetable oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>
- Animal oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
- The frying is done with vegetable oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>
- The frying is done with animal oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
Only visible if `cuisine=friture` is shown

View file

@ -71,6 +71,7 @@ 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/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cuisine#values) [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine) | [string](../SpecialInputElements.md#string) | [pizza](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza) [friture](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture) [pasta](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta) [kebab](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab) [sandwich](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich) [burger](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger) [sushi](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi) [coffee](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee) [italian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian) [french](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench) [chinese](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese) [greek](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek) [indian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian) [turkish](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish) [thai](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/takeaway#values) [takeaway](https://wiki.openstreetmap.org/wiki/Key:takeaway) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/delivery#values) [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegan#values) [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:halal#values) [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly)
@ -271,7 +272,7 @@ This is rendered with This place mostly serves {cuisine}
The question is Does this place offer takea-way?
The question is Does this place offer take-away?
@ -284,6 +285,22 @@ The question is Does this place offer takea-way?
### delivery
The question is Delivers {title()} their food at home?
- This business does home delivery (eventually via a third party) corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes' target='_blank'>yes</a>
- This business does not deliver at home corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno' target='_blank'>no</a>
### Vegetarian (no friture)
@ -380,14 +397,14 @@ Only visible if `cuisine=friture` is shown
The question is Does this fries shop use vegetable or animal cooking?
The question is Does this fries shop use vegetable or animal oil for cooking?
- Vegetable oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>
- Animal oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
- The frying is done with vegetable oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>
- The frying is done with animal oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
Only visible if `cuisine=friture` is shown

View file

@ -69,6 +69,7 @@ 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/wheelchair#values) [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/cuisine#values) [cuisine](https://wiki.openstreetmap.org/wiki/Key:cuisine) | [string](../SpecialInputElements.md#string) | [pizza](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpizza) [friture](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfriture) [pasta](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dpasta) [kebab](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dkebab) [sandwich](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsandwich) [burger](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dburger) [sushi](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dsushi) [coffee](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dcoffee) [italian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Ditalian) [french](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dfrench) [chinese](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dchinese) [greek](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dgreek) [indian](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dindian) [turkish](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dturkish) [thai](https://wiki.openstreetmap.org/wiki/Tag:cuisine%3Dthai)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/takeaway#values) [takeaway](https://wiki.openstreetmap.org/wiki/Key:takeaway) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:takeaway%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/delivery#values) [delivery](https://wiki.openstreetmap.org/wiki/Key:delivery) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegetarian#values) [diet:vegetarian](https://wiki.openstreetmap.org/wiki/Key:diet:vegetarian) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Donly)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:vegan#values) [diet:vegan](https://wiki.openstreetmap.org/wiki/Key:diet:vegan) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Donly)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/diet:halal#values) [diet:halal](https://wiki.openstreetmap.org/wiki/Key:diet:halal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dno) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dlimited) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:diet:halal%3Donly)
@ -269,7 +270,7 @@ This is rendered with This place mostly serves {cuisine}
The question is Does this place offer takea-way?
The question is Does this place offer take-away?
@ -282,6 +283,22 @@ The question is Does this place offer takea-way?
### delivery
The question is Delivers {title()} their food at home?
- This business does home delivery (eventually via a third party) corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dyes' target='_blank'>yes</a>
- This business does not deliver at home corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:delivery' target='_blank'>delivery</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:delivery%3Dno' target='_blank'>no</a>
### Vegetarian (no friture)
@ -378,14 +395,14 @@ Only visible if `cuisine=friture` is shown
The question is Does this fries shop use vegetable or animal cooking?
The question is Does this fries shop use vegetable or animal oil for cooking?
- Vegetable oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>
- Animal oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
- The frying is done with vegetable oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Dvegetable' target='_blank'>vegetable</a>
- The frying is done with animal oil corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:friture:oil' target='_blank'>friture:oil</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:friture:oil%3Danimal' target='_blank'>animal</a>
Only visible if `cuisine=friture` is shown

View file

@ -19,17 +19,6 @@ Searches for all accessible grass patches within public parks - these are 'groen
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -66,6 +66,16 @@ attribute | type | values which are supported by this layer
### images
This tagrendering has no question and is thus read-only
### lit

View file

@ -25,17 +25,6 @@ Hidden layer with all streets which have a name. Useful to detect addresses
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -19,17 +19,6 @@ Een speelbos is een vrij toegankelijke zone in een bos
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -193,6 +193,7 @@ The question is Is this playground accessible to the general public?
- Only accessible to students of the school corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dstudents' target='_blank'>students</a>
- This option cannot be chosen as answer
- Not accessible corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:access' target='_blank'>access</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:access%3Dprivate' target='_blank'>private</a>
- This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:leisure' target='_blank'>leisure</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dplayground' target='_blank'>playground</a>

View file

@ -19,17 +19,6 @@ All carfree roads
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -72,6 +72,16 @@ attribute | type | values which are supported by this layer
### images
This tagrendering has no question and is thus read-only
### ref

View file

@ -19,17 +19,6 @@ Aangeduide wandeltochten
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -19,17 +19,6 @@ A nice viewpoint or nice view. Ideal to add an image if no other category fits
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -19,17 +19,6 @@ A layer showing village-green (which are communal green areas, but not quite par
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -19,17 +19,6 @@ A visitor center offers information about a specific attraction or place of inte
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -19,17 +19,6 @@ Watermolens
#### Themes using this layer
- [personal](https://mapcomplete.osm.be/personal)
Basic tags for this layer
---------------------------

View file

@ -13,7 +13,7 @@
+ [date](#date)
+ [nat](#nat)
+ [int](#int)
+ [decimal](#decimal)
+ [length](#length)
+ [direction](#direction)
+ [wikidata](#wikidata)
+ [pnat](#pnat)
@ -71,7 +71,7 @@ A number
### decimal
### length

File diff suppressed because it is too large Load diff

View file

@ -202,6 +202,16 @@
"description": "Layer 'Restaurants and fast food' shows takeaway=no with a fixed text, namely 'Take-away is not possible here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')",
"value": "no"
},
{
"key": "delivery",
"description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (eventually via a third party)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')",
"value": "yes"
},
{
"key": "delivery",
"description": "Layer 'Restaurants and fast food' shows delivery=no with a fixed text, namely 'This business does not deliver at home' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')",
"value": "no"
},
{
"key": "diet:vegetarian",
"description": "Layer 'Restaurants and fast food' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian options are available' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')",
@ -294,12 +304,12 @@
},
{
"key": "friture:oil",
"description": "Layer 'Restaurants and fast food' shows friture:oil=vegetable with a fixed text, namely 'Vegetable oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')",
"description": "Layer 'Restaurants and fast food' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')",
"value": "vegetable"
},
{
"key": "friture:oil",
"description": "Layer 'Restaurants and fast food' shows friture:oil=animal with a fixed text, namely 'Animal oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')",
"description": "Layer 'Restaurants and fast food' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Restaurants and fast food')",
"value": "animal"
},
{

View file

@ -206,6 +206,16 @@
"description": "Layer 'Fries shop' shows takeaway=no with a fixed text, namely 'Take-away is not possible here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')",
"value": "no"
},
{
"key": "delivery",
"description": "Layer 'Fries shop' shows delivery=yes with a fixed text, namely 'This business does home delivery (eventually via a third party)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')",
"value": "yes"
},
{
"key": "delivery",
"description": "Layer 'Fries shop' shows delivery=no with a fixed text, namely 'This business does not deliver at home' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')",
"value": "no"
},
{
"key": "diet:vegetarian",
"description": "Layer 'Fries shop' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian options are available' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')",
@ -298,12 +308,12 @@
},
{
"key": "friture:oil",
"description": "Layer 'Fries shop' shows friture:oil=vegetable with a fixed text, namely 'Vegetable oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')",
"description": "Layer 'Fries shop' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')",
"value": "vegetable"
},
{
"key": "friture:oil",
"description": "Layer 'Fries shop' shows friture:oil=animal with a fixed text, namely 'Animal oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')",
"description": "Layer 'Fries shop' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Fries shops')",
"value": "animal"
},
{

View file

@ -11,49 +11,24 @@
},
"tags": [
{
"key": "addr:housenumber",
"description": "The MapComplete theme Personal theme has a layer Known addresses in OSM showing features with this tag"
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag",
"value": "footway"
},
{
"key": "addr:street",
"description": "The MapComplete theme Personal theme has a layer Known addresses in OSM showing features with this tag"
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag",
"value": "path"
},
{
"key": "addr:housenumber",
"description": "Layer 'Known addresses in OSM' shows and asks freeform values for key 'addr:housenumber' (in the MapComplete.osm.be theme 'Personal theme')"
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag",
"value": "corridor"
},
{
"key": "nohousenumber",
"description": "Layer 'Known addresses in OSM' shows nohousenumber=yes with a fixed text, namely 'This building has no house number' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "addr:street",
"description": "Layer 'Known addresses in OSM' shows and asks freeform values for key 'addr:street' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "addr:street",
"description": "Layer 'Known addresses in OSM' shows addr:street= with a fixed text, namely 'Located in <b>{_closest_street:0:name}</b>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key addr:street.",
"value": ""
},
{
"key": "addr:street",
"description": "Layer 'Known addresses in OSM' shows addr:street= with a fixed text, namely 'Located in <b>{_closest_street:1:name}</b>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key addr:street.",
"value": ""
},
{
"key": "addr:street",
"description": "Layer 'Known addresses in OSM' shows addr:street= with a fixed text, namely 'Located in <b>{_closest_street:2:name}</b>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key addr:street.",
"value": ""
},
{
"key": "fixme",
"description": "Layer 'Known addresses in OSM' shows and asks freeform values for key 'fixme' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "fixme",
"description": "Layer 'Known addresses in OSM' shows with a fixed text, namely 'No fixme - write something here to explain complicated cases' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key fixme.",
"value": ""
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag",
"value": "steps"
},
{
"key": "emergency",
@ -4534,14 +4509,6 @@
"key": "fixme",
"description": "Layer 'Defibrillators' shows and asks freeform values for key 'fixme' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "camera:direction",
"description": "The MapComplete theme Personal theme has a layer Direction visualization showing features with this tag"
},
{
"key": "direction",
"description": "The MapComplete theme Personal theme has a layer Direction visualization showing features with this tag"
},
{
"key": "leisure",
"description": "The MapComplete theme Personal theme has a layer dog parks showing features with this tag",
@ -5187,6 +5154,16 @@
"description": "Layer 'Restaurants and fast food' shows takeaway=no with a fixed text, namely 'Take-away is not possible here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "no"
},
{
"key": "delivery",
"description": "Layer 'Restaurants and fast food' shows delivery=yes with a fixed text, namely 'This business does home delivery (eventually via a third party)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "delivery",
"description": "Layer 'Restaurants and fast food' shows delivery=no with a fixed text, namely 'This business does not deliver at home' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "no"
},
{
"key": "diet:vegetarian",
"description": "Layer 'Restaurants and fast food' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian options are available' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
@ -5279,12 +5256,12 @@
},
{
"key": "friture:oil",
"description": "Layer 'Restaurants and fast food' shows friture:oil=vegetable with a fixed text, namely 'Vegetable oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"description": "Layer 'Restaurants and fast food' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "vegetable"
},
{
"key": "friture:oil",
"description": "Layer 'Restaurants and fast food' shows friture:oil=animal with a fixed text, namely 'Animal oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"description": "Layer 'Restaurants and fast food' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "animal"
},
{
@ -5384,42 +5361,6 @@
"key": "start_date",
"description": "Layer 'Ghost bikes' shows and asks freeform values for key 'start_date' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "name",
"description": "The MapComplete theme Personal theme has a layer Toegankelijke grasvelden in parken showing features with this tag",
"value": "Park Oude God"
},
{
"key": "landuse",
"description": "The MapComplete theme Personal theme has a layer Toegankelijke grasvelden in parken showing features with this tag",
"value": "grass"
},
{
"key": "access",
"description": "The MapComplete theme Personal theme has a layer Toegankelijke grasvelden in parken showing features with this tag",
"value": "public"
},
{
"key": "access",
"description": "The MapComplete theme Personal theme has a layer Toegankelijke grasvelden in parken showing features with this tag",
"value": "yes"
},
{
"key": "image",
"description": "The layer 'Toegankelijke grasvelden in parken 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",
"description": "The layer 'Toegankelijke grasvelden in parken 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",
"description": "The layer 'Toegankelijke grasvelden in parken 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",
"description": "The layer 'Toegankelijke grasvelden in parken 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": "leisure",
"description": "The MapComplete theme Personal theme has a layer Hackerspace showing features with this tag",
@ -6012,26 +5953,6 @@
"key": "wikipedia",
"description": "The layer 'Parking 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": "highway",
"description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag",
"value": "footway"
},
{
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag",
"value": "path"
},
{
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag",
"value": "corridor"
},
{
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Pedestrian paths showing features with this tag",
"value": "steps"
},
{
"key": "leisure",
"description": "The MapComplete theme Personal theme has a layer Picnic tables showing features with this tag",
@ -6072,58 +5993,6 @@
"description": "Layer 'Picnic tables' shows material=plastic with a fixed text, namely 'This picnic table is made from (recycled) plastic' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "plastic"
},
{
"key": "playground",
"description": "The MapComplete theme Personal theme has a layer Speelbossen showing features with this tag",
"value": "forest"
},
{
"key": "image",
"description": "The layer 'Speelbossen 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",
"description": "The layer 'Speelbossen 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",
"description": "The layer 'Speelbossen 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",
"description": "The layer 'Speelbossen 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": "operator",
"description": "Layer 'Speelbossen' shows and asks freeform values for key 'operator' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "operator",
"description": "Layer 'Speelbossen' shows operator~^[aA][nN][bB]$ with a fixed text, namely 'Dit gebied wordt beheerd door het <a href='https://www.natuurenbos.be/spelen'>Agentschap Natuur en Bos</a>' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "operator",
"description": "Layer 'Speelbossen' shows operator=Agenstchap Natuur en Bos with a fixed text, namely 'Dit gebied wordt beheerd door het <a href='https://www.natuurenbos.be/spelen'>Agentschap Natuur en Bos</a>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "Agenstchap Natuur en Bos"
},
{
"key": "opening_hours",
"description": "Layer 'Speelbossen' shows opening_hours=08:00-22:00 with a fixed text, namely 'Het hele jaar door overdag toegankelijk (van 08:00 tot 22:00)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "08:00-22:00"
},
{
"key": "opening_hours",
"description": "Layer 'Speelbossen' shows opening_hours=Jul-Aug 08:00-22:00 with a fixed text, namely 'Enkel in de <b>zomervakantie</b> en overdag toegankelijk (van 1 juli tot 31 augustus, van 08:00 tot 22:00' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "Jul-Aug 08:00-22:00"
},
{
"key": "email",
"description": "Layer 'Speelbossen' shows and asks freeform values for key 'email' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "phone",
"description": "Layer 'Speelbossen' shows and asks freeform values for key 'phone' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "leisure",
"description": "The MapComplete theme Personal theme has a layer Playgrounds showing features with this tag",
@ -6236,6 +6105,11 @@
"description": "Layer 'Playgrounds' shows access=private with a fixed text, namely 'Not accessible' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "private"
},
{
"key": "leisure",
"description": "Layer 'Playgrounds' shows leisure=playground with a fixed text, namely 'This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "playground"
},
{
"key": "website",
"description": "Layer 'Playgrounds' shows and asks freeform values for key 'website' (in the MapComplete.osm.be theme 'Personal theme')"
@ -6705,136 +6579,6 @@
"description": "Layer 'Shop' shows payment:cards=yes with a fixed text, namely 'Payment cards are accepted here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Paadjes, trage wegen en autoluwe straten showing features with this tag",
"value": "pedestrian"
},
{
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Paadjes, trage wegen en autoluwe straten showing features with this tag",
"value": "footway"
},
{
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Paadjes, trage wegen en autoluwe straten showing features with this tag",
"value": "path"
},
{
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Paadjes, trage wegen en autoluwe straten showing features with this tag",
"value": "bridleway"
},
{
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Paadjes, trage wegen en autoluwe straten showing features with this tag",
"value": "living_street"
},
{
"key": "highway",
"description": "The MapComplete theme Personal theme has a layer Paadjes, trage wegen en autoluwe straten showing features with this tag",
"value": "track"
},
{
"key": "image",
"description": "The layer 'Paadjes, trage wegen en autoluwe straten 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",
"description": "The layer 'Paadjes, trage wegen en autoluwe straten 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",
"description": "The layer 'Paadjes, trage wegen en autoluwe straten 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",
"description": "The layer 'Paadjes, trage wegen en autoluwe straten 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": "highway",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows highway=living_street with a fixed text, namely '<div> Dit is een woonerf: <ul><li>Voetgangers mogen hier de volledige breedte van de straat gebruiken</li><li>Gemotoriseerd verkeer mag maximaal <b>20km/h</b> rijden</li></ul></div>' (in the MapComplete.osm.be theme 'Personal theme')",
"value": "living_street"
},
{
"key": "highway",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows highway=pedestrian with a fixed text, namely 'Dit is een brede, autovrije straat' (in the MapComplete.osm.be theme 'Personal theme')",
"value": "pedestrian"
},
{
"key": "highway",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows highway=footway with a fixed text, namely 'Dit is een voetpaadje' (in the MapComplete.osm.be theme 'Personal theme')",
"value": "footway"
},
{
"key": "highway",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows highway=path with a fixed text, namely 'Dit is een wegeltje of bospad' (in the MapComplete.osm.be theme 'Personal theme')",
"value": "path"
},
{
"key": "highway",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows highway=bridleway with a fixed text, namely 'Dit is een ruiterswegel' (in the MapComplete.osm.be theme 'Personal theme')",
"value": "bridleway"
},
{
"key": "highway",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows highway=track with a fixed text, namely 'Dit is een tractorspoor of weg om landbouwgrond te bereikken' (in the MapComplete.osm.be theme 'Personal theme')",
"value": "track"
},
{
"key": "surface",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows and asks freeform values for key 'surface' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "surface",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows surface=grass with a fixed text, namely 'The surface is <b>grass</b>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "grass"
},
{
"key": "surface",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows surface=ground with a fixed text, namely 'The surface is <b>ground</b>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "ground"
},
{
"key": "surface",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows surface=unpaved with a fixed text, namely 'The surface is <b>unpaved</b>' (in the MapComplete.osm.be theme 'Personal theme')",
"value": "unpaved"
},
{
"key": "surface",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows surface=sand with a fixed text, namely 'The surface is <b>sand</b>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "sand"
},
{
"key": "surface",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows surface=paving_stones with a fixed text, namely 'The surface is <b>paving stones</b>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "paving_stones"
},
{
"key": "surface",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows surface=asphalt with a fixed text, namely 'The surface is <b>asphalt</b>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "asphalt"
},
{
"key": "surface",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows surface=concrete with a fixed text, namely 'The surface is <b>concrete</b>' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "concrete"
},
{
"key": "surface",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows surface=paved with a fixed text, namely 'The surface is <b>paved</b>' (in the MapComplete.osm.be theme 'Personal theme')",
"value": "paved"
},
{
"key": "lit",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows lit=yes with a fixed text, namely ''s nachts verlicht' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "lit",
"description": "Layer 'Paadjes, trage wegen en autoluwe straten' shows lit=no with a fixed text, namely 'Niet verlicht' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "no"
},
{
"key": "leisure",
"description": "The MapComplete theme Personal theme has a layer Sport pitches showing features with this tag",
@ -6986,6 +6730,22 @@
"description": "The MapComplete theme Personal theme has a layer Street Lamps showing features with this tag",
"value": "street_lamp"
},
{
"key": "image",
"description": "The layer 'Street Lamps 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",
"description": "The layer 'Street Lamps 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",
"description": "The layer 'Street Lamps 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",
"description": "The layer 'Street Lamps 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": "ref",
"description": "Layer 'Street Lamps' shows and asks freeform values for key 'ref' (in the MapComplete.osm.be theme 'Personal theme')"
@ -7517,99 +7277,6 @@
"key": "description",
"description": "Layer 'Toilets' shows and asks freeform values for key 'description' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "route",
"description": "The MapComplete theme Personal theme has a layer Trails showing features with this tag"
},
{
"key": "route",
"description": "The MapComplete theme Personal theme has a layer Trails showing features with this tag"
},
{
"key": "route",
"description": "The MapComplete theme Personal theme has a layer Trails showing features with this tag"
},
{
"key": "route",
"description": "The MapComplete theme Personal theme has a layer Trails showing features with this tag"
},
{
"key": "image",
"description": "The layer 'Trails 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",
"description": "The layer 'Trails 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",
"description": "The layer 'Trails 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",
"description": "The layer 'Trails 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": "name",
"description": "Layer 'Trails' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "operator",
"description": "Layer 'Trails' shows and asks freeform values for key 'operator' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "operator",
"description": "Layer 'Trails' shows operator=Natuurpunt with a fixed text, namely 'Dit gebied wordt beheerd door Natuurpunt' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "Natuurpunt"
},
{
"key": "operator",
"description": "Layer 'Trails' shows operator~^(n|N)atuurpunt.*$ with a fixed text, namely 'Dit gebied wordt beheerd door {operator}' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "colour",
"description": "Layer 'Trails' shows and asks freeform values for key 'colour' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "colour",
"description": "Layer 'Trails' shows colour=blue with a fixed text, namely 'Blue trail' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "blue"
},
{
"key": "colour",
"description": "Layer 'Trails' shows colour=red with a fixed text, namely 'Red trail' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "red"
},
{
"key": "colour",
"description": "Layer 'Trails' shows colour=green with a fixed text, namely 'Green trail' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "green"
},
{
"key": "colour",
"description": "Layer 'Trails' shows colour=yellow with a fixed text, namely 'Yellow trail' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yellow"
},
{
"key": "wheelchair",
"description": "Layer 'Trails' shows wheelchair=yes with a fixed text, namely 'deze wandeltocht is toegankelijk met de rolstoel' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "wheelchair",
"description": "Layer 'Trails' shows wheelchair=no with a fixed text, namely 'deze wandeltocht is niet toegankelijk met de rolstoel' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "no"
},
{
"key": "pushchair",
"description": "Layer 'Trails' shows pushchair=yes with a fixed text, namely 'deze wandeltocht is toegankelijk met de buggy' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "pushchair",
"description": "Layer 'Trails' shows pushchair=no with a fixed text, namely 'deze wandeltocht is niet toegankelijk met de buggy' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "no"
},
{
"key": "natural",
"description": "The MapComplete theme Personal theme has a layer Tree showing features with this tag",
@ -7799,62 +7466,6 @@
"key": "name",
"description": "Layer 'veterinary' shows and asks freeform values for key 'name' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "tourism",
"description": "The MapComplete theme Personal theme has a layer Viewpoint showing features with this tag",
"value": "viewpoint"
},
{
"key": "image",
"description": "The layer 'Viewpoint 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",
"description": "The layer 'Viewpoint 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",
"description": "The layer 'Viewpoint 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",
"description": "The layer 'Viewpoint 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": "description",
"description": "Layer 'Viewpoint' shows and asks freeform values for key 'description' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "landuse",
"description": "The MapComplete theme Personal theme has a layer Speelweide showing features with this tag",
"value": "village_green"
},
{
"key": "image",
"description": "The layer 'Speelweide 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",
"description": "The layer 'Speelweide 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",
"description": "The layer 'Speelweide 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",
"description": "The layer 'Speelweide 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": "information",
"description": "The MapComplete theme Personal theme has a layer Visitor Information Centre showing features with this tag",
"value": "visitor_centre"
},
{
"key": "information",
"description": "The MapComplete theme Personal theme has a layer Visitor Information Centre showing features with this tag",
"value": "office"
},
{
"key": "amenity",
"description": "The MapComplete theme Personal theme has a layer Waste Basket showing features with this tag",
@ -7975,104 +7586,6 @@
"description": "Layer 'Waste Disposal Bins' shows with a fixed text, namely 'This container is located outdoors' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key location.",
"value": ""
},
{
"key": "man_made",
"description": "The MapComplete theme Personal theme has a layer Watermill showing features with this tag",
"value": "watermill"
},
{
"key": "image",
"description": "The layer 'Watermill 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",
"description": "The layer 'Watermill 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",
"description": "The layer 'Watermill 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",
"description": "The layer 'Watermill 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": "access:description",
"description": "Layer 'Watermill' shows and asks freeform values for key 'access:description' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "access",
"description": "Layer 'Watermill' shows access=yes with a fixed text, namely 'Vrij toegankelijk' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "fee",
"description": "Layer 'Watermill' shows access=yes with a fixed text, namely 'Vrij toegankelijk' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key fee.",
"value": ""
},
{
"key": "access",
"description": "Layer 'Watermill' shows access=no with a fixed text, namely 'Niet toegankelijk' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "no"
},
{
"key": "fee",
"description": "Layer 'Watermill' shows access=no with a fixed text, namely 'Niet toegankelijk' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key fee.",
"value": ""
},
{
"key": "access",
"description": "Layer 'Watermill' shows access=private with a fixed text, namely 'Niet toegankelijk, want privégebied' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "private"
},
{
"key": "fee",
"description": "Layer 'Watermill' shows access=private with a fixed text, namely 'Niet toegankelijk, want privégebied' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key fee.",
"value": ""
},
{
"key": "access",
"description": "Layer 'Watermill' shows access=permissive with a fixed text, namely 'Toegankelijk, ondanks dat het privegebied is' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "permissive"
},
{
"key": "fee",
"description": "Layer 'Watermill' shows access=permissive with a fixed text, namely 'Toegankelijk, ondanks dat het privegebied is' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key fee.",
"value": ""
},
{
"key": "access",
"description": "Layer 'Watermill' shows access=guided with a fixed text, namely 'Enkel toegankelijk met een gids of tijdens een activiteit' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "guided"
},
{
"key": "fee",
"description": "Layer 'Watermill' shows access=guided with a fixed text, namely 'Enkel toegankelijk met een gids of tijdens een activiteit' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme') Picking this answer will delete the key fee.",
"value": ""
},
{
"key": "access",
"description": "Layer 'Watermill' shows access=yes&fee=yes with a fixed text, namely 'Toegankelijk mits betaling' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "fee",
"description": "Layer 'Watermill' shows access=yes&fee=yes with a fixed text, namely 'Toegankelijk mits betaling' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "yes"
},
{
"key": "operator",
"description": "Layer 'Watermill' shows and asks freeform values for key 'operator' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "operator",
"description": "Layer 'Watermill' shows operator=Natuurpunt with a fixed text, namely 'Dit gebied wordt beheerd door Natuurpunt' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Personal theme')",
"value": "Natuurpunt"
},
{
"key": "operator",
"description": "Layer 'Watermill' shows operator~^(n|N)atuurpunt.*$ with a fixed text, namely 'Dit gebied wordt beheerd door {operator}' (in the MapComplete.osm.be theme 'Personal theme')"
},
{
"key": "generator:source",
"description": "The MapComplete theme Personal theme has a layer wind turbine showing features with this tag",

View file

@ -272,6 +272,16 @@
"description": "Layer 'Dog friendly eateries' shows takeaway=no with a fixed text, namely 'Take-away is not possible here' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')",
"value": "no"
},
{
"key": "delivery",
"description": "Layer 'Dog friendly eateries' shows delivery=yes with a fixed text, namely 'This business does home delivery (eventually via a third party)' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')",
"value": "yes"
},
{
"key": "delivery",
"description": "Layer 'Dog friendly eateries' shows delivery=no with a fixed text, namely 'This business does not deliver at home' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')",
"value": "no"
},
{
"key": "diet:vegetarian",
"description": "Layer 'Dog friendly eateries' shows diet:vegetarian=no with a fixed text, namely 'No vegetarian options are available' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')",
@ -364,12 +374,12 @@
},
{
"key": "friture:oil",
"description": "Layer 'Dog friendly eateries' shows friture:oil=vegetable with a fixed text, namely 'Vegetable oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')",
"description": "Layer 'Dog friendly eateries' shows friture:oil=vegetable with a fixed text, namely 'The frying is done with vegetable oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')",
"value": "vegetable"
},
{
"key": "friture:oil",
"description": "Layer 'Dog friendly eateries' shows friture:oil=animal with a fixed text, namely 'Animal oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')",
"description": "Layer 'Dog friendly eateries' shows friture:oil=animal with a fixed text, namely 'The frying is done with animal oil' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Veterinarians, dog parks and other pet-amenities')",
"value": "animal"
},
{

View file

@ -122,6 +122,11 @@
"description": "Layer 'Playgrounds' shows access=private with a fixed text, namely 'Not accessible' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
"value": "private"
},
{
"key": "leisure",
"description": "Layer 'Playgrounds' shows leisure=playground with a fixed text, namely 'This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Playgrounds')",
"value": "playground"
},
{
"key": "website",
"description": "Layer 'Playgrounds' shows and asks freeform values for key 'website' (in the MapComplete.osm.be theme 'Playgrounds')"

View file

@ -15,6 +15,22 @@
"description": "The MapComplete theme Street Lighting has a layer Street Lamps showing features with this tag",
"value": "street_lamp"
},
{
"key": "image",
"description": "The layer 'Street Lamps 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",
"description": "The layer 'Street Lamps 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",
"description": "The layer 'Street Lamps 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",
"description": "The layer 'Street Lamps 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": "ref",
"description": "Layer 'Street Lamps' shows and asks freeform values for key 'ref' (in the MapComplete.osm.be theme 'Street Lighting')"
@ -189,6 +205,22 @@
"key": "lit",
"description": "The MapComplete theme Street Lighting has a layer Lit streets showing features with this tag"
},
{
"key": "image",
"description": "The layer 'Lit streets 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",
"description": "The layer 'Lit streets 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",
"description": "The layer 'Lit streets 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",
"description": "The layer 'Lit streets 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": "lit",
"description": "Layer 'Lit streets' shows lit=yes with a fixed text, namely 'This street is lit' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Street Lighting')",
@ -213,6 +245,22 @@
"key": "highway",
"description": "The MapComplete theme Street Lighting has a layer All streets showing features with this tag"
},
{
"key": "image",
"description": "The layer 'All streets 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",
"description": "The layer 'All streets 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",
"description": "The layer 'All streets 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",
"description": "The layer 'All streets 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": "lit",
"description": "Layer 'All streets' shows lit=yes with a fixed text, namely 'This street is lit' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Street Lighting')",

View file

@ -10,14 +10,6 @@
"contact_email": "pietervdvn@posteo.net"
},
"tags": [
{
"key": "camera:direction",
"description": "The MapComplete theme Surveillance under Surveillance has a layer Direction visualization showing features with this tag"
},
{
"key": "direction",
"description": "The MapComplete theme Surveillance under Surveillance has a layer Direction visualization showing features with this tag"
},
{
"key": "man_made",
"description": "The MapComplete theme Surveillance under Surveillance has a layer Surveillance camera's showing features with this tag",

View file

@ -11,6 +11,35 @@
- [What is a URL parameter?](#what-is-a-url-parameter)
- [language](#language)
- [fs-translation-mode](#fs-translation-mode)
- [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-search](#fs-search)
- [fs-background](#fs-background)
- [fs-filter](#fs-filter)
- [fs-add-new](#fs-add-new)
- [fs-welcome-message](#fs-welcome-message)
- [fs-iframe-popout](#fs-iframe-popout)
- [fs-more-quests](#fs-more-quests)
- [fs-share-screen](#fs-share-screen)
- [fs-geolocation](#fs-geolocation)
- [fs-all-questions](#fs-all-questions)
- [fs-export](#fs-export)
- [fs-pdf](#fs-pdf)
- [backend](#backend)
- [test](#test)
- [debug](#debug)
- [fake-user](#fake-user)
- [overpassUrl](#overpassurl)
- [overpassTimeout](#overpasstimeout)
- [overpassMaxZoom](#overpassmaxzoom)
- [osmApiTileSize](#osmapitilesize)
- [background](#background)
- [layer-&lt;layer-id&gt;](#layer-&ltlayer-id&gt;)
@ -49,6 +78,209 @@ Finally, the URL-hash is the part after the `#`. It is `node/1234` in this case.
fs-translation-mode
---------------------
If set, will show a translation button next to every string. The default value is _false_
If set, will show a translation button next to every string. The default value is _false_
tab
-----
The tab that is shown in the welcome-message. The default value is _0_
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
--------------
Disables/Enables the user information pill (userbadge) at the top left. Disabling this disables logging in and thus disables editing all together, effectively putting MapComplete into read-only mode. The default value is _true_
fs-search
-----------
Disables/Enables the search bar The default value is _true_
fs-background
---------------
Disables/Enables the background layer control The default value is _true_
fs-filter
-----------
Disables/Enables the filter view The default value is _true_
fs-add-new
------------
Disables/Enables the 'add new feature'-popup. (A theme without presets might not have it in the first place) The default value is _true_
fs-welcome-message
--------------------
Disables/enables the help menu or welcome message The default value is _true_
fs-iframe-popout
------------------
Disables/Enables the extraLink button. By default, if in iframe mode and the welcome message is hidden, a popout button to the full mapcomplete instance is shown instead (unless disabled with this switch or another extraLink button is enabled) The default value is _true_
fs-more-quests
----------------
Disables/Enables the 'More Quests'-tab in the welcome message The default value is _true_
fs-share-screen
-----------------
Disables/Enables the 'Share-screen'-tab in the welcome message The default value is _true_
fs-geolocation
----------------
Disables/Enables the geolocation button The default value is _true_
fs-all-questions
------------------
Always show all questions The default value is _false_
fs-export
-----------
Enable the export as GeoJSON and CSV button The default value is _false_
fs-pdf
--------
Enable the PDF download button The default value is _false_
backend
---------
The OSM backend to use - can be used to redirect mapcomplete to the testing backend when using 'osm-test' The default value is _osm_
test
------
If true, 'dryrun' mode is activated. The app will behave as normal, except that changes to OSM will be printed onto the console instead of actually uploaded to osm.org The default value is _false_
debug
-------
If true, shows some extra debugging help such as all the available tags on every object The default value is _false_
fake-user
-----------
If true, 'dryrun' mode is activated and a fake user account is loaded The default value is _false_
overpassUrl
-------------
Point mapcomplete to a different overpass-instance. Example: https://overpass-api.de/api/interpreter The default value is _https://overpass-api.de/api/interpreter,https://overpass.kumi.systems/api/interpreter,https://overpass.openstreetmap.ru/cgi/interpreter_
overpassTimeout
-----------------
Set a different timeout (in seconds) for queries in overpass The default value is _30_
overpassMaxZoom
-----------------
point to switch between OSM-api and overpass The default value is _16_
osmApiTileSize
----------------
Tilesize when the OSM-API is used to fetch data within a BBOX The default value is _17_
background
------------
The id of the background layer to start with The default value is _osm_
layer-&lt;layer-id&gt;
------------------------
Wether or not the layer with id <layer-id> is shown The default value is _true_
This document is autogenerated from [Logic/Web/QueryParameters.ts](https://github.com/pietervdvn/MapComplete/blob/develop/Logic/Web/QueryParameters.ts), [UI/QueryParameterDocumentation.ts](https://github.com/pietervdvn/MapComplete/blob/develop/UI/QueryParameterDocumentation.ts)

View file

@ -1,7 +1,7 @@
{
"contributors": [
{
"commits": 3833,
"commits": 3863,
"contributor": "Pieter Vander Vennet"
},
{

View file

@ -73,12 +73,12 @@
},
"description": {
"en": "An open map of statues, busts, graffitis and other artwork all over the world",
"nl": "Verschillende soorten kunstwerken",
"nl": "Een vrije kaart met standbeelden, bustes, graffiti en andere kunstwerken van over de hele wereld",
"fr": "Diverses œuvres d'art",
"de": "Eine freie Karte mit Statuen, Büsten, Graffitis und anderen Kunstwerken auf der ganzen Welt",
"it": "Diverse opere darte",
"ru": "Разнообразные произведения искусства",
"es": "Diversas piezas de obras de arte",
"es": "Un mapa abierto de estatus, bustos, grafitis y otras obras de arte en todo el mundo",
"ja": "多様な作品",
"zh_Hant": "不同類型的藝術品",
"id": "Beragam karya seni",

View file

@ -715,7 +715,7 @@
"en": "A bench is a wooden, metal, stone, … surface where a human can sit. This layers visualises them and asks a few questions about them.",
"fr": "Un banc est une surface en bois, métal, pierre... sur laquelle un humain peut s'asseoir. Cette couche permet de les visualiser et pose des questions à leur sujet.",
"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 preguntan 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."
}
}

View file

@ -114,7 +114,7 @@
"en": "This is an automated docking station, where a bicycle is mechanically locked into a structure",
"nl": "Dit is een docking station waar de fietsen mechanisch in een grotere structuur worden vastgemaakt",
"de": "Dies ist eine automatisierte Radstation, bei der Fahrräder mechanisch in einer Struktur verriegelt werden",
"es": "Esta es una estación automática, en la que una bici se asegura mecánicamente en una estructura"
"es": "Esta es una estación automática, en la que una bici se asegura mecánicamente a una estructura"
}
},
{
@ -131,7 +131,8 @@
"then": {
"en": "This is a dropoff point, e.g. a reserved parking to place the bicycles which clearly marked as being for the rental service only",
"nl": "Dit is een dropzone, bv. een fietsparkeerplaats die is voorbehouden voor fietsverhuur ",
"de": "Dies ist ein Rückgabepunkt, z. B. ein reservierter Fahrradstellplatz, der deutlich als solcher gekennzeichnet ist"
"de": "Dies ist ein Rückgabepunkt, z. B. ein reservierter Fahrradstellplatz, der deutlich als solcher gekennzeichnet ist",
"es": "Este es un punto de entrega, ej. un aparcamiento reservado para colocar las bicicletas, claramente marcado como solo para el servicio de alquiler"
}
}
],
@ -173,14 +174,16 @@
"nl": "Wat voor soort fietsen en fietstoebehoren worden hier verhuurd?",
"de": "Welche Art von Fahrrädern und Zubehör wird hier vermietet?",
"es": "¿Qué tipo de bicicletas y accesorios se alquilan aquí?",
"da": "Hvilken slags cykler og tilbehør udlejes her?"
"da": "Hvilken slags cykler og tilbehør udlejes her?",
"fr": "Quels types de vélos et daccessoires peuvent être loués ici ?"
},
"render": {
"en": "{rental} is rented here",
"nl": "{rental} kunnen hier uitgeleend worden",
"de": "{rental} können hier gemietet werden",
"es": "{rental} se alquilan aquí",
"da": "{rental} udlejes her"
"da": "{rental} udlejes her",
"fr": "{rental} est louable ici"
},
"freeform": {
"key": "rental",
@ -195,7 +198,8 @@
"nl": "Gewone stadsfietsen kunnen hier gehuurd worden",
"de": "Normale Stadtfahrräder können hier gemietet werden",
"es": "Aquí se pueden alquilar bicis normales",
"da": "Her kan man leje almindelige bycykler"
"da": "Her kan man leje almindelige bycykler",
"fr": "Des vélos de ville peuvent être loués ici"
}
},
{
@ -205,7 +209,8 @@
"nl": "Elektrische fietsen kunnen hier gehuurd worden",
"de": "Elektrofahrräder können hier gemietet werden",
"es": "Aquí se pueden alquilar bicis eléctricas",
"da": "El-cykler kan lejes her"
"da": "El-cykler kan lejes her",
"fr": "Des vélos électriques peuvent être loués ici"
}
},
{
@ -215,7 +220,8 @@
"nl": "BMX-fietsen kunnen hier gehuurd worden",
"de": "BMX-Räder können hier gemietet werden",
"es": "Aquí se pueden alquilar bicis BMX",
"da": "BMX cykler kan lejes her"
"da": "BMX cykler kan lejes her",
"fr": "Des BMX peuvent être loués ici"
}
},
{
@ -225,7 +231,8 @@
"nl": "Mountainbikes kunnen hier gehuurd worden",
"de": "Mountainbikes können hier gemietet werden",
"es": "Aquí se pueden alquilar bicis de montaña",
"da": "Mountainbikes kan lejes her"
"da": "Mountainbikes kan lejes her",
"fr": "Des vélos de montagne peuvent être loués ici"
}
},
{
@ -235,7 +242,8 @@
"nl": "Kinderfietsen kunnen hier gehuurd worden",
"de": "Kinderfahrräder können hier gemietet werden",
"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"
}
},
{
@ -244,7 +252,8 @@
"en": "Tandem bicycles can be rented here",
"nl": "Tandems kunnen hier gehuurd worden",
"de": "Tandems können hier gemietet werden",
"da": "Tandemcykler kan lejes her"
"da": "Tandemcykler kan lejes her",
"fr": "Des tandems peuvent être loués ici"
}
},
{
@ -254,7 +263,8 @@
"nl": "Wielerfietsen (sportfietsen) kunnen hier gehuurd worden",
"de": "Rennräder können hier gemietet werden",
"es": "Aquí se pueden alquilar bicicletas de carreras",
"da": "Racercykler kan lejes her"
"da": "Racercykler kan lejes her",
"fr": "Des vélos de course peuvent être loués ici"
}
},
{
@ -263,7 +273,8 @@
"en": "Bike helmets can be rented here",
"nl": "Fietshelmpen kunnen hier gehuurd worden",
"es": "Aquí se pueden alquilar cascos",
"de": "Fahrradhelme können hier gemietet werden"
"de": "Fahrradhelme können hier gemietet werden",
"fr": "Des casques de vélos peuvent être loués ici"
}
}
]
@ -283,7 +294,8 @@
"de": "Stadträder",
"es": "bicis de ciudad",
"da": "bycykler",
"eo": "urbaj bicikloj"
"eo": "urbaj bicikloj",
"fr": "vélos de ville"
}
],
[
@ -294,7 +306,8 @@
"de": "Elektrofahrräder",
"es": "bicis eléctricas",
"da": "elektriske cykler",
"eo": "elektraj bicikloj"
"eo": "elektraj bicikloj",
"fr": "vélos électriques"
}
],
[
@ -305,7 +318,8 @@
"de": "Kinderfahrräder",
"es": "bicis infantiles",
"da": "børnecykler",
"eo": "bicikloj por infanoj"
"eo": "bicikloj por infanoj",
"fr": "vélos d'enfants"
}
],
[
@ -316,7 +330,8 @@
"de": "BMX-Räder",
"es": "bicis BMX",
"da": "BMX-cykler",
"eo": "BMX-bicikloj"
"eo": "BMX-bicikloj",
"fr": "BMX"
}
],
[
@ -328,7 +343,8 @@
"de": "Mountainbikes",
"es": "bicis de montaña",
"da": "mountainbike",
"eo": "montobicikloj"
"eo": "montobicikloj",
"fr": "vélos de montagne"
}
],
[
@ -337,7 +353,8 @@
"en": "bicycle panniers",
"nl": "fietstassen",
"de": "Fahrradtaschen",
"da": "cykeltasker"
"da": "cykeltasker",
"es": "alforjas de bicicleta"
}
],
[
@ -347,7 +364,9 @@
"nl": "tandem",
"ca": "tàndem",
"de": "Tandems",
"da": "tandem"
"da": "tandem",
"es": "tándem",
"fr": "tandem"
}
]
]
@ -361,12 +380,14 @@
"question": {
"en": "How much type_plural can be rented here?",
"nl": "Hoeveel type_plural kunnen hier uitgeleend worden?",
"de": "Wie viele type_plural können hier gemietet werden?"
"de": "Wie viele type_plural können hier gemietet werden?",
"fr": "Combien de type_plural peuvent être loués ici ?"
},
"render": {
"en": "{capacity:bicycle_type} type_plural can be rented here",
"nl": "{capacity:bicycle_type} type_plural kunnen hier uitgeleend worden",
"de": "{capacity:bicycle_type} type_plural können hier gemietet werden"
"de": "{capacity:bicycle_type} type_plural können hier gemietet werden",
"fr": "{capacity:bicycle_type} type_plural peuvent être loués ici"
},
"freeform": {
"key": "capacity:bicycle_type",
@ -382,7 +403,7 @@
"title": {
"en": "a bicycle rental shop",
"nl": "een fietsverhuurzaak",
"fr": "une magasin de location de vélos",
"fr": "un magasin de location de vélos",
"de": "ein Geschäft mit Fahrradverleih",
"es": "una tienda de alquiler de bicicletas",
"da": "en cykeludlejningsforretning"
@ -406,7 +427,8 @@
"nl": "een fietsverhuur",
"de": "eine Fahrradleihstation",
"da": "cykeludlejning",
"es": "un alquiler de bicicletas"
"es": "un alquiler de bicicletas",
"fr": "une location de vélos"
},
"tags": [
"amenity=bicycle_rental"

View file

@ -115,7 +115,8 @@
"zh_Hant": "這個自動販賣機仍運作",
"pt_BR": "Esta máquina de venda automática funciona",
"pt": "Esta máquina de venda automática funciona",
"da": "Denne salgsautomat virker"
"da": "Denne salgsautomat virker",
"es": "Esta máquina expendedora funciona"
}
},
{

View file

@ -276,7 +276,8 @@
"zh_Hant": "{name} 的網站是?",
"pt_BR": "Qual o website de {name}?",
"pt": "Qual o website de {name}?",
"da": "Hvad er webstedet for {name}?"
"da": "Hvad er webstedet for {name}?",
"es": "¿Cual es el sitio web de {name}?"
},
"render": "<a href='{website}' target='_blank'>{website}</a>",
"freeform": {

View file

@ -613,7 +613,8 @@
"de": "Dunlopventile",
"it": "Dunlop",
"ru": "Клапан Dunlop",
"da": "Dunlop"
"da": "Dunlop",
"es": "Dunlop"
}
},
{

View file

@ -10,7 +10,8 @@
"ru": "Обслуживание велосипедов/магазин",
"pt_BR": "Reparo/loja de bicicletas",
"pt": "Reparo/loja de bicicletas",
"ca": "Botiga/reparació de bicicletes"
"ca": "Botiga/reparació de bicicletes",
"es": "Taller/tienda de bicis"
},
"minzoom": 13,
"allowMove": true,
@ -57,7 +58,8 @@
"pt_BR": "Reparo/loja de bicicletas",
"pt": "Reparo/loja de bicicletas",
"ca": "Botiga/reparació de bicicletes",
"da": "Cykelværksted/butik"
"da": "Cykelværksted/butik",
"es": "Taller/tienda de bicis"
},
"mappings": [
{
@ -74,7 +76,8 @@
"ru": "Магазин спортивного инвентаря <i>{name}</i>",
"de": "Sportartikelgeschäft <i>{name}</i>",
"pt_BR": "Loja de equipamentos esportivos <i>{name}</i>",
"pt": "Loja de equipamentos desportivos <i>{name}</i>"
"pt": "Loja de equipamentos desportivos <i>{name}</i>",
"es": "Tienda de artículos deportivos <i>{name}</i>"
}
},
{
@ -85,7 +88,8 @@
]
},
"then": {
"en": "Winkel"
"en": "Winkel",
"de": "Geschäfte"
}
},
{
@ -166,7 +170,8 @@
"it": "Venditore/riparatore bici <i>{name}</i>",
"pt_BR": "Loja/reparo de bicicletas <i>{name}</i>",
"pt": "Loja/reparo de bicicletas <i>{name}</i>",
"da": "Cykelværksted<i>{name}</i>"
"da": "Cykelværksted<i>{name}</i>",
"es": "Taller/tienda de bicis <i>{name}</i>"
}
}
]
@ -235,7 +240,8 @@
"nl": "Deze zaak focust op verhuur",
"en": "This business focuses on rental",
"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"
}
}
]
@ -667,7 +673,8 @@
"gl": "Hai ferramentas aquí para arranxar a túa propia bicicleta",
"de": "Das Geschäft bietet Werkzeug an, um das eigene Fahrrad zu reparieren",
"it": "Questo negozio offre degli attrezzi per la riparazione fai-da-te",
"da": "Denne butik tilbyder værktøj til gør-det-selv-reparation"
"da": "Denne butik tilbyder værktøj til gør-det-selv-reparation",
"es": "Esta tienda ofrece herramientas para la reparación DIY"
}
},
{
@ -679,7 +686,8 @@
"gl": "Non hai ferramentas aquí para arranxar a túa propia bicicleta",
"de": "Das Geschäft bietet kein Werkzeug an, um das eigene Fahrrad zu reparieren",
"it": "Questo negozio non offre degli attrezzi per la riparazione fai-da-te",
"da": "Denne butik tilbyder ikke værktøj til gør-det-selv reparation"
"da": "Denne butik tilbyder ikke værktøj til gør-det-selv reparation",
"es": "Esta tienda no ofrece herramientas para la reparación DIY"
}
},
{
@ -690,7 +698,8 @@
"fr": "Des outils d'auto-réparation sont disponibles uniquement si vous avez acheté ou loué le vélo dans ce magasin",
"it": "Gli attrezzi per la riparazione fai-da-te sono disponibili solamente se hai acquistato/noleggiato la bici nel negozio",
"de": "Das Geschäft bietet nur Werkzeug an, um das eigene Fahrrad zu reparieren, wenn es dort gekauft/gemietet wurde",
"ru": "Инструменты для починки доступны только при покупке/аренде велосипеда в магазине"
"ru": "Инструменты для починки доступны только при покупке/аренде велосипеда в магазине",
"es": "Las herramientas para reparaciones DIT solo están disponibles si compraste/alquilaste la bicicleta en la tienda"
}
}
]
@ -758,7 +767,8 @@
"gl": "Tenda/arranxo de bicicletas",
"de": "eine Fahrradwerkstatt bzw. ein Fahrradgeschäft",
"it": "una negozio/riparatore di bici",
"ru": "Обслуживание велосипедов/магазин"
"ru": "Обслуживание велосипедов/магазин",
"es": "un taller/tienda de bicis"
},
"tags": [
"shop=bicycle"

View file

@ -6,7 +6,7 @@
"fr": "Objet cycliste",
"de": "Weitere fahrradbezogene Objekte",
"it": "Oggetto relativo alle bici",
"es": "Objeto relacionada con bicis"
"es": "Objeto relacionado con bicis"
},
"minzoom": 13,
"source": {

View file

@ -6,7 +6,8 @@
"de": "Ferngläser",
"ru": "Бинокль",
"ca": "Prismàtics",
"da": "Kikkert"
"da": "Kikkert",
"es": "Prismáticos"
},
"minzoom": 0,
"title": {
@ -16,7 +17,7 @@
"de": "Ferngläser",
"ru": "Бинокль",
"ca": "Prismàtics",
"es": "Binoculares",
"es": "Prismáticos",
"da": "Kikkert"
}
},
@ -26,7 +27,8 @@
"de": "Ferngläser",
"ru": "Бинокли",
"ca": "Prismàtics",
"da": "Kikkerter"
"da": "Kikkerter",
"es": "Prismáticos"
},
"tagRenderings": [
"images",
@ -43,7 +45,8 @@
"en": "Free to use",
"nl": "Gratis te gebruiken",
"de": "Kostenlose Nutzung",
"da": "Gratis at bruge"
"da": "Gratis at bruge",
"es": "De uso gratuito"
}
}
],
@ -57,14 +60,14 @@
"en": "Using these binoculars costs {charge}",
"nl": "Deze verrekijker gebruiken kost {charge}",
"de": "Die Benutzung dieses Fernglases kostet {charge}",
"es": "Utilizar estos binoculares cuesta {charge}",
"es": "Utilizar estos prismáticos cuesta {charge}",
"da": "Brug af denne kikkert koster {charge}"
},
"question": {
"en": "How much does one have to pay to use these binoculars?",
"nl": "Hoeveel moet men betalen om deze verrekijker te gebruiken?",
"de": "Wie viel muss man für die Nutzung dieser Ferngläser bezahlen?",
"es": "¿Cuánto hay que pagar para utilizar estos binoculares?",
"es": "¿Cuánto hay que pagar para utilizar estos prismáticos?",
"da": "Hvor meget koster det at bruge denne kikkert?"
},
"id": "binocular-charge"
@ -74,7 +77,7 @@
"en": "When looking through this binocular, in what direction does one look?",
"nl": "Welke richting kijkt men uit als men door deze verrekijker kijkt?",
"de": "In welche Richtung blickt man, wenn man durch dieses Fernglas schaut?",
"es": "¿Cuándo uno mira a través de este binocular, en qué dirección lo hace?",
"es": "¿Cuándo uno mira a través de estos prismáticos, en qué dirección lo hace?",
"da": "I hvilken retning kigger man, når man ser gennem denne kikkert?"
},
"render": {
@ -102,14 +105,16 @@
"de": "ein Fernglas",
"ru": "бинокль",
"ca": "uns prismàtics",
"da": "en kikkert"
"da": "en kikkert",
"es": "unos prismáticos"
},
"description": {
"en": "A telescope or pair of binoculars mounted on a pole, available to the public to look around. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />",
"nl": "Een telescoop of verrekijker die op een vaste plaats gemonteerd staat waar iedereen door mag kijken. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />",
"de": "Ein fest installiertes Teleskop oder Fernglas, für die öffentliche Nutzung. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />",
"fr": "Une longue-vue ou une paire de jumelles montée sur un poteau, disponible au public pour scruter les environs.\n<img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />",
"da": "Et teleskop eller en kikkert monteret på en stang, som offentligheden kan se sig omkring med. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />"
"da": "Et teleskop eller en kikkert monteret på en stang, som offentligheden kan se sig omkring med. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />",
"es": "Un telescopio o unos prismáticos montados en un poste, disponible para que el público mire alrededor. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />"
},
"preciseInput": {
"preferredBackground": "photo"

View file

@ -157,7 +157,7 @@
"de": "Was ist das für ein Café?",
"hu": "Milyen fajta kávézó ez?",
"da": "Hvilken slags cafe er dette",
"es": "Qué tipo de café es este"
"es": "Qué tipo de cafetería es esta"
},
"mappings": [
{
@ -165,7 +165,8 @@
"then": {
"en": "A pub, mostly for drinking beers in a warm, relaxed interior",
"nl": "Dit is <b>een bruin café of een kroeg</b> waar voornamelijk bier wordt gedronken. De inrichting is typisch gezellig met veel houtwerk",
"de": "Eine Kneipe, in der vor allem Bier in ruhiger, entspannter Atmosphäre getrunken wird"
"de": "Eine Kneipe, in der vor allem Bier in ruhiger, entspannter Atmosphäre getrunken wird",
"es": "Un bar, principalmente para beber cervezas en un interior cálido y relajado"
}
},
{
@ -174,7 +175,8 @@
"en": "A more modern and commercial <b>bar</b>, possibly with a music and light installation",
"nl": "Dit is een <b>bar</b> waar men ter plaatse alcoholische drank nuttigt. De inrichting is typisch modern en commercieel, soms met lichtinstallatie en feestmuziek",
"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"
}
},
{
@ -183,7 +185,8 @@
"en": "A <b>cafe</b> to drink tea, coffee or an alcoholical bevarage in a quiet environment",
"nl": "Dit is een <b>cafe</b> - een plaats waar men rustig kan zitten om een thee, koffie of alcoholische drank te nuttigen.",
"de": "Ein <b>Café</b>, um in ruhiger Umgebung Tee, Kaffee oder ein alkoholisches Getränk zu trinken",
"da": "En <b>café</b> til at drikke te, kaffe eller en alkoholisk drik i rolige omgivelser"
"da": "En <b>café</b> til at drikke te, kaffe eller en alkoholisk drik i rolige omgivelser",
"es": "Una <b>cafetería</b> para beber té, café o una bebida alcohólica en un ambiente tranquilo"
}
},
{
@ -296,7 +299,7 @@
"hu": "Egy olyan réteg, amely kávézókat és kocsmákat jelenít meg, ahol össze lehet gyűlni egy ital köré. A réteg néhány lényeges kérdést tesz fel",
"nl": "Een laag die kroegen en koffiehuizen toont waar je iets kunt drinken. De laag zal je enkele vragen stellen",
"de": "Eine Ebene mit Cafés und Kneipen, in denen man sich auf ein Getränk treffen kann. Die Ebene fragt nach einigen relevanten Eigenschaften",
"es": "Una capa que muestra cafeterías y bares donde uno se puede reunir con una bebida. La capa pregunta algunas preguntas relevantes",
"es": "Una capa que muestra cafeterías y bares donde uno se puede reunir con una bebida. La capa hace algunas preguntas relevantes",
"da": "Et lag med caféer og pubber, hvor man kan samles omkring en drink. Laget stiller nogle relevante spørgsmål"
}
}

View file

@ -4111,12 +4111,14 @@
"question": {
"en": "What is the reference number of this charging station?",
"nl": "Wat is het referentienummer van dit oplaadstation?",
"de": "Welche Kennnummer hat die Ladestation?"
"de": "Welche Kennnummer hat die Ladestation?",
"es": "¿Cual es el número de referencia de esta estación de carga?"
},
"render": {
"en": "Reference number is <b>{ref}</b>",
"nl": "Het referentienummer van dit oplaadpunt is <b>{ref}</b>",
"de": "Die Kennziffer ist <b>{ref}</b>"
"de": "Die Kennziffer ist <b>{ref}</b>",
"es": "El número de referencia es <b>{ref}</b>"
},
"freeform": {
"key": "ref"

View file

@ -4,7 +4,8 @@
"name": {
"en": "Has etymolgy",
"nl": "Heeft etymology info",
"de": "Objekte mit Informationen zur Namensherkunft"
"de": "Objekte mit Informationen zur Namensherkunft",
"fr": "A une étymologie"
},
"minzoom": 12,
"source": {
@ -28,7 +29,8 @@
"en": "All objects which have an etymology known",
"nl": "Alle lagen met een gelinkt etymology",
"de": "Alle Objekte, die eine bekannte Namensherkunft haben",
"hu": "Minden olyan objektum, amelynél ismert a nevének az eredete"
"hu": "Minden olyan objektum, amelynél ismert a nevének az eredete",
"fr": "Tous les objets dont le nom ont une étymologie connue"
},
"calculatedTags": [
"_same_name_ids=feat.closestn('*', 250, undefined, 2500)?.filter(f => f.feat.properties.name === feat.properties.name)?.map(f => f.feat.properties.id)??[]"
@ -45,7 +47,8 @@
"question": {
"en": "What is the Wikidata-item that this object is named after?",
"nl": "Wat is het Wikidata-item van hetgeen dit object is naar vernoemd?",
"de": "Was ist das Wikidata-Element, nach dem dieses Objekt benannt ist?"
"de": "Was ist das Wikidata-Element, nach dem dieses Objekt benannt ist?",
"fr": "Quel est l'Item Wikidata auquel l'objet fait référence ?"
},
"freeform": {
"key": "name:etymology:wikidata",
@ -147,7 +150,8 @@
"render": {
"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}",
"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}"
},
"condition": "name:etymology!=unknown"
},
@ -156,7 +160,8 @@
"render": {
"nl": "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Zoeken op inventaris onroerend erfgoed</a>",
"en": "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>",
"de": "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Suche auf inventaris onroerend erfgoed</a>"
"de": "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Suche auf inventaris onroerend erfgoed</a>",
"fr": "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Chercher sur inventaris onroerend erfgoed</a>"
},
"conditions": "_country=be"
},
@ -165,13 +170,15 @@
"question": {
"en": "What is this object named after?<br/><span class='subtle'>This might be written on the street name sign</span>",
"nl": "Naar wat is dit object vernoemd?<br/><span class='subtle'>Dit staat mogelijks vermeld op het straatnaambordje</span>",
"de": "Wonach ist dieses Objekt benannt?<br/><span class='subtle'>Das könnte auf einem Straßenschild stehen</span>"
"de": "Wonach ist dieses Objekt benannt?<br/><span class='subtle'>Das könnte auf einem Straßenschild stehen</span>",
"fr": "En référence à quoi cet objet est-il nommé ?<br/><span class='subtle'>Cela peut être indiqué sur le panneau de la rue</span>"
},
"render": {
"en": "Named after {name:etymology}",
"nl": "Vernoemd naar {name:etymology}",
"de": "Benannt nach {name:etymology}",
"da": "Opkaldt efter {name:etymology}"
"da": "Opkaldt efter {name:etymology}",
"fr": "Nommé en référence à {name:etymology}"
},
"freeform": {
"key": "name:etymology"
@ -183,7 +190,8 @@
"en": "The origin of this name is unknown in all literature",
"nl": "De oorsprong van deze naam is onbekend in de literatuur",
"de": "Der Ursprung dieses Namens ist in der gesamten Literatur unbekannt",
"da": "Oprindelsen af dette navn er ukendt i al litteratur"
"da": "Oprindelsen af dette navn er ukendt i al litteratur",
"fr": "L'origine de ce nom est inconnu"
}
}
],
@ -200,7 +208,8 @@
"render": {
"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)}",
"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)}"
}
},
{
@ -214,7 +223,8 @@
"render": {
"en": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}",
"nl": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Wijzigingen worden automatisch gedaan op alle segmenten met dezelfde naam, true)}",
"de": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Automatische Datenübernahme auf alle Segmente mit demselben Namen, true)}"
"de": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Automatische Datenübernahme auf alle Segmente mit demselben Namen, true)}",
"fr": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Appliquer automatiquement aux segments avec le même nom, true)}"
}
},
{
@ -223,7 +233,8 @@
"render": {
"en": "A Wikipedia article about this <b>street</b> exists:<br/>{wikipedia():max-height:25rem}",
"nl": "Een Wikipedia artikel over deze <b>straat</b> bestaat:<br/>{wikipedia():max-height:25rem}",
"de": "Zu dieser <b>Straße</b> existiert ein Wikipedia-Artikel:<br/>{wikipedia():max-height:25rem}"
"de": "Zu dieser <b>Straße</b> existiert ein Wikipedia-Artikel:<br/>{wikipedia():max-height:25rem}",
"fr": "Un article Wikipédia à propos de cette <b>rue</b> existe :<br/>{wikipedia():max-height:25rem}"
},
"condition": "wikidata~*"
}

View file

@ -348,7 +348,7 @@
{
"question": {
"nl": "Biedt deze zaak een afhaalmogelijkheid aan?",
"en": "Does this place offer takea-way?",
"en": "Does this place offer take-away?",
"de": "Werden Gerichte zum Mitnehmen angeboten?",
"es": "¿Este lugar ofrece para llevar?"
},
@ -623,7 +623,7 @@
{
"id": "friture-oil",
"question": {
"en": "Does this fries shop use vegetable or animal cooking?",
"en": "Does this fries shop use vegetable or animal oil for cooking?",
"nl": "Bakt deze frituur met dierlijk vet of met plantaardige olie?",
"fr": "Cette friteuse fonctionne-t-elle avec de la graisse animale ou végétale ?",
"de": "Wird in dieser Pommesbude pflanzliches oder tierisches Fett zum Frittieren verwendet?"
@ -632,20 +632,20 @@
{
"if": "friture:oil=vegetable",
"then": {
"en": "Vegetable oil",
"en": "The frying is done with vegetable oil",
"nl": "Bakt in plantaardige olie",
"fr": "Huile végétale",
"de": "Pflanzliches Fett",
"de": "Es wird pflanzliches Fett zum Frittieren verwendet",
"es": "Aceite vegetal"
}
},
{
"if": "friture:oil=animal",
"then": {
"en": "Animal oil",
"en": "The frying is done with animal oil",
"nl": "Dierlijk vet",
"fr": "Graisse animale",
"de": "Tierisches Fett",
"de": "Es wird tierisches Fett zum Frittieren verwendet",
"es": "Aceite animal"
}
}

View file

@ -19,7 +19,8 @@
"en": "Note",
"nl": "Note",
"ca": "Nota",
"de": "Notiz"
"de": "Notiz",
"es": "Nota"
},
"mappings": [
{
@ -27,7 +28,8 @@
"then": {
"en": "Closed note",
"nl": "Gesloten Note",
"de": "Geschlossene Notiz"
"de": "Geschlossene Notiz",
"es": "Nota cerrada"
}
}
]
@ -88,7 +90,8 @@
"render": {
"en": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Report this note as spam or inappropriate</a>",
"nl": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Deze note melden als spam of ongepast</a>",
"de": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Notiz als Spam oder unangemessen melden</a>"
"de": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Notiz als Spam oder unangemessen melden</a>",
"es": "<a href='https://www.openstreetmap.org/reports/new?reportable_id={id}&reportable_type=Note' target='_blank'>Reporta esta nota como spam o inapropiada</a>"
}
}
],

View file

@ -5,7 +5,8 @@
"nl": "Uitkijktorens",
"ru": "Смотровые башни",
"de": "Aussichtstürme",
"ca": "Torres d'observació"
"ca": "Torres d'observació",
"es": "Torres de observación"
},
"minzoom": 8,
"title": {
@ -14,7 +15,8 @@
"nl": "Uitkijktoren",
"ru": "Смотровая башня",
"de": "Beobachtungsturm",
"ca": "Torre d'observació"
"ca": "Torre d'observació",
"es": "Torre de observación"
},
"mappings": [
{
@ -24,7 +26,8 @@
"nl": "<b>{name}</b>",
"ru": "<b>{name}</b>",
"de": "<b>{name}</b>",
"ca": "<b>{name}</b>"
"ca": "<b>{name}</b>",
"es": "<b>{name}</b>"
}
}
]
@ -32,7 +35,8 @@
"description": {
"en": "Towers with a panoramic view",
"nl": "Torens om van het uitzicht te genieten",
"de": "Türme zur Aussicht auf die umgebende Landschaft"
"de": "Türme zur Aussicht auf die umgebende Landschaft",
"es": "Torres con vista panorámica"
},
"tagRenderings": [
"images",
@ -40,12 +44,14 @@
"question": {
"en": "What is the name of this tower?",
"nl": "Heeft deze toren een naam?",
"de": "Wie ist der Name des Turms?"
"de": "Wie ist der Name des Turms?",
"es": "¿Cual es el nombre de esta torre?"
},
"render": {
"en": "This tower is called <b>{name}</b>",
"nl": "Deze toren heet <b>{name}</b>",
"de": "Der Name des Turms ist <b>{name}</b>"
"de": "Der Name des Turms ist <b>{name}</b>",
"es": "Esta torre se llama <b>{name}</b>"
},
"freeform": {
"key": "name"
@ -56,7 +62,8 @@
"then": {
"en": "This tower doesn't have a specific name",
"nl": "Deze toren heeft geen specifieke naam",
"de": "Der Turm hat keinen eigenen Namen"
"de": "Der Turm hat keinen eigenen Namen",
"es": "Esta torre no tiene un nombre específico"
}
}
],
@ -66,12 +73,14 @@
"question": {
"en": "What is the height of this tower?",
"nl": "Hoe hoog is deze toren?",
"de": "Wie hoch ist dieser Turm?"
"de": "Wie hoch ist dieser Turm?",
"es": "¿Cual es la altura de esta torre?"
},
"render": {
"en": "This tower is {height} high",
"nl": "Deze toren is {height} hoog",
"de": "Dieser Turm ist {height} hoch"
"de": "Dieser Turm ist {height} hoch",
"es": "Esta torre mide {height}"
},
"freeform": {
"key": "height",
@ -93,7 +102,8 @@
"then": {
"en": "This tower is publicly accessible",
"nl": "Deze toren is publiek toegankelijk",
"de": "Der Turm ist öffentlich zugänglich"
"de": "Der Turm ist öffentlich zugänglich",
"es": "Esta torre es accesible públicamente"
}
},
{
@ -101,7 +111,8 @@
"then": {
"en": "This tower can only be visited with a guide",
"nl": "Deze toren can enkel bezocht worden met een gids",
"de": "Der Turm darf nur in Begleitung eines Führers betreten werden"
"de": "Der Turm darf nur in Begleitung eines Führers betreten werden",
"es": "A esta torre solo se puede acceder con un guía"
}
}
]
@ -110,12 +121,14 @@
"question": {
"en": "How much does one have to pay to enter this tower?",
"nl": "Hoeveel moet men betalen om deze toren te bezoeken?",
"de": "Was kostet der Zugang zu diesem Turm?"
"de": "Was kostet der Zugang zu diesem Turm?",
"es": "¿Cuánto hay que pagar para entrar en esta torre?"
},
"render": {
"en": "Visiting this tower costs <b>{charge}</b>",
"nl": "Deze toren bezoeken kost <b>{charge}</b>",
"de": "Der Besuch des Turms kostet <b>{charge}</b>"
"de": "Der Besuch des Turms kostet <b>{charge}</b>",
"es": "Visitar esta torre cuesta <b>{charge}</b>"
},
"freeform": {
"key": "charge",
@ -164,7 +177,8 @@
"question": {
"en": "How much individual steps does one have to climb to reach the top of this tower?",
"nl": "Hoeveel treden moet men beklimmen op de top van de toren te bereiken?",
"de": "Wie viele einzelne Stufen muss man erklimmen, um die Spitze des Turms zu erreichen?"
"de": "Wie viele einzelne Stufen muss man erklimmen, um die Spitze des Turms zu erreichen?",
"es": "¿Cuántos escalones hay que subir para llegar a la cima de esta torre?"
},
"freeform": {
"key": "step_count",
@ -173,7 +187,8 @@
"render": {
"en": "This tower has {step_count} steps to reach the top",
"nl": "Deze toren heeft {step_count} traptredes",
"de": "Dieser Turm hat {step_count} Stufen, um die Spitze zu erreichen"
"de": "Dieser Turm hat {step_count} Stufen, um die Spitze zu erreichen",
"es": "Esta torre tiene {step_count} escalones para lllegar a l a cima"
},
"condition": {
"or": [
@ -187,7 +202,8 @@
"question": {
"en": "Does this tower have an elevator?",
"nl": "Heeft deze toren een lift?",
"de": "Hat dieser Turm einen Aufzug?"
"de": "Hat dieser Turm einen Aufzug?",
"es": "¿Tiene ascensor esta torre?"
},
"mappings": [
{
@ -195,7 +211,8 @@
"then": {
"en": "This tower has an elevator which takes visitors to the top",
"nl": "Deze toren heeft een lift die bezoekers naar de top van de toren brengt",
"de": "Dieser Turm verfügt über einen Aufzug, der die Besucher nach oben bringt"
"de": "Dieser Turm verfügt über einen Aufzug, der die Besucher nach oben bringt",
"es": "Esta torre tiene un ascensor que lleva a los visitantes a la cima"
}
},
{
@ -203,7 +220,8 @@
"then": {
"en": "This tower does not have an elevator",
"nl": "Deze toren heeft geen lift",
"de": "Dieser Turm hat keinen Aufzug"
"de": "Dieser Turm hat keinen Aufzug",
"es": "Esta torre no tiene ascensor"
}
}
],
@ -218,12 +236,14 @@
"question": {
"en": "Who maintains this tower?",
"nl": "Wie onderhoudt deze toren?",
"de": "Wer betreibt den Turm?"
"de": "Wer betreibt den Turm?",
"es": "¿Quién mantiene esta torre?"
},
"render": {
"nl": "Wordt onderhouden door <b>{operator}</b>",
"en": "Maintained by <b>{operator}</b>",
"de": "Betrieben von <b>{operator}</b>"
"de": "Betrieben von <b>{operator}</b>",
"es": "Mantenida por <b>{operator}</b>"
},
"freeform": {
"key": "operator"
@ -272,7 +292,8 @@
"en": " meter",
"ru": " метр",
"de": " Meter",
"ca": " metre"
"ca": " metre",
"es": " metros"
}
}
],

View file

@ -4,7 +4,8 @@
"en": "Parking",
"nl": "Parking",
"de": "Parkplätze",
"ca": "Aparcament"
"ca": "Aparcament",
"es": "Aparcamiento"
},
"minzoom": 12,
"source": {
@ -14,13 +15,15 @@
"render": {
"nl": "Parking voor auto's",
"en": "Car parking",
"de": "Parkplatz"
"de": "Parkplatz",
"es": "aparcamiento de coches"
}
},
"description": {
"en": "A layer showing car parkings",
"nl": "Deze laag toont autoparkings",
"de": "Eine Ebene mit Parkplätzen"
"de": "Eine Ebene mit Parkplätzen",
"es": "Una capa que muestra aparcamientos para coches"
},
"tagRenderings": [
"images"
@ -33,7 +36,8 @@
"title": {
"nl": "een parking voor auto's",
"en": "a car parking",
"de": "ein Parkplatz"
"de": "ein Parkplatz",
"es": "un aparcamiento de coches"
}
}
],

View file

@ -7,7 +7,8 @@
"ru": "Столы для пикника",
"fr": "Tables de pique-nique",
"de": "Picknick-Tische",
"ca": "Taules de pícnic"
"ca": "Taules de pícnic",
"es": "Mesas de pícnic"
},
"minzoom": 12,
"source": {
@ -21,7 +22,8 @@
"ru": "Стол для пикника",
"fr": "Table de pique-nique",
"de": "Picknick-Tisch",
"ca": "Taula de pícnic"
"ca": "Taula de pícnic",
"es": "Mesa de pícnic"
}
},
"description": {
@ -30,7 +32,8 @@
"it": "Il livello che mostra i tavoli da picnic",
"fr": "La couche montrant les tables de pique-nique",
"ru": "Слой, отображающий столы для пикника",
"de": "Die Ebene zeigt Picknicktische an"
"de": "Die Ebene zeigt Picknicktische an",
"es": "Una capa que muestra mesas de pícnic"
},
"tagRenderings": [
"images",
@ -41,7 +44,8 @@
"it": "Di che materiale è fatto questo tavolo da picnic?",
"de": "Aus welchem Material besteht dieser Picknicktisch?",
"ru": "Из чего изготовлен этот стол для пикника?",
"fr": "En quel matériau est faite la table de pique-nique ?"
"fr": "En quel matériau est faite la table de pique-nique ?",
"es": "¿De qué material está hecha esta mesa de pícnic?"
},
"render": {
"en": "This picnic table is made of {material}",
@ -49,7 +53,8 @@
"it": "Questo tavolo da picnic è fatto di {material}",
"de": "Dieser Picknicktisch besteht aus {material}",
"ru": "Этот стол для пикника сделан из {material}",
"fr": "La table est faite en {material}"
"fr": "La table est faite en {material}",
"es": "Esta mesa de pícnic está hecha de {material}"
},
"freeform": {
"key": "material"
@ -63,7 +68,8 @@
"it": "È un tavolo da picnic in legno",
"ru": "Это деревянный стол для пикника",
"de": "Dies ist ein Picknicktisch aus Holz",
"fr": "Cest une table en bois"
"fr": "Cest une table en bois",
"es": "Esta es una mesa de pícnic de madera"
}
},
{
@ -74,7 +80,8 @@
"it": "È un tavolo da picnic in cemento",
"ru": "Это бетонный стол для пикника",
"de": "Dies ist ein Picknicktisch aus Beton",
"fr": "Cest une table en béton"
"fr": "Cest une table en béton",
"es": "Esta es una mesa de pícnic de hormigón"
}
},
{
@ -82,7 +89,8 @@
"then": {
"en": "This picnic table is made from (recycled) plastic",
"nl": "Deze picknictafel is gemaakt uit (gerecycleerd) plastiek",
"de": "Dieser Picknicktisch ist aus (recyceltem) Kunststoff hergestellt"
"de": "Dieser Picknicktisch ist aus (recyceltem) Kunststoff hergestellt",
"es": "Esta es una mesa de picnic hecha de plástico reciclado"
}
}
],
@ -100,7 +108,8 @@
"it": "una tavolo da picnic",
"ru": "стол для пикника",
"de": "einen Picknick-Tisch",
"fr": "une table de pique-nique"
"fr": "une table de pique-nique",
"es": "una mesa de pícnic"
}
}
],

View file

@ -71,7 +71,8 @@
"it": "La superficie è <b>{surface}</b>",
"ru": "Поверхность - <b>{surface}</b>",
"de": "Die Oberfläche ist <b>{surface}</b>",
"fr": "La surface est en <b>{surface}</b>"
"fr": "La surface est en <b>{surface}</b>",
"es": "La superficie es <b>{surface}</b>"
},
"freeform": {
"key": "surface"
@ -85,7 +86,8 @@
"it": "La superficie è <b>prato</b>",
"ru": "Поверхность - <b>трава</b>",
"de": "Der Bodenbelag ist aus <b>Gras</b>",
"fr": "La surface est en <b>gazon</b>"
"fr": "La surface est en <b>gazon</b>",
"es": "La superficie es <b>hierba</b>"
}
},
{
@ -96,7 +98,8 @@
"it": "La superficie è <b>sabbia</b>",
"ru": "Поверхность - <b>песок</b>",
"de": "Der Bodenbelag ist aus <b>Sand</b>",
"fr": "La surface est en <b>sable</b>"
"fr": "La surface est en <b>sable</b>",
"es": "La superficie es <b>arena</b>"
}
},
{
@ -118,7 +121,8 @@
"it": "La superficie è <b>mattonelle regolari</b>",
"ru": "Поверхность - <b>брусчатка</b>",
"de": "Der Bodenbelag ist aus <b>Pflastersteinen</b>",
"fr": "La surface est en <b>pavés</b>"
"fr": "La surface est en <b>pavés</b>",
"es": "La superficie es <b>adoquines</b>"
}
},
{
@ -129,7 +133,8 @@
"it": "La superficie è <b>asfalto</b>",
"ru": "Поверхность - <b>асфальт</b>",
"de": "Der Bodenbelag ist aus <b>Asphalt</b>",
"fr": "La surface est en <b>bitume</b>"
"fr": "La surface est en <b>bitume</b>",
"es": "La superficie es <b>asfalto</b>"
}
},
{
@ -140,7 +145,8 @@
"it": "La superficie è <b>cemento</b>",
"ru": "Поверхность - <b>бетон</b>",
"de": "Der Bodenbelag ist aus <b>Beton</b>",
"fr": "La surface est en <b>béton</b>"
"fr": "La surface est en <b>béton</b>",
"es": "La superficie es <b>hormigón</b>"
}
},
{
@ -150,7 +156,8 @@
"en": "The surface is <b>unpaved</b>",
"it": "La superficie è <b>non pavimentato</b>",
"de": "Die Oberfläche ist <b>unbefestigt</b>",
"fr": "La surface na <b>pas de revêtement</b>"
"fr": "La surface na <b>pas de revêtement</b>",
"es": "La superficie está <b>sin pavimentar</b>"
},
"hideInAnswer": true
},
@ -161,7 +168,8 @@
"en": "The surface is <b>paved</b>",
"it": "La superficie è <b>pavimentato</b>",
"de": "Die Oberfläche ist <b>befestigt</b>",
"fr": "La surface a <b>un revêtement</b>"
"fr": "La surface a <b>un revêtement</b>",
"es": "La superficie está <b>pavimentada</b>"
},
"hideInAnswer": true
}
@ -216,7 +224,8 @@
"it": "Accessibile ai bambini di almeno {min_age} anni",
"ru": "Доступно для детей старше {min_age} лет",
"fr": "Accessible aux enfants de plus de {min_age} ans",
"de": "Zugang nur für Kinder ab {min_age} Jahren"
"de": "Zugang nur für Kinder ab {min_age} Jahren",
"es": "Accesible a niños menores de {min_age} años"
},
"question": {
"nl": "Wat is de minimale leeftijd om op deze speeltuin te mogen?",
@ -242,7 +251,8 @@
"it": "Accessibile ai bambini di età inferiore a {max_age}",
"fr": "Accessible aux enfants de {max_age} au maximum",
"ru": "Доступно детям до {max_age}",
"de": "Zugang nur für Kinder bis maximal {max_age}"
"de": "Zugang nur für Kinder bis maximal {max_age}",
"es": "Accesible a niños de hasta {max_age}"
},
"question": {
"nl": "Wat is de maximaal toegestane leeftijd voor deze speeltuin?",
@ -270,7 +280,8 @@
"en": "Operated by {operator}",
"it": "Gestito da {operator}",
"fr": "Exploité par {operator}",
"de": "Betrieben von {operator}"
"de": "Betrieben von {operator}",
"es": "Operado por {operator}"
},
"freeform": {
"key": "operator"
@ -294,7 +305,8 @@
"nl": "Vrij toegankelijk voor het publiek",
"it": "Accessibile pubblicamente",
"de": "Der Spielplatz ist öffentlich zugänglich",
"fr": "Accessible au public"
"fr": "Accessible au public",
"es": "Accesible al público general"
},
"addExtraTags": [
"fee=no"
@ -318,7 +330,8 @@
"nl": "Enkel toegankelijk voor klanten van de bijhorende zaak",
"it": "Accessibile solamente ai clienti dellattività che lo gestisce",
"de": "Der Spielplatz ist nur für Kunden zugänglich",
"fr": "Réservée aux clients"
"fr": "Réservée aux clients",
"es": "Solo accesible para clientes del negocio que lo opera"
},
"addExtraTags": [
"fee=no"
@ -331,7 +344,8 @@
"nl": "Enkel toegankelijk voor scholieren van de bijhorende school",
"it": "Accessibile solamente agli studenti della scuola",
"de": "Nur für Schüler der Schule zugänglich",
"fr": "Réservée aux élèves de lécole"
"fr": "Réservée aux élèves de lécole",
"es": "Solo accesibles para estudiantes de la escuela"
},
"hideInAnswer": true,
"addExtraTags": [
@ -346,15 +360,17 @@
"it": "Non accessibile",
"ru": "Недоступно",
"fr": "Non accessible",
"de": "Der Spielplatz ist nicht öffentlich zugänglich"
"de": "Der Spielplatz ist nicht öffentlich zugänglich",
"es": "No accesible"
}
},
{"if": "leisure=playground",
"then":
{
{
"if": "leisure=playground",
"then": {
"en": "This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public",
"nl": "Dit is een schoolplein - een zone waar de leerlingen kunnen spelen tijdens de pauze. Dit schoolplein is niet toegankelijk voor het publiek"
}}
}
}
]
},
"website",
@ -374,7 +390,8 @@
"fr": "<a href='mailto:{email}'>{email}</a>",
"it": "<a href='mailto:{email}'>{email}</a>",
"ru": "<a href='mailto:{email}'>{email}</a>",
"id": "<a href='mailto:{email}'>{email}</a>"
"id": "<a href='mailto:{email}'>{email}</a>",
"es": "<a href='mailto:{email}'>{email}</a>"
},
"freeform": {
"key": "email",
@ -398,7 +415,8 @@
"fr": "<a href='tel:{phone}'>{phone}</a>",
"ru": "<a href='tel:{phone}'>{phone}</a>",
"id": "<a href='tel:{phone}'>{phone}</a>",
"it": "<a href='tel:{phone}'>{phone}</a>"
"it": "<a href='tel:{phone}'>{phone}</a>",
"es": "<a href='tel:{phone}'>{phone}</a>"
},
"freeform": {
"key": "phone",
@ -425,7 +443,8 @@
"fr": "Entièrement accessible aux personnes en fauteuil roulant",
"de": "Vollständig zugänglich für Rollstuhlfahrer",
"it": "Completamente accessibile in sedia a rotelle",
"ru": "Полностью доступна пользователям кресел-колясок"
"ru": "Полностью доступна пользователям кресел-колясок",
"es": "Completamente accesible para usuarios de silla de ruedas"
}
},
{
@ -436,7 +455,8 @@
"fr": "Accessibilité limitée pour les personnes en fauteuil roulant",
"de": "Eingeschränkte Zugänglichkeit für Rollstuhlfahrer",
"it": "Accesso limitato in sedia a rotelle",
"ru": "Частично доступна пользователям кресел-колясок"
"ru": "Частично доступна пользователям кресел-колясок",
"es": "Acceso limitado para usuarios de silla de ruedas"
}
},
{
@ -447,7 +467,8 @@
"fr": "Non accessible aux personnes en fauteuil roulant",
"de": "Nicht zugänglich für Rollstuhlfahrer",
"it": "Non accessibile in sedia a rotelle",
"ru": "Недоступна пользователям кресел-колясок"
"ru": "Недоступна пользователям кресел-колясок",
"es": "No accesible a usuarios de sillas de ruedas"
}
}
]
@ -475,7 +496,8 @@
"fr": "Accessible du lever au coucher du soleil",
"it": "Si può accedere dall'alba al tramonto",
"ru": "Открыто от рассвета до заката",
"de": "Zugänglich von Sonnenaufgang bis Sonnenuntergang"
"de": "Zugänglich von Sonnenaufgang bis Sonnenuntergang",
"es": "Accesible desde el amanecer hasta el anochecer"
}
},
{
@ -487,7 +509,8 @@
"ru": "Всегда доступен",
"it": "Si può sempre accedere",
"de": "Immer zugänglich",
"ca": "Sempre accessible--"
"ca": "Sempre accessible--",
"es": "Siempre accesible"
}
}
],

View file

@ -173,7 +173,8 @@
"fr": "Livres pour enfants",
"ru": "В основном детские книги",
"it": "Principalmente libri per l'infanzia",
"hu": "Többnyire gyermekkönyvek"
"hu": "Többnyire gyermekkönyvek",
"es": "Mayoritariamente libros infantiles"
}
},
{
@ -185,7 +186,8 @@
"fr": "Livres pour les adultes",
"ru": "В основном книги для взрослых",
"it": "Principalmente libri per persone in età adulta",
"hu": "Többnyire felnőtteknek szóló könyvek"
"hu": "Többnyire felnőtteknek szóló könyvek",
"es": "Mayoritariamente libros para adultos"
}
}
]
@ -258,7 +260,8 @@
"fr": "Accèssible au public",
"it": "È ad accesso libero",
"ru": "Свободный доступ",
"hu": "Nyilvánosan használható"
"hu": "Nyilvánosan használható",
"es": "Accesible públicamente"
},
"if": "access=yes"
},
@ -269,7 +272,8 @@
"de": "Nur für Kunden zugänglich",
"fr": "Accèssible aux clients",
"it": "L'accesso è riservato ai clienti",
"hu": "Csak ügyfelek használhatják"
"hu": "Csak ügyfelek használhatják",
"es": "Solo accesible a clientes"
},
"if": "access=customers"
}
@ -327,7 +331,8 @@
"de": "Der Bücherschrank gehört zum Netzwerk 'Little Free Library'",
"fr": "Fait partie du réseau Little Free Library",
"it": "Fa parte della rete 'Little Free Library'",
"hu": "A „Little Free Library” hálózat része"
"hu": "A „Little Free Library” hálózat része",
"es": "Parte de la red 'Little Free Library'"
},
"if": {
"and": [
@ -488,7 +493,8 @@
"nl": "Binnen of buiten",
"en": "Indoor or outdoor",
"de": "Innen oder Außen",
"hu": "Beltéri vagy kültéri"
"hu": "Beltéri vagy kültéri",
"es": "Interior o exterior"
}
},
{

View file

@ -4,12 +4,14 @@
"en": "Recycling",
"nl": "Recycling",
"de": "Recyclingeinrichtungen",
"ca": "Residus"
"ca": "Residus",
"es": "Reciclaje"
},
"description": {
"en": "A layer with recycling containers and centres",
"nl": "Een laag met recyclagingcontainers en -centrums",
"de": "Eine Ebene mit Recyclingcontainern und -zentren"
"de": "Eine Ebene mit Recyclingcontainern und -zentren",
"es": "Una capa con contenedores y centros de reciclaje"
},
"source": {
"osmTags": "amenity=recycling"
@ -22,7 +24,8 @@
"render": {
"en": "Recycling facility",
"nl": "Recyclingfaciliteit",
"de": "Recyclinganlage"
"de": "Recyclinganlage",
"es": "Facilidad de reciclaje"
},
"mappings": [
{
@ -31,7 +34,8 @@
"*": "{name}",
"en": "Recycling centre",
"nl": "Recyclingcentrum",
"de": "Wertstoffhof"
"de": "Wertstoffhof",
"es": "Centro de reciclaje"
}
},
{
@ -39,7 +43,8 @@
"then": {
"en": "Recycling centre",
"nl": "Recyclingcentrum",
"de": "Wertstoffhof"
"de": "Wertstoffhof",
"es": "Centro de reciclaje"
}
},
{
@ -47,7 +52,8 @@
"then": {
"en": "Recycling container",
"nl": "Recyclingcontainer",
"de": "Recyclingcontainer"
"de": "Recyclingcontainer",
"es": "Contenedor de reciclaje"
}
}
]
@ -416,7 +422,8 @@
"title": {
"en": "a recycling container",
"nl": "een recycling container",
"de": "einen Recyclingcontainer"
"de": "einen Recyclingcontainer",
"es": "un contenedor de reciclaje"
},
"tags": [
"amenity=recycling",
@ -427,7 +434,8 @@
"title": {
"en": "a recycling centre",
"nl": "een containerpark (recycling center)",
"de": "einen Wertstoffhof"
"de": "einen Wertstoffhof",
"es": "un centro de reciclado"
},
"tags": [
"amenity=recycling",
@ -450,7 +458,8 @@
"then": {
"en": "This is a recycling container",
"nl": "Dit is een recyclingcontainer",
"de": "Dies ist ein Recycling-Container"
"de": "Dies ist ein Recycling-Container",
"es": "Esto es un contenedor de reciclaje"
}
},
{
@ -458,7 +467,8 @@
"then": {
"en": "This is a recycling centre",
"nl": "Dit is een recyclingcentrum",
"de": "Dies ist ein Wertstoffhof"
"de": "Dies ist ein Wertstoffhof",
"es": "Esto es un centro de reciclaje"
}
},
{
@ -498,12 +508,14 @@
"question": {
"en": "What is the name of this recycling centre?",
"nl": "Wat is de naam van dit recyclagecentrum?",
"de": "Wie lautet der Name dieses Wertstoffhofs?"
"de": "Wie lautet der Name dieses Wertstoffhofs?",
"es": "¿Cual es el nombre de este centro de reciclaje?"
},
"render": {
"en": "This recycling centre is named <b>{name}</b>",
"nl": "Dit recyclagecentrum heet <b>{name}</b>",
"de": "Dieser Wertstoffhof heißt <b>{name}</b>"
"de": "Dieser Wertstoffhof heißt <b>{name}</b>",
"es": "Este centro de reciclaje se llama <b>{name}</b>"
},
"freeform": {
"key": "name"
@ -514,7 +526,8 @@
"then": {
"en": "This recycling centre doesn't have a specific name",
"nl": "Dit recyclagecentrum heeft geen specifieke naam",
"de": "Dieser Wertstoffhof hat keinen bestimmten Namen"
"de": "Dieser Wertstoffhof hat keinen bestimmten Namen",
"es": "Este centro de reciclaje no tiene un nombre específico"
}
}
],
@ -525,7 +538,8 @@
"question": {
"en": "Where is this container located?",
"nl": "Waar bevindt deze container zich?",
"de": "Wo befindet sich dieser Container?"
"de": "Wo befindet sich dieser Container?",
"es": "¿Dónde se sitúa este contenedor?"
},
"condition": "recycling_type=container",
"mappings": [
@ -534,7 +548,8 @@
"then": {
"en": "This is an underground container",
"nl": "Dit is een ondergrondse container",
"de": "Dies ist ein Unterflurcontainer"
"de": "Dies ist ein Unterflurcontainer",
"es": "Este es un contenedor bajo tierra"
}
},
{
@ -542,7 +557,8 @@
"then": {
"en": "This container is located indoors",
"nl": "Deze container bevindt zich binnen",
"de": "Dieser Container befindet sich in einem Gebäude"
"de": "Dieser Container befindet sich in einem Gebäude",
"es": "Este contenedor se sitúa en el interior"
}
},
{
@ -550,7 +566,8 @@
"then": {
"en": "This container is located outdoors",
"nl": "Deze container is buiten",
"de": "Der Container befindet sich im Freien"
"de": "Der Container befindet sich im Freien",
"es": "Este contenedor se sitúa en el exterior"
}
}
]
@ -560,7 +577,8 @@
"question": {
"en": "What can be recycled here?",
"nl": "Wat kan hier gerecycled worden?",
"de": "Was kann hier recycelt werden?"
"de": "Was kann hier recycelt werden?",
"es": "¿Qué se puede reciclar aquí?"
},
"multiAnswer": true,
"mappings": [
@ -570,7 +588,8 @@
"then": {
"en": "Batteries can be recycled here",
"nl": "Batterijen kunnen hier gerecycled worden",
"de": "Batterien können hier recycelt werden"
"de": "Batterien können hier recycelt werden",
"es": "Aquí se pueden reciclar baterías"
},
"icon": {
"path": "./assets/layers/recycling/batteries.svg",
@ -596,7 +615,8 @@
"then": {
"en": "Cans can be recycled here",
"nl": "Blikken kunnen hier gerecycled worden",
"de": "Dosen können hier recycelt werden"
"de": "Dosen können hier recycelt werden",
"es": "Aquí se pueden reciclar latas"
},
"icon": {
"path": "./assets/layers/recycling/cans.svg",
@ -609,7 +629,8 @@
"then": {
"en": "Clothes can be recycled here",
"nl": "Kleren kunnen hier gerecycled worden",
"de": "Kleidung kann hier recycelt werden"
"de": "Kleidung kann hier recycelt werden",
"es": "Aquí se puede reciclar ropa"
},
"icon": {
"path": "./assets/layers/recycling/clothes.svg",
@ -622,7 +643,8 @@
"then": {
"en": "Cooking oil can be recycled here",
"nl": "Frituurvet kan hier gerecycled worden",
"de": "Speiseöl kann hier recycelt werden"
"de": "Speiseöl kann hier recycelt werden",
"es": "Aquí se puede reciclar aceite de cocina"
},
"icon": {
"path": "./assets/layers/recycling/cooking_oil.svg",
@ -635,7 +657,8 @@
"then": {
"en": "Engine oil can be recycled here",
"nl": "Motorolie kan hier gerecycled worden",
"de": "Motoröl kann hier recycelt werden"
"de": "Motoröl kann hier recycelt werden",
"es": "Aquí se puede reciclar aceite de motor"
},
"icon": {
"path": "./assets/layers/recycling/engine_oil.svg",
@ -661,7 +684,8 @@
"then": {
"en": "Organic waste can be recycled here",
"nl": "Organisch afval kan hier gerecycled worden",
"de": "Bio-Abfall kann hier recycelt werden"
"de": "Bio-Abfall kann hier recycelt werden",
"es": "Aquí se pueden reciclar residuos orgánicos"
},
"hideInAnswer": true,
"icon": {
@ -675,7 +699,8 @@
"then": {
"en": "Glass bottles can be recycled here",
"nl": "Glazen flessen kunnen hier gerecycled worden",
"de": "Glasflaschen können hier recycelt werden"
"de": "Glasflaschen können hier recycelt werden",
"es": "Aquí se pueden reciclar botellas de cristal"
},
"icon": {
"path": "./assets/layers/recycling/glass_bottles.svg",
@ -688,7 +713,8 @@
"then": {
"en": "Glass can be recycled here",
"nl": "Glas kan hier gerecycled worden",
"de": "Glas kann hier recycelt werden"
"de": "Glas kann hier recycelt werden",
"es": "Aquí se puede reciclar cristal"
},
"icon": {
"path": "./assets/layers/recycling/glass.svg",
@ -701,7 +727,8 @@
"then": {
"en": "Newspapers can be recycled here",
"nl": "Kranten kunnen hier gerecycled worden",
"de": "Zeitungen können hier recycelt werden"
"de": "Zeitungen können hier recycelt werden",
"es": "Aquí se pueden reciclar periódicos"
},
"icon": {
"path": "./assets/layers/recycling/newspaper.svg",
@ -714,7 +741,8 @@
"then": {
"en": "Paper can be recycled here",
"nl": "Papier kan hier gerecycled worden",
"de": "Papier kann hier recycelt werden"
"de": "Papier kann hier recycelt werden",
"es": "Aquí se puede reciclar papel"
},
"icon": {
"path": "./assets/layers/recycling/paper.svg",
@ -727,7 +755,8 @@
"then": {
"en": "Plastic bottles can be recycled here",
"nl": "Plastic flessen kunnen hier gerecycled worden",
"de": "Plastikflaschen können hier recycelt werden"
"de": "Plastikflaschen können hier recycelt werden",
"es": "Aquí se pueden reciclar botellas de plástico"
},
"icon": {
"path": "./assets/layers/recycling/plastic_bottles.svg",
@ -740,7 +769,8 @@
"then": {
"en": "Plastic packaging can be recycled here",
"nl": "Plastic verpakking kan hier gerecycled worden",
"de": "Kunststoffverpackungen können hier recycelt werden"
"de": "Kunststoffverpackungen können hier recycelt werden",
"es": "Aquí se pueden reciclar embalajes plásticos"
},
"icon": {
"path": "./assets/layers/recycling/plastic_packaging.svg",
@ -753,7 +783,8 @@
"then": {
"en": "Plastic can be recycled here",
"nl": "Plastic kan hier gerecycled worden",
"de": "Kunststoff kann hier recycelt werden"
"de": "Kunststoff kann hier recycelt werden",
"es": "Aquí se puede reciclar plástico"
},
"icon": {
"path": "./assets/layers/recycling/plastic.svg",
@ -766,7 +797,8 @@
"then": {
"en": "Scrap metal can be recycled here",
"nl": "Oud metaal kan hier gerecycled worden",
"de": "Metallschrott kann hier recycelt werden"
"de": "Metallschrott kann hier recycelt werden",
"es": "Aquí se puede reciclar chatarra"
},
"icon": {
"path": "./assets/layers/recycling/scrap_metal.svg",
@ -779,7 +811,8 @@
"then": {
"en": "Shoes can be recycled here",
"nl": "Schoenen kunnen hier gerecycled worden",
"de": "Schuhe können hier recycelt werden"
"de": "Schuhe können hier recycelt werden",
"es": "Aquí se pueden reciclar zapatos"
},
"icon": {
"path": "./assets/layers/recycling/shoes.svg",
@ -843,12 +876,14 @@
"render": {
"en": "This recycling facility is operated by {operator}",
"nl": "Deze recyclingfaciliteit wordt beheerd door {operator}",
"de": "Diese Recyclinganlage wird betrieben von {operator}"
"de": "Diese Recyclinganlage wird betrieben von {operator}",
"es": "Esta facilidad de reciclado la opera {operator}"
},
"question": {
"en": "What company operates this recycling facility?",
"nl": "Wat is de beheerder van deze recyclingfaciliteit?",
"de": "Welches Unternehmen betreibt diese Recyclinganlage?"
"de": "Welches Unternehmen betreibt diese Recyclinganlage?",
"es": "¿Que empresa opera esta facilidad de reciclado?"
},
"freeform": {
"key": "operator",
@ -871,7 +906,8 @@
"question": {
"en": "What are the opening hours of this recycling facility?",
"nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?",
"de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?"
"de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?",
"es": "¿A qué horas abre esta facilidad de reciclado?"
},
"freeform": {
"key": "opening_hours",
@ -884,7 +920,8 @@
"en": "24/7",
"nl": "24/7",
"ca": "24/7",
"de": "24/7"
"de": "24/7",
"es": "24/7"
}
}
]
@ -898,7 +935,8 @@
"question": {
"en": "Currently open",
"nl": "Op dit moment open",
"de": "Derzeit geöffnet"
"de": "Derzeit geöffnet",
"es": "Actualmente abierto"
},
"osmTags": "_isOpen=yes"
}
@ -911,14 +949,16 @@
"question": {
"en": "All recycling types",
"nl": "Alle recyclingtypes",
"de": "Alle Recyclingarten"
"de": "Alle Recyclingarten",
"es": "Todos los tipos de reciclado"
}
},
{
"question": {
"en": "Recycling of batteries",
"nl": "Recycling van batterijen",
"de": "Recycling von Batterien"
"de": "Recycling von Batterien",
"es": "Reciclaje de baterías"
},
"osmTags": "recycling:batteries=yes"
},
@ -934,7 +974,8 @@
"question": {
"en": "Recycling of cans",
"nl": "Recycling van blikken",
"de": "Recycling von Dosen"
"de": "Recycling von Dosen",
"es": "Reciclaje de latas"
},
"osmTags": "recycling:cans=yes"
},
@ -942,7 +983,8 @@
"question": {
"en": "Recycling of clothes",
"nl": "Recycling van kleding",
"de": "Recycling von Kleidung"
"de": "Recycling von Kleidung",
"es": "Reciclaje de ropa"
},
"osmTags": "recycling:clothes=yes"
},
@ -950,7 +992,8 @@
"question": {
"en": "Recycling of cooking oil",
"nl": "Recycling van frituurvet",
"de": "Recycling von Speiseöl"
"de": "Recycling von Speiseöl",
"es": "Reciclaje de aceite de cocina"
},
"osmTags": "recycling:cooking_oil=yes"
},
@ -958,7 +1001,8 @@
"question": {
"en": "Recycling of engine oil",
"nl": "Recycling van motorolie",
"de": "Recycling von Motoröl"
"de": "Recycling von Motoröl",
"es": "Reciclaje de aceite de motor"
},
"osmTags": "recycling:engine_oil=yes"
},
@ -979,7 +1023,8 @@
"question": {
"en": "Recycling of glass bottles",
"nl": "Recycling van glazen flessen",
"de": "Recycling von Glasflaschen"
"de": "Recycling von Glasflaschen",
"es": "Reciclaje de botellas de cristal"
},
"osmTags": "recycling:glass_bottles=yes"
},
@ -987,7 +1032,8 @@
"question": {
"en": "Recycling of glass",
"nl": "Recycling van glas",
"de": "Recycling von Glas"
"de": "Recycling von Glas",
"es": "Reciclaje de cristal"
},
"osmTags": "recycling:glass=yes"
},
@ -995,7 +1041,8 @@
"question": {
"en": "Recycling of newspapers",
"nl": "Recycling van kranten",
"de": "Recycling von Zeitungen"
"de": "Recycling von Zeitungen",
"es": "Reciclaje de periódicos"
},
"osmTags": "recycling:newspaper=yes"
},
@ -1003,7 +1050,8 @@
"question": {
"en": "Recycling of paper",
"nl": "Recycling van papier",
"de": "Recycling von Papier"
"de": "Recycling von Papier",
"es": "Reciclaje de papel"
},
"osmTags": "recycling:paper=yes"
},
@ -1011,7 +1059,8 @@
"question": {
"en": "Recycling of plastic bottles",
"nl": "Recycling van plastic flessen",
"de": "Recycling von Plastikflaschen"
"de": "Recycling von Plastikflaschen",
"es": "Reciclaje de botellas de papel"
},
"osmTags": "recycling:plastic_bottles=yes"
},
@ -1019,7 +1068,8 @@
"question": {
"en": "Recycling of plastic packaging",
"nl": "Recycling van plastic verpakking",
"de": "Recycling von Kunststoffverpackungen"
"de": "Recycling von Kunststoffverpackungen",
"es": "Reciclaje de embalajes plásticos"
},
"osmTags": "recycling:plastic_packaging=yes"
},
@ -1027,7 +1077,8 @@
"question": {
"en": "Recycling of plastic",
"nl": "Recycling van plastic",
"de": "Recycling von Kunststoffen"
"de": "Recycling von Kunststoffen",
"es": "Reciclaje de plástico"
},
"osmTags": "recycling:plastic=yes"
},
@ -1035,7 +1086,8 @@
"question": {
"en": "Recycling of scrap metal",
"nl": "Recycling van oud metaal",
"de": "Recycling von Metallschrott"
"de": "Recycling von Metallschrott",
"es": "Reciclaje de chatarra"
},
"osmTags": "recycling:scrap_metal=yes"
},

View file

@ -8,7 +8,8 @@
"nl": "Winkel",
"de": "Geschäfte",
"eo": "Butiko",
"ca": "Botiga"
"ca": "Botiga",
"es": "Tienda"
},
"minzoom": 16,
"source": {
@ -27,7 +28,8 @@
"nl": "Winkel",
"de": "Geschäft",
"eo": "Butiko",
"ca": "Botiga"
"ca": "Botiga",
"es": "Tienda"
},
"mappings": [
{
@ -44,7 +46,8 @@
"de": "{name}",
"eo": "{name}",
"nl": "{name}",
"ca": "{name}"
"ca": "{name}",
"es": "{name}"
}
},
{
@ -61,7 +64,8 @@
"de": "{shop}",
"eo": "{shop}",
"nl": "{shop}",
"ca": "{shop}"
"ca": "{shop}",
"es": "{shop}"
}
}
]
@ -74,7 +78,8 @@
"ru": "Магазин",
"de": "Ein Geschäft",
"eo": "Butiko",
"hu": "Egy bolt"
"hu": "Egy bolt",
"es": "Una tienda"
},
"tagRenderings": [
"images",
@ -85,7 +90,8 @@
"ru": "Как называется этот магазин?",
"ja": "このお店の名前は何ですか?",
"nl": "Wat is de naam van deze winkel?",
"de": "Wie ist der Name dieses Geschäfts?"
"de": "Wie ist der Name dieses Geschäfts?",
"es": "¿Cual es el nombre de esta tienda?"
},
"render": "This shop is called <i>{name}</i>",
"freeform": {
@ -100,7 +106,8 @@
"ja": "こちらのお店では{shop}を販売しております",
"de": "Dieses Geschäft verkauft {shop}",
"eo": "Ĉi tiu butiko vendas {shop}",
"nl": "Deze winkel is van type \"{shop}\""
"nl": "Deze winkel is van type \"{shop}\"",
"es": "Esta tienda vende {shop}"
},
"question": {
"en": "What does this shop sell?",
@ -109,7 +116,8 @@
"ru": "Что продаётся в этом магазине?",
"de": "Was wird in diesem Geschäft verkauft?",
"eo": "Kion vendas ĉi tiu butiko?",
"nl": "Wat verkoopt deze winkel?"
"nl": "Wat verkoopt deze winkel?",
"es": "¿Qué vende esta tienda?"
},
"freeform": {
"key": "shop"
@ -142,7 +150,8 @@
"ja": "スーパーマーケット",
"nl": "Supermarkt",
"de": "Supermarkt",
"ca": "Supermercat"
"ca": "Supermercat",
"es": "Supermercado"
}
},
{
@ -157,7 +166,8 @@
"ru": "Магазин одежды",
"ja": "衣料品店",
"de": "Bekleidungsgeschäft",
"nl": "Kledingwinkel"
"nl": "Kledingwinkel",
"es": "Tienda de ropa"
}
},
{
@ -173,7 +183,8 @@
"ja": "理容師",
"nl": "Kapper",
"de": "Friseur",
"ca": "Perruqueria"
"ca": "Perruqueria",
"es": "Peluquería"
}
},
{
@ -189,7 +200,8 @@
"nl": "Bakkerij",
"de": "Bäckerei",
"eo": "Bakejo",
"ca": "Fleca"
"ca": "Fleca",
"es": "Panadería"
}
},
{
@ -213,7 +225,8 @@
"pt": "Oficina de automóveis",
"pt_BR": "Oficina Mecânica",
"ru": "Автомастерская",
"sv": "Bilverkstad"
"sv": "Bilverkstad",
"es": "Taller de coches"
}
},
{
@ -228,7 +241,8 @@
"ru": "Автосалон",
"ja": "自動車ディーラー",
"de": "Autohändler",
"nl": "Autodealer"
"nl": "Autodealer",
"es": "Concesionario"
}
}
],
@ -244,7 +258,8 @@
"ja": "<a href='tel:{phone}'>{phone}</a>",
"de": "<a href='tel:{phone}'>{phone}</a>",
"eo": "<a href='tel:{phone}'>{phone}</a>",
"nl": "<a href='tel:{phone}'>{phone}</a>"
"nl": "<a href='tel:{phone}'>{phone}</a>",
"es": "<a href='tel:{phone}'>{phone}</a>"
},
"question": {
"en": "What is the phone number?",
@ -253,7 +268,8 @@
"nl": "Wat is het telefoonnummer?",
"ru": "Какой телефон?",
"de": "Wie lautet die Telefonnummer?",
"eo": "Kio estas la telefonnumero?"
"eo": "Kio estas la telefonnumero?",
"es": "¿Cual es el número de teléfono?"
},
"freeform": {
"key": "phone",
@ -271,7 +287,8 @@
"ja": "<a href='{website}'>{website}</a>",
"de": "<a href='{website}'>{website}</a>",
"eo": "<a href='{website}'>{website}</a>",
"nl": "<a href='{website}'>{website}</a>"
"nl": "<a href='{website}'>{website}</a>",
"es": "<a href='{website}'>{website}</a>"
},
"question": {
"en": "What is the website of this shop?",
@ -279,7 +296,8 @@
"ja": "このお店のホームページは何ですか?",
"nl": "Wat is de website van deze winkel?",
"ru": "Какой веб-сайт у этого магазина?",
"de": "Wie lautet die Webseite dieses Geschäfts?"
"de": "Wie lautet die Webseite dieses Geschäfts?",
"es": "¿Cual es la página web de esta tienda?"
},
"freeform": {
"key": "website",
@ -296,7 +314,8 @@
"ja": "<a href='mailto:{email}'>{email}</a>",
"eo": "<a href='mailto:{email}'>{email}</a>",
"nl": "<a href='mailto:{email}'>{email}</a>",
"de": "<a href='mailto:{email}'>{email}</a>"
"de": "<a href='mailto:{email}'>{email}</a>",
"es": "<a href='mailto:{email}'>{email}</a>"
},
"question": {
"en": "What is the email address of this shop?",
@ -305,7 +324,8 @@
"ru": "Каков адрес электронной почты этого магазина?",
"nl": "Wat is het e-mailadres van deze winkel?",
"de": "Wie ist die Email-Adresse dieses Geschäfts?",
"eo": "Kio estas la retpoŝta adreso de ĉi tiu butiko?"
"eo": "Kio estas la retpoŝta adreso de ĉi tiu butiko?",
"es": "¿Cual es la dirección de correo electrónico de esta tienda?"
},
"freeform": {
"key": "email",
@ -321,7 +341,8 @@
"ja": "{opening_hours_table(opening_hours)}",
"nl": "{opening_hours_table(opening_hours)}",
"ca": "{opening_hours_table(opening_hours)}",
"de": "{opening_hours_table(opening_hours)}"
"de": "{opening_hours_table(opening_hours)}",
"es": "{opening_hours_table(opening_hours)}"
},
"question": {
"en": "What are the opening hours of this shop?",
@ -329,7 +350,8 @@
"ja": "この店の営業時間は何時から何時までですか?",
"nl": "Wat zijn de openingsuren van deze winkel?",
"ru": "Каковы часы работы этого магазина?",
"de": "Wie sind die Öffnungszeiten dieses Geschäfts?"
"de": "Wie sind die Öffnungszeiten dieses Geschäfts?",
"es": "¿Cual es el horario de esta tienda?"
},
"freeform": {
"key": "opening_hours",
@ -353,7 +375,8 @@
"ja": "店",
"nl": "een winkel",
"de": "ein Geschäft",
"eo": "Butiko"
"eo": "Butiko",
"es": "una tienda"
},
"description": {
"en": "Add a new shop",
@ -362,7 +385,8 @@
"ja": "新しい店を追加する",
"nl": "Voeg een nieuwe winkel toe",
"de": "Ein neues Geschäft hinzufügen",
"eo": "Enmeti novan butikon"
"eo": "Enmeti novan butikon",
"es": "Añadir una nueva tienda"
}
}
],
@ -378,7 +402,8 @@
"explanation": {
"nl": "{title()} is permanent gestopt",
"en": "{title()} has closed down permanently",
"de": "{title()} wurde dauerhaft geschlossen"
"de": "{title()} wurde dauerhaft geschlossen",
"es": "{title()} ha cerrado permanentemente"
},
"changesetMessage": "shop_closed"
}
@ -436,7 +461,8 @@
"question": {
"en": "Only show shops selling {search}",
"de": "Nur Geschäfte, die {search} verkaufen",
"nl": "Toon enkel winkels die {search} verkopen"
"nl": "Toon enkel winkels die {search} verkopen",
"es": "Solo mostrar tiendas que vendan {search}"
}
}
]
@ -455,7 +481,8 @@
"question": {
"en": "Only show shops with name {search}",
"de": "Nur Geschäfte mit dem Namen {search} anzeigen",
"nl": "Toon enkel winkels met naam {search}"
"nl": "Toon enkel winkels met naam {search}",
"es": "Solo mostrar tiendas con nombre {search}"
}
}
]
@ -468,7 +495,8 @@
"question": {
"en": "Accepts cash",
"de": "Akzeptiert Bargeld",
"nl": "Accepteert cash"
"nl": "Accepteert cash",
"es": "Acepta efectivo"
}
}
]
@ -481,7 +509,8 @@
"question": {
"en": "Accepts payment cards",
"de": "Akzeptiert Kartenzahlung",
"nl": "Accepteert betaalkaarten"
"nl": "Accepteert betaalkaarten",
"es": "Acepta el pago por tarjeta"
}
}
]

View file

@ -121,7 +121,8 @@
"fr": "La surface en <b>{surface}</b>",
"it": "La superficie è <b>{surface}</b>",
"de": "Die Oberfläche ist <b>{surface}</b>",
"eo": "La surfaco estas <b>{surface}</b>"
"eo": "La surfaco estas <b>{surface}</b>",
"es": "La superficie es <b>{surface}</b>"
},
"freeform": {
"key": "surface"
@ -136,7 +137,8 @@
"fr": "La surface est en <b>herbe</b>",
"it": "La superficie è <b>erba</b>",
"de": "Die Oberfläche ist <b>Gras</b>",
"eo": "La surfaco estas <b>herba</b>"
"eo": "La surfaco estas <b>herba</b>",
"es": "La superficie es <b>hierba</b>"
}
},
{
@ -157,7 +159,8 @@
"en": "The surface is <b>unpaved</b>",
"fr": "La surface est <b>non pavée</b>",
"it": "La superficie è <b>non pavimentata</b>",
"de": "Die Oberfläche ist <b>ohne festen Belag</b>"
"de": "Die Oberfläche ist <b>ohne festen Belag</b>",
"es": "La superficie está <b>sin pavimentar</b>"
},
"hideInAnswer": true
},
@ -170,7 +173,8 @@
"fr": "La surface est en <b>sable</b>",
"it": "La superficie è <b>sabbia</b>",
"de": "Die Oberfläche ist <b>Sand</b>",
"eo": "La surfaco estas <b>sabla</b>"
"eo": "La surfaco estas <b>sabla</b>",
"es": "La superficie es <b>arena</b>"
}
},
{
@ -181,7 +185,8 @@
"ru": "Поверхность - <b>брусчатка</b>",
"it": "La superficie è <b>pietre irregolari</b>",
"fr": "La surface est en <b>pierres pavées</b>",
"de": "Die Oberfläche ist aus <b>Pflastersteinen</b>"
"de": "Die Oberfläche ist aus <b>Pflastersteinen</b>",
"es": "La superficie es <b>adoquines</b>"
}
},
{
@ -192,7 +197,8 @@
"ru": "Поверхность - <b>асфальт</b>",
"it": "La superficie è <b>asfalto</b>",
"fr": "La surface est en <b>bitume</b>",
"de": "Die Oberfläche ist <b>Asphalt</b>"
"de": "Die Oberfläche ist <b>Asphalt</b>",
"es": "La superficie es <b>asfalto</b>"
}
},
{
@ -204,7 +210,8 @@
"fr": "La surface est en <b>béton</b>",
"it": "La superficie è <b>calcestruzzo</b>",
"de": "Die Oberfläche ist <b>Beton</b>",
"eo": "La surfaco estas <b>betona</b>"
"eo": "La surfaco estas <b>betona</b>",
"es": "La superficie es <b>hormigón</b>"
}
},
{
@ -214,7 +221,8 @@
"en": "The surface is <b>paved</b>",
"fr": "La surface est <b>pavée</b>",
"it": "La superficie è <b>pavimentata</b>",
"de": "Die Oberfläche ist <b>gepflastert</b>"
"de": "Die Oberfläche ist <b>gepflastert</b>",
"es": "La superficie está <b>pavimentada</b>"
},
"hideInAnswer": true
}

View file

@ -7,7 +7,8 @@
"ru": "Спортивные площадки",
"it": "Campi sportivi",
"de": "Sportplätze",
"ca": "Camps d'esports"
"ca": "Camps d'esports",
"es": "Pistas de deportes"
},
"minzoom": 12,
"source": {
@ -28,7 +29,8 @@
"ru": "Спортивная площадка",
"it": "Campo sportivo",
"de": "Sportplatz",
"ca": "Camp d'esports"
"ca": "Camp d'esports",
"es": "Pista de deportes"
}
},
"description": {
@ -37,7 +39,8 @@
"en": "A sport pitch",
"it": "Un campo sportivo",
"ru": "Спортивная площадка",
"de": "Ein Sportplatz"
"de": "Ein Sportplatz",
"es": "Una pista de deportes"
},
"tagRenderings": [
"images",
@ -47,7 +50,8 @@
"fr": "Ici on joue au {sport}",
"en": "{sport} is played here",
"it": "Qui si gioca a {sport}",
"de": "Hier wird {sport} gespielt"
"de": "Hier wird {sport} gespielt",
"es": "Aquí se juega al {sport}"
},
"freeform": {
"key": "sport"
@ -57,7 +61,8 @@
"fr": "À quel sport peut-on jouer ici ?",
"en": "Which sport can be played here?",
"it": "Quale sport si gioca qui?",
"de": "Welche Sportarten können hier gespielt werden?"
"de": "Welche Sportarten können hier gespielt werden?",
"es": "¿Qué deporte se practica aquí?"
},
"multiAnswer": true,
"mappings": [
@ -73,7 +78,8 @@
"en": "Basketball is played here",
"it": "Qui si gioca a basket",
"ru": "Здесь можно играть в баскетбол",
"de": "Hier wird Basketball gespielt"
"de": "Hier wird Basketball gespielt",
"es": "Aquí se juega al baloncesto"
}
},
{
@ -88,7 +94,8 @@
"en": "Soccer is played here",
"it": "Qui si gioca a calcio",
"ru": "Здесь можно играть в футбол",
"de": "Hier wird Fußball gespielt"
"de": "Hier wird Fußball gespielt",
"es": "Aquí se juega al fútbol"
}
},
{
@ -103,7 +110,8 @@
"en": "This is a pingpong table",
"ru": "Это стол для пинг-понга",
"it": "Questo è un tavolo da ping pong",
"de": "Dies ist eine Tischtennisplatte"
"de": "Dies ist eine Tischtennisplatte",
"es": "Esto es una mesa de ping pong"
}
},
{
@ -118,7 +126,8 @@
"en": "Tennis is played here",
"it": "Qui si gioca a tennis",
"ru": "Здесь можно играть в теннис",
"de": "Hier wird Tennis gespielt"
"de": "Hier wird Tennis gespielt",
"es": "Aquí se juega al tenis"
}
},
{
@ -148,7 +157,8 @@
"en": "Basketball is played here",
"it": "Qui si gioca a basket",
"ru": "Здесь можно играть в баскетбол",
"de": "Hier wird Basketball gespielt"
"de": "Hier wird Basketball gespielt",
"es": "Aquí se juega al baloncesto"
},
"hideInAnswer": true
}
@ -162,7 +172,8 @@
"en": "Which is the surface of this sport pitch?",
"it": "Qual è la superficie di questo campo sportivo?",
"ru": "Какое покрытие на этой спортивной площадке?",
"de": "Welchen Belag hat der Sportplatz?"
"de": "Welchen Belag hat der Sportplatz?",
"es": "¿Cual es la superficie de esta pista de deportes?"
},
"render": {
"nl": "De ondergrond is <b>{surface}</b>",
@ -170,7 +181,8 @@
"en": "The surface is <b>{surface}</b>",
"ru": "Поверхность - <b>{surface}</b>",
"it": "La superficie è <b>{surface}</b>",
"de": "Der Belag ist <b>{surface}</b>"
"de": "Der Belag ist <b>{surface}</b>",
"es": "La superficie es <b>{surface}</b>"
},
"freeform": {
"key": "surface"
@ -184,7 +196,8 @@
"en": "The surface is <b>grass</b>",
"ru": "Поверхность - <b>трава</b>",
"it": "La superficie è <b>erba</b>",
"de": "Der Belag ist aus <b>Gras</b>"
"de": "Der Belag ist aus <b>Gras</b>",
"es": "La superficie es <b>hierba</b>"
}
},
{
@ -195,7 +208,8 @@
"en": "The surface is <b>sand</b>",
"ru": "Поверхность - <b>песок</b>",
"it": "La superficie è <b>sabbia</b>",
"de": "Der Belag ist aus <b>Sand</b>"
"de": "Der Belag ist aus <b>Sand</b>",
"es": "La superficie es <b>arena</b>"
}
},
{
@ -206,7 +220,8 @@
"en": "The surface is <b>paving stones</b>",
"ru": "Поверхность - <b>брусчатка</b>",
"it": "La superficie è <b>pietre irregolari</b>",
"de": "Der Belag ist aus <b>Pflastersteinen</b>"
"de": "Der Belag ist aus <b>Pflastersteinen</b>",
"es": "La superficie es <b>adoquines</b>"
}
},
{
@ -217,7 +232,8 @@
"en": "The surface is <b>asphalt</b>",
"ru": "Поверхность - <b>асфальт</b>",
"it": "La superficie è <b>asfalto</b>",
"de": "Der Belag ist aus <b>Asphalt</b>"
"de": "Der Belag ist aus <b>Asphalt</b>",
"es": "La superficie es <b>asfalto</b>"
}
},
{
@ -228,7 +244,8 @@
"en": "The surface is <b>concrete</b>",
"ru": "Поверхность - <b>бетон</b>",
"it": "La superficie è <b>calcestruzzo</b>",
"de": "Der Belag ist aus <b>Beton</b>"
"de": "Der Belag ist aus <b>Beton</b>",
"es": "La superficie es <b>hormigón</b>"
}
}
],
@ -242,7 +259,8 @@
"en": "Is this sport pitch publicly accessible?",
"it": "Questo campo sportivo è aperto al pubblico?",
"ru": "Есть ли свободный доступ к этой спортивной площадке?",
"de": "Ist der Sportplatz öffentlich zugänglich?"
"de": "Ist der Sportplatz öffentlich zugänglich?",
"es": "¿Esta pista de deportes es accesible públicamente?"
},
"mappings": [
{
@ -253,7 +271,8 @@
"en": "Public access",
"it": "Aperto al pubblico",
"ru": "Свободный доступ",
"de": "Der Sportplatz ist öffentlich zugänglich"
"de": "Der Sportplatz ist öffentlich zugänglich",
"es": "Acceso público"
}
},
{
@ -264,7 +283,8 @@
"en": "Limited access (e.g. only with an appointment, during certain hours, …)",
"it": "Accesso limitato (p.es. solo con prenotazione, in certi orari, ...)",
"ru": "Ограниченный доступ (напр., только по записи, в определённые часы, ...)",
"de": "Der Sportplatz ist nur eingeschränkt zugänglich (z. B. nur mit Termin, nur zu bestimmten Zeiten, …)"
"de": "Der Sportplatz ist nur eingeschränkt zugänglich (z. B. nur mit Termin, nur zu bestimmten Zeiten, …)",
"es": "Acceso limitado (ej. solo con una cita, a cieras horas, ...)"
}
},
{
@ -275,7 +295,8 @@
"en": "Only accessible for members of the club",
"it": "Accesso limitato ai membri dell'associazione",
"ru": "Доступ только членам клуба",
"de": "Der Sportplatz ist nur für Vereinsmitglieder zugänglich"
"de": "Der Sportplatz ist nur für Vereinsmitglieder zugänglich",
"es": "Solo accesible para miembros del club"
}
},
{
@ -285,7 +306,8 @@
"fr": "Privé - Pas accessible au public",
"en": "Private - not accessible to the public",
"it": "Privato - non aperto al pubblico",
"de": "Der Sportplatz ist nicht öffentlich zugänglich (es ist ein privater Sportplatz)"
"de": "Der Sportplatz ist nicht öffentlich zugänglich (es ist ein privater Sportplatz)",
"es": "Privada - no accesible al público"
}
}
]
@ -298,7 +320,8 @@
"en": "Does one have to make an appointment to use this sport pitch?",
"it": "È necessario prenotarsi per usare questo campo sportivo?",
"ru": "Нужна ли предварительная запись для доступа на эту спортивную площадку?",
"de": "Muss man einen Termin vereinbaren, um den Sportplatz nutzen zu dürfen?"
"de": "Muss man einen Termin vereinbaren, um den Sportplatz nutzen zu dürfen?",
"es": "¿Hay que pedir una cita para utilizar esta pista?"
},
"condition": {
"and": [
@ -315,7 +338,8 @@
"fr": "Il est obligatoire de réserver pour utiliser ce terrain de sport",
"en": "Making an appointment is obligatory to use this sport pitch",
"it": "La prenotazione è obbligatoria per usare questo campo sportivo",
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes ist erforderlich"
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes ist erforderlich",
"es": "Pedir una cita es obligatorio para utilizar esta pista"
}
},
{
@ -326,7 +350,8 @@
"en": "Making an appointment is recommended when using this sport pitch",
"it": "La prenotazione è consigliata per usare questo campo sportivo",
"ru": "Желательна предварительная запись для доступа на эту спортивную площадку",
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes wird empfohlen"
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes wird empfohlen",
"es": "Se recomienda pedir una cita al utilizar esta pista"
}
},
{
@ -337,7 +362,8 @@
"en": "Making an appointment is possible, but not necessary to use this sport pitch",
"it": "La prenotazione è consentita, ma non è obbligatoria per usare questo campo sportivo",
"ru": "Предварительная запись для доступа на эту спортивную площадку возможна, но не обязательна",
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes ist möglich, aber nicht erforderlich"
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes ist möglich, aber nicht erforderlich",
"es": "Pedir cita es posible, pero no necesario para utilizar esta pista de deportes"
}
},
{
@ -348,7 +374,8 @@
"en": "Making an appointment is not possible",
"it": "Non è possibile prenotare",
"ru": "Невозможна предварительная запись",
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes ist nicht möglich"
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes ist nicht möglich",
"es": "No es posible pedir cita"
}
}
]
@ -359,7 +386,8 @@
"fr": "Quel est le numéro de téléphone du gérant ?",
"en": "What is the phone number of the operator?",
"it": "Qual è il numero di telefono del gestore?",
"de": "Wie lautet die Telefonnummer des Betreibers?"
"de": "Wie lautet die Telefonnummer des Betreibers?",
"es": "¿Cual es el número de teléfono de la operadora?"
},
"freeform": {
"key": "phone",
@ -374,7 +402,8 @@
"fr": "Quelle est l'adresse courriel du gérant ?",
"en": "What is the email address of the operator?",
"it": "Qual è l'indirizzo email del gestore?",
"de": "Wie lautet die Email-Adresse des Betreibers?"
"de": "Wie lautet die Email-Adresse des Betreibers?",
"es": "¿Cual es la dirección de correo electrónico de la operadora?"
},
"freeform": {
"key": "email",
@ -390,7 +419,8 @@
"en": "When is this pitch accessible?",
"it": "Quando è aperto questo campo sportivo?",
"ru": "В какое время доступна эта площадка?",
"de": "Wann ist dieser Sportplatz zugänglich?"
"de": "Wann ist dieser Sportplatz zugänglich?",
"es": "¿Cuándo es accesible esta pista?"
},
"render": "Openingsuren: {opening_hours_table()}",
"freeform": {
@ -411,7 +441,8 @@
"en": "Always accessible",
"ru": "Всегда доступен",
"it": "Sempre aperto",
"de": "Immer zugänglich"
"de": "Immer zugänglich",
"es": "Siempre accesible"
}
}
],
@ -446,7 +477,8 @@
"en": "a sport pitch",
"ru": "Спортивная площадка",
"it": "una campo sportivo",
"de": "einen Sportplatz"
"de": "einen Sportplatz",
"es": "una pista de deportes"
},
"tags": [
"leisure=pitch",

View file

@ -3,7 +3,8 @@
"name": {
"en": "Street Lamps",
"nl": "Straatlantaarns",
"de": "Straßenlaternen"
"de": "Straßenlaternen",
"es": "Farolas"
},
"source": {
"osmTags": "highway=street_lamp"
@ -13,7 +14,8 @@
"render": {
"en": "Street Lamp",
"nl": "Straatlantaarn",
"de": "Straßenlaterne"
"de": "Straßenlaterne",
"es": "Lámpara Callejera"
},
"mappings": [
{
@ -21,7 +23,8 @@
"then": {
"en": "Street Lamp {ref}",
"nl": "Straatlantaarn {ref}",
"de": "Straßenlaterne {ref}"
"de": "Straßenlaterne {ref}",
"es": "Lámpara Callejera {ref}"
}
}
]
@ -47,7 +50,8 @@
"title": {
"en": "a street lamp",
"nl": "een straatlantaarn",
"de": "eine Straßenlaterne"
"de": "eine Straßenlaterne",
"es": "una farola"
},
"tags": [
"highway=street_lamp"
@ -62,12 +66,14 @@
"render": {
"en": "This street lamp has the reference number {ref}",
"nl": "Deze straatlantaarn heeft het nummer {ref}",
"de": "Diese Straßenlaterne hat die Referenznummer {ref}"
"de": "Diese Straßenlaterne hat die Referenznummer {ref}",
"es": "Esta lámpara callejera tiene el número de referencia {ref}"
},
"question": {
"en": "What is the reference number of this street lamp?",
"nl": "Wat is het nummer van deze straatlantaarn?",
"de": "Wie lautet die Referenznummer dieser Straßenlaterne?"
"de": "Wie lautet die Referenznummer dieser Straßenlaterne?",
"es": "¿Cual es el número de referencia de esta lámpara callejera?"
},
"freeform": {
"key": "ref"
@ -78,7 +84,8 @@
"question": {
"en": "How is this street lamp mounted?",
"nl": "Hoe is deze straatlantaarn gemonteerd?",
"de": "Wie ist diese Straßenlaterne befestigt?"
"de": "Wie ist diese Straßenlaterne befestigt?",
"es": "¿Cómo está montada esta lámpara?"
},
"mappings": [
{
@ -86,7 +93,8 @@
"then": {
"en": "This lamp is suspended using cables",
"nl": "Deze lantaarn hangt aan kabels",
"de": "Die Straßenlaterne ist an einem Kabel befestigt"
"de": "Die Straßenlaterne ist an einem Kabel befestigt",
"es": "Esta lámpara se suspende utilizando cables"
}
},
{
@ -94,7 +102,8 @@
"then": {
"en": "This lamp is mounted on a ceiling",
"nl": "Deze lantaarn hangt aan een plafond",
"de": "Die Straßenlaterne ist an einer Decke befestigt"
"de": "Die Straßenlaterne ist an einer Decke befestigt",
"es": "Esta lámpara está montada en un techo"
}
},
{
@ -102,7 +111,8 @@
"then": {
"en": "This lamp is mounted in the ground",
"nl": "Deze lantaarn zit in de grond",
"de": "Die Straßenlaterne ist am Boden befestigt"
"de": "Die Straßenlaterne ist am Boden befestigt",
"es": "Esta lámpara está montada en el suelo"
}
},
{
@ -110,7 +120,8 @@
"then": {
"en": "This lamp is mounted on a short pole (mostly < 1.5m)",
"nl": "Deze lantaarn zit op een korte paal (meestal < 1.5m)",
"de": "Die Straßenlaterne ist an einem kurzen Mast (< 1,5m) befestigt"
"de": "Die Straßenlaterne ist an einem kurzen Mast (< 1,5m) befestigt",
"es": "Esta lámpara está montada en un poste corto (mayoritariamente < 1.5m)"
}
},
{
@ -118,7 +129,8 @@
"then": {
"en": "This lamp is mounted on a pole",
"nl": "Deze lantaarn zit op een paal",
"de": "Die Straßenlaterne ist an einem Mast befestigt"
"de": "Die Straßenlaterne ist an einem Mast befestigt",
"es": "Esta lámpara está montada en un poste"
}
},
{
@ -126,7 +138,8 @@
"then": {
"en": "This lamp is mounted directly to the wall",
"nl": "Deze lantaarn hangt direct aan de muur",
"de": "Die Straßenlaterne ist direkt an der Wand befestigt"
"de": "Die Straßenlaterne ist direkt an der Wand befestigt",
"es": "Esta lámpara está montada directamente en la pared"
}
},
{
@ -134,7 +147,8 @@
"then": {
"en": "This lamp is mounted to the wall using a metal bar",
"nl": "Deze lantaarn hangt aan de muur met een metalen balk",
"de": "Die Straßenlaterne ist mit einer Metallstange an der Wand befestigt"
"de": "Die Straßenlaterne ist mit einer Metallstange an der Wand befestigt",
"es": "Esta lámpara está montada en la pared utilizando una barra metálica"
}
}
]
@ -144,7 +158,8 @@
"question": {
"en": "How is this lamp mounted to the pole?",
"nl": "Hoe zit deze lantaarn aan de paal?",
"de": "Wie ist diese Straßenlaterne am Mast befestigt?"
"de": "Wie ist diese Straßenlaterne am Mast befestigt?",
"es": "¿Cómo está montada esta lámpara al poste?"
},
"condition": "support=pole",
"mappings": [
@ -153,7 +168,8 @@
"then": {
"en": "This lamp sits atop of a straight mast",
"nl": "Deze lantaarn zit boven op een rechte paal",
"de": "Diese Straßenlaterne sitzt auf einem geraden Mast"
"de": "Diese Straßenlaterne sitzt auf einem geraden Mast",
"es": "Esta lampara está encima de un mástil recto"
}
},
{
@ -161,7 +177,8 @@
"then": {
"en": "This lamp sits at the end of a bent mast",
"nl": "Deze lantaarn zit aan het eind van een gebogen paal",
"de": "Diese Straßenlaterne sitzt am Ende eines gebogenen Mastes"
"de": "Diese Straßenlaterne sitzt am Ende eines gebogenen Mastes",
"es": "Esta lámpara está encima de un mástil curvado"
}
}
]
@ -171,7 +188,8 @@
"question": {
"en": "What kind of lighting does this lamp use?",
"nl": "Wat voor verlichting gebruikt deze lantaarn?",
"de": "Mit welcher Art von Beleuchtung arbeitet diese Straßenlaterne?"
"de": "Mit welcher Art von Beleuchtung arbeitet diese Straßenlaterne?",
"es": "¿Qué tipo de iluminación utiliza esta lámpara?"
},
"mappings": [
{
@ -179,7 +197,8 @@
"then": {
"en": "This lamp is lit electrically",
"nl": "Deze lantaarn is elektrisch verlicht",
"de": "Diese Straßenlaterne leuchtet elektrisch"
"de": "Diese Straßenlaterne leuchtet elektrisch",
"es": "Esta lámpara se ilumina eléctricamente"
},
"hideInAnswer": true
},
@ -188,7 +207,8 @@
"then": {
"en": "This lamp uses LEDs",
"nl": "Deze lantaarn gebruikt LEDs",
"de": "Diese Straßenlaterne verwendet LEDs"
"de": "Diese Straßenlaterne verwendet LEDs",
"es": "Esta lámpara utiliza LEDs"
}
},
{
@ -196,7 +216,8 @@
"then": {
"en": "This lamp uses incandescent lighting",
"nl": "Deze lantaarn gebruikt gloeilampen",
"de": "Diese Straßenlaterne verwendet Glühlampenlicht"
"de": "Diese Straßenlaterne verwendet Glühlampenlicht",
"es": "Esta lámpara utiliza iluminación incandescente"
}
},
{
@ -204,7 +225,8 @@
"then": {
"en": "This lamp uses halogen lighting",
"nl": "Deze lantaarn gebruikt halogeen verlichting",
"de": "Diese Straßenlaterne verwendet Halogenlicht"
"de": "Diese Straßenlaterne verwendet Halogenlicht",
"es": "Esta lámpara utiliza iluminación halógena"
}
},
{
@ -212,7 +234,8 @@
"then": {
"en": "This lamp uses discharge lamps (unknown type)",
"nl": "Deze lantaarn gebruikt gasontladingslampen (onbekend type)",
"de": "Diese Straßenlaterne verwendet Entladungslampen (unbekannter Typ)"
"de": "Diese Straßenlaterne verwendet Entladungslampen (unbekannter Typ)",
"es": "Esta lámpara utiliza lámparas de descarga (de tipo desconocido)"
}
},
{
@ -220,7 +243,8 @@
"then": {
"en": "This lamp uses a mercury-vapour lamp (lightly blueish)",
"nl": "Deze lantaarn gebruikt een kwiklamp (enigszins blauwachtig)",
"de": "Diese Straßenlaterne verwendet eine Quecksilberdampflampe (leicht bläulich)"
"de": "Diese Straßenlaterne verwendet eine Quecksilberdampflampe (leicht bläulich)",
"es": "Esta lámpara utiliza una lámpara de vapor de mercurio (levemente azulada)"
}
},
{
@ -236,7 +260,8 @@
"then": {
"en": "This lamp uses fluorescent lighting",
"nl": "Deze lantaarn gebruikt fluorescentieverlichting (TL en spaarlamp)",
"de": "Diese Straßenlaterne verwendet Leuchtstoffröhren"
"de": "Diese Straßenlaterne verwendet Leuchtstoffröhren",
"es": "Esta lámpara utiliza iluminación fluorescente"
}
},
{
@ -244,7 +269,8 @@
"then": {
"en": "This lamp uses sodium lamps (unknown type)",
"nl": "Deze lantaarn gebruikt natriumlampen (onbekend type)",
"de": "Diese Straßenlaterne verwendet Natriumdampflampen (unbekannter Typ)"
"de": "Diese Straßenlaterne verwendet Natriumdampflampen (unbekannter Typ)",
"es": "Esta lámpara utiliza lámparas de sodio (de tipo desconocido)"
}
},
{
@ -252,7 +278,8 @@
"then": {
"en": "This lamp uses low pressure sodium lamps (monochrome orange)",
"nl": "Deze lantaarn gebruikt lagedruknatriumlampen (monochroom oranje)",
"de": "Diese Straßenlaterne verwendet Niederdruck-Natriumdampflampen (einfarbig orange)"
"de": "Diese Straßenlaterne verwendet Niederdruck-Natriumdampflampen (einfarbig orange)",
"es": "Esta lámpara utiliza lámparas de sodio de baja presión (naranja monocromo)"
}
},
{
@ -260,7 +287,8 @@
"then": {
"en": "This lamp uses high pressure sodium lamps (orange with white)",
"nl": "Deze lantaarn gebruikt hogedruknatriumlampen (oranje met wit)",
"de": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
"de": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)",
"es": "Esta lámpara utiliza lámparas de sodio de alta presión (naranja con blanco)"
}
},
{
@ -268,7 +296,8 @@
"then": {
"en": "This lamp is lit using gas",
"nl": "Deze lantaarn wordt verlicht met gas",
"de": "Diese Straßenlaterne wird mit Gas beleuchtet"
"de": "Diese Straßenlaterne wird mit Gas beleuchtet",
"es": "Esta lampara se ilumina con gas"
}
}
]
@ -278,12 +307,14 @@
"question": {
"en": "What colour light does this lamp emit?",
"nl": "Wat voor kleur licht geeft deze lantaarn?",
"de": "Welche Lichtfarbe strahlt diese Lampe aus?"
"de": "Welche Lichtfarbe strahlt diese Lampe aus?",
"es": "¿De qué color es la luz que emite esta lámpara?"
},
"render": {
"en": "This lamp emits {light:colour} light",
"nl": "Deze lantaarn geeft {light:colour} licht",
"de": "Diese Lampe strahlt {light:colour} Licht aus"
"de": "Diese Lampe strahlt {light:colour} Licht aus",
"es": "Esta lámpara emite luz {light:colour}"
},
"freeform": {
"key": "light:colour",
@ -295,7 +326,8 @@
"then": {
"en": "This lamp emits white light",
"nl": "Deze lantaarn geeft wit licht",
"de": "Diese Lampe strahlt weißes Licht aus"
"de": "Diese Lampe strahlt weißes Licht aus",
"es": "Esta lámpara emite luz blanca"
}
},
{
@ -303,7 +335,8 @@
"then": {
"en": "This lamp emits green light",
"nl": "Deze lantaarn geeft groen licht",
"de": "Diese Lampe strahlt grünes Licht aus"
"de": "Diese Lampe strahlt grünes Licht aus",
"es": "Esta lámpara emite luz verde"
}
},
{
@ -311,7 +344,8 @@
"then": {
"en": "This lamp emits orange light",
"nl": "Deze lantaarn geeft oranje licht",
"de": "Diese Lampe strahlt orangefarbenes Licht aus"
"de": "Diese Lampe strahlt orangefarbenes Licht aus",
"es": "Esta lámpara emite luz naranja"
}
}
]
@ -339,7 +373,8 @@
"then": {
"en": "This lamp has 1 fixture",
"nl": "Deze lantaarn heeft 1 lamp",
"de": "Diese Straßenlaterne hat 1 Leuchte"
"de": "Diese Straßenlaterne hat 1 Leuchte",
"es": ""
}
},
{
@ -357,7 +392,8 @@
"question": {
"en": "When is this lamp lit?",
"nl": "Wanneer is deze lantaarn verlicht?",
"de": "Wann leuchtet diese Straßenlaterne?"
"de": "Wann leuchtet diese Straßenlaterne?",
"es": "¿Cuándo se ilumina esta lámpara?"
},
"mappings": [
{
@ -365,7 +401,8 @@
"then": {
"en": "This lamp is lit at night",
"nl": "Deze lantaarn is 's nachts verlicht",
"de": "Diese Straßenlaterne leuchtet nachts"
"de": "Diese Straßenlaterne leuchtet nachts",
"es": "Esta lámpara está iluminada por la noche"
}
},
{
@ -373,7 +410,8 @@
"then": {
"en": "This lamp is lit 24/7",
"nl": "Deze lantaarn is 24/7 verlicht",
"de": "Diese Straßenlaterne leuchtet durchgehend"
"de": "Diese Straßenlaterne leuchtet durchgehend",
"es": "Esta lámpara está iluminada 24/7"
}
},
{
@ -381,7 +419,8 @@
"then": {
"en": "This lamp is lit based on motion",
"nl": "Deze lantaarn is verlicht op basis van beweging",
"de": "Diese Straßenlaterne leuchtet bewegungsgesteuert"
"de": "Diese Straßenlaterne leuchtet bewegungsgesteuert",
"es": "Esta lámpara se ilumina con el movimiento"
}
},
{
@ -389,7 +428,8 @@
"then": {
"en": "This lamp is lit based on demand (e.g. with a pushbutton)",
"nl": "Deze lantaarn is verlicht op verzoek (bijv. met een drukknop)",
"de": "Diese Straßenlaterne leuchtet bei Bedarf (z. B. mit einem Taster)"
"de": "Diese Straßenlaterne leuchtet bei Bedarf (z. B. mit einem Taster)",
"es": "Esta lámpara se ilumina bajo demanda (ej. con un pulsador)"
}
}
]
@ -399,12 +439,14 @@
"render": {
"en": "This lamp points towards {light:direction}",
"nl": "Deze lantaarn is gericht naar {light:direction}",
"de": "Diese Straßenlaterne leuchtet in Richtung {light:direction}"
"de": "Diese Straßenlaterne leuchtet in Richtung {light:direction}",
"es": "Esta lámpara apunta hacia {light:direction}"
},
"question": {
"en": "Where does this lamp point to?",
"nl": "Waar is deze lamp heengericht?",
"de": "Wohin leuchtet diese Straßenlaterne?"
"de": "Wohin leuchtet diese Straßenlaterne?",
"es": "¿Hacia donde apunta esta lámpara?"
},
"condition": "light:count=1",
"freeform": {
@ -421,6 +463,7 @@
"description": {
"en": "A layer showing street lights",
"nl": "Een laag die alle straatlantaarns toont",
"de": "Eine Ebene mit Straßenbeleuchtung"
"de": "Eine Ebene mit Straßenbeleuchtung",
"es": "Una capa que muestra luces callejeras"
}
}

View file

@ -7,7 +7,8 @@
"nl": "Toiletten",
"ru": "Туалеты",
"it": "Servizi igienici",
"ca": "Lavabos"
"ca": "Lavabos",
"es": "Baños"
},
"minzoom": 12,
"source": {
@ -21,7 +22,8 @@
"nl": "Toilet",
"ru": "Туалет",
"it": "Servizi igienici",
"ca": "Lavabo"
"ca": "Lavabo",
"es": "Baño"
}
},
"presets": [
@ -32,7 +34,8 @@
"fr": "une toilette publique",
"nl": "een publiek toilet",
"ru": "общественный туалет ",
"it": "una servizi igienici aperti al pubblico"
"it": "una servizi igienici aperti al pubblico",
"es": "un baño público"
},
"tags": [
"amenity=toilets"
@ -76,7 +79,8 @@
"de": "Zugang ist {access}",
"fr": "L'accès est {access}",
"nl": "Toegankelijkheid is {access}",
"it": "L'accesso è {access}"
"it": "L'accesso è {access}",
"es": "El acceso es {access}"
},
"freeform": {
"key": "access",
@ -93,7 +97,8 @@
"fr": "Accès publique",
"nl": "Publiek toegankelijk",
"it": "Accesso pubblico",
"ru": "Свободный доступ"
"ru": "Свободный доступ",
"es": "Acceso públic"
}
},
{
@ -103,7 +108,8 @@
"de": "Der Zugang ist nur für Kunden",
"fr": "Accès réservé aux clients",
"nl": "Enkel toegang voor klanten",
"it": "Accesso riservato ai clienti e alle clienti"
"it": "Accesso riservato ai clienti e alle clienti",
"es": "Solo accesible a clientes"
}
},
{
@ -114,7 +120,8 @@
"fr": "Toilettes privées",
"nl": "Niet toegankelijk",
"ru": "Недоступно",
"it": "Non accessibile"
"it": "Non accessibile",
"es": "No accesible"
}
},
{
@ -124,7 +131,8 @@
"de": "Der Zugang ist möglich, aber man muss nach einen Schlüssel fragen",
"fr": "Accessible, mais vous devez demander la clé",
"nl": "Toegankelijk na het vragen van de sleutel",
"it": "Accessibile, ma occorre chiedere una chiave per accedere"
"it": "Accessibile, ma occorre chiedere una chiave per accedere",
"es": "Accesible, pero hay que pedir la llave para entrar"
}
},
{
@ -135,7 +143,8 @@
"fr": "Accès publique",
"nl": "Publiek toegankelijk",
"it": "Accesso pubblico",
"ru": "Свободный доступ"
"ru": "Свободный доступ",
"es": "De acceso público"
},
"hideInAnswer": true
}
@ -159,7 +168,8 @@
"fr": "Toilettes payantes",
"nl": "Men moet betalen om deze toiletten te gebruiken",
"ru": "Это платные туалеты",
"it": "Questi servizi igienici sono a pagamento"
"it": "Questi servizi igienici sono a pagamento",
"es": "Estos son baños de pago"
},
"if": "fee=yes"
},
@ -182,7 +192,8 @@
"fr": "Quel est le prix d'accès de ces toilettes ?",
"nl": "Hoeveel moet men betalen om deze toiletten te gebruiken?",
"it": "Quanto costa l'accesso a questi servizi igienici?",
"ru": "Сколько стоит посещение туалета?"
"ru": "Сколько стоит посещение туалета?",
"es": "¿Cuánto hay que pagar para estos baños?"
},
"render": {
"en": "The fee is {charge}",
@ -190,7 +201,8 @@
"fr": "Le prix est {charge}",
"nl": "De toiletten gebruiken kost {charge}",
"it": "La tariffa è {charge}",
"ru": "Стоимость {charge}"
"ru": "Стоимость {charge}",
"es": "La tasa es {charge}"
},
"condition": "fee=yes",
"freeform": {
@ -210,7 +222,8 @@
"question": {
"en": "When are these toilets opened?",
"nl": "Wanneer zijn deze toiletten open?",
"de": "Wann sind diese Toiletten geöffnet?"
"de": "Wann sind diese Toiletten geöffnet?",
"es": ""
},
"render": "{opening_hours_table()}",
"freeform": {
@ -223,7 +236,8 @@
"then": {
"en": "Opened 24/7",
"nl": "Altijd open",
"de": "Durchgehend geöffnet"
"de": "Durchgehend geöffnet",
"es": "Abierto 24/7"
}
}
]
@ -244,7 +258,8 @@
"de": "Rollstuhlfahrer können die Toilette benutzen",
"fr": "Il y a des toilettes réservées pour les personnes à mobilité réduite",
"nl": "Er is een toilet voor rolstoelgebruikers",
"it": "C'è un WC riservato alle persone in sedia a rotelle"
"it": "C'è un WC riservato alle persone in sedia a rotelle",
"es": "Hay un baño dedicado para usuarios con sillas de ruedas"
},
"if": "wheelchair=yes"
},
@ -256,7 +271,8 @@
"fr": "Non accessible aux personnes à mobilité réduite",
"nl": "Niet toegankelijk voor rolstoelgebruikers",
"it": "Non accessibile in sedia a rotelle",
"ru": "Недоступно пользователям кресел-колясок"
"ru": "Недоступно пользователям кресел-колясок",
"es": "Sin acceso para sillas de ruedas"
}
}
]
@ -269,7 +285,8 @@
"fr": "De quel type sont ces toilettes ?",
"nl": "Welke toiletten zijn dit?",
"it": "Di che tipo di servizi igienici si tratta?",
"ru": "Какие это туалеты?"
"ru": "Какие это туалеты?",
"es": "¿Qué tipo de baños son estos?"
},
"mappings": [
{
@ -289,7 +306,8 @@
"de": "Hier gibt es nur Urinale zum Stehen",
"fr": "Il y a uniquement des urinoirs",
"nl": "Er zijn enkel urinoirs",
"it": "Ci sono solo urinali"
"it": "Ci sono solo urinali",
"es": "Aquí solo hay orinales"
}
},
{
@ -309,7 +327,8 @@
"de": "Hier gibt es Sitztoiletten und Urinale",
"fr": "Il y a des sièges de toilettes et des urinoirs",
"nl": "Er zijn zowel urinoirs als zittoiletten",
"it": "Ci sono sia sedili, sia urinali"
"it": "Ci sono sia sedili, sia urinali",
"es": "Aquí hay tanto váteres de sentarse como orinales"
}
}
]
@ -330,7 +349,8 @@
"de": "Ein Wickeltisch ist verfügbar",
"fr": "Une table à langer est disponible",
"nl": "Er is een luiertafel",
"it": "È disponibile un fasciatoio"
"it": "È disponibile un fasciatoio",
"es": "Hay un cambiador"
},
"if": "changing_table=yes"
},
@ -341,7 +361,8 @@
"de": "Es ist kein Wickeltisch verfügbar",
"fr": "Aucune table à langer",
"nl": "Geen luiertafel",
"it": "Non è disponibile un fasciatoio"
"it": "Non è disponibile un fasciatoio",
"es": "No hay cambiador"
}
}
]
@ -352,14 +373,16 @@
"de": "Wo befindet sich der Wickeltisch?",
"fr": "Où se situe la table à langer ?",
"nl": "Waar bevindt de luiertafel zich?",
"it": "Dove si trova il fasciatoio?"
"it": "Dove si trova il fasciatoio?",
"es": "¿Dónde está el cambiador?"
},
"render": {
"en": "The changing table is located at {changing_table:location}",
"de": "Die Wickeltabelle befindet sich in {changing_table:location}",
"fr": "Emplacement de la table à langer : {changing_table:location}",
"nl": "De luiertafel bevindt zich in {changing_table:location}",
"it": "Il fasciatoio si trova presso {changing_table:location}"
"it": "Il fasciatoio si trova presso {changing_table:location}",
"es": "El cambiador está en {changing_table:location}"
},
"condition": "changing_table=yes",
"freeform": {
@ -403,7 +426,8 @@
"de": "Der Wickeltisch befindet sich in einem eigenen Raum. ",
"fr": "La table à langer est dans un espace dédié. ",
"nl": "De luiertafel bevindt zich in een daartoe voorziene kamer ",
"it": "Il fasciatoio è in una stanza dedicata. "
"it": "Il fasciatoio è in una stanza dedicata. ",
"es": "El cambiador está en una habitación dedicada "
}
}
],
@ -414,7 +438,8 @@
"question": {
"en": "Do these toilets have a sink to wash your hands?",
"nl": "Hebben deze toiletten een lavabo om de handen te wassen?",
"de": "Gibt es hier ein Handwaschbecken?"
"de": "Gibt es hier ein Handwaschbecken?",
"es": "¿Esto baños tienen una pileta para lavarte los baños?"
},
"mappings": [
{
@ -422,7 +447,8 @@
"then": {
"en": "This toilets have a sink to wash your hands",
"nl": "Deze toiletten hebben een lavabo waar men de handen kan wassen",
"de": "Die Toilette hat ein Handwaschbecken"
"de": "Die Toilette hat ein Handwaschbecken",
"es": "Estos baños tienen una pileta para lavarse las manos"
}
},
{
@ -430,7 +456,8 @@
"then": {
"en": "This toilets <b>don't</b> have a sink to wash your hands",
"nl": "Deze toiletten hebben <b>geen</b> lavabo waar men de handen kan wassen",
"de": "Die Toilette hat <b>kein</b> Handwaschbecken"
"de": "Die Toilette hat <b>kein</b> Handwaschbecken",
"es": "Estos baños <b>no</b> tienen una pileta para lavarse las manos"
}
}
]
@ -440,7 +467,8 @@
"question": {
"en": "Does one have to bring their own toilet paper to this toilet?",
"nl": "Moet je je eigen toiletpapier meenemen naar deze toilet?",
"de": "Ist Toilettenpapier vorhanden?"
"de": "Ist Toilettenpapier vorhanden?",
"es": "¿Hay que traer tu propio papel higiénico a este baño?"
},
"mappings": [
{
@ -448,7 +476,8 @@
"then": {
"en": "This toilet is equipped with toilet paper",
"nl": "Deze toilet is voorzien van toiletpapier",
"de": "Die Toilette ist in der Regel mit Toilettenpapier ausgestattet"
"de": "Die Toilette ist in der Regel mit Toilettenpapier ausgestattet",
"es": "Este baño esta equipado con papel higiénico"
}
},
{
@ -456,7 +485,8 @@
"then": {
"en": "You have to bring your own toilet paper to this toilet",
"nl": "Je moet je eigen toiletpapier meebrengen naar deze toilet",
"de": "Die Toilette ist nicht mit Toilettenpapier ausgestattet, man muss es selbst mitbringen"
"de": "Die Toilette ist nicht mit Toilettenpapier ausgestattet, man muss es selbst mitbringen",
"es": "Tienes que traer tu propio papel higiénico a este baño"
}
}
],
@ -478,7 +508,8 @@
"question": {
"en": "Wheelchair accessible",
"nl": "Rolstoel toegankelijk",
"de": "Rollstuhlgerecht"
"de": "Rollstuhlgerecht",
"es": "Accesible con sillas de ruedas"
},
"osmTags": "wheelchair=yes"
}
@ -491,7 +522,8 @@
"question": {
"en": "Has a changing table",
"nl": "Heeft een luiertafel",
"de": "Mit Wickeltisch"
"de": "Mit Wickeltisch",
"es": "Tiene un cambiador"
},
"osmTags": "changing_table=yes"
}
@ -523,7 +555,8 @@
"question": {
"nl": "Nu geopened",
"en": "Opened now",
"de": "Derzeit geöffnet"
"de": "Derzeit geöffnet",
"es": "Abierto ahora"
},
"osmTags": {
"or": [
@ -583,6 +616,7 @@
"description": {
"en": "A layer showing (public) toilets",
"nl": "Een laag die publieke toiletten toont",
"de": "Eine Ebene mit (öffentlichen) Toiletten"
"de": "Eine Ebene mit (öffentlichen) Toiletten",
"es": "Una capa que muestra baños (públicos)"
}
}

View file

@ -370,7 +370,8 @@
"question": {
"en": "What species is this tree?",
"de": "Um welche Baumart handelt es sich?",
"id": "Spesies pohon apa ini?"
"id": "Spesies pohon apa ini?",
"es": "¿De qué especie es este árbol?"
},
"render": {
"*": "{wikipedia(species:wikidata):max-height: 25rem}"
@ -411,7 +412,8 @@
"fr": "Nom : {name}",
"id": "Nama: {name}",
"de": "Name: {name}",
"eo": "Nomo: {name}"
"eo": "Nomo: {name}",
"es": "Nombre: {name}"
},
"question": {
"nl": "Heeft de boom een naam?",
@ -420,7 +422,7 @@
"fr": "L'arbre a-t-il un nom ?",
"ru": "Есть ли у этого дерева название?",
"de": "Hat der Baum einen Namen?",
"es": "El árbol no tiene nombre?.",
"es": "¿Tiene nombre este árbol?",
"id": "Apakah pohon ini memiliki nama?"
},
"freeform": {
@ -582,7 +584,7 @@
"it": "Qual è lID rilasciato da Onroerend Erfgoed Flanders?",
"fr": "Quel est son identifiant donné par Onroerend Erfgoed ?",
"de": "Wie lautet die Kennung der Onroerend Erfgoed Flanders?",
"es": "¿Cuál es la identificación emitida por Onroerend Erfgoed Flandes?"
"es": "¿Cuál es el número de identificación emitido por Onroerend Erfgoed Flandes?"
},
"freeform": {
"key": "ref:OnroerendErfgoed",

View file

@ -14,7 +14,8 @@
"title": {
"en": "a veterianarian",
"da": "en dyrl&aelig;ge",
"de": "ein Tierarzt"
"de": "ein Tierarzt",
"es": "un veterinario"
},
"tags": [
"amenity=veterinary",
@ -23,21 +24,24 @@
"description": {
"en": "a veterianarian, that treats dogs",
"da": "En dyrl&aelig;ge, der behandler hunde",
"de": "ein Tierarzt, der Hunde behandelt"
"de": "ein Tierarzt, der Hunde behandelt",
"es": "un veterinario, que trata a perros"
}
}
],
"name": {
"en": "veterinary",
"da": "dyrl&aelig;ge",
"de": "Tierärzte"
"de": "Tierärzte",
"es": "veterinario"
},
"title": {
"render": {
"en": "Veterinary",
"da": "dyrl&aelig;ge",
"de": "Tierarzt",
"id": "Dokter hewan"
"id": "Dokter hewan",
"es": "Veterinario"
},
"mappings": [
{
@ -85,11 +89,13 @@
"question": {
"en": "What is the name of this veterinarian?",
"da": "Hvad hedder denne dyrl&aelig;?",
"de": "Wie lautet der Name dieses Tierarztes?"
"de": "Wie lautet der Name dieses Tierarztes?",
"es": "¿Cual es el nombre de este veterinario?"
},
"render": {
"en": "The name of this veterinarian is {name}",
"de": "Denne dyrl&aelig; hedder {name}"
"de": "Denne dyrl&aelig; hedder {name}",
"es": "El nombre de este veterinario es {name}"
},
"freeform": {
"key": "name"

View file

@ -16,7 +16,8 @@
"nl": "Een mooi uitzicht - ideaal om een foto toe te voegen wanneer iets niet in een andere categorie past",
"de": "Ein schöner Aussichtspunkt oder eine schöne Aussicht. Ideal zum Hinzufügen eines Bildes, wenn keine andere Kategorie passt",
"fr": "Un beau point de vue ou une belle vue. Idéal pour ajouter une image si aucune autre catégorie ne convient",
"it": "Un punto panoramico che offre una bella vista. L'ideale è aggiungere un'immagine, se nessun'altra categoria è appropriata"
"it": "Un punto panoramico che offre una bella vista. L'ideale è aggiungere un'immagine, se nessun'altra categoria è appropriata",
"es": "Un buen punto de vista o una buena vista. Ideal para añadir una imagen si no encaja en ninguna otra categoría"
},
"source": {
"osmTags": "tourism=viewpoint"
@ -63,7 +64,8 @@
"ru": "Вы хотите добавить описание?",
"fr": "Voulez-vous ajouter une description ?",
"it": "Vuoi aggiungere una descrizione?",
"id": "Apakah Anda ingin menambahkan deskripsi?"
"id": "Apakah Anda ingin menambahkan deskripsi?",
"es": "¿Quieres añadir una descripción?"
},
"render": "{description}",
"freeform": {

View file

@ -4,7 +4,8 @@
"en": "Visitor Information Centre",
"nl": "Bezoekerscentrum",
"de": "Besucherinformationszentrum",
"id": "Pusat Informasi Pengunjung"
"id": "Pusat Informasi Pengunjung",
"es": "Centro de Información al Visitante"
},
"minzoom": 12,
"source": {
@ -28,7 +29,8 @@
"eo": "{name}",
"fr": "{name}",
"ca": "{name}",
"id": "{name}"
"id": "{name}",
"es": "{name}"
},
"mappings": [
{
@ -55,7 +57,8 @@
"eo": "{name}",
"fr": "{name}",
"ca": "{name}",
"id": "{name}"
"id": "{name}",
"es": "{name}"
}
}
]
@ -63,7 +66,8 @@
"description": {
"en": "A visitor center offers information about a specific attraction or place of interest where it is located.",
"nl": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
"de": "Ein Besucherzentrum bietet Informationen über eine bestimmte Attraktion oder Sehenswürdigkeit, an der es sich befindet."
"de": "Ein Besucherzentrum bietet Informationen über eine bestimmte Attraktion oder Sehenswürdigkeit, an der es sich befindet.",
"es": "Un centro de visitantes ofrece información sobre una atracción específica o lugar de interese donde se sitúa."
},
"tagRenderings": [],
"presets": [],

View file

@ -5,7 +5,8 @@
"render": {
"en": "Wall or building",
"nl": "Muur of gebouw",
"de": "Wand oder Gebäude"
"de": "Wand oder Gebäude",
"es": "Pared o edificio"
}
},
"description": {

View file

@ -31,7 +31,8 @@
"en": "This is a public waste basket, thrash can, where you can throw away your thrash.",
"nl": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.",
"de": "Dies ist ein öffentlicher Abfalleimer, in den Sie Ihren Müll entsorgen können.",
"hu": "Ez egy nyilvános szemétkosár vagy kuka, ahová kidobhatod a szemetedet."
"hu": "Ez egy nyilvános szemétkosár vagy kuka, ahová kidobhatod a szemetedet.",
"es": "Esta es una papelera pública, donde puedes tirar tu basura."
},
"tagRenderings": [
"images",
@ -194,14 +195,16 @@
"question": {
"en": "All types",
"nl": "Alle soorten",
"de": "Alle Typen"
"de": "Alle Typen",
"es": "Todos los tipos"
}
},
{
"question": {
"en": "Waste basket for cigarettes",
"nl": "Vuilnisbak voor sigarettenpeuken",
"de": "Mülleimer für Zigaretten"
"de": "Mülleimer für Zigaretten",
"es": "Papelera para cigarrillos"
},
"osmTags": "waste~i~.*cigarettes.*"
},
@ -217,7 +220,8 @@
"question": {
"en": "Waste basket for dog excrement",
"nl": "Vuilnisbak voor hondenuitwerpselen",
"de": "Mülleimer für Hundekot"
"de": "Mülleimer für Hundekot",
"es": "Papelera para excrementos de perro"
},
"osmTags": "waste~i~.*dog_excrement.*"
},
@ -225,7 +229,8 @@
"question": {
"en": "Waste basket for trash",
"nl": "Vuilnisbak voor zwerfvuil",
"de": "Mülleimer für allgemeinen Müll"
"de": "Mülleimer für allgemeinen Müll",
"es": "Papelera para basura"
},
"osmTags": "waste~i~.*trash.*"
},
@ -241,7 +246,8 @@
"question": {
"en": "Waste basket for plastic",
"nl": "Vuilnisbak voor plastic",
"de": "Mülleimer für Plastik"
"de": "Mülleimer für Plastik",
"es": "Papelera para plástico"
},
"osmTags": "waste~i~.*plastic.*"
}
@ -254,7 +260,8 @@
"question": {
"en": "Waste basket with dispenser for (dog) excrement bags",
"nl": "Vuilnisbak met verdeler voor hondenpoepzakjes",
"de": "Abfalleimer mit Spender für (Hunde-)Kotbeutel"
"de": "Abfalleimer mit Spender für (Hunde-)Kotbeutel",
"es": "Papelera con dispensador de bolsas de excrementos (para perros)"
},
"osmTags": "vending=dog_excrement_bag"
}
@ -293,7 +300,8 @@
"nl": "Vuilnisbak",
"ru": "Контейнер для мусора",
"de": "Abfalleimer",
"id": "Keranjang Sampah"
"id": "Keranjang Sampah",
"es": "Papelera"
}
}
]

View file

@ -21,13 +21,13 @@
},
"description": {
"en": "An open map of statues, busts, graffitis and other artwork all over the world",
"nl": "Welkom op de open kunstwerken-kaart, een kaart met standbeelden, bustes, graffiti en andere kunstwerken van over de hele wereld",
"nl": "Een vrije kaart met standbeelden, bustes, graffiti en andere kunstwerken van over de hele wereld",
"fr": "Bienvenue sur la carte ouverte des œuvres d'art, une carte des statues, fresques, ... du monde entier",
"de": "Eine freie Karte mit Statuen, Büsten, Graffitis und anderen Kunstwerken auf der ganzen Welt",
"id": "Selamat datang di Open Artwork Map, peta untuk patung, grafiti, dan karya seni lain di seluruh dunia",
"it": "Benvenuto/a sulla mappa libera dellarte, una mappa delle statue, i busti, i graffiti e le altre realizzazioni artistiche di tutto il mondo",
"ru": "Добро пожаловать на открытую карта произведений искусства - карту статуй, бюстов, граффити и других произведений искусства по всему миру",
"es": "Bienvenido a Open Artwork Map, un mapa de estatuas, bustos, grafitis y otras obras de arte de todo el mundo",
"es": "Un mapa abierto de estatus, bustos, grafitis y otras obras de arte en todo el mundo",
"ja": "オープン アートワーク マップへようこそ。世界中の銅像や胸像、壁の落書きなどのアートワークの地図です",
"zh_Hant": "歡迎來到開放藝術品地圖,這份地圖會顯示全世界的雕像、半身像、塗鴉以及其他類型的藝術品",
"nb_NO": "Velkommen til det åpne kunstverkskartet, et kart over statuer, byster, grafitti, og andre kunstverk i verden",

View file

@ -11,7 +11,8 @@
"pt_BR": "Locais de acampamento",
"de": "Wohnmobilstellplätze",
"hu": "Lakóautós megállóhelyek",
"ca": "Llocs d'acampada"
"ca": "Llocs d'acampada",
"es": "Campings"
},
"shortDescription": {
"en": "Find sites to spend the night with your camper",
@ -23,7 +24,8 @@
"nl": "Vind locaties waar je de nacht kan doorbrengen met je mobilehome",
"pt_BR": "Encontre locais para passar a noite com o seu campista",
"de": "Finden Sie Plätze zum Übernachten mit Ihrem Wohnmobil",
"hu": "Helyek, ahol lakóautóval eltöltheti az éjszakát"
"hu": "Helyek, ahol lakóautóval eltöltheti az éjszakát",
"es": "Encuentra sitios para pasar la noche con tu caravana"
},
"description": {
"en": "This site collects all official camper stopover places and places where you can dump grey and black water. You can add details about the services provided and the cost. Add pictures and reviews. This is a website and a webapp. The data is stored in OpenStreetMap, so it will be free forever and can be re-used by any app.",
@ -517,7 +519,8 @@
"de": "Verfügt dieser Ort über Toiletten?",
"nl": "Heeft deze plaats toiletten?",
"hu": "Van-e itt WC?",
"da": "Har dette sted toiletter?"
"da": "Har dette sted toiletter?",
"es": "¿Este lugar tiene baños?"
},
"mappings": [
{
@ -580,7 +583,8 @@
"nl": "Officiële website: : <a href='{website}'>{website}</a>",
"fr": "Site officiel : <a href='{website}'>{website}</a>",
"pt_BR": "Site oficial: <a href='{website}'>{website}</a>",
"de": "Offizielle Webseite: <a href='{website}'>{website}</a>"
"de": "Offizielle Webseite: <a href='{website}'>{website}</a>",
"es": "Sitio web oficial: <a href='{website}'>{website}</a>"
},
"freeform": {
"type": "url",
@ -597,7 +601,8 @@
"fr": "Ce lieu a-til un site internet ?",
"pt_BR": "Este lugar tem um website?",
"de": "Hat dieser Ort eine Webseite?",
"nl": "Heeft deze plaats een website?"
"nl": "Heeft deze plaats een website?",
"es": "¿Este lugar tiene un sitio web?"
},
"id": "caravansites-website"
},
@ -860,7 +865,8 @@
"pt_BR": "Este lugar cobra alguma taxa?",
"de": "Wird hier eine Gebühr erhoben?",
"zh_Hant": "這個地方需要付費嗎?",
"nl": "Vraagt deze plaats een vergoeding?"
"nl": "Vraagt deze plaats een vergoeding?",
"es": "¿Este lugar cobra una tasa?"
},
"mappings": [
{
@ -879,7 +885,8 @@
"de": "Sie müssen für die Nutzung bezahlen",
"zh_Hant": "你需要付費才能使用",
"nb_NO": "Man må betale for bruk",
"nl": "Je moet betalen voor het gebruik"
"nl": "Je moet betalen voor het gebruik",
"es": "Tienes que pagar por el uso"
}
},
{
@ -898,7 +905,8 @@
"de": "Nutzung kostenlos",
"zh_Hant": "這裡可以免費使用",
"nl": "Kan gratis gebruikt worden",
"nb_NO": "Kan brukes gratis"
"nb_NO": "Kan brukes gratis",
"es": "Se puede utilizar gratis"
}
}
]
@ -914,7 +922,8 @@
"de": "Die Gebühr beträgt {charge}",
"zh_Hant": "這個地方收費 {charge}",
"nb_NO": "Dette stedet tar {charge}",
"nl": "Deze loosplaats rekent {charge} aan"
"nl": "Deze loosplaats rekent {charge} aan",
"es": "Este lugar cobra {charge}"
},
"question": {
"en": "How much does this place charge?",
@ -925,7 +934,8 @@
"pt_BR": "Quanto este lugar cobra?",
"de": "Wie hoch ist die Gebühr an diesem Ort?",
"zh_Hant": "這個地方收費多少?",
"nl": "Hoeveel kost het gebruik van deze loosplaats?"
"nl": "Hoeveel kost het gebruik van deze loosplaats?",
"es": "¿Cuánto cobra este lugar?"
},
"freeform": {
"key": "charge"
@ -1181,7 +1191,8 @@
"fr": "Cette station fait parte dun réseau {network}",
"de": "Diese Station gehört zum Verbund/Netzwerk {network}",
"zh_Hant": "這車站是屬於 {network} 網路的一部分",
"nl": "Deze loosplaats is deel van het {network} netwerk"
"nl": "Deze loosplaats is deel van het {network} netwerk",
"es": "Esta estación forma parte de la red {network}"
},
"question": {
"en": "What network is this place a part of? (skip if none)",
@ -1191,7 +1202,8 @@
"fr": "De quel réseau fait-elle partie ? (Passer si aucun)",
"de": "Zu welchem Verbund/Netzwerk gehört dieser Ort? (Überspringen, wenn nicht zutreffend)",
"zh_Hant": "這裡是屬於那個網路的? (沒有則跳過)",
"nl": "Van welk netwerk vormt deze plaats een deel? (Sla over als het geen deel uitmaakt van een netwerk)"
"nl": "Van welk netwerk vormt deze plaats een deel? (Sla over als het geen deel uitmaakt van een netwerk)",
"es": "¿A qué red forma parte este lugar? (saltar si a ninguna)"
},
"freeform": {
"key": "network"
@ -1259,7 +1271,8 @@
"fr": "Ce site est exploité par {operator}",
"de": "Dieser Ort wird betrieben von {operator}",
"zh_Hant": "這個地方由 {operator} 營運的",
"nl": "Deze plaats wordt beheerd door {operator}"
"nl": "Deze plaats wordt beheerd door {operator}",
"es": "Este lugar lo opera {operator}"
},
"question": {
"en": "Who operates this place?",
@ -1268,7 +1281,8 @@
"fr": "Qui est lexploitant du site ?",
"de": "Wer betreibt diesen Ort?",
"zh_Hant": "這個地方是誰營運的?",
"nl": "Wie beheert deze plaats?"
"nl": "Wie beheert deze plaats?",
"es": "¿Quién opera este lugar?"
},
"freeform": {
"key": "operator"
@ -1284,7 +1298,8 @@
"de": "Hat dieser Ort eine Stromversorgung?",
"hu": "Van-e itt elektromos áram?",
"nl": "Beschikt deze plaats over stroomvoorziening?",
"nb_NO": "Har dette stedet strømforsyning?"
"nb_NO": "Har dette stedet strømforsyning?",
"es": "¿Tiene suministro eléctrico este lugar?"
},
"mappings": [
{
@ -1301,7 +1316,8 @@
"fr": "Ce site a une source dalimentation",
"de": "Dieser Ort hat eine Stromversorgung",
"nb_NO": "Dette stedet har strømforsyning",
"nl": "Deze plaats heeft stroomvoorziening"
"nl": "Deze plaats heeft stroomvoorziening",
"es": "Este lugar tiene suministro eléctrico"
}
},
{
@ -1318,7 +1334,8 @@
"fr": "Ce site na pas de source dalimentation",
"de": "Dieser Ort hat keine Stromversorgung",
"nl": "Deze plaats beschikt niet over stroomvoorziening",
"nb_NO": "Dette stedet har ikke strømforsyning"
"nb_NO": "Dette stedet har ikke strømforsyning",
"es": "Este lugar no tiene suministro eléctrico"
}
}
]

View file

@ -12,7 +12,8 @@
"ru": "Зарядные станции",
"hu": "Elektromos töltőpontok",
"ca": "Estacions de càrrega",
"fr": "Points de recharge"
"fr": "Points de recharge",
"es": "Estaciones de carga"
},
"shortDescription": {
"en": "A worldwide map of charging stations",
@ -24,7 +25,8 @@
"nb_NO": "Et verdensomspennende kart over ladestasjoner",
"ru": "Карта зарядных станций по всему миру",
"hu": "Elektromos töltőpontok világtérképe",
"fr": "Une carte mondiale des points de recharge"
"fr": "Une carte mondiale des points de recharge",
"es": "Un mapa mundial de estaciones de carga"
},
"description": {
"en": "On this open map, one can find and mark information about charging stations",
@ -35,7 +37,8 @@
"de": "Auf dieser freien Karte kann man Informationen zu Ladestationen finden und hinzufügen",
"hu": "Ezen a térképen a elektromos töltőpontokról szóló információkat lehet megtalálni és megadni",
"fr": "Sur cette carte lon trouve et ajoute des informations sur les points de recharge",
"nl": "Met deze kaart kan je informatie over oplaadpunten vinden en toevoegen"
"nl": "Met deze kaart kan je informatie over oplaadpunten vinden en toevoegen",
"es": "En este mapa, uno puede encontrar y marcar información sobre estaciones de carga"
},
"maintainer": "",
"icon": "./assets/themes/charging_stations/logo.svg",

View file

@ -129,7 +129,8 @@
"it": " metri",
"ru": " метр",
"ca": " metre",
"nb_NO": " meter"
"nb_NO": " meter",
"es": " metro"
},
"default": true
},
@ -147,7 +148,8 @@
"eo": " futo",
"it": " piedi",
"ca": " peus",
"nb_NO": " fot"
"nb_NO": " fot",
"es": " pies"
}
}
]
@ -211,7 +213,8 @@
"fr": "Qui peut y accéder ?",
"de": "Wer hat hier Zugang?",
"it": "Chi può accedervi?",
"nl": "Wie heeft hier toegang toe?"
"nl": "Wie heeft hier toegang toe?",
"es": "¿Quién puede acceder aquí?"
},
"mappings": [
{
@ -222,7 +225,8 @@
"de": "Öffentlich zugänglich für jedermann",
"it": "Pubblicamente accessibile a chiunque",
"nl": "Voor iedereen publiek toegankelijk",
"nb_NO": "Offentlig tilgjengelig for alle"
"nb_NO": "Offentlig tilgjengelig for alle",
"es": "Accesible públicamente a cualquiera"
}
},
{
@ -232,7 +236,8 @@
"fr": "Une autorisation est nécessaire",
"de": "Zugang nur mit Genehmigung",
"it": "È necessario avere unautorizzazione per entrare",
"nl": "Je hebt een vergunning nodig om hier toegang te kregen"
"nl": "Je hebt een vergunning nodig om hier toegang te kregen",
"es": "Necesitas un permiso para acceder aquí"
}
},
{
@ -244,7 +249,8 @@
"it": "Riservato ai clienti",
"ca": "Només clients",
"nl": "Enkel klanten",
"nb_NO": "Kun for kunder"
"nb_NO": "Kun for kunder",
"es": "Solo clientes"
}
},
{
@ -257,7 +263,8 @@
"it": "Riservato ai membri del club",
"ca": "Només membres del club",
"nl": "Enkel clubleden",
"nb_NO": "Kun klubbmedlemmer"
"nb_NO": "Kun klubbmedlemmer",
"es": "Solo miembros del club"
}
},
{

View file

@ -6,7 +6,8 @@
"it": "Strade per velocipedi",
"ca": "Vies ciclistes",
"fr": "Aménagements cyclables",
"nl": "Fietssnelwegen"
"nl": "Fietssnelwegen",
"es": "Carriles bici"
},
"hideFromOverview": true,
"maintainer": "L'imaginaire",
@ -18,7 +19,8 @@
"de": "Diese Karte zeigt Radschnellwege",
"it": "Questa cartina mostra le strade per velocipedi",
"fr": "Cette carte affiche les aménagements cyclables",
"nl": "Deze kaart toont fietssnelwegen"
"nl": "Deze kaart toont fietssnelwegen",
"es": "Este mapa muestra carriles bici"
},
"version": "2021-08-23",
"startLat": 51.1599,
@ -107,7 +109,8 @@
"de": "Radschnellwege",
"ca": "vies ciclistes",
"fr": "Aménagements cyclables",
"nl": "fietssnelwegen"
"nl": "fietssnelwegen",
"es": "carriles bici"
},
"source": {
"osmTags": "cycle_network=BE-VLG:cycle_highway"
@ -119,7 +122,8 @@
"de": "Radschnellweg",
"ca": "via ciclista",
"fr": "Aménagement cyclable",
"nl": "fietssnelweg"
"nl": "fietssnelweg",
"es": "carril bici"
}
},
"filter": [

View file

@ -185,7 +185,8 @@
"render": {
"en": "This node links to {expected_rcn_route_relations} other cycle nodes.",
"de": "Dieser Knoten ist mit {expected_rcn_route_relations} anderen Knoten des Fahrradknotenpunktnetzwerkes verbunden.",
"nl": "Dit knooppunt verbindt met {expected_rcn_route_relations} andere fietsknooppunten."
"nl": "Dit knooppunt verbindt met {expected_rcn_route_relations} andere fietsknooppunten.",
"es": "Este nodo enlaza a {expected_rcn_route_relations} otros nodos ciclistas."
},
"freeform": {
"key": "expected_rcn_route_relations",

View file

@ -32,7 +32,8 @@
"zh_Hant": "單車街道是<b>機動車輛受限制,只允許單車通行</b>的道路。通常會有路標顯示特別的交通指標。單車街道通常在荷蘭、比利時看到,但德國與法國也有。 ",
"de": "Eine Fahrradstraße ist eine Straße, auf der <b>motorisierter Verkehr Radfahrer nicht überholen darf</b>. Sie sind durch ein spezielles Verkehrsschild gekennzeichnet. Fahrradstraßen gibt es in den Niederlanden und Belgien, aber auch in Deutschland und Frankreich. ",
"it": "Una strada ciclabile è una strada dove <b>il traffico motorizzato non può superare i velocipedi</b>. La sua presenza è segnalata da un cartello stradale specifico. Le strade ciclabili sono diffuse in Olanda e Belgio, ma si possono trovare anche in Germania e in Francia. ",
"hu": "A kerékpárosutca (cyclestreet, Fahrradstraße) olyan utca, ahol <b>gépjármű nem előzhet meg kerékpárost</b>. Az ilyen utcákat külön közlekedési tábla jelzi. Kerékpárosutcák találhatók Hollandiában és Belgiumban, valamint Németországban és Franciaországban is. "
"hu": "A kerékpárosutca (cyclestreet, Fahrradstraße) olyan utca, ahol <b>gépjármű nem előzhet meg kerékpárost</b>. Az ilyen utcákat külön közlekedési tábla jelzi. Kerékpárosutcák találhatók Hollandiában és Belgiumban, valamint Németországban és Franciaországban is. ",
"es": "Una ciclocalle es una calle donde <b>el tráfico motorizado no puede adelantar a ciclistas</b>. Están señalizadas por una señal de tráfico especial. Las ciclocalles se pueden encontrar en los Países Bajos y Bélgica, pero también en Alemania y Francia. "
},
"icon": "./assets/themes/cyclestreets/logo.svg",
"startLat": 51.2095,

View file

@ -54,7 +54,8 @@
"it": "Strade senza informazioni etimologiche",
"zh_Hant": "道路沒有詞源資訊",
"hu": "Etimológiai adat nélküli utcák",
"fr": "Route sans origine étymologique"
"fr": "Route sans origine étymologique",
"es": "Calles sin información etimológica"
},
"minzoom": 18,
"source": {
@ -79,7 +80,8 @@
"it": "Parchi e foreste senza informazioni etimologiche",
"zh_Hant": "公園與森哥沒有詞源資訊",
"hu": "Etimológiai adat nélküli parkok és erdők",
"fr": "Parcs et forêts sans origine étymologique"
"fr": "Parcs et forêts sans origine étymologique",
"es": "Parques y bosques sin información etimológica"
},
"minzoom": 18,
"source": {
@ -104,7 +106,9 @@
"=name": {
"en": "Education institutions without etymology information",
"de": "Bildungseinrichtungen ohne Informationen zur Namensherkunft",
"fr": "Institutions d'éducation sans origine étymologique"
"fr": "Institutions d'éducation sans origine étymologique",
"es": "Instituciones educacionales sin información etimológica",
"nl": "Onderwijsinstelling zonder etymologische informatie"
},
"minzoom": 18,
"source": {
@ -132,7 +136,9 @@
"=name": {
"en": "Cultural places without etymology information",
"de": "Kultureinrichtungen ohne Informationen zur Namensherkunft",
"fr": "Lieux culturels sans origine étymologique"
"fr": "Lieux culturels sans origine étymologique",
"es": "Lugares culturales sin información etimológica",
"nl": "Culturele plaatsen zonder etymologische informatie"
},
"minzoom": 18,
"source": {
@ -160,7 +166,9 @@
"=name": {
"en": "Toursistic places without etymology information",
"de": "Touristische Einrichtungen ohne Informationen zur Namensherkunft",
"fr": "Lieux touristiques sans origine étymologique"
"fr": "Lieux touristiques sans origine étymologique",
"es": "Lugares turísticos sin información etimológica",
"nl": "Toeristische plaatsen zonder etymologische informatie"
},
"minzoom": 18,
"source": {
@ -187,7 +195,8 @@
"=name": {
"en": "Health and social places without etymology information",
"de": "Gesundheits- und Sozialeinrichtungen ohne Informationen zur Namensherkunft",
"fr": "Établissements sociaux ou de soins sans origine étymologique"
"fr": "Établissements sociaux ou de soins sans origine étymologique",
"nl": "Gezondheidsinstellingen en maatschappelijke plaatsen zonder etymologische informatie"
},
"minzoom": 18,
"source": {
@ -213,7 +222,9 @@
"=name": {
"en": "Sport places without etymology information",
"de": "Sporteinrichtungen ohne Informationen zur Namensherkunft",
"fr": "Lieux sportifs sans origine étymologique"
"fr": "Lieux sportifs sans origine étymologique",
"es": "Lugares deportivos sin información etimológica",
"nl": "Sportplekken zonder etymologische informatie"
},
"minzoom": 18,
"source": {

View file

@ -9,7 +9,8 @@
"fr": "Facade gardens",
"de": "Fassadengärten",
"hu": "Homlokzati kertek",
"ca": "Jardins verticals"
"ca": "Jardins verticals",
"es": "Jardines de fachada"
},
"shortDescription": {
"nl": "Deze kaart toont geveltuintjes met foto's en bruikbare info over oriëntatie, zonlicht en planttypes.",
@ -19,7 +20,8 @@
"it": "Questa mappa mostra i giardini verticali, con foto e informazioni utili sulla loro orientazione, sull'illuminazione solare e sui tipi di piante.",
"fr": "Cette carte indique les murs végétalisés avec des photos et des informations comme leur orientation, lensoleillement et le type de plantes.",
"de": "Diese Karte zeigt Fassadengärten mit Bildern und Details zu Ausrichtung, Sonneneinstrahlung und Pflanzen.",
"hu": "Ez a térkép homlokzati kerteket jelenít meg képekkel, valamint adatokkal a tájolásukról, a napsütésnek való kitettségükről és a bennük található növényzetről."
"hu": "Ez a térkép homlokzati kerteket jelenít meg képekkel, valamint adatokkal a tájolásukról, a napsütésnek való kitettségükről és a bennük található növényzetről.",
"es": "Este mapa muestra jardines de fachada con fotografías e información útil sobre la orientación, la luz del sol y los tipos de plantas."
},
"description": {
"nl": "Ontharde voortuintjes, groene gevels en bomen ín de stad brengen naast rust ook een mooiere stad, een grotere biodiversiteit, een verkoelend effect en een betere luchtkwaliteit. <br/> Klimaan VZW en 'Mechelen Klimaatneutraal' willen met het project Klim(t)aan je Gevel bestaande en nieuwe geveltuintjes in kaart brengen als voorbeeld voor mensen zelf een tuintje willen aanleggen of voor stadwandelaars die houden van de natuur. <br/>Meer info over het project op <a href='https://klimaan.be/' target=_blank>klimaan.be</a>.",
@ -49,7 +51,8 @@
"de": "Fassadengärten",
"it": "Giardini verticali",
"hu": "Homlokzati kertek",
"ca": "Jardins verticals"
"ca": "Jardins verticals",
"es": "Jardines de fachada"
},
"minzoom": 12,
"source": {
@ -70,7 +73,8 @@
"de": "Fassadengarten",
"it": "Giardino verticale",
"hu": "Homlokzati kert",
"ca": "Jardí vertical"
"ca": "Jardí vertical",
"es": "Jardín de fachada"
}
},
"description": {
@ -82,7 +86,8 @@
"de": "Fassadengärten",
"it": "Giardini verticali",
"hu": "Homlokzati kertek",
"ca": "Jardins verticals"
"ca": "Jardins verticals",
"es": "Jardines de fachada"
},
"tagRenderings": [
"images",
@ -252,7 +257,7 @@
"fr": "Quand le jardin a-til été construit ? (Lannée suffit)",
"de": "Wann wurde der Garten angelegt? (Jahr ist ausreichend)",
"hu": "Mikor épült a kert? (Év megadása is elegendő)",
"es": "¿Cuándo se construyó el jardín? (un año es suficiente)"
"es": "¿Cuándo se construyó el jardín? (el año es suficiente)"
},
"freeform": {
"key": "start_date",
@ -357,7 +362,8 @@
"it": "Ci sono arbusti",
"fr": "Il y a des buissons",
"de": "Es gibt Sträucher",
"hu": "Van benne cserje"
"hu": "Van benne cserje",
"es": "Hay arbustos"
}
},
{
@ -421,7 +427,8 @@
"fr": "une jardin mural",
"de": "eine fassadengarten",
"hu": "homlokzatkert",
"ca": "un jardí vertical"
"ca": "un jardí vertical",
"es": "un jardín de fachada"
},
"description": {
"nl": "Voeg geveltuintje toe",
@ -431,7 +438,8 @@
"fr": "Ajouter un jardin mural",
"de": "Einen Fassadengarten hinzufügen",
"hu": "Homlokzatkert hozzáadása",
"ca": "Afegeix un jardí vertical"
"ca": "Afegeix un jardí vertical",
"es": "Añadir un jardín de fachada"
}
}
],

View file

@ -112,7 +112,9 @@
"render": "The building type is <b>{building}</b>",
"question": {
"en": "What kind of building is this?",
"de": "Was ist das für ein Gebäude?"
"de": "Was ist das für ein Gebäude?",
"es": "¿Qué tipo de edificio es este?",
"nl": "Wat voor soort gebouw is dit?"
},
"mappings": [
{
@ -495,7 +497,8 @@
"if": "_grb_ref=",
"then": {
"en": "Did not yet calculate the metatags... Reopen this popup",
"de": "Metatags noch nicht berechnet... Dieses Fenster erneut öffnen"
"de": "Metatags noch nicht berechnet... Dieses Fenster erneut öffnen",
"nl": "Metatags nog niet berekend... Heropen deze pop-up"
}
},
{
@ -508,7 +511,9 @@
]
},
"then": {
"en": "This building has holes and is modeled as a relation. As such, it cannot be conflated. Conflate it manually via <a href='https://buildings.osm.be/#/'>the building export site</a> {open_in_josm()}"
"en": "This building has holes and is modeled as a relation. As such, it cannot be conflated. Conflate it manually via <a href='https://buildings.osm.be/#/'>the building export site</a> {open_in_josm()}",
"de": "Dieses Gebäude hat Löcher und ist als Relation modelliert. Als solches kann es nicht zusammengeführt werden. Es kann manuell zusammengeführt werden über die <a href='https://buildings.osm.be/#/'>Gebäudeexportseite</a> {open_in_josm()}",
"es": "Este edificio tiene agujeros y está modelado como una relación. Por lo tanto, no se puede combinar. Combínalo manualmente a través <a href='https://buildings.osm.be/#/'>el sitio de exportación de edificios</a> {open_in_josm()}"
}
},
{

View file

@ -111,7 +111,8 @@
"question": {
"en": "What kind of building is this?",
"de": "Was ist das für ein Gebäude?",
"es": "¿Qué tipo de este edificio es este?"
"es": "¿Qué tipo de este edificio es este?",
"nl": "Wat voor soort gebouw is dit?"
},
"mappings": [
{

View file

@ -14,14 +14,16 @@
"de": "Eine Karte von Hackerspaces",
"it": "Una cartina degli hackerspace",
"zh_Hant": "駭客空間的地圖",
"hu": "Hackerspace-ek térképe"
"hu": "Hackerspace-ek térképe",
"nl": "Een kaart van hackerspaces"
},
"description": {
"en": "On this map you can see hackerspaces, add a new hackerspace or update data directly",
"de": "Auf dieser Karte können Sie Hackerspaces sehen, einen neuen Hackerspace hinzufügen oder Daten direkt aktualisieren",
"it": "Su questa cartina è possibile vedere gli hackerspace, aggiungerne di nuovi o aggiornare le informazioni tutto in maniera pratica",
"zh_Hant": "在這份地圖上你可以看到駭客空間,新增或直接更新資料",
"hu": "Ezen a térképen hackerspace-ek láthatók, új hackerspace-eket lehet fölrajzolni vagy meglévők adatait frissíteni"
"hu": "Ezen a térképen hackerspace-ek láthatók, új hackerspace-eket lehet fölrajzolni vagy meglévők adatait frissíteni",
"nl": "Op deze kaart kan je hackerspaces zien, toevoegen en updaten"
},
"maintainer": "",
"icon": "./assets/themes/hackerspaces/glider.svg",

View file

@ -11,7 +11,7 @@
"de": "Hydranten, Feuerlöscher, Feuerwachen und Rettungswachen",
"hu": "Tűzcsapok, tűzoltó készülékek, tűzoltóságok és mentőállomások.",
"nl": "Brandkranen, brandblussers, brandweerposten en ambulanceposten",
"es": "Hidrantes, Extintores, Parques de bomberos y Parques de ambulancias",
"es": "Bocas de incendios, Extintores, Parques de bomberos y Parques de ambulancias",
"ca": "Hidrants, Extintors, Parcs de Bombers i estacions d'Ambulàncies"
},
"shortDescription": {
@ -23,8 +23,9 @@
"de": "Hydranten, Feuerlöscher, Feuerwachen und Rettungswachen.",
"it": "Carta che mostra gli idranti, gli estintori, le caserme dei vigili del fuoco e le stazioni delle ambulanze.",
"hu": "Térkép tűzcsapok, tűzoltó készülékek, tűzoltóságok és mentőállomások megjelenítéséhez.",
"es": "Mapa para mostrar hidrantes, extintores, parques de bomberos y parques de ambulancias.",
"ca": "Mapa per a mostrar hidrants, extintors, parcs de bombers i estacions d'ambulàncies."
"es": "Mapa para mostrar bocas de incendios, extintores, parques de bomberos y parques de ambulancias.",
"ca": "Mapa per a mostrar hidrants, extintors, parcs de bombers i estacions d'ambulàncies.",
"nl": "Kaart om hydranten, brandblussers, brandweerkazernes en ambulanceposten weer te geven."
},
"description": {
"en": "On this map you can find and update hydrants, fire stations, ambulance stations, and extinguishers in your favorite neighborhoods.\n\nYou can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide additional details by answering available questions.\n\nAll changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.",
@ -35,7 +36,8 @@
"it": "In questa cartina puoi vedere e aggiornare idranti, stazioni dei pompieri, stazioni delle ambulanze ed estintori del tuo quartiere preferito.\n\nPuoi seguire la tua posizione precisa (solo su cellulare) e selezionare i livelli che ti interessano nellangolo in basso a sinistra. Puoi anche usare questo strumento per aggiungere o modificare i PDI sulla mappa e fornire ulteriori dettagli rispondendo alle domande.\n\nTutte le modifiche che farai verranno automaticamente salvate nel database globale di OpenStreetMap e potranno essere riutilizzate liberamente da tutti.",
"hu": "Ezen a térképen tűzcsapokat, tűzoltóállomásokat, mentőállomásokat és tűzoltóállomásokat találhat és szerkeszthet kedvenc városrészeiben (vagy másutt).\n\nA bal alsó sarokban nyomon követheti pontos tartózkodási helyét (csak mobilon), és kiválaszthatja az Ön számára releváns rétegeket. Ezzel az eszközzel gombostűket (érdekes pontokat, POI-kat) is szerkeszthet vagy felrajzolhat a térképre, a rendelkezésre álló kérdések megválaszolásával pedig további részleteket adhat meg.\n\nAz Ön által elvégzett módosítások automatikusan elmentődnek az OpenStreetMap globális adatbázisában, és mások szabadon újra felhasználhatják azokat.",
"ru": "На этой карте вы можете найти и обновить местоположение пожарных гидрантов, пожарных станций, станций скорой помощи и огнетушителей в ваших избранных районах населенного пункта.\n\nВы можете записать своё точное месторасположение (только на мобильных устройствах) и выбрать интересующие слои данных в левом нижнем углу. Вы также можете использовать этот инструмент для добавления или изменения точек интереса на карте и дополнять данные, отвечая на вопросы.\n\nВсе сделанные вами изменения автоматически сохраняются в базе данных OpenStreetMap и могут быть свободно переработаны другими пользователями.",
"es": ""
"es": "En este mapa puedes encontrar y actualizar bocas de incendios, parques de bomberos, parques de ambulancias y extintores en tus vecindarios favoritos.\n\nPuedes rastrear tu localización precisa (solo móvil) y seleccionar las capas que son relevantes para ti en la esquina inferior izquierda. También puedes utilizar esta herramienta para añadir o editar pines (puntos de interés) al mapa y proveer detalles adicionales contestando a preguntas disponibles.\n\nTodos los cambios que hagas se guardarán automáticamente en la base de datos global de OpenStreetMap y podrán ser reutilizados libremente por otros.",
"nl": "Op deze kaart kan je hydranten, brandblussers, brandweerkazernes en stalplaatsen voor ambulances vinden en updaten.\n\nJe kan je exacte locatie bepalen (enkel via GSM) en relevante lagen selecteren in de linkeronderhoek. Je kan deze applicatie ook gebruiken om pins (points of interest) op de kaart te zetten en om extra details toe te voegen door vragen te beantwoorden.\n\nAlle wijzigingen die je maakt zullen automatisch worden opgeslagen in de globale database van OpenStreetMap en kunnen vrij door anderen gebruikt worden."
},
"maintainer": "Erwin Olario",
"icon": "./assets/themes/hailhydrant/logo.svg",

View file

@ -2,7 +2,7 @@
"id": "maps",
"title": {
"en": "A map of maps",
"nl": "Een kaart met Kaarten",
"nl": "Een kaart van kaarten",
"fr": "Carte des cartes",
"ja": "マップのマップ",
"zh_Hant": "地圖的地圖",
@ -16,7 +16,7 @@
},
"shortDescription": {
"en": "This theme shows all (touristic) maps that OpenStreetMap knows of",
"nl": "Een kaart met alle kaarten die OpenStreetMap kent",
"nl": "Dit thema toont alle (toeristische) kaarten die OpenStreetMap kent",
"fr": "Cette carte affiche toutes les cartes (plans) mappés dans OpenStreetMap",
"ja": "このテーマには、OpenStreetMapが知っているすべての(観光)マップが表示されます",
"zh_Hant": "這份主題顯示所有已知的開放街圖上的 (旅遊) 地圖",
@ -32,7 +32,7 @@
"zh_Hant": "在這份地圖你可以找到所在在開放街圖上已知的地圖 - 特別是顯示地區、城市、區域的資訊版面上的大型地圖,例如佈告欄背面的旅遊地圖,自然保護區的地圖,區域的單車網路地圖,...)<br/><br/>如果有缺少的地圖,你可以輕易在開放街圖上新增這地圖。",
"de": "Auf dieser Karte findest du alle Karten, die OpenStreetMap kennt - typischerweise eine große Karte auf einer Informationstafel, die das Gebiet, die Stadt oder die Region zeigt, z.B. eine touristische Karte auf der Rückseite einer Plakatwand, eine Karte eines Naturschutzgebietes, eine Karte der Radwegenetze in der Region, ...) <br/><br/>Wenn eine Karte fehlt, können Sie diese leicht auf OpenStreetMap kartieren.",
"it": "In questa carta puoi trovare tutte le mappe conosciute da OpenStreetMap (tipicamente una grossa mappa su di un pannello informativo che mostra larea, la città o la regione, ad es. una mappa turistica dietro a un manifesto, la mappa di una riserva naturale, la mappa della rete ciclistica regionale, etc.)<br/><br/>Se manca una mappa, puoi aggiungerla facilmente a questa su OpenStreetMap.",
"es": "En este mapa puedes encontrar todos los mapas que OpenStreetMap conoce - típicamente un mapa grande con un tablero que muestra el área, la ciudad o la región, ej. un mapa turista detrás de una vaya publicitaria, un mapa de una reserva natura, un mapa de redes ciclistas en la región, ...)<br/><br/>Si falta un mapa, puedes mapear este mapa fácilmente en OpenStreetMap."
"es": "En este mapa puedes encontrar todos los mapas que OpenStreetMap conoce - típicamente un mapa grande con un tablero que muestra el área, la ciudad o la región, ej. un mapa turista detrás de una vaya publicitaria, un mapa de una reserva natural, un mapa de redes ciclistas en la región, ...)<br/><br/>Si falta un mapa, puedes mapear este mapa fácilmente en OpenStreetMap."
},
"maintainer": "MapComplete",
"icon": "./assets/themes/maps/logo.svg",

View file

@ -2,7 +2,7 @@
"id": "nature",
"title": {
"en": "Into nature",
"nl": "De Natuur in",
"nl": "De natuur in",
"de": "In die Natur",
"ca": "A la natura"
},

View file

@ -73,7 +73,7 @@
"da": "hundevenlig butik",
"de": "Hundefreundliche Geschäfte",
"nb_NO": "Hundevennlige butikker",
"nl": "hondvriendelijke winkels"
"nl": "Hondvriendelijke winkels"
},
"title": {
"render": {
@ -81,7 +81,7 @@
"da": "hundevenlig butik",
"de": "Hundefreundliche Geschäfte",
"nb_NO": "Hundevennlige butikker",
"nl": "hondvriendelijke winkels"
"nl": "Hondvriendelijke winkels"
},
"mappings": [
{

View file

@ -7,7 +7,8 @@
"de": "Postleitzahlen",
"ca": "Codis postals",
"es": "Códigos postales",
"nb_NO": "Postkoder"
"nb_NO": "Postkoder",
"nl": "Postcodes"
},
"shortDescription": {
"en": "Postal codes",
@ -16,7 +17,8 @@
"de": "Postleitzahlen",
"ca": "Codis postals",
"es": "Códigos postales",
"nb_NO": "Postkoder"
"nb_NO": "Postkoder",
"nl": "Postcodes"
},
"description": {
"en": "Postal codes",
@ -24,7 +26,8 @@
"hu": "Irányítószámok",
"de": "Postleitzahlen",
"ca": "Codis postals",
"es": "Códigos postales"
"es": "Códigos postales",
"nl": "Postcodes"
},
"maintainer": "",
"icon": "./assets/themes/postal_codes/townhall.svg",
@ -46,7 +49,8 @@
"de": "Postleitzahlen",
"ca": "codis postals",
"es": "códigos postales",
"nb_NO": "postkoder"
"nb_NO": "postkoder",
"nl": "postcodes"
},
"minzoom": 8,
"title": {
@ -56,7 +60,8 @@
"hu": "Irányítószám: {postal_code}",
"de": "Postleitzahl {postal_code}",
"es": "Código postal {postal_code}",
"nb_NO": "Postkode {postal_code}"
"nb_NO": "Postkode {postal_code}",
"nl": "Postcode {postal_code}"
}
},
"description": {},
@ -68,7 +73,8 @@
"id": "Kode posnya adalah {postal_code}",
"hu": "Irányítószám: {postal_code}",
"de": "Die Postleitzahl lautet {postal_code}",
"es": "El código postal es {postal_code}"
"es": "El código postal es {postal_code}",
"nl": "Deze postcode is {postal_code}"
}
}
],
@ -139,7 +145,8 @@
"id": "balai kota",
"hu": "polgármesteri hivatalok",
"de": "Rathäuser",
"ca": "ajuntaments"
"ca": "ajuntaments",
"nl": "stadhuizen"
},
"minzoom": 12,
"title": {
@ -147,7 +154,8 @@
"en": "Town hall {name}",
"id": "Balai kota {name}",
"hu": "{name} városháza",
"de": "Rathaus {name}"
"de": "Rathaus {name}",
"nl": "Stadhuis {name}"
}
},
"calculatedTags": [

View file

@ -15,7 +15,8 @@
"it": "Una cartina che mostra le buche delle lettere e gli uffici postali",
"zh_Hant": "顯示郵筒與郵局的地圖",
"hu": "Posták és postaládák térképe",
"es": "Un mapa que muestra buzones y oficinas de correo"
"es": "Un mapa que muestra buzones y oficinas de correo",
"nl": "Een kaart die brievenbussen en postkantoren toont"
},
"description": {
"en": "On this map you can find and add data of post offices and post boxes. You can use this map to find where you can mail your next postcard! :)<br/>Spotted an error or is a post box missing? You can edit this map with a free OpenStreetMap account. ",
@ -23,7 +24,8 @@
"zh_Hant": "在這份地圖你能找到與新增有關郵局與郵筒的資料,你可以用這份地圖找到寄送您下張明信片的地方!:)<br/>發現錯誤或是有郵筒遺漏嗎?你可以用免費的開放街圖帳號來編輯。 ",
"hu": "Ezen a térképen postahivatalok és postaládák adatait találod és egészítheted ki. Utánanézhetsz, hogy hol adhatod fel a következő képeslapodat! :)<br/>Hibát találtál, vagy hiányzik egy postaláda? Ezt a térképet mindössze egy ingyenes OpenStreetMap-fiókkal szerkesztheted. ",
"de": "Auf dieser Karte können Sie Daten von Poststellen und Briefkästen finden und ergänzen. Sie können diese Karte nutzen, um herauszufinden, wo Sie Ihre nächste Postkarte versenden können :)<br/>Haben Sie einen Fehler entdeckt oder fehlt ein Briefkasten? Sie können die Kartenddaten mit einem kostenlosen OpenStreetMap-Konto bearbeiten. ",
"es": "En este mapa puedes encontrar y añadir datos de oficinas de correo y buzones de correo. ¡Puedes utilizar este mapa para encontrar donde puedes enviar tu próxima postal! :)<br/>¿Has encontrado un error o algo que falta? Puedes editar este mapa con una cuenta de OpenStreetMap gratuíta. "
"es": "En este mapa puedes encontrar y añadir datos de oficinas de correo y buzones de correo. ¡Puedes utilizar este mapa para encontrar donde puedes enviar tu próxima postal! :)<br/>¿Has encontrado un error o algo que falta? Puedes editar este mapa con una cuenta de OpenStreetMap gratuíta. ",
"nl": "Op deze kaart kan je informatie over brievenbussen en postkantoren vinden en toevoegen. Je kan deze kaart gebruiken om te achterhalen waar je je volgende postkaart naar kan sturen! :)<br/>Zie je een fout of ontbreekt een brievenbus? Dan kan je deze kaart aanpassen met een gratis OpenStreetMap account. "
},
"maintainer": "nicolelaine",
"icon": "./assets/themes/postboxes/postbox.svg",
@ -189,7 +191,8 @@
"hu": "Nyitva tartás: {opening_hours_table()}",
"de": "Öffnungszeiten: {opening_hours_table()}",
"es": "Horas de Apertura: {opening_hours_table()}",
"nb_NO": "Åpningstider: {opening_hours_table()}"
"nb_NO": "Åpningstider: {opening_hours_table()}",
"nl": "Openingsuren: {opening_hours_table()}"
},
"freeform": {
"key": "opening_hours",
@ -201,7 +204,8 @@
"id": "Jam berapa kantor pos ini buka?",
"hu": "Mikor van nyitva ez a posta?",
"de": "Wie sind die Öffnungszeiten dieser Poststelle?",
"es": "¿Cuáles son las horas de apertura para esta oficina de correos?"
"es": "¿Cuáles son las horas de apertura para esta oficina de correos?",
"nl": "Wat zijn de openingsuren voor dit postkantoor?"
},
"mappings": [
{
@ -212,7 +216,8 @@
"zh_Hant": "24/7 開放 (包括假日)",
"id": "Buka 24 jam (termasuk hari libur)",
"hu": "Éjjel-nappal nyitva (munkaszüneti napokon is)",
"es": "Abierta 24/7 (incluyendo festivos)"
"es": "Abierta 24/7 (incluyendo festivos)",
"nl": "24/7 open (ook tijdens feestdagen)"
}
}
],

View file

@ -31,7 +31,8 @@
"de": "Auf dieser Karte kann man grundlegende Informationen über Geschäfte markieren, Öffnungszeiten und Telefonnummern hinzufügen",
"it": "In questa cartina è possibile aggiungere informazioni di base di un negozio, orari di apertura e numeri di telefono",
"hu": "Ezen a térképen az üzletek alapvető adatait lehet megadni, például nyitvatartási időt és telefonszámokat.",
"es": "En este mapa, se puede marcar información básica sobre tiendas, añadir horarios de apertura y números de teléfono"
"es": "En este mapa, se puede marcar información básica sobre tiendas, añadir horarios de apertura y números de teléfono",
"nl": "Op deze kaart kan men algemene informatie over winkels toevoegen, evenals openingsuren en telefoonnummers"
},
"maintainer": "MapComplete",
"icon": "./assets/themes/shops/shop.svg",

View file

@ -12,14 +12,16 @@
"en": "Sidewalk mapping",
"ca": "Mapejat de voreres",
"de": "Kartierung von Bürgersteigen",
"es": "Mapeo de aceras"
"es": "Mapeo de aceras",
"nl": "Voetpaden in kaart brengen"
},
"description": {
"en": "Experimental theme",
"ru": "Экспериментальная тема",
"ca": "Petició experimental",
"de": "Experimentelles Thema",
"es": "Tema experimental"
"es": "Tema experimental",
"nl": "Experimenteel thema"
},
"maintainer": "",
"icon": "./assets/svg/bug.svg",
@ -38,7 +40,8 @@
"de": "Gehwege",
"ca": "Voreres",
"es": "Aceras",
"nb_NO": "Fortau"
"nb_NO": "Fortau",
"nl": "Voetpaden"
},
"minzoom": 12,
"source": {
@ -57,7 +60,8 @@
"ru": "{name}",
"de": "{name}",
"ca": "{name}",
"es": "{name}"
"es": "{name}",
"nl": "{name}"
},
"mappings": [
{
@ -69,7 +73,8 @@
"description": {
"en": "Layer showing sidewalks of highways",
"de": "Ebene mit Bürgersteigen",
"es": "Una capa que muestra aceras de autovías"
"es": "Una capa que muestra aceras de autovías",
"nl": "Laag die voetpaden naast wegen toont"
},
"tagRenderings": [
{
@ -77,7 +82,8 @@
"render": {
"en": "This street is named {name}",
"de": "Diese Straße heißt {name}",
"es": "Esta calle se llama {name}"
"es": "Esta calle se llama {name}",
"nl": "Deze straat heet {name}"
}
},
{

View file

@ -262,7 +262,9 @@
},
"freeform": {
"key": "addr:unit",
"addExtraTags": ["not:addr:unit="]
"addExtraTags": [
"not:addr:unit="
]
},
"mappings": [
{
@ -472,7 +474,9 @@
},
"freeform": {
"key": "addr:parentstreet",
"addExtraTags": ["not:addr:parentstreet="]
"addExtraTags": [
"not:addr:parentstreet="
]
},
"mappings": [
{

View file

@ -1,11 +1,11 @@
{
"contributors": [
{
"commits": 153,
"commits": 159,
"contributor": "Pieter Vander Vennet"
},
{
"commits": 114,
"commits": 120,
"contributor": "kjon"
},
{
@ -24,6 +24,10 @@
"commits": 29,
"contributor": "Artem"
},
{
"commits": 24,
"contributor": "Iago"
},
{
"commits": 22,
"contributor": "Supaplex"
@ -32,10 +36,6 @@
"commits": 22,
"contributor": "Marco"
},
{
"commits": 21,
"contributor": "Iago"
},
{
"commits": 21,
"contributor": "Anonymous"
@ -92,6 +92,10 @@
"commits": 7,
"contributor": "Niels Elgaard Larsen"
},
{
"commits": 6,
"contributor": "Romain de Bossoreille"
},
{
"commits": 6,
"contributor": "Vinicius"
@ -136,10 +140,6 @@
"commits": 5,
"contributor": "David Haberthür"
},
{
"commits": 5,
"contributor": "Romain de Bossoreille"
},
{
"commits": 5,
"contributor": "Piotr"
@ -148,6 +148,10 @@
"commits": 5,
"contributor": "Alexey Shabanov"
},
{
"commits": 4,
"contributor": "Olivier"
},
{
"commits": 4,
"contributor": "paunofu"
@ -220,10 +224,6 @@
"commits": 2,
"contributor": "M. Rey"
},
{
"commits": 2,
"contributor": "Olivier"
},
{
"commits": 2,
"contributor": "Localizer"

View file

@ -451,6 +451,10 @@
"commandFailed": "Es tut uns leid, beim Ausführen von <code>{cmd}</code> ist etwas schiefgegangen",
"commandNotFound": "Ihre Anfrage wurde nicht verstanden. Meinten Sie vielleicht {0}, {1}, {2} oder {2}? <p>Geben Sie <code>help</code> ein, um eine Übersicht über alle Befehle zu sehen</p>",
"commands": {
"dm": {
"failed": "Ich konnte <code>{cmd}</code> aufgrund von {message} nicht ausführen",
"sendReason": "Ich habe Ihnen diese Nachricht geschickt, weil <b>{sender}</b> mich gebeten hat, diese mit <code>{cmd}</code> zu senden"
},
"documentation": {
"didYouMean": " Vielleicht meinten Sie einen von: ",
"docs": "Ruft die Dokumentation zu einer MapComplete-Ebene, einem Thema oder einem URL-Parameter ab",
@ -483,8 +487,8 @@
"noInfo": "Noch keine relevanten Informationen",
"noOpeningHours": "Es sind keine Öffnungszeiten bekannt.",
"nothingFound": "Nichts gefunden für <code>{_}</code>",
"searchingWorldwide": "Durchsuche OpenStreetMap.org nach Ihrer Suche <code>{_}</code>",
"provideSearch": "Bitte geben Sie einen Suchbegriff der id an, um diesen Befehl zu verwenden"
"provideSearch": "Bitte geben Sie einen Suchbegriff der id an, um diesen Befehl zu verwenden",
"searchingWorldwide": "Durchsuche OpenStreetMap.org nach Ihrer Suche <code>{_}</code>"
},
"language": {
"arglang": "Die von nun an zu verwendende Sprache",
@ -508,12 +512,18 @@
"noSuchRole": "Die Rolle <code>{role}</code> kann nicht an <code>{user}</code> vergeben werden. Eine Rolle ist dasselbe wie ein Befehlsname, geben Sie <code>help</code> ein, um alle Befehle zu sehen.",
"userHasRoles": "<b>{user}</b> hat derzeit die folgenden Rollen:"
},
"search": {
"searching": "Suche {layerTitle} {mode} <code>{search}</code>…"
},
"shutdown": {
"argmode": "Gibt an, ob der Dienst neu gestartet werden soll, muss einer der folgenden Werte sein: {verbs}",
"docs": "Schaltet den Bot ab",
"goodbye": "Ich schließe… Bis später!",
"notYetShuttingDown": "Ich starte noch nicht neu, da ich erst vor {uptime} Sekunden gebootet habe. Ich werde mindestens {min_uptime} warten, bevor ich neu starte."
},
"tags": {
"announceSearch": "<code>{id}</code> scheint keine gültige OSM-id zu sein - suche stattdessen weltweit nach {search}…"
},
"welcome": {
"p0": "Hallo! Ich bin MapComplete-bot. Ich bin ein Computerprogramm, das OpenStreetMap durchsucht und einige Informationen über <a href=\"https://mapcomplete.osm.be\">MapComplete</a> geben kann, eine Webseite und App, die thematische Karten zeigt. Wenn Informationen fehlen, können Sie sie dort leicht hinzufügen.",
"p1": "Senden Sie mir <code>info [searchterm]</code> und ich werde OpenStreetMap für Sie durchsuchen. Ich zeige Ihnen dann die Informationen über das, was ich gefunden habe.",
@ -522,16 +532,6 @@
},
"wiki": {
"docs": "Gibt (einen Teil) der angegebenen Seite von {backend} aus. In öffentlichen Räumen wird der erste Absatz angezeigt; in einer Direktnachricht wird die gesamte Seite gesendet."
},
"dm": {
"failed": "Ich konnte <code>{cmd}</code> aufgrund von {message} nicht ausführen",
"sendReason": "Ich habe Ihnen diese Nachricht geschickt, weil <b>{sender}</b> mich gebeten hat, diese mit <code>{cmd}</code> zu senden"
},
"tags": {
"announceSearch": "<code>{id}</code> scheint keine gültige OSM-id zu sein - suche stattdessen weltweit nach {search}…"
},
"search": {
"searching": "Suche {layerTitle} {mode} <code>{search}</code>…"
}
},
"decryptionFailed": "Es tut mir leid, ich konnte die Nachricht nicht entschlüsseln. Sie können versuchen, diesen Kanal zu verlassen und sich erneut zu verbinden",

View file

@ -1095,6 +1095,9 @@
"0": {
"then": "Sportartikelgeschäft <i>{name}</i>"
},
"1": {
"then": "Geschäfte"
},
"2": {
"then": "Fahrradverleih<i>{name}</i>"
},
@ -1106,9 +1109,6 @@
},
"5": {
"then": "Fahrradwerkstatt/geschäft <i>{name}</i>"
},
"1": {
"then": "Geschäfte"
}
},
"render": "Fahrradwerkstatt/geschäft"
@ -5962,4 +5962,4 @@
}
}
}
}
}

View file

@ -3723,6 +3723,17 @@
},
"question": "Does this restaurant have a vegetarian option?"
},
"delivery": {
"mappings": {
"0": {
"then": "This business does home delivery (eventually via a third party)"
},
"1": {
"then": "This business does not deliver at home"
}
},
"question": "Delivers {title()} their food at home?"
},
"friture-oil": {
"mappings": {
"0": {
@ -4397,6 +4408,13 @@
}
},
"playground": {
"deletion": {
"nonDeleteMappings": {
"0": {
"then": "This is a schoolyard - an (outdoor) area where pupils of a school can play during recess and which is not publicly accessible"
}
}
},
"description": "Playgrounds",
"name": "Playgrounds",
"presets": {
@ -4435,6 +4453,9 @@
},
"4": {
"then": "Not accessible"
},
"5": {
"then": "This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public"
}
},
"question": "Is this playground accessible to the general public?"
@ -5962,4 +5983,4 @@
}
}
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -442,6 +442,36 @@
}
},
"tagRenderings": {
"9": {
"renderings": {
"0": {
"question": "Combien de type_plural peuvent être loués ici ?",
"render": "{capacity:bicycle_type} type_plural peuvent être loués ici"
}
},
"rewrite": {
"into": {
"0": {
"1": "vélos de ville"
},
"1": {
"1": "vélos électriques"
},
"2": {
"1": "vélos d'enfants"
},
"3": {
"1": "BMX"
},
"4": {
"1": "vélos de montagne"
},
"6": {
"1": "tandem"
}
}
}
},
"bicycle-types": {
"mappings": {
"0": {
@ -456,9 +486,6 @@
"3": {
"then": "Des vélos de montagne peuvent être loués ici"
},
"7": {
"then": "Des casques de vélos peuvent être loués ici"
},
"4": {
"then": "Des vélos d'enfants peuvent être loués ici"
},
@ -467,40 +494,13 @@
},
"6": {
"then": "Des vélos de course peuvent être loués ici"
},
"7": {
"then": "Des casques de vélos peuvent être loués ici"
}
},
"question": "Quels types de vélos et daccessoires peuvent être loués ici ?",
"render": "{rental} est louable ici"
},
"9": {
"rewrite": {
"into": {
"3": {
"1": "BMX"
},
"4": {
"1": "vélos de montagne"
},
"0": {
"1": "vélos de ville"
},
"1": {
"1": "vélos électriques"
},
"2": {
"1": "vélos d'enfants"
},
"6": {
"1": "tandem"
}
}
},
"renderings": {
"0": {
"render": "{capacity:bicycle_type} type_plural peuvent être loués ici",
"question": "Combien de type_plural peuvent être loués ici ?"
}
}
}
}
},
@ -1557,6 +1557,37 @@
"render": "Eau potable"
}
},
"etymology": {
"description": "Tous les objets dont le nom ont une étymologie connue",
"name": "A une étymologie",
"tagRenderings": {
"etymology_multi_apply": {
"render": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Appliquer automatiquement aux segments avec le même nom, true)}"
},
"simple etymology": {
"mappings": {
"0": {
"then": "L'origine de ce nom est inconnu"
}
},
"question": "En référence à quoi cet objet est-il nommé ?<br/><span class='subtle'>Cela peut être indiqué sur le panneau de la rue</span>",
"render": "Nommé en référence à {name:etymology}"
},
"street-name-sign-image": {
"render": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Ajouter une photo de la plaque de rue)}"
},
"wikipedia": {
"render": "Un article Wikipédia à propos de cette <b>rue</b> existe :<br/>{wikipedia():max-height:25rem}"
},
"wikipedia-etymology": {
"question": "Quel est l'Item Wikidata auquel l'objet fait référence ?",
"render": "<h3>Article Wikipedia de la référence au nom</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}"
},
"zoeken op inventaris onroerend erfgoed": {
"render": "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Chercher sur inventaris onroerend erfgoed</a>"
}
}
},
"extinguisher": {
"description": "Couche des lances à incendie.",
"name": "Couche des extincteurs.",
@ -2791,36 +2822,5 @@
}
}
}
},
"etymology": {
"tagRenderings": {
"etymology_multi_apply": {
"render": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Appliquer automatiquement aux segments avec le même nom, true)}"
},
"simple etymology": {
"mappings": {
"0": {
"then": "L'origine de ce nom est inconnu"
}
},
"question": "En référence à quoi cet objet est-il nommé ?<br/><span class='subtle'>Cela peut être indiqué sur le panneau de la rue</span>",
"render": "Nommé en référence à {name:etymology}"
},
"wikipedia-etymology": {
"render": "<h3>Article Wikipedia de la référence au nom</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}",
"question": "Quel est l'Item Wikidata auquel l'objet fait référence ?"
},
"zoeken op inventaris onroerend erfgoed": {
"render": "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Chercher sur inventaris onroerend erfgoed</a>"
},
"wikipedia": {
"render": "Un article Wikipédia à propos de cette <b>rue</b> existe :<br/>{wikipedia():max-height:25rem}"
},
"street-name-sign-image": {
"render": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Ajouter une photo de la plaque de rue)}"
}
},
"description": "Tous les objets dont le nom ont une étymologie connue",
"name": "A une étymologie"
}
}
}

View file

@ -4258,6 +4258,13 @@
}
},
"playground": {
"deletion": {
"nonDeleteMappings": {
"0": {
"then": "Dit is een schoolplein - een ruimte waar de leerlingen van een school kunnen spelen tijdens de pauze maar die niet publiek toegankelijk is"
}
}
},
"description": "Speeltuinen",
"name": "Speeltuinen",
"presets": {
@ -4296,6 +4303,9 @@
},
"4": {
"then": "Niet vrij toegankelijk"
},
"5": {
"then": "Dit is een schoolplein - een zone waar de leerlingen kunnen spelen tijdens de pauze. Dit schoolplein is niet toegankelijk voor het publiek"
}
},
"question": "Is deze speeltuin vrij toegankelijk voor het publiek?"
@ -5918,4 +5928,4 @@
}
}
}
}
}

View file

@ -954,4 +954,4 @@
"shortDescription": "Eine Karte mit Abfalleimern",
"title": "Abfalleimer"
}
}
}

View file

@ -131,28 +131,28 @@
"question": "¿Este lugar tiene baños?"
},
"caravansites-website": {
"render": "Sitio web oficial: <a href='{website}'>{website}</a>",
"question": "¿Este lugar tiene un sitio web?"
"question": "¿Este lugar tiene un sitio web?",
"render": "Sitio web oficial: <a href='{website}'>{website}</a>"
}
}
},
"1": {
"tagRenderings": {
"dumpstations-fee": {
"mappings": {
"1": {
"then": "Se puede utilizar gratis"
},
"0": {
"then": "Tienes que pagar por el uso"
}
},
"question": "¿Este lugar cobra una tasa?"
},
"dumpstations-charge": {
"question": "¿Cuánto cobra este lugar?",
"render": "Este lugar cobra {charge}"
},
"dumpstations-fee": {
"mappings": {
"0": {
"then": "Tienes que pagar por el uso"
},
"1": {
"then": "Se puede utilizar gratis"
}
},
"question": "¿Este lugar cobra una tasa?"
},
"dumpstations-network": {
"question": "¿A qué red forma parte este lugar? (saltar si a ninguna)",
"render": "Esta estación forma parte de la red {network}"
@ -162,6 +162,10 @@
},
"overrideAll": {
"tagRenderings+": {
"0": {
"question": "¿Quién opera este lugar?",
"render": "Este lugar lo opera {operator}"
},
"1": {
"mappings": {
"0": {
@ -172,16 +176,68 @@
}
},
"question": "¿Tiene suministro eléctrico este lugar?"
},
"0": {
"render": "Este lugar lo opera {operator}",
"question": "¿Quién opera este lugar?"
}
}
},
"shortDescription": "Encuentra sitios para pasar la noche con tu caravana",
"title": "Campings"
},
"charging_stations": {
"description": "En este mapa, uno puede encontrar y marcar información sobre estaciones de carga",
"shortDescription": "Un mapa mundial de estaciones de carga",
"title": "Estaciones de carga"
},
"climbing": {
"layers": {
"0": {
"override": {
"tagRenderings+": {
"1": {
"mappings": {
"0": {
"then": "Accesible públicamente a cualquiera"
},
"1": {
"then": "Necesitas un permiso para acceder aquí"
},
"2": {
"then": "Solo clientes"
},
"3": {
"then": "Solo miembros del club"
}
},
"question": "¿Quién puede acceder aquí?"
}
},
"units+": {
"0": {
"applicableUnits": {
"0": {
"human": " metro"
},
"1": {
"human": " pies"
}
}
}
}
}
}
}
},
"cycle_highways": {
"description": "Este mapa muestra carriles bici",
"layers": {
"0": {
"name": "carriles bici",
"title": {
"render": "carril bici"
}
}
},
"title": "Carriles bici"
},
"cycle_infra": {
"description": "Un mapa en el que puedes ver y editar cosas relacionadas con la infraestructura ciclista. Hecho durante #osoc21.",
"shortDescription": "Un mapa en el que puedes ver y editar cosas relacionadas con la infraestructura ciclista.",
@ -227,6 +283,7 @@
"title": "Redes de Nodos Ciclistas"
},
"cyclestreets": {
"description": "Una ciclocalle es una calle donde <b>el tráfico motorizado no puede adelantar a ciclistas</b>. Están señalizadas por una señal de tráfico especial. Las ciclocalles se pueden encontrar en los Países Bajos y Bélgica, pero también en Alemania y Francia. ",
"layers": {
"0": {
"description": "Una ciclocalle es una calle en la que el tráfico motorizado no puede sobrepasar a un ciclista",
@ -278,8 +335,7 @@
}
},
"shortDescription": "Un mapa de ciclocalles",
"title": "Ciclocalles",
"description": "Una ciclocalle es una calle donde <b>el tráfico motorizado no puede adelantar a ciclistas</b>. Están señalizadas por una señal de tráfico especial. Las ciclocalles se pueden encontrar en los Países Bajos y Bélgica, pero también en Alemania y Francia. "
"title": "Ciclocalles"
},
"cyclofix": {
"description": "El objetivo de este mapa es presentar a los ciclistas con una solución fácil de utilizar para encontrar la infraestructura apropiada para sus necesidades. <br><br>Puedes seguir tu localización precisa (móvil solo) y seleccionar las capas que son relevantes para ti en la esquina inferior izquierda. Tgambién puedes utilizar esta herramienta para editar o añadir pines (puntos de interés) al mapa y proveer más datos respondiendo a preguntas.<br><br>Todos los cambios que hagas se guardarán de manera automática en la base de datos global de OpenStreetMap y podrán ser utilizados libremente por otros. <br><br>Para más información sobre el proyecto cyclofix, ve a <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
@ -295,7 +351,6 @@
"title": "Entradas"
},
"etymology": {
"shortDescription": "¿Cual es el origen de un topónimo?",
"layers": {
"1": {
"override": {
@ -312,9 +367,9 @@
"=name": "Instituciones educacionales sin información etimológica"
}
},
"7": {
"4": {
"override": {
"=name": "Lugares deportivos sin información etimológica"
"=name": "Lugares culturales sin información etimológica"
}
},
"5": {
@ -322,16 +377,25 @@
"=name": "Lugares turísticos sin información etimológica"
}
},
"4": {
"7": {
"override": {
"=name": "Lugares culturales sin información etimológica"
"=name": "Lugares deportivos sin información etimológica"
}
}
}
},
"shortDescription": "¿Cual es el origen de un topónimo?"
},
"facadegardens": {
"layers": {
"0": {
"description": "Jardines de fachada",
"name": "Jardines de fachada",
"presets": {
"0": {
"description": "Añadir un jardín de fachada",
"title": "un jardín de fachada"
}
},
"tagRenderings": {
"facadegardens-description": {
"question": "Información descriptiva complementaria sobre el jardín (si es necesaria pero no se describe arriba)",
@ -353,12 +417,12 @@
"question": "¿Hay alguna planta comestible?"
},
"facadegardens-plants": {
"question": "¿Qué tipo de plantas crecen aquí?",
"mappings": {
"2": {
"then": "Hay arbustos"
}
}
},
"question": "¿Qué tipo de plantas crecen aquí?"
},
"facadegardens-start_date": {
"question": "¿Cuándo se construyó el jardín? (el año es suficiente)",
@ -381,19 +445,11 @@
},
"title": {
"render": "Jardín de fachada"
},
"description": "Jardines de fachada",
"name": "Jardines de fachada",
"presets": {
"0": {
"description": "Añadir un jardín de fachada",
"title": "un jardín de fachada"
}
}
}
},
"title": "Jardines de fachada",
"shortDescription": "Este mapa muestra jardines de fachada con fotografías e información útil sobre la orientación, la luz del sol y los tipos de plantas."
"shortDescription": "Este mapa muestra jardines de fachada con fotografías e información útil sobre la orientación, la luz del sol y los tipos de plantas.",
"title": "Jardines de fachada"
},
"food": {
"description": "Restaurantes y comida rápida",
@ -402,6 +458,28 @@
"ghostbikes": {
"title": "Bicicleta blanca"
},
"grb": {
"layers": {
"1": {
"tagRenderings": {
"building type": {
"question": "¿Qué tipo de edificio es este?"
}
}
},
"6": {
"tagRenderings": {
"Import-button": {
"mappings": {
"1": {
"then": "Este edificio tiene agujeros y está modelado como una relación. Por lo tanto, no se puede combinar. Combínalo manualmente a través <a href='https://buildings.osm.be/#/'>el sitio de exportación de edificios</a> {open_in_josm()}"
}
}
}
}
}
}
},
"grb_fixme": {
"layers": {
"0": {
@ -424,6 +502,13 @@
"0": {
"description": "Muestra todos los cambios de MapComplete",
"filter": {
"0": {
"options": {
"0": {
"question": "Nombre del tema contiene {search}"
}
}
},
"1": {
"options": {
"0": {
@ -437,13 +522,6 @@
"question": "<b>No</b> hecho por contributor/a {search}"
}
}
},
"0": {
"options": {
"0": {
"question": "Nombre del tema contiene {search}"
}
}
}
},
"name": "Centros de conjuntos de cambios",
@ -660,83 +738,5 @@
"description": "Mapa de todos los Árboles",
"shortDescription": "Mapa de los Árboles",
"title": "Árboles"
},
"charging_stations": {
"description": "En este mapa, uno puede encontrar y marcar información sobre estaciones de carga",
"title": "Estaciones de carga",
"shortDescription": "Un mapa mundial de estaciones de carga"
},
"grb": {
"layers": {
"1": {
"tagRenderings": {
"building type": {
"question": "¿Qué tipo de edificio es este?"
}
}
},
"6": {
"tagRenderings": {
"Import-button": {
"mappings": {
"1": {
"then": "Este edificio tiene agujeros y está modelado como una relación. Por lo tanto, no se puede combinar. Combínalo manualmente a través <a href='https://buildings.osm.be/#/'>el sitio de exportación de edificios</a> {open_in_josm()}"
}
}
}
}
}
}
},
"climbing": {
"layers": {
"0": {
"override": {
"tagRenderings+": {
"1": {
"mappings": {
"0": {
"then": "Accesible públicamente a cualquiera"
},
"2": {
"then": "Solo clientes"
},
"1": {
"then": "Necesitas un permiso para acceder aquí"
},
"3": {
"then": "Solo miembros del club"
}
},
"question": "¿Quién puede acceder aquí?"
}
},
"units+": {
"0": {
"applicableUnits": {
"1": {
"human": " pies"
},
"0": {
"human": " metro"
}
}
}
}
}
}
}
},
"cycle_highways": {
"description": "Este mapa muestra carriles bici",
"layers": {
"0": {
"name": "carriles bici",
"title": {
"render": "carril bici"
}
}
},
"title": "Carriles bici"
}
}
}

View file

@ -601,6 +601,11 @@
"=name": "Parken en bossen zonder etymologische informatie"
}
},
"3": {
"override": {
"=name": "Onderwijsinstelling zonder etymologische informatie"
}
},
"4": {
"override": {
"=name": "Culturele plaatsen zonder etymologische informatie"
@ -620,11 +625,6 @@
"override": {
"=name": "Sportplekken zonder etymologische informatie"
}
},
"3": {
"override": {
"=name": "Onderwijsinstelling zonder etymologische informatie"
}
}
},
"shortDescription": "Wat is de oorsprong van een plaatsnaam?",
@ -791,6 +791,9 @@
"layers": {
"1": {
"tagRenderings": {
"building type": {
"question": "Wat voor soort gebouw is dit?"
},
"grb-fixme": {
"mappings": {
"0": {
@ -819,9 +822,6 @@
},
"grb-unit": {
"render": "De wooneenheid-aanduiding is <b>{addr:unit}</b> "
},
"building type": {
"question": "Wat voor soort gebouw is dit?"
}
}
},
@ -870,6 +870,9 @@
"layers": {
"0": {
"tagRenderings": {
"building type": {
"question": "Wat voor soort gebouw is dit?"
},
"grb-fixme": {
"mappings": {
"0": {
@ -898,9 +901,6 @@
},
"grb-unit": {
"render": "De wooneenheid-aanduiding is <b>{addr:unit}</b> "
},
"building type": {
"question": "Wat voor soort gebouw is dit?"
}
}
}
@ -909,14 +909,75 @@
"title": "GRB Fixup"
},
"hackerspaces": {
"title": "Hackerspaces",
"description": "Op deze kaart kan je hackerspaces zien, toevoegen en updaten",
"shortDescription": "Een kaart van hackerspaces",
"description": "Op deze kaart kan je hackerspaces zien, toevoegen en updaten"
"title": "Hackerspaces"
},
"hailhydrant": {
"title": "Brandkranen, brandblussers, brandweerposten en ambulanceposten",
"description": "Op deze kaart kan je hydranten, brandblussers, brandweerkazernes en stalplaatsen voor ambulances vinden en updaten.\n\nJe kan je exacte locatie bepalen (enkel via GSM) en relevante lagen selecteren in de linkeronderhoek. Je kan deze applicatie ook gebruiken om pins (points of interest) op de kaart te zetten en om extra details toe te voegen door vragen te beantwoorden.\n\nAlle wijzigingen die je maakt zullen automatisch worden opgeslagen in de globale database van OpenStreetMap en kunnen vrij door anderen gebruikt worden.",
"shortDescription": "Kaart om hydranten, brandblussers, brandweerkazernes en ambulanceposten weer te geven.",
"description": "Op deze kaart kan je hydranten, brandblussers, brandweerkazernes en stalplaatsen voor ambulances vinden en updaten.\n\nJe kan je exacte locatie bepalen (enkel via GSM) en relevante lagen selecteren in de linkeronderhoek. Je kan deze applicatie ook gebruiken om pins (points of interest) op de kaart te zetten en om extra details toe te voegen door vragen te beantwoorden.\n\nAlle wijzigingen die je maakt zullen automatisch worden opgeslagen in de globale database van OpenStreetMap en kunnen vrij door anderen gebruikt worden."
"title": "Brandkranen, brandblussers, brandweerposten en ambulanceposten"
},
"mapcomplete-changes": {
"description": "Deze kaart toont alle wijzigingen die met MapComplete werden gemaakt",
"layers": {
"0": {
"description": "Toont alle wijzigingen met MapComplete",
"filter": {
"0": {
"options": {
"0": {
"question": "Themanaam bevat {search}"
}
}
},
"1": {
"options": {
"0": {
"question": "Gemaakt door bijdrager {search}"
}
}
},
"2": {
"options": {
"0": {
"question": "<b>Niet</b> gemaakt door bijdrager {search}"
}
}
}
},
"tagRenderings": {
"contributor": {
"render": "Wijziging gemaakt door <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>"
},
"render_id": {
"render": "Wijzigingset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
},
"theme": {
"mappings": {
"0": {
"then": "Wijziging met <b>officieus</b> thema <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>"
}
},
"render": "Wijziging met thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
}
},
"title": {
"render": "Wijzigingset voor {theme}"
}
},
"1": {
"override": {
"tagRenderings": {
"link_to_more": {
"render": "Meer statistieken kunnen <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a> gevonden worden"
}
}
}
}
},
"shortDescription": "Toont wijzigingen gemaakt met MapComplete",
"title": "Wijzigingen gemaakt met MapComplete"
},
"maps": {
"description": "Op deze kaart kan je alle kaarten zien die OpenStreetMap kent.<br/><br/>Ontbreekt er een kaart, dan kan je die kaart hier ook gemakelijk aan deze kaart toevoegen.",
@ -994,7 +1055,32 @@
"shortDescription": "Een kaart met speeltuinen",
"title": "Speelplekken"
},
"postal_codes": {
"description": "Postcodes",
"layers": {
"0": {
"name": "postcodes",
"tagRenderings": {
"postal_code": {
"render": "Deze postcode is {postal_code}"
}
},
"title": {
"render": "Postcode {postal_code}"
}
},
"2": {
"name": "stadhuizen",
"title": {
"render": "Stadhuis {name}"
}
}
},
"shortDescription": "Postcodes",
"title": "Postcodes"
},
"postboxes": {
"description": "Op deze kaart kan je informatie over brievenbussen en postkantoren vinden en toevoegen. Je kan deze kaart gebruiken om te achterhalen waar je je volgende postkaart naar kan sturen! :)<br/>Zie je een fout of ontbreekt een brievenbus? Dan kan je deze kaart aanpassen met een gratis OpenStreetMap account. ",
"layers": {
"0": {
"description": "Deze laag toont brievenbussen.",
@ -1025,33 +1111,31 @@
"title": "een postkantoor"
}
},
"title": {
"render": "Postkantoor"
},
"tagRenderings": {
"OH": {
"render": "Openingsuren: {opening_hours_table()}",
"question": "Wat zijn de openingsuren voor dit postkantoor?",
"mappings": {
"0": {
"then": "24/7 open (ook tijdens feestdagen)"
}
}
},
"question": "Wat zijn de openingsuren voor dit postkantoor?",
"render": "Openingsuren: {opening_hours_table()}"
}
},
"title": {
"render": "Postkantoor"
}
}
},
"title": "Brievenbussen en postkantoren",
"shortDescription": "Een kaart die brievenbussen en postkantoren toont",
"description": "Op deze kaart kan je informatie over brievenbussen en postkantoren vinden en toevoegen. Je kan deze kaart gebruiken om te achterhalen waar je je volgende postkaart naar kan sturen! :)<br/>Zie je een fout of ontbreekt een brievenbus? Dan kan je deze kaart aanpassen met een gratis OpenStreetMap account. "
"title": "Brievenbussen en postkantoren"
},
"shops": {
"description": "Op deze kaart kan men algemene informatie over winkels toevoegen, evenals openingsuren en telefoonnummers",
"shortDescription": "Een bewerkbare kaart met simpele informatie over winkels",
"title": "Winkels",
"description": "Op deze kaart kan men algemene informatie over winkels toevoegen, evenals openingsuren en telefoonnummers"
"title": "Winkels"
},
"sidewalks": {
"title": "Voetpaden",
"description": "Experimenteel thema",
"layers": {
"0": {
@ -1067,7 +1151,8 @@
}
}
},
"shortDescription": "Voetpaden in kaart brengen"
"shortDescription": "Voetpaden in kaart brengen",
"title": "Voetpaden"
},
"speelplekken": {
"description": "<h3>Welkom bij de Groendoener!</h3>De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan <b>200 grote en kleine speelplekken</b> liggen er in parken, in bossen en op pleintjes te wachten om ontdekt te worden. De verschillende speelplekken werden getest én goedgekeurd door kinder- en jongerenreporters uit de Zuidrand. Met leuke challenges dagen de reporters jou uit om ook op ontdekking te gaan. Klik op een speelplek op de kaart, bekijk het filmpje en ga op verkenning!<br/><br/>Het project groendoener kadert binnen het strategisch project <a href='https://www.provincieantwerpen.be/aanbod/dlm/samenwerkingsverbanden/zuidrand/projecten/strategisch-project-beleefbare-open-ruimte.html' target='_blank'>Beleefbare Open Ruimte in de Antwerpse Zuidrand</a> en is een samenwerking tussen het departement Leefmilieu van provincie Antwerpen, Sportpret vzw, een OpenStreetMap-België Consultent en Createlli vzw. Het project kwam tot stand met steun van Departement Omgeving van de Vlaamse Overheid.<br/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/provincie_antwerpen.jpg'/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/Departement_Omgeving_Vlaanderen.png'/>",
@ -1201,90 +1286,5 @@
"description": "Op deze kaart vind je vuilnisbakken waar je afval in kan smijten. Ontbreekt er een vuilnisbak? Dan kan je die zelf toevoegen",
"shortDescription": "Een kaart met vuilnisbakken",
"title": "Vuilnisbak"
},
"mapcomplete-changes": {
"shortDescription": "Toont wijzigingen gemaakt met MapComplete",
"description": "Deze kaart toont alle wijzigingen die met MapComplete werden gemaakt",
"layers": {
"0": {
"description": "Toont alle wijzigingen met MapComplete",
"filter": {
"0": {
"options": {
"0": {
"question": "Themanaam bevat {search}"
}
}
},
"1": {
"options": {
"0": {
"question": "Gemaakt door bijdrager {search}"
}
}
},
"2": {
"options": {
"0": {
"question": "<b>Niet</b> gemaakt door bijdrager {search}"
}
}
}
},
"tagRenderings": {
"contributor": {
"render": "Wijziging gemaakt door <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>"
},
"render_id": {
"render": "Wijzigingset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
},
"theme": {
"mappings": {
"0": {
"then": "Wijziging met <b>officieus</b> thema <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>"
}
},
"render": "Wijziging met thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
}
},
"title": {
"render": "Wijzigingset voor {theme}"
}
},
"1": {
"override": {
"tagRenderings": {
"link_to_more": {
"render": "Meer statistieken kunnen <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a> gevonden worden"
}
}
}
}
},
"title": "Wijzigingen gemaakt met MapComplete"
},
"postal_codes": {
"shortDescription": "Postcodes",
"title": "Postcodes",
"description": "Postcodes",
"layers": {
"0": {
"name": "postcodes",
"title": {
"render": "Postcode {postal_code}"
},
"tagRenderings": {
"postal_code": {
"render": "Deze postcode is {postal_code}"
}
}
},
"2": {
"name": "stadhuizen",
"title": {
"render": "Stadhuis {name}"
}
}
}
}
}
}