{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
+
+ - *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
+
+This tagrendering is only visible in the popup if the following condition is met: drive_through=yes
+
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@@ -413,6 +437,13 @@ The question is `Does this amenity have electrical outlets, available to custome
- *There are no sockets available indoors to customers, but charging might be possible if the staff is asked* is shown if with service:electricity=ask
- *There are a no domestic sockets available to customers seated indoors* is shown if with service:electricity=no
+### seating
+
+The question is `What kind of seating does {title()} have?`
+
+ - *This place has outdoor seating* is shown if with outdoor_seating=yes. Unselecting this answer will add outdoor_seating=no
+ - *This place has indoor seating* is shown if with indoor_seating=yes. Unselecting this answer will add indoor_seating=no
+
### dog-access
The question is `Are dogs allowed in this business?`
@@ -527,6 +558,14 @@ This tagrendering has labels
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
+| id | question | osmTags |
+-----|-----|----- |
+| outdoor_seating.0 | Has outdoor seating | outdoor_seating=yes |
+
+| id | question | osmTags |
+-----|-----|----- |
+| indoor_seating.0 | Has indoor seating | indoor_seating=yes |
+
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
diff --git a/Docs/Layers/food.md b/Docs/Layers/food.md
index 26775681dc..0bc7b65564 100644
--- a/Docs/Layers/food.md
+++ b/Docs/Layers/food.md
@@ -32,6 +32,9 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Reservation](#reservation)
- [Takeaway](#takeaway)
- [delivery](#delivery)
+ - [drive-through](#drive-through)
+ - [drive-through-opening_hours](#drive-through-opening_hours)
+ - [Drive-through opening hours](#drive-through-opening-hours)
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
@@ -46,6 +49,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
+ - [seating](#seating)
- [dog-access](#dog-access)
- [internet](#internet)
- [internet-fee](#internet-fee)
@@ -104,6 +108,8 @@ Elements must match **any** of the following expressions:
| [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
| [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) |
| [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) |
+| [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
+| [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| [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) |
@@ -287,6 +293,24 @@ The question is `Does {title()} deliver food to your home?`
- *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
+### drive-through
+
+The question is `Does this fast-food restaurant have a drive-through?`
+
+ - *This fast-food restaurant has a drive-through* is shown if with drive_through=yes
+ - *This fast-food restaurant does not have a drive-through* is shown if with drive_through=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=fast_food
+
+### drive-through-opening_hours
+
+The question is `What are the opening hours of the drive-through?`
+*
Drive-through opening hours
{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
+
+ - *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
+
+This tagrendering is only visible in the popup if the following condition is met: drive_through=yes
+
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@@ -428,6 +452,13 @@ The question is `Does this amenity have electrical outlets, available to custome
- *There are no sockets available indoors to customers, but charging might be possible if the staff is asked* is shown if with service:electricity=ask
- *There are a no domestic sockets available to customers seated indoors* is shown if with service:electricity=no
+### seating
+
+The question is `What kind of seating does {title()} have?`
+
+ - *This place has outdoor seating* is shown if with outdoor_seating=yes. Unselecting this answer will add outdoor_seating=no
+ - *This place has indoor seating* is shown if with indoor_seating=yes. Unselecting this answer will add indoor_seating=no
+
### dog-access
The question is `Are dogs allowed in this business?`
@@ -542,6 +573,14 @@ This tagrendering has labels
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
+| id | question | osmTags |
+-----|-----|----- |
+| outdoor_seating.0 | Has outdoor seating | outdoor_seating=yes |
+
+| id | question | osmTags |
+-----|-----|----- |
+| indoor_seating.0 | Has indoor seating | indoor_seating=yes |
+
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
diff --git a/Docs/Layers/food_glutenfree.md b/Docs/Layers/food_glutenfree.md
index 27a11100dc..1bd4c62b9f 100644
--- a/Docs/Layers/food_glutenfree.md
+++ b/Docs/Layers/food_glutenfree.md
@@ -34,6 +34,9 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Reservation](#reservation)
- [Takeaway](#takeaway)
- [delivery](#delivery)
+ - [drive-through](#drive-through)
+ - [drive-through-opening_hours](#drive-through-opening_hours)
+ - [Drive-through opening hours](#drive-through-opening-hours)
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
@@ -47,6 +50,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
+ - [seating](#seating)
- [dog-access](#dog-access)
- [internet](#internet)
- [internet-fee](#internet-fee)
@@ -91,6 +95,8 @@ Elements must match **all** of the following expressions:
| [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
| [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) |
| [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) |
+| [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
+| [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| [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) |
@@ -285,6 +291,24 @@ The question is `Does {title()} deliver food to your home?`
- *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
+### drive-through
+
+The question is `Does this fast-food restaurant have a drive-through?`
+
+ - *This fast-food restaurant has a drive-through* is shown if with drive_through=yes
+ - *This fast-food restaurant does not have a drive-through* is shown if with drive_through=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=fast_food
+
+### drive-through-opening_hours
+
+The question is `What are the opening hours of the drive-through?`
+*
Drive-through opening hours
{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
+
+ - *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
+
+This tagrendering is only visible in the popup if the following condition is met: drive_through=yes
+
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@@ -414,6 +438,13 @@ The question is `Does this amenity have electrical outlets, available to custome
- *There are no sockets available indoors to customers, but charging might be possible if the staff is asked* is shown if with service:electricity=ask
- *There are a no domestic sockets available to customers seated indoors* is shown if with service:electricity=no
+### seating
+
+The question is `What kind of seating does {title()} have?`
+
+ - *This place has outdoor seating* is shown if with outdoor_seating=yes. Unselecting this answer will add outdoor_seating=no
+ - *This place has indoor seating* is shown if with indoor_seating=yes. Unselecting this answer will add indoor_seating=no
+
### dog-access
The question is `Are dogs allowed in this business?`
@@ -528,6 +559,14 @@ This tagrendering has labels
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
+| id | question | osmTags |
+-----|-----|----- |
+| outdoor_seating.0 | Has outdoor seating | outdoor_seating=yes |
+
+| id | question | osmTags |
+-----|-----|----- |
+| indoor_seating.0 | Has indoor seating | indoor_seating=yes |
+
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
diff --git a/Docs/Layers/food_lactosefree.md b/Docs/Layers/food_lactosefree.md
index 03886768d0..2634e2fe04 100644
--- a/Docs/Layers/food_lactosefree.md
+++ b/Docs/Layers/food_lactosefree.md
@@ -34,6 +34,9 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Reservation](#reservation)
- [Takeaway](#takeaway)
- [delivery](#delivery)
+ - [drive-through](#drive-through)
+ - [drive-through-opening_hours](#drive-through-opening_hours)
+ - [Drive-through opening hours](#drive-through-opening-hours)
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
@@ -47,6 +50,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [gluten_free](#gluten_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
+ - [seating](#seating)
- [dog-access](#dog-access)
- [internet](#internet)
- [internet-fee](#internet-fee)
@@ -91,6 +95,8 @@ Elements must match **all** of the following expressions:
| [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
| [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) |
| [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) |
+| [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
+| [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| [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) |
@@ -285,6 +291,24 @@ The question is `Does {title()} deliver food to your home?`
- *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
+### drive-through
+
+The question is `Does this fast-food restaurant have a drive-through?`
+
+ - *This fast-food restaurant has a drive-through* is shown if with drive_through=yes
+ - *This fast-food restaurant does not have a drive-through* is shown if with drive_through=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=fast_food
+
+### drive-through-opening_hours
+
+The question is `What are the opening hours of the drive-through?`
+*
Drive-through opening hours
{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
+
+ - *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
+
+This tagrendering is only visible in the popup if the following condition is met: drive_through=yes
+
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@@ -414,6 +438,13 @@ The question is `Does this amenity have electrical outlets, available to custome
- *There are no sockets available indoors to customers, but charging might be possible if the staff is asked* is shown if with service:electricity=ask
- *There are a no domestic sockets available to customers seated indoors* is shown if with service:electricity=no
+### seating
+
+The question is `What kind of seating does {title()} have?`
+
+ - *This place has outdoor seating* is shown if with outdoor_seating=yes. Unselecting this answer will add outdoor_seating=no
+ - *This place has indoor seating* is shown if with indoor_seating=yes. Unselecting this answer will add indoor_seating=no
+
### dog-access
The question is `Are dogs allowed in this business?`
@@ -528,6 +559,14 @@ This tagrendering has labels
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
+| id | question | osmTags |
+-----|-----|----- |
+| outdoor_seating.0 | Has outdoor seating | outdoor_seating=yes |
+
+| id | question | osmTags |
+-----|-----|----- |
+| indoor_seating.0 | Has indoor seating | indoor_seating=yes |
+
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
diff --git a/Docs/Layers/friture.md b/Docs/Layers/friture.md
index a99ab65a60..3cfec03893 100644
--- a/Docs/Layers/friture.md
+++ b/Docs/Layers/friture.md
@@ -33,6 +33,9 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [Reservation](#reservation)
- [Takeaway](#takeaway)
- [delivery](#delivery)
+ - [drive-through](#drive-through)
+ - [drive-through-opening_hours](#drive-through-opening_hours)
+ - [Drive-through opening hours](#drive-through-opening-hours)
- [Vegetarian (no friture)](#vegetarian-(no-friture))
- [Vegan (no friture)](#vegan-(no-friture))
- [halal (no friture)](#halal-(no-friture))
@@ -47,6 +50,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
- [lactose_free](#lactose_free)
- [smoking](#smoking)
- [service:electricity](#serviceelectricity)
+ - [seating](#seating)
- [dog-access](#dog-access)
- [internet](#internet)
- [internet-fee](#internet-fee)
@@ -89,6 +93,8 @@ Elements must match **all** of the following expressions:
| [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
| [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) |
| [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) |
+| [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
+| [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| [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) |
@@ -272,6 +278,24 @@ The question is `Does {title()} deliver food to your home?`
- *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
+### drive-through
+
+The question is `Does this fast-food restaurant have a drive-through?`
+
+ - *This fast-food restaurant has a drive-through* is shown if with drive_through=yes
+ - *This fast-food restaurant does not have a drive-through* is shown if with drive_through=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=fast_food
+
+### drive-through-opening_hours
+
+The question is `What are the opening hours of the drive-through?`
+*
Drive-through opening hours
{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
+
+ - *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
+
+This tagrendering is only visible in the popup if the following condition is met: drive_through=yes
+
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@@ -413,6 +437,13 @@ The question is `Does this amenity have electrical outlets, available to custome
- *There are no sockets available indoors to customers, but charging might be possible if the staff is asked* is shown if with service:electricity=ask
- *There are a no domestic sockets available to customers seated indoors* is shown if with service:electricity=no
+### seating
+
+The question is `What kind of seating does {title()} have?`
+
+ - *This place has outdoor seating* is shown if with outdoor_seating=yes. Unselecting this answer will add outdoor_seating=no
+ - *This place has indoor seating* is shown if with indoor_seating=yes. Unselecting this answer will add indoor_seating=no
+
### dog-access
The question is `Are dogs allowed in this business?`
@@ -527,6 +558,14 @@ This tagrendering has labels
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
+| id | question | osmTags |
+-----|-----|----- |
+| outdoor_seating.0 | Has outdoor seating | outdoor_seating=yes |
+
+| id | question | osmTags |
+-----|-----|----- |
+| indoor_seating.0 | Has indoor seating | indoor_seating=yes |
+
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
diff --git a/Docs/Layers/insect_hotel.md b/Docs/Layers/insect_hotel.md
new file mode 100644
index 0000000000..cf0f7f0f55
--- /dev/null
+++ b/Docs/Layers/insect_hotel.md
@@ -0,0 +1,70 @@
+[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
+
+# insect_hotel
+
+Layer showing insect hotels
+
+ - This layer is shown at zoomlevel **11** and higher
+
+## Table of contents
+
+1. [Themes using this layer](#themes-using-this-layer)
+2. [Presets](#presets)
+3. [Basic tags for this layer](#basic-tags-for-this-layer)
+4. [Supported attributes](#supported-attributes)
+ - [images](#images)
+ - [leftover-questions](#leftover-questions)
+ - [move-button](#move-button)
+ - [delete-button](#delete-button)
+ - [lod](#lod)
+
+## Themes using this layer
+
+ - [insects](https://mapcomplete.org/insects)
+ - [nature](https://mapcomplete.org/nature)
+ - [personal](https://mapcomplete.org/personal)
+
+## Presets
+
+The following options to create new points are included:
+
+ - **an insect hotel** which has the following tags:man_made=insect_hotel
+
+## Basic tags for this layer
+
+Elements must match the expression **man_made=insect_hotel**
+
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22man_made%22%3D%22insect_hotel%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+
+## Supported attributes
+
+### images
+This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
+_This tagrendering has no question and is thus read-only_
+*{image_carousel()}{image_upload()}*
+
+### leftover-questions
+
+_This tagrendering has no question and is thus read-only_
+*{questions( ,)}*
+
+### move-button
+
+_This tagrendering has no question and is thus read-only_
+*{move_button()}*
+
+### delete-button
+
+_This tagrendering has no question and is thus read-only_
+*{delete_button()}*
+
+### lod
+
+_This tagrendering has no question and is thus read-only_
+*{linked_data_from_website()}*
+
+This tagrendering has labels
+`added_by_default`
+
+
+This document is autogenerated from [assets/layers/insect_hotel/insect_hotel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/insect_hotel/insect_hotel.json)
diff --git a/Docs/Layers/note.md b/Docs/Layers/note.md
index 5146e9582d..2cc9dff287 100644
--- a/Docs/Layers/note.md
+++ b/Docs/Layers/note.md
@@ -58,7 +58,7 @@ _This tagrendering has no question and is thus read-only_
### nearby-images
_This tagrendering has no question and is thus read-only_
-*
Nearby images
The pictures below are nearby geotagged images and might be helpful to handle this note.{nearby_images(open,)}*
+*
Nearby images
The pictures below are nearby geotagged images and might be helpful to handle this note.{nearby_images(open,yes)}*
### report-contributor
diff --git a/Docs/Layers/parking.md b/Docs/Layers/parking.md
index 9960841cf0..7ecec16810 100644
--- a/Docs/Layers/parking.md
+++ b/Docs/Layers/parking.md
@@ -18,6 +18,7 @@ A layer showing car parkings
- [parking-type](#parking-type)
- [capacity-disabled](#capacity-disabled)
- [capacity](#capacity)
+ - [maxstay](#maxstay)
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
- [delete-button](#delete-button)
@@ -52,6 +53,7 @@ Elements must match the expression ** [parking](https://wiki.openstreetmap.org/wiki/Key:parking) | Multiple choice | [surface](https://wiki.openstreetmap.org/wiki/Tag:parking%3Dsurface) [street_side](https://wiki.openstreetmap.org/wiki/Tag:parking%3Dstreet_side) [underground](https://wiki.openstreetmap.org/wiki/Tag:parking%3Dunderground) [multi-storey](https://wiki.openstreetmap.org/wiki/Tag:parking%3Dmulti-storey) [rooftop](https://wiki.openstreetmap.org/wiki/Tag:parking%3Drooftop) [lane](https://wiki.openstreetmap.org/wiki/Tag:parking%3Dlane) [carports](https://wiki.openstreetmap.org/wiki/Tag:parking%3Dcarports) [garage_boxes](https://wiki.openstreetmap.org/wiki/Tag:parking%3Dgarage_boxes) [layby](https://wiki.openstreetmap.org/wiki/Tag:parking%3Dlayby) [sheds](https://wiki.openstreetmap.org/wiki/Tag:parking%3Dsheds) |
| [capacity:disabled](https://wiki.openstreetmap.org/wiki/Key:capacity:disabled) | [pnat](../SpecialInputElements.md#pnat) | [0](https://wiki.openstreetmap.org/wiki/Tag:capacity:disabled%3D0) |
| [capacity](https://wiki.openstreetmap.org/wiki/Key:capacity) | [pnat](../SpecialInputElements.md#pnat) | |
+| [maxstay](https://wiki.openstreetmap.org/wiki/Key:maxstay) | [pfloat](../SpecialInputElements.md#pfloat) | [unlimited](https://wiki.openstreetmap.org/wiki/Tag:maxstay%3Dunlimited) |
### images
This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images
@@ -110,6 +112,13 @@ The question is `How many disabled parking spots are there at this parking?`
The question is `How many parking spots are there at this parking?`
*There are {capacity} parking spots* is shown if `capacity` is set
+### maxstay
+
+The question is `What is the maximum amount of time one is allowed to stay here?`
+*One can stay at most {canonical(maxstay)}* is shown if `maxstay` is set
+
+ - *There is no limit to the amount of time one can stay here* is shown if with maxstay=unlimited
+
### leftover-questions
_This tagrendering has no question and is thus read-only_
diff --git a/Docs/Layers/parks_without_etymology.md b/Docs/Layers/parks_without_etymology.md
new file mode 100644
index 0000000000..9dce1d4685
--- /dev/null
+++ b/Docs/Layers/parks_without_etymology.md
@@ -0,0 +1,110 @@
+[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
+
+# parks_without_etymology
+
+This layer is based on [etymology](../Layers/etymology.md)
+
+All objects which have an etymology known
+
+ - This layer is shown at zoomlevel **18** and higher
+
+## Table of contents
+
+1. [Themes using this layer](#themes-using-this-layer)
+2. [Basic tags for this layer](#basic-tags-for-this-layer)
+3. [Supported attributes](#supported-attributes)
+ - [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
+ - [wikipedia-etymology](#wikipedia-etymology)
+ - [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
+ - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed)
+ - [simple etymology](#simple-etymology)
+ - [questions](#questions)
+ - [street-name-sign-image](#street-name-sign-image)
+ - [minimap](#minimap)
+ - [etymology_multi_apply](#etymology_multi_apply)
+ - [wikipedia](#wikipedia)
+ - [lod](#lod)
+
+## Themes using this layer
+
+ - [etymology](https://mapcomplete.org/etymology)
+
+## Basic tags for this layer
+
+Elements must match **all** of the following expressions:
+
+0. landuse=village_green | landuse=recreation_ground | leisure=park
+1. name~.+
+
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22landuse%22%3D%22village_green%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22landuse%22%3D%22recreation_ground%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22leisure%22%3D%22park%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+
+## Supported attributes
+
+**Warning:**,this quick overview is incomplete,
+
+| attribute | type | values which are supported by this layer |
+-----|-----|----- |
+| [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
+| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
+
+### etymology-images-from-wikipedia
+
+_This tagrendering has no question and is thus read-only_
+*{image_carousel(name:etymology:wikidata)}*
+
+### wikipedia-etymology
+
+The question is `What is the Wikidata-item that this object is named after?`
+*
Wikipedia article of the name giver
{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
+
+### zoeken op inventaris onroerend erfgoed
+
+_This tagrendering has no question and is thus read-only_
+*Search on inventaris onroerend erfgoed*
+
+This tagrendering is only visible in the popup if the following condition is met: _country=be
+
+### simple etymology
+
+The question is `What is this object named after?`
+*Named after {name:etymology}* is shown if `name:etymology` is set
+
+ - *The origin of this name is unknown in all literature* is shown if with name:etymology=unknown
+
+### questions
+Show the questions block at this location
+_This tagrendering has no question and is thus read-only_
+*{questions()}*
+
+### street-name-sign-image
+
+_This tagrendering has no question and is thus read-only_
+*{image_carousel(image:streetsign)} {image_upload(image:streetsign, Add image of a street name sign)}*
+
+### minimap
+
+_This tagrendering has no question and is thus read-only_
+*{minimap(18, id, _same_name_ids):height:10rem}*
+
+### etymology_multi_apply
+
+_This tagrendering has no question and is thus read-only_
+*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
+
+### wikipedia
+
+_This tagrendering has no question and is thus read-only_
+*A Wikipedia article about this street exists: {wikipedia():max-height:25rem}*
+
+This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
+
+### lod
+
+_This tagrendering has no question and is thus read-only_
+*{linked_data_from_website()}*
+
+This tagrendering has labels
+`added_by_default`
+
+
+This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json)
diff --git a/Docs/Layers/sports_centre.md b/Docs/Layers/sports_centre.md
index c46621d7a0..c9307f543f 100644
--- a/Docs/Layers/sports_centre.md
+++ b/Docs/Layers/sports_centre.md
@@ -138,7 +138,7 @@ The question is `What sports are played at this venue?`
- *Canoe* is shown if with sport=canoe
- *Chess* is shown if with sport=chess
- *Non-competitive diving* is shown if with sport=cliff_diving
- - *Rock climbing* is shown if with sport=climbing
+ - *Climbing* is shown if with sport=climbing
- *Climbing Adventure* is shown if with sport=climbing_adventure
- *Cockfighting* is shown if with sport=cockfighting
- *Cricket* is shown if with sport=cricket
diff --git a/Docs/Layers/stairs.md b/Docs/Layers/stairs.md
index da587c7bae..c5f9892116 100644
--- a/Docs/Layers/stairs.md
+++ b/Docs/Layers/stairs.md
@@ -42,7 +42,7 @@ Elements must match the expression ** [level](https://wiki.openstreetmap.org/wiki/Key:level) | [string](../SpecialInputElements.md#string) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1) |
-| [conveying](https://wiki.openstreetmap.org/wiki/Key:conveying) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:conveying%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:conveying%3Dno) |
+| [conveying](https://wiki.openstreetmap.org/wiki/Key:conveying) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:conveying%3Dyes) [reversible](https://wiki.openstreetmap.org/wiki/Tag:conveying%3Dreversible) [no](https://wiki.openstreetmap.org/wiki/Tag:conveying%3Dno) |
| [handrail](https://wiki.openstreetmap.org/wiki/Key:handrail) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:handrail%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:handrail%3Dno) |
| [tactile_writing](https://wiki.openstreetmap.org/wiki/Key:tactile_writing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_writing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_writing%3Dno) |
| [incline](https://wiki.openstreetmap.org/wiki/Key:incline) | [slope](../SpecialInputElements.md#slope) | |
@@ -65,9 +65,11 @@ The question is `Between which levels are these stairs?`
### conveying
-_This tagrendering has no question and is thus read-only_
+The question is `Is this an escalator?`
- *This is an escalator* is shown if with conveying=yes
+ - *This is an escalator moving in the direction of the arrows* is shown if with conveying=forward | conveying=backward. _This option cannot be chosen as answer_
+ - *This is a reversible escalator* is shown if with conveying=reversible
- *This is not an escalator* is shown if with conveying=no
- *This is not an escalator* is shown if with conveying=. _This option cannot be chosen as answer_
diff --git a/Docs/Layers/tree_node.md b/Docs/Layers/tree_node.md
index f5d02995d7..5df29e7a0d 100644
--- a/Docs/Layers/tree_node.md
+++ b/Docs/Layers/tree_node.md
@@ -32,6 +32,7 @@ A layer showing trees
## Themes using this layer
+ - [nature](https://mapcomplete.org/nature)
- [personal](https://mapcomplete.org/personal)
- [trees](https://mapcomplete.org/trees)
diff --git a/Docs/SpecialRenderings.md b/Docs/SpecialRenderings.md
index 525f1864a6..22328928e2 100644
--- a/Docs/SpecialRenderings.md
+++ b/Docs/SpecialRenderings.md
@@ -559,7 +559,7 @@ A component showing nearby images loaded from various online services such as Ma
| name | default | description |
-----|-----|----- |
| mode | closed | Either `open` or `closed`. If `open`, then the image carousel will always be shown |
-| readonly | _undefined_ | If 'readonly', will not show the 'link'-button |
+| readonly | _undefined_ | If 'readonly' or 'yes', will not show the 'link'-button |
#### Example usage of nearby_images
diff --git a/Docs/TagInfo/mapcomplete_blind_osm.json b/Docs/TagInfo/mapcomplete_blind_osm.json
index f5f406a43e..819356be7e 100644
--- a/Docs/TagInfo/mapcomplete_blind_osm.json
+++ b/Docs/TagInfo/mapcomplete_blind_osm.json
@@ -1289,17 +1289,32 @@
},
{
"key": "conveying",
- "description": "Layer 'Stairs' shows conveying=yes with a fixed text, namely 'This is an escalator' (in the mapcomplete.org theme 'OSM for the blind')",
+ "description": "Layer 'Stairs' shows conveying=yes with a fixed text, namely 'This is an escalator' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
"value": "yes"
},
{
"key": "conveying",
- "description": "Layer 'Stairs' shows conveying=no with a fixed text, namely 'This is not an escalator' (in the mapcomplete.org theme 'OSM for the blind')",
+ "description": "Layer 'Stairs' shows conveying=forward | conveying=backward with a fixed text, namely 'This is an escalator moving in the direction of the arrows' (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "forward"
+ },
+ {
+ "key": "conveying",
+ "description": "Layer 'Stairs' shows conveying=forward | conveying=backward with a fixed text, namely 'This is an escalator moving in the direction of the arrows' (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "backward"
+ },
+ {
+ "key": "conveying",
+ "description": "Layer 'Stairs' shows conveying=reversible with a fixed text, namely 'This is a reversible escalator' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
+ "value": "reversible"
+ },
+ {
+ "key": "conveying",
+ "description": "Layer 'Stairs' shows conveying=no with a fixed text, namely 'This is not an escalator' and allows to pick this as a default answer (in the mapcomplete.org theme 'OSM for the blind')",
"value": "no"
},
{
"key": "conveying",
- "description": "Layer 'Stairs' shows conveying= with a fixed text, namely 'This is not an escalator' (in the mapcomplete.org theme 'OSM for the blind')",
+ "description": "Layer 'Stairs' shows conveying= with a fixed text, namely 'This is not an escalator' (in the mapcomplete.org theme 'OSM for the blind') Picking this answer will delete the key conveying.",
"value": ""
},
{
diff --git a/Docs/TagInfo/mapcomplete_cafes_and_pubs.json b/Docs/TagInfo/mapcomplete_cafes_and_pubs.json
index 9ce7fd6aee..c3443bdc80 100644
--- a/Docs/TagInfo/mapcomplete_cafes_and_pubs.json
+++ b/Docs/TagInfo/mapcomplete_cafes_and_pubs.json
@@ -229,6 +229,16 @@
"description": "Layer 'Cafés and pubs' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cafés and pubs')",
"value": "no"
},
+ {
+ "key": "outdoor_seating",
+ "description": "Layer 'Cafés and pubs' shows outdoor_seating=yes with a fixed text, namely 'This place has outdoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cafés and pubs')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor_seating",
+ "description": "Layer 'Cafés and pubs' shows indoor_seating=yes with a fixed text, namely 'This place has indoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cafés and pubs')",
+ "value": "yes"
+ },
{
"key": "dog",
"description": "Layer 'Cafés and pubs' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cafés and pubs')",
diff --git a/Docs/TagInfo/mapcomplete_charging_stations.json b/Docs/TagInfo/mapcomplete_charging_stations.json
index 943b3c2758..fd38a749db 100644
--- a/Docs/TagInfo/mapcomplete_charging_stations.json
+++ b/Docs/TagInfo/mapcomplete_charging_stations.json
@@ -1246,11 +1246,11 @@
},
{
"key": "maxstay",
- "description": "Layer 'Charging stations' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'Charging stations') (This is only shown if maxstay~.+ | motorcar=yes | hgv=yes | bus=yes)"
+ "description": "Layer 'Charging stations' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'Charging stations') (This is only shown if motorcar=yes | hgv=yes | bus=yes)"
},
{
"key": "maxstay",
- "description": "Layer 'Charging stations' shows maxstay=unlimited with a fixed text, namely 'No timelimit on leaving your vehicle here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Charging stations') (This is only shown if maxstay~.+ | motorcar=yes | hgv=yes | bus=yes)",
+ "description": "Layer 'Charging stations' shows maxstay=unlimited with a fixed text, namely 'There is no limit to the amount of time one can stay here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Charging stations') (This is only shown if motorcar=yes | hgv=yes | bus=yes)",
"value": "unlimited"
},
{
diff --git a/Docs/TagInfo/mapcomplete_climbing.json b/Docs/TagInfo/mapcomplete_climbing.json
index 70fb87b9b7..df913e7c89 100644
--- a/Docs/TagInfo/mapcomplete_climbing.json
+++ b/Docs/TagInfo/mapcomplete_climbing.json
@@ -112,6 +112,11 @@
"description": "The MapComplete theme Climbing gyms, clubs and spots has a layer Climbing gyms showing features with this tag",
"value": "sports_centre"
},
+ {
+ "key": "leisure",
+ "description": "The MapComplete theme Climbing gyms, clubs and spots has a layer Climbing gyms showing features with this tag",
+ "value": "sports_hall"
+ },
{
"key": "id",
"description": "Layer 'Climbing gyms' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
@@ -294,65 +299,108 @@
},
{
"key": "service:climbing_harness:rental",
- "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes & service:climbing_harness:rental:fee=no with a fixed text, namely 'A climbing harness can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes & service:climbing_harness:rental:fee=no with a fixed text, namely 'A climbing harness can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no) | (climbing:speed~.+ & climbing:speed!=no))",
"value": "yes"
},
{
"key": "service:climbing_harness:rental:fee",
- "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes & service:climbing_harness:rental:fee=no with a fixed text, namely 'A climbing harness can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes & service:climbing_harness:rental:fee=no with a fixed text, namely 'A climbing harness can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no) | (climbing:speed~.+ & climbing:speed!=no))",
"value": "no"
},
{
"key": "service:climbing_harness:rental",
- "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes & service:climbing_harness:rental:charge~.+ with a fixed text, namely 'A climbing harness can be rented here for {service:climbing_harness:rental:charge}' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes & service:climbing_harness:rental:charge~.+ with a fixed text, namely 'A climbing harness can be rented here for {service:climbing_harness:rental:charge}' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no) | (climbing:speed~.+ & climbing:speed!=no))",
"value": "yes"
},
{
"key": "service:climbing_harness:rental:charge",
- "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes & service:climbing_harness:rental:charge~.+ with a fixed text, namely 'A climbing harness can be rented here for {service:climbing_harness:rental:charge}' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)"
+ "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes & service:climbing_harness:rental:charge~.+ with a fixed text, namely 'A climbing harness can be rented here for {service:climbing_harness:rental:charge}' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no) | (climbing:speed~.+ & climbing:speed!=no))"
},
{
"key": "service:climbing_harness:rental",
- "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes with a fixed text, namely 'A climbing harness can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=yes with a fixed text, namely 'A climbing harness can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no) | (climbing:speed~.+ & climbing:speed!=no))",
"value": "yes"
},
{
"key": "service:climbing_harness:rental",
- "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=no with a fixed text, namely 'A climbing harness can not be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_harness:rental=no with a fixed text, namely 'A climbing harness can not be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no) | (climbing:speed~.+ & climbing:speed!=no))",
"value": "no"
},
+ {
+ "key": "climbing:autobelay:toprope",
+ "description": "Layer 'Climbing gyms' shows and asks freeform values for key 'climbing:autobelay:toprope' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:toprope~.+ & climbing:toprope!=no)"
+ },
+ {
+ "key": "climbing:autobelay:toprope",
+ "description": "Layer 'Climbing gyms' shows climbing:autobelay:toprope=no with a fixed text, namely 'There are no auto belays for top roping' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:toprope~.+ & climbing:toprope!=no)",
+ "value": "no"
+ },
+ {
+ "key": "climbing:autobelay:toprope",
+ "description": "Layer 'Climbing gyms' shows climbing:autobelay:toprope=yes with a fixed text, namely 'There are a number of auto belays for top roping' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:toprope~.+ & climbing:toprope!=no)",
+ "value": "yes"
+ },
+ {
+ "key": "climbing:autobelay:toprope",
+ "description": "Layer 'Climbing gyms' shows climbing:autobelay:toprope=all with a fixed text, namely 'There is an auto belay for every top rope route but manual belaying is also possible' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:toprope~.+ & climbing:toprope!=no)",
+ "value": "all"
+ },
+ {
+ "key": "climbing:autobelay:toprope",
+ "description": "Layer 'Climbing gyms' shows climbing:autobelay:toprope=only with a fixed text, namely 'Top rope routes can only be climbed on auto belay' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:toprope~.+ & climbing:toprope!=no)",
+ "value": "only"
+ },
+ {
+ "key": "climbing:autobelay:sport",
+ "description": "Layer 'Climbing gyms' shows and asks freeform values for key 'climbing:autobelay:sport' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport~.+ & climbing:sport!=no)"
+ },
+ {
+ "key": "climbing:autobelay:sport",
+ "description": "Layer 'Climbing gyms' shows climbing:autobelay:sport=no with a fixed text, namely 'There are no auto belays for lead climbing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport~.+ & climbing:sport!=no)",
+ "value": "no"
+ },
+ {
+ "key": "climbing:autobelay:sport",
+ "description": "Layer 'Climbing gyms' shows climbing:autobelay:sport=yes with a fixed text, namely 'There is a number of auto belays for lead climbing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport~.+ & climbing:sport!=no)",
+ "value": "yes"
+ },
+ {
+ "key": "climbing:autobelay:sport",
+ "description": "Layer 'Climbing gyms' shows climbing:autobelay:sport=all with a fixed text, namely 'There is an auto belay for every lead climbing route' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport~.+ & climbing:sport!=no)",
+ "value": "all"
+ },
{
"key": "service:climbing_belay_device:provided_at_each_rope",
- "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:provided_at_each_rope=yes with a fixed text, namely 'Belay devices are provided at each rope' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:provided_at_each_rope=yes with a fixed text, namely 'Belay devices are provided at each rope' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no))",
"value": "yes"
},
{
"key": "service:climbing_belay_device:rental",
- "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:fee=no with a fixed text, namely 'A belay device can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:fee=no with a fixed text, namely 'A belay device can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no))",
"value": "yes"
},
{
"key": "service:climbing_belay_device:rental:fee",
- "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:fee=no with a fixed text, namely 'A belay device can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:fee=no with a fixed text, namely 'A belay device can be borrowed for free here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no))",
"value": "no"
},
{
"key": "service:climbing_belay_device:rental",
- "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:charge~.+ with a fixed text, namely 'A belay device can be rented here for {service:climbing_belay_device:rental:charge}' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:charge~.+ with a fixed text, namely 'A belay device can be rented here for {service:climbing_belay_device:rental:charge}' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no))",
"value": "yes"
},
{
"key": "service:climbing_belay_device:rental:charge",
- "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:charge~.+ with a fixed text, namely 'A belay device can be rented here for {service:climbing_belay_device:rental:charge}' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)"
+ "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:charge~.+ with a fixed text, namely 'A belay device can be rented here for {service:climbing_belay_device:rental:charge}' (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no))"
},
{
"key": "service:climbing_belay_device:rental",
- "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes with a fixed text, namely 'A belay device can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=yes with a fixed text, namely 'A belay device can be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no))",
"value": "yes"
},
{
"key": "service:climbing_belay_device:rental",
- "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=no with a fixed text, namely 'A belay device can not be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if climbing:sport!=no | climbing:toprope!=no)",
+ "description": "Layer 'Climbing gyms' shows service:climbing_belay_device:rental=no with a fixed text, namely 'A belay device can not be rented here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Climbing gyms, clubs and spots') (This is only shown if (climbing:sport~.+ & climbing:sport!=no) | (climbing:toprope~.+ & climbing:toprope!=no))",
"value": "no"
},
{
diff --git a/Docs/TagInfo/mapcomplete_cyclofix.json b/Docs/TagInfo/mapcomplete_cyclofix.json
index ae42f740d3..3136d4ef97 100644
--- a/Docs/TagInfo/mapcomplete_cyclofix.json
+++ b/Docs/TagInfo/mapcomplete_cyclofix.json
@@ -287,6 +287,11 @@
"description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bike repair/shop showing features with this tag",
"value": "yes"
},
+ {
+ "key": "service:bicycle:second_hand",
+ "description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bike repair/shop showing features with this tag",
+ "value": "yes"
+ },
{
"key": "shop",
"description": "The MapComplete theme Cyclofix - a map for cyclists has a layer Bike repair/shop showing features with this tag",
@@ -4123,11 +4128,11 @@
},
{
"key": "maxstay",
- "description": "Layer 'Charging stations' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if maxstay~.+ | motorcar=yes | hgv=yes | bus=yes)"
+ "description": "Layer 'Charging stations' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if motorcar=yes | hgv=yes | bus=yes)"
},
{
"key": "maxstay",
- "description": "Layer 'Charging stations' shows maxstay=unlimited with a fixed text, namely 'No timelimit on leaving your vehicle here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if maxstay~.+ | motorcar=yes | hgv=yes | bus=yes)",
+ "description": "Layer 'Charging stations' shows maxstay=unlimited with a fixed text, namely 'There is no limit to the amount of time one can stay here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Cyclofix - a map for cyclists') (This is only shown if motorcar=yes | hgv=yes | bus=yes)",
"value": "unlimited"
},
{
diff --git a/Docs/TagInfo/mapcomplete_etymology.json b/Docs/TagInfo/mapcomplete_etymology.json
index c128e7b443..f0c0459790 100644
--- a/Docs/TagInfo/mapcomplete_etymology.json
+++ b/Docs/TagInfo/mapcomplete_etymology.json
@@ -615,6 +615,82 @@
{
"key": "wikipedia",
"description": "The layer 'Sport places without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "name",
+ "description": "The MapComplete theme Etymology - what is a place named after? has a layer Parks without etymology information showing features with this tag"
+ },
+ {
+ "key": "leisure",
+ "description": "The MapComplete theme Etymology - what is a place named after? has a layer Parks without etymology information showing features with this tag",
+ "value": "park"
+ },
+ {
+ "key": "landuse",
+ "description": "The MapComplete theme Etymology - what is a place named after? has a layer Parks without etymology information showing features with this tag",
+ "value": "village_green"
+ },
+ {
+ "key": "landuse",
+ "description": "The MapComplete theme Etymology - what is a place named after? has a layer Parks without etymology information showing features with this tag",
+ "value": "recreation_ground"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Parks without etymology information' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Etymology - what is a place named after?') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Parks without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Parks without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Parks without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Parks without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Parks without etymology information shows images based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "name:etymology:wikidata",
+ "description": "Layer 'Parks without etymology information' shows and asks freeform values for key 'name:etymology:wikidata' (in the mapcomplete.org theme 'Etymology - what is a place named after?') (This is only shown if name:etymology!=unknown)"
+ },
+ {
+ "key": "name:etymology",
+ "description": "Layer 'Parks without etymology information' shows and asks freeform values for key 'name:etymology' (in the mapcomplete.org theme 'Etymology - what is a place named after?') (This is only shown if name:etymology~.+ | name:etymology:wikidata=)"
+ },
+ {
+ "key": "name:etymology",
+ "description": "Layer 'Parks without etymology information' shows name:etymology=unknown with a fixed text, namely 'The origin of this name is unknown in all literature' and allows to pick this as a default answer (in the mapcomplete.org theme 'Etymology - what is a place named after?') (This is only shown if name:etymology~.+ | name:etymology:wikidata=)",
+ "value": "unknown"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Parks without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Parks without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Parks without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Parks without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Parks without etymology information allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_fireplace.json b/Docs/TagInfo/mapcomplete_fireplace.json
index 26b5eb5df0..2be1955d16 100644
--- a/Docs/TagInfo/mapcomplete_fireplace.json
+++ b/Docs/TagInfo/mapcomplete_fireplace.json
@@ -115,62 +115,62 @@
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows access=yes with a fixed text, namely 'This barbecue can be used by anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "yes"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows access=no with a fixed text, namely 'This barbecue can't be used by anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "no"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows access=private with a fixed text, namely 'This barbecue is private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "private"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows access=permissive with a fixed text, namely 'This barbecue can be used by anyone, but the owner can revoke access at any time' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "permissive"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows access=customers with a fixed text, namely 'This barbecue can only be used by customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "customers"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=permit with a fixed text, namely 'Access only for authorized persons' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows access=permit with a fixed text, namely 'This barbecue can only be used by authorized persons' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "permit"
},
{
"key": "covered",
- "description": "Layer 'BBQ' shows covered=no with a fixed text, namely 'The grill is not covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows covered=no with a fixed text, namely 'This barbecue is not covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "no"
},
{
"key": "covered",
- "description": "Layer 'BBQ' shows covered=yes with a fixed text, namely 'The grill is covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows covered=yes with a fixed text, namely 'This barbecue is covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "yes"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=wood with a fixed text, namely 'Wood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows fuel=wood with a fixed text, namely 'This barbecue uses wood as fuel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "wood"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=charcoal with a fixed text, namely 'Charcoal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows fuel=charcoal with a fixed text, namely 'This barbecue uses charcoal as fuel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "charcoal"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=electric with a fixed text, namely 'Electric' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows fuel=electric with a fixed text, namely 'This barbecue is powered by electricity' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "electric"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=gas with a fixed text, namely 'Gas' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
+ "description": "Layer 'BBQ' shows fuel=gas with a fixed text, namely 'This barbecue uses gas as fuel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fireplaces and barbeques')",
"value": "gas"
}
]
diff --git a/Docs/TagInfo/mapcomplete_food.json b/Docs/TagInfo/mapcomplete_food.json
index 480da14fe7..f36457364b 100644
--- a/Docs/TagInfo/mapcomplete_food.json
+++ b/Docs/TagInfo/mapcomplete_food.json
@@ -347,6 +347,25 @@
"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.org theme 'Restaurants and fast food')",
"value": "no"
},
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=yes with a fixed text, namely 'This fast-food restaurant has a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if amenity=fast_food)",
+ "value": "yes"
+ },
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=no with a fixed text, namely 'This fast-food restaurant does not have a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if amenity=fast_food)",
+ "value": "no"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows and asks freeform values for key 'opening_hours:drive_through' (in the mapcomplete.org theme 'Restaurants and fast food') (This is only shown if drive_through=yes)"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows opening_hours:drive_through= with a fixed text, namely 'The opening hours of the drive-through are the same as the restaurant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food') Picking this answer will delete the key opening_hours:drive_through. (This is only shown if drive_through=yes)",
+ "value": ""
+ },
{
"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.org theme 'Restaurants and fast food') (This is only shown if cuisine!=friture)",
@@ -607,6 +626,16 @@
"description": "Layer 'Restaurants and fast food' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food')",
"value": "no"
},
+ {
+ "key": "outdoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows outdoor_seating=yes with a fixed text, namely 'This place has outdoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows indoor_seating=yes with a fixed text, namely 'This place has indoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food')",
+ "value": "yes"
+ },
{
"key": "dog",
"description": "Layer 'Restaurants and fast food' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Restaurants and fast food')",
diff --git a/Docs/TagInfo/mapcomplete_fritures.json b/Docs/TagInfo/mapcomplete_fritures.json
index 1130d67eaf..e857edc85c 100644
--- a/Docs/TagInfo/mapcomplete_fritures.json
+++ b/Docs/TagInfo/mapcomplete_fritures.json
@@ -351,6 +351,25 @@
"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.org theme 'Fries shops')",
"value": "no"
},
+ {
+ "key": "drive_through",
+ "description": "Layer 'Fries shop' shows drive_through=yes with a fixed text, namely 'This fast-food restaurant has a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if amenity=fast_food)",
+ "value": "yes"
+ },
+ {
+ "key": "drive_through",
+ "description": "Layer 'Fries shop' shows drive_through=no with a fixed text, namely 'This fast-food restaurant does not have a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') (This is only shown if amenity=fast_food)",
+ "value": "no"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Fries shop' shows and asks freeform values for key 'opening_hours:drive_through' (in the mapcomplete.org theme 'Fries shops') (This is only shown if drive_through=yes)"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Fries shop' shows opening_hours:drive_through= with a fixed text, namely 'The opening hours of the drive-through are the same as the restaurant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops') Picking this answer will delete the key opening_hours:drive_through. (This is only shown if drive_through=yes)",
+ "value": ""
+ },
{
"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.org theme 'Fries shops') (This is only shown if cuisine!=friture)",
@@ -611,6 +630,16 @@
"description": "Layer 'Fries shop' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops')",
"value": "no"
},
+ {
+ "key": "outdoor_seating",
+ "description": "Layer 'Fries shop' shows outdoor_seating=yes with a fixed text, namely 'This place has outdoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor_seating",
+ "description": "Layer 'Fries shop' shows indoor_seating=yes with a fixed text, namely 'This place has indoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops')",
+ "value": "yes"
+ },
{
"key": "dog",
"description": "Layer 'Fries shop' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Fries shops')",
diff --git a/Docs/TagInfo/mapcomplete_glutenfree.json b/Docs/TagInfo/mapcomplete_glutenfree.json
index e167576d2f..52f20feac2 100644
--- a/Docs/TagInfo/mapcomplete_glutenfree.json
+++ b/Docs/TagInfo/mapcomplete_glutenfree.json
@@ -371,6 +371,25 @@
"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.org theme 'Glutenfree')",
"value": "no"
},
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=yes with a fixed text, namely 'This fast-food restaurant has a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if amenity=fast_food)",
+ "value": "yes"
+ },
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=no with a fixed text, namely 'This fast-food restaurant does not have a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') (This is only shown if amenity=fast_food)",
+ "value": "no"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows and asks freeform values for key 'opening_hours:drive_through' (in the mapcomplete.org theme 'Glutenfree') (This is only shown if drive_through=yes)"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows opening_hours:drive_through= with a fixed text, namely 'The opening hours of the drive-through are the same as the restaurant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree') Picking this answer will delete the key opening_hours:drive_through. (This is only shown if drive_through=yes)",
+ "value": ""
+ },
{
"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.org theme 'Glutenfree') (This is only shown if cuisine!=friture)",
@@ -611,6 +630,16 @@
"description": "Layer 'Restaurants and fast food' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
"value": "no"
},
+ {
+ "key": "outdoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows outdoor_seating=yes with a fixed text, namely 'This place has outdoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows indoor_seating=yes with a fixed text, namely 'This place has indoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
+ "value": "yes"
+ },
{
"key": "dog",
"description": "Layer 'Restaurants and fast food' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Glutenfree')",
diff --git a/Docs/TagInfo/mapcomplete_insects.json b/Docs/TagInfo/mapcomplete_insects.json
new file mode 100644
index 0000000000..7bb709b3f0
--- /dev/null
+++ b/Docs/TagInfo/mapcomplete_insects.json
@@ -0,0 +1,81 @@
+{
+ "data_format": 1,
+ "project": {
+ "name": "MapComplete Insect Hotels",
+ "description": "Insect hotels provide shelter for insects",
+ "project_url": "https://mapcomplete.org/insects",
+ "doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/",
+ "icon_url": "https://mapcomplete.org/assets/layers/insect_hotel/insect_hotel.svg",
+ "contact_name": "Pieter Vander Vennet",
+ "contact_email": "pietervdvn@posteo.net"
+ },
+ "tags": [
+ {
+ "key": "man_made",
+ "description": "The MapComplete theme Insect Hotels has a layer Insect Hotels showing features with this tag",
+ "value": "insect_hotel"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Insect Hotels' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Insect Hotels') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "man_made",
+ "description": "The MapComplete theme Insect Hotels has a layer Beehives showing features with this tag",
+ "value": "beehive"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Beehives' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Insect Hotels') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Beehives allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Beehives allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Beehives allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Beehives allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Beehives allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "capacity",
+ "description": "Layer 'Beehives' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'Insect Hotels')"
+ },
+ {
+ "key": "capacity",
+ "description": "Layer 'Beehives' shows capacity=1 with a fixed text, namely 'There is 1 beehive' and allows to pick this as a default answer (in the mapcomplete.org theme 'Insect Hotels')",
+ "value": "1"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_lactosefree.json b/Docs/TagInfo/mapcomplete_lactosefree.json
index 587cc7677c..d245001a9b 100644
--- a/Docs/TagInfo/mapcomplete_lactosefree.json
+++ b/Docs/TagInfo/mapcomplete_lactosefree.json
@@ -371,6 +371,25 @@
"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.org theme 'Lactose free shops and restaurants')",
"value": "no"
},
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=yes with a fixed text, namely 'This fast-food restaurant has a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if amenity=fast_food)",
+ "value": "yes"
+ },
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=no with a fixed text, namely 'This fast-food restaurant does not have a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if amenity=fast_food)",
+ "value": "no"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows and asks freeform values for key 'opening_hours:drive_through' (in the mapcomplete.org theme 'Lactose free shops and restaurants') (This is only shown if drive_through=yes)"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows opening_hours:drive_through= with a fixed text, namely 'The opening hours of the drive-through are the same as the restaurant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants') Picking this answer will delete the key opening_hours:drive_through. (This is only shown if drive_through=yes)",
+ "value": ""
+ },
{
"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.org theme 'Lactose free shops and restaurants') (This is only shown if cuisine!=friture)",
@@ -611,6 +630,16 @@
"description": "Layer 'Restaurants and fast food' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
"value": "no"
},
+ {
+ "key": "outdoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows outdoor_seating=yes with a fixed text, namely 'This place has outdoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows indoor_seating=yes with a fixed text, namely 'This place has indoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
+ "value": "yes"
+ },
{
"key": "dog",
"description": "Layer 'Restaurants and fast food' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Lactose free shops and restaurants')",
diff --git a/Docs/TagInfo/mapcomplete_nature.json b/Docs/TagInfo/mapcomplete_nature.json
index f52305c56a..cf12d4fd46 100644
--- a/Docs/TagInfo/mapcomplete_nature.json
+++ b/Docs/TagInfo/mapcomplete_nature.json
@@ -1511,62 +1511,62 @@
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows access=yes with a fixed text, namely 'This barbecue can be used by anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "yes"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows access=no with a fixed text, namely 'This barbecue can't be used by anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "no"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows access=private with a fixed text, namely 'This barbecue is private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "private"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows access=permissive with a fixed text, namely 'This barbecue can be used by anyone, but the owner can revoke access at any time' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "permissive"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows access=customers with a fixed text, namely 'This barbecue can only be used by customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "customers"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=permit with a fixed text, namely 'Access only for authorized persons' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows access=permit with a fixed text, namely 'This barbecue can only be used by authorized persons' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "permit"
},
{
"key": "covered",
- "description": "Layer 'BBQ' shows covered=no with a fixed text, namely 'The grill is not covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows covered=no with a fixed text, namely 'This barbecue is not covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "no"
},
{
"key": "covered",
- "description": "Layer 'BBQ' shows covered=yes with a fixed text, namely 'The grill is covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows covered=yes with a fixed text, namely 'This barbecue is covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "yes"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=wood with a fixed text, namely 'Wood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows fuel=wood with a fixed text, namely 'This barbecue uses wood as fuel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "wood"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=charcoal with a fixed text, namely 'Charcoal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows fuel=charcoal with a fixed text, namely 'This barbecue uses charcoal as fuel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "charcoal"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=electric with a fixed text, namely 'Electric' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows fuel=electric with a fixed text, namely 'This barbecue is powered by electricity' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "electric"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=gas with a fixed text, namely 'Gas' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "description": "Layer 'BBQ' shows fuel=gas with a fixed text, namely 'This barbecue uses gas as fuel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "gas"
},
{
@@ -1642,6 +1642,207 @@
"key": "seasonal",
"description": "Layer 'Firepit' shows seasonal=spring;summer;autumn with a fixed text, namely 'Closed during the winter' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
"value": "spring;summer;autumn"
+ },
+ {
+ "key": "man_made",
+ "description": "The MapComplete theme Into nature has a layer Insect Hotels showing features with this tag",
+ "value": "insect_hotel"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Insect Hotels' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Into nature') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Insect Hotels allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "natural",
+ "description": "The MapComplete theme Into nature has a layer Tree showing features with this tag",
+ "value": "tree"
+ },
+ {
+ "key": "id",
+ "description": "Layer 'Tree' shows id~.+ with a fixed text, namely 'You just created this element! Thanks for sharing this info with the world and helping people worldwide.' (in the mapcomplete.org theme 'Into nature') (This is only shown if _backend~.+ & _last_edit:passed_time<300 & (_version_number= | _version_number=1))"
+ },
+ {
+ "key": "image",
+ "description": "The layer 'Tree allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "panoramax",
+ "description": "The layer 'Tree allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "mapillary",
+ "description": "The layer 'Tree allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikidata",
+ "description": "The layer 'Tree allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "wikipedia",
+ "description": "The layer 'Tree allows to upload images and adds them under the 'panoramax'-tag (and panoramax:0, panoramax:1, ... for multiple images). Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary"
+ },
+ {
+ "key": "species:wikidata",
+ "description": "Layer 'Tree' shows and asks freeform values for key 'species:wikidata' (in the mapcomplete.org theme 'Into nature')"
+ },
+ {
+ "key": "circumference",
+ "description": "Layer 'Tree' shows and asks freeform values for key 'circumference' (in the mapcomplete.org theme 'Into nature')"
+ },
+ {
+ "key": "height",
+ "description": "Layer 'Tree' shows and asks freeform values for key 'height' (in the mapcomplete.org theme 'Into nature')"
+ },
+ {
+ "key": "denotation",
+ "description": "Layer 'Tree' shows denotation=landmark with a fixed text, namely 'The tree is remarkable due to its size or prominent location. It is useful for navigation.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "landmark"
+ },
+ {
+ "key": "denotation",
+ "description": "Layer 'Tree' shows denotation=natural_monument with a fixed text, namely 'The tree is a natural monument, e.g. because it is especially old, or of a valuable species.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "natural_monument"
+ },
+ {
+ "key": "denotation",
+ "description": "Layer 'Tree' shows denotation=agricultural with a fixed text, namely 'The tree is used for agricultural purposes, e.g. in an orchard.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "agricultural"
+ },
+ {
+ "key": "denotation",
+ "description": "Layer 'Tree' shows denotation=park with a fixed text, namely 'The tree is in a park or similar (cemetery, school grounds, …).' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "park"
+ },
+ {
+ "key": "denotation",
+ "description": "Layer 'Tree' shows denotation=garden with a fixed text, namely 'The tree is in a residential garden.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "garden"
+ },
+ {
+ "key": "denotation",
+ "description": "Layer 'Tree' shows denotation=avenue with a fixed text, namely 'This is a tree along an avenue.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "avenue"
+ },
+ {
+ "key": "denotation",
+ "description": "Layer 'Tree' shows denotation=urban with a fixed text, namely 'The tree is in an urban area.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "urban"
+ },
+ {
+ "key": "denotation",
+ "description": "Layer 'Tree' shows denotation=none with a fixed text, namely 'The tree is outside of an urban area.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature')",
+ "value": "none"
+ },
+ {
+ "key": "leaf_type",
+ "description": "Layer 'Tree' shows leaf_type=broadleaved with a fixed text, namely 'Broadleaved' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if species:wikidata=)",
+ "value": "broadleaved"
+ },
+ {
+ "key": "leaf_type",
+ "description": "Layer 'Tree' shows leaf_type=needleleaved with a fixed text, namely 'Needleleaved' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if species:wikidata=)",
+ "value": "needleleaved"
+ },
+ {
+ "key": "leaf_type",
+ "description": "Layer 'Tree' shows leaf_type=leafless with a fixed text, namely 'Permanently leafless' (in the mapcomplete.org theme 'Into nature') (This is only shown if species:wikidata=)",
+ "value": "leafless"
+ },
+ {
+ "key": "leaf_cycle",
+ "description": "Layer 'Tree' shows leaf_cycle=deciduous with a fixed text, namely 'Deciduous: the tree loses its leaves for some time of the year.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if leaf_type!~^(^leafless$)$ & species:wikidata=)",
+ "value": "deciduous"
+ },
+ {
+ "key": "leaf_cycle",
+ "description": "Layer 'Tree' shows leaf_cycle=evergreen with a fixed text, namely 'Evergreen.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if leaf_type!~^(^leafless$)$ & species:wikidata=)",
+ "value": "evergreen"
+ },
+ {
+ "key": "name",
+ "description": "Layer 'Tree' shows and asks freeform values for key 'name' (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument | name~.+)"
+ },
+ {
+ "key": "name",
+ "description": "Layer 'Tree' shows name= & noname=yes with a fixed text, namely 'The tree does not have a name.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') Picking this answer will delete the key name. (This is only shown if denotation=landmark | denotation=natural_monument | name~.+)",
+ "value": ""
+ },
+ {
+ "key": "noname",
+ "description": "Layer 'Tree' shows name= & noname=yes with a fixed text, namely 'The tree does not have a name.' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument | name~.+)",
+ "value": "yes"
+ },
+ {
+ "key": "heritage",
+ "description": "Layer 'Tree' shows heritage=4 & heritage:operator=OnroerendErfgoed with a fixed text, namely 'Registered as heritage by Onroerend Erfgoed Flanders' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument)",
+ "value": "4"
+ },
+ {
+ "key": "heritage:operator",
+ "description": "Layer 'Tree' shows heritage=4 & heritage:operator=OnroerendErfgoed with a fixed text, namely 'Registered as heritage by Onroerend Erfgoed Flanders' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument)",
+ "value": "OnroerendErfgoed"
+ },
+ {
+ "key": "heritage",
+ "description": "Layer 'Tree' shows heritage=4 & heritage:operator=aatl with a fixed text, namely 'Registered as heritage by Direction du Patrimoine culturel Brussels' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument)",
+ "value": "4"
+ },
+ {
+ "key": "heritage:operator",
+ "description": "Layer 'Tree' shows heritage=4 & heritage:operator=aatl with a fixed text, namely 'Registered as heritage by Direction du Patrimoine culturel Brussels' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument)",
+ "value": "aatl"
+ },
+ {
+ "key": "heritage",
+ "description": "Layer 'Tree' shows heritage=yes & heritage:operator= with a fixed text, namely 'Registered as heritage by a different organisation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument)",
+ "value": "yes"
+ },
+ {
+ "key": "heritage:operator",
+ "description": "Layer 'Tree' shows heritage=yes & heritage:operator= with a fixed text, namely 'Registered as heritage by a different organisation' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') Picking this answer will delete the key heritage:operator. (This is only shown if denotation=landmark | denotation=natural_monument)",
+ "value": ""
+ },
+ {
+ "key": "heritage",
+ "description": "Layer 'Tree' shows heritage=no & heritage:operator= with a fixed text, namely 'Not registered as heritage' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument)",
+ "value": "no"
+ },
+ {
+ "key": "heritage:operator",
+ "description": "Layer 'Tree' shows heritage=no & heritage:operator= with a fixed text, namely 'Not registered as heritage' and allows to pick this as a default answer (in the mapcomplete.org theme 'Into nature') Picking this answer will delete the key heritage:operator. (This is only shown if denotation=landmark | denotation=natural_monument)",
+ "value": ""
+ },
+ {
+ "key": "heritage",
+ "description": "Layer 'Tree' shows heritage~.+ with a fixed text, namely 'Registered as heritage by a different organisation' (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument)"
+ },
+ {
+ "key": "ref:OnroerendErfgoed",
+ "description": "Layer 'Tree' shows and asks freeform values for key 'ref:OnroerendErfgoed' (in the mapcomplete.org theme 'Into nature') (This is only shown if heritage=4 & heritage:operator=OnroerendErfgoed)"
+ },
+ {
+ "key": "wikidata",
+ "description": "Layer 'Tree' shows and asks freeform values for key 'wikidata' (in the mapcomplete.org theme 'Into nature') (This is only shown if denotation=landmark | denotation=natural_monument | wikidata~.+)"
}
]
}
\ No newline at end of file
diff --git a/Docs/TagInfo/mapcomplete_onwheels.json b/Docs/TagInfo/mapcomplete_onwheels.json
index 90a65d7a69..da40da5bb5 100644
--- a/Docs/TagInfo/mapcomplete_onwheels.json
+++ b/Docs/TagInfo/mapcomplete_onwheels.json
@@ -229,6 +229,16 @@
"description": "Layer 'Cafés and pubs' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
"value": "no"
},
+ {
+ "key": "outdoor_seating",
+ "description": "Layer 'Cafés and pubs' shows outdoor_seating=yes with a fixed text, namely 'This place has outdoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor_seating",
+ "description": "Layer 'Cafés and pubs' shows indoor_seating=yes with a fixed text, namely 'This place has indoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "value": "yes"
+ },
{
"key": "dog",
"description": "Layer 'Cafés and pubs' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
@@ -884,6 +894,25 @@
"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.org theme 'OnWheels')",
"value": "no"
},
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=yes with a fixed text, namely 'This fast-food restaurant has a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if amenity=fast_food)",
+ "value": "yes"
+ },
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=no with a fixed text, namely 'This fast-food restaurant does not have a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') (This is only shown if amenity=fast_food)",
+ "value": "no"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows and asks freeform values for key 'opening_hours:drive_through' (in the mapcomplete.org theme 'OnWheels') (This is only shown if drive_through=yes)"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows opening_hours:drive_through= with a fixed text, namely 'The opening hours of the drive-through are the same as the restaurant' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels') Picking this answer will delete the key opening_hours:drive_through. (This is only shown if drive_through=yes)",
+ "value": ""
+ },
{
"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.org theme 'OnWheels') (This is only shown if cuisine!=friture)",
@@ -1144,6 +1173,16 @@
"description": "Layer 'Restaurants and fast food' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
"value": "no"
},
+ {
+ "key": "outdoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows outdoor_seating=yes with a fixed text, namely 'This place has outdoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows indoor_seating=yes with a fixed text, namely 'This place has indoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "value": "yes"
+ },
{
"key": "dog",
"description": "Layer 'Restaurants and fast food' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
@@ -1432,6 +1471,15 @@
"key": "capacity",
"description": "Layer 'Parking' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'OnWheels')"
},
+ {
+ "key": "maxstay",
+ "description": "Layer 'Parking' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'OnWheels')"
+ },
+ {
+ "key": "maxstay",
+ "description": "Layer 'Parking' shows maxstay=unlimited with a fixed text, namely 'There is no limit to the amount of time one can stay here' and allows to pick this as a default answer (in the mapcomplete.org theme 'OnWheels')",
+ "value": "unlimited"
+ },
{
"key": "parking_space",
"description": "The MapComplete theme OnWheels has a layer Disabled parking spaces showing features with this tag",
diff --git a/Docs/TagInfo/mapcomplete_parkings.json b/Docs/TagInfo/mapcomplete_parkings.json
index 94bfb57e13..e12882565a 100644
--- a/Docs/TagInfo/mapcomplete_parkings.json
+++ b/Docs/TagInfo/mapcomplete_parkings.json
@@ -141,6 +141,15 @@
"key": "capacity",
"description": "Layer 'Parking' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'Parking')"
},
+ {
+ "key": "maxstay",
+ "description": "Layer 'Parking' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'Parking')"
+ },
+ {
+ "key": "maxstay",
+ "description": "Layer 'Parking' shows maxstay=unlimited with a fixed text, namely 'There is no limit to the amount of time one can stay here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Parking')",
+ "value": "unlimited"
+ },
{
"key": "amenity",
"description": "The MapComplete theme Parking has a layer Parking Spaces showing features with this tag",
@@ -1699,11 +1708,11 @@
},
{
"key": "maxstay",
- "description": "Layer 'Charging stations' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'Parking') (This is only shown if maxstay~.+ | motorcar=yes | hgv=yes | bus=yes)"
+ "description": "Layer 'Charging stations' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'Parking') (This is only shown if motorcar=yes | hgv=yes | bus=yes)"
},
{
"key": "maxstay",
- "description": "Layer 'Charging stations' shows maxstay=unlimited with a fixed text, namely 'No timelimit on leaving your vehicle here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Parking') (This is only shown if maxstay~.+ | motorcar=yes | hgv=yes | bus=yes)",
+ "description": "Layer 'Charging stations' shows maxstay=unlimited with a fixed text, namely 'There is no limit to the amount of time one can stay here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Parking') (This is only shown if motorcar=yes | hgv=yes | bus=yes)",
"value": "unlimited"
},
{
diff --git a/Docs/TagInfo/mapcomplete_pets.json b/Docs/TagInfo/mapcomplete_pets.json
index db0f037c4e..b90d82d6b4 100644
--- a/Docs/TagInfo/mapcomplete_pets.json
+++ b/Docs/TagInfo/mapcomplete_pets.json
@@ -447,6 +447,25 @@
"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.org theme 'Veterinarians, dog parks and other pet-amenities')",
"value": "no"
},
+ {
+ "key": "drive_through",
+ "description": "Layer 'Dog friendly eateries' shows drive_through=yes with a fixed text, namely 'This fast-food restaurant has a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if amenity=fast_food)",
+ "value": "yes"
+ },
+ {
+ "key": "drive_through",
+ "description": "Layer 'Dog friendly eateries' shows drive_through=no with a fixed text, namely 'This fast-food restaurant does not have a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if amenity=fast_food)",
+ "value": "no"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Dog friendly eateries' shows and asks freeform values for key 'opening_hours:drive_through' (in the mapcomplete.org theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if drive_through=yes)"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Dog friendly eateries' shows opening_hours:drive_through= with a fixed text, namely 'The opening hours of the drive-through are the same as the restaurant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Veterinarians, dog parks and other pet-amenities') Picking this answer will delete the key opening_hours:drive_through. (This is only shown if drive_through=yes)",
+ "value": ""
+ },
{
"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.org theme 'Veterinarians, dog parks and other pet-amenities') (This is only shown if cuisine!=friture)",
@@ -707,6 +726,16 @@
"description": "Layer 'Dog friendly eateries' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Veterinarians, dog parks and other pet-amenities')",
"value": "no"
},
+ {
+ "key": "outdoor_seating",
+ "description": "Layer 'Dog friendly eateries' shows outdoor_seating=yes with a fixed text, namely 'This place has outdoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Veterinarians, dog parks and other pet-amenities')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor_seating",
+ "description": "Layer 'Dog friendly eateries' shows indoor_seating=yes with a fixed text, namely 'This place has indoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Veterinarians, dog parks and other pet-amenities')",
+ "value": "yes"
+ },
{
"key": "dog",
"description": "Layer 'Dog friendly eateries' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Veterinarians, dog parks and other pet-amenities')",
diff --git a/Docs/TagInfo/mapcomplete_playgrounds.json b/Docs/TagInfo/mapcomplete_playgrounds.json
index ac5167f1e9..298e346afa 100644
--- a/Docs/TagInfo/mapcomplete_playgrounds.json
+++ b/Docs/TagInfo/mapcomplete_playgrounds.json
@@ -1167,62 +1167,62 @@
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=yes with a fixed text, namely 'Public' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows access=yes with a fixed text, namely 'This barbecue can be used by anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "yes"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=no with a fixed text, namely 'No access' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows access=no with a fixed text, namely 'This barbecue can't be used by anyone' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "no"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=private with a fixed text, namely 'Private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows access=private with a fixed text, namely 'This barbecue is private' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "private"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=permissive with a fixed text, namely 'Access until revoked' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows access=permissive with a fixed text, namely 'This barbecue can be used by anyone, but the owner can revoke access at any time' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "permissive"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=customers with a fixed text, namely 'Access only for customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows access=customers with a fixed text, namely 'This barbecue can only be used by customers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "customers"
},
{
"key": "access",
- "description": "Layer 'BBQ' shows access=permit with a fixed text, namely 'Access only for authorized persons' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows access=permit with a fixed text, namely 'This barbecue can only be used by authorized persons' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "permit"
},
{
"key": "covered",
- "description": "Layer 'BBQ' shows covered=no with a fixed text, namely 'The grill is not covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows covered=no with a fixed text, namely 'This barbecue is not covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "no"
},
{
"key": "covered",
- "description": "Layer 'BBQ' shows covered=yes with a fixed text, namely 'The grill is covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows covered=yes with a fixed text, namely 'This barbecue is covered' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "yes"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=wood with a fixed text, namely 'Wood' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows fuel=wood with a fixed text, namely 'This barbecue uses wood as fuel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "wood"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=charcoal with a fixed text, namely 'Charcoal' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows fuel=charcoal with a fixed text, namely 'This barbecue uses charcoal as fuel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "charcoal"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=electric with a fixed text, namely 'Electric' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows fuel=electric with a fixed text, namely 'This barbecue is powered by electricity' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "electric"
},
{
"key": "fuel",
- "description": "Layer 'BBQ' shows fuel=gas with a fixed text, namely 'Gas' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
+ "description": "Layer 'BBQ' shows fuel=gas with a fixed text, namely 'This barbecue uses gas as fuel' and allows to pick this as a default answer (in the mapcomplete.org theme 'Playgrounds')",
"value": "gas"
}
]
diff --git a/Docs/TagInfo/mapcomplete_ski.json b/Docs/TagInfo/mapcomplete_ski.json
index b2cfe66397..5055d6f47a 100644
--- a/Docs/TagInfo/mapcomplete_ski.json
+++ b/Docs/TagInfo/mapcomplete_ski.json
@@ -144,7 +144,7 @@
},
{
"key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=rope_tow with a fixed text, namely 'A tow line which which drags skieers' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
+ "description": "Layer 'Aerialways' shows aerialway=rope_tow with a fixed text, namely 'A tow line which skiers hold on to or attach themselves onto' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
"value": "rope_tow"
},
{
@@ -154,7 +154,7 @@
},
{
"key": "aerialway",
- "description": "Layer 'Aerialways' shows aerialway=zip_line with a fixed text, namely 'A zip line. (A touristical attraction where adventurous people go down at high speeds) ' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
+ "description": "Layer 'Aerialways' shows aerialway=zip_line with a fixed text, namely 'A zip line. (A touristic attraction where adventurous people go down at high speeds)' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
"value": "zip_line"
},
{
@@ -1278,6 +1278,25 @@
"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.org theme 'Ski pistes and aerialways')",
"value": "no"
},
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=yes with a fixed text, namely 'This fast-food restaurant has a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if amenity=fast_food)",
+ "value": "yes"
+ },
+ {
+ "key": "drive_through",
+ "description": "Layer 'Restaurants and fast food' shows drive_through=no with a fixed text, namely 'This fast-food restaurant does not have a drive-through' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if amenity=fast_food)",
+ "value": "no"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows and asks freeform values for key 'opening_hours:drive_through' (in the mapcomplete.org theme 'Ski pistes and aerialways') (This is only shown if drive_through=yes)"
+ },
+ {
+ "key": "opening_hours:drive_through",
+ "description": "Layer 'Restaurants and fast food' shows opening_hours:drive_through= with a fixed text, namely 'The opening hours of the drive-through are the same as the restaurant' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways') Picking this answer will delete the key opening_hours:drive_through. (This is only shown if drive_through=yes)",
+ "value": ""
+ },
{
"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.org theme 'Ski pistes and aerialways') (This is only shown if cuisine!=friture)",
@@ -1538,6 +1557,16 @@
"description": "Layer 'Restaurants and fast food' shows service:electricity=no with a fixed text, namely 'There are a no domestic sockets available to customers seated indoors' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
"value": "no"
},
+ {
+ "key": "outdoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows outdoor_seating=yes with a fixed text, namely 'This place has outdoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
+ "value": "yes"
+ },
+ {
+ "key": "indoor_seating",
+ "description": "Layer 'Restaurants and fast food' shows indoor_seating=yes with a fixed text, namely 'This place has indoor seating' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
+ "value": "yes"
+ },
{
"key": "dog",
"description": "Layer 'Restaurants and fast food' shows dog=yes with a fixed text, namely 'Dogs are allowed' and allows to pick this as a default answer (in the mapcomplete.org theme 'Ski pistes and aerialways')",
diff --git a/Docs/TagInfo/mapcomplete_sports.json b/Docs/TagInfo/mapcomplete_sports.json
index 82b0c2e97c..9f8d1f200a 100644
--- a/Docs/TagInfo/mapcomplete_sports.json
+++ b/Docs/TagInfo/mapcomplete_sports.json
@@ -730,7 +730,7 @@
},
{
"key": "sport",
- "description": "Layer 'Sports centres' shows sport=climbing with a fixed text, namely 'Rock climbing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Sports')",
+ "description": "Layer 'Sports centres' shows sport=climbing with a fixed text, namely 'Climbing' and allows to pick this as a default answer (in the mapcomplete.org theme 'Sports')",
"value": "climbing"
},
{
diff --git a/Docs/TagInfo/mapcomplete_transit.json b/Docs/TagInfo/mapcomplete_transit.json
index f189b9ec98..432d9559eb 100644
--- a/Docs/TagInfo/mapcomplete_transit.json
+++ b/Docs/TagInfo/mapcomplete_transit.json
@@ -575,6 +575,15 @@
"key": "capacity",
"description": "Layer 'Parking' shows and asks freeform values for key 'capacity' (in the mapcomplete.org theme 'Bus routes')"
},
+ {
+ "key": "maxstay",
+ "description": "Layer 'Parking' shows and asks freeform values for key 'maxstay' (in the mapcomplete.org theme 'Bus routes')"
+ },
+ {
+ "key": "maxstay",
+ "description": "Layer 'Parking' shows maxstay=unlimited with a fixed text, namely 'There is no limit to the amount of time one can stay here' and allows to pick this as a default answer (in the mapcomplete.org theme 'Bus routes')",
+ "value": "unlimited"
+ },
{
"key": "amenity",
"description": "The MapComplete theme Bus routes has a layer Shelter showing features with this tag",
diff --git a/Docs/Themes/cyclofix.md b/Docs/Themes/cyclofix.md
index d644ccf3e7..6adf6e6784 100644
--- a/Docs/Themes/cyclofix.md
+++ b/Docs/Themes/cyclofix.md
@@ -244,7 +244,7 @@ These layers can not be reused in different themes.
This layer is based on [assisted_repair](../Layers/assisted_repair.md)
-A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles.
+A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles.
- This layer is shown at zoomlevel **11** and higher
@@ -1740,9 +1740,9 @@ This tagrendering is only visible in the popup if the following condition is met
The question is `What is the maximum amount of time one is allowed to stay here?`
*One can stay at most {canonical(maxstay)}* is shown if `maxstay` is set
- - *No timelimit on leaving your vehicle here* is shown if with maxstay=unlimited
+ - *There is no limit to the amount of time one can stay here* is shown if with maxstay=unlimited
-This tagrendering is only visible in the popup if the following condition is met: bus=yes | hgv=yes | motorcar=yes | maxstay~.+
+This tagrendering is only visible in the popup if the following condition is met: bus=yes | hgv=yes | motorcar=yes
### Network
diff --git a/Docs/Themes/etymology.md b/Docs/Themes/etymology.md
index 13d9530511..fe82ecdd93 100644
--- a/Docs/Themes/etymology.md
+++ b/Docs/Themes/etymology.md
@@ -16,6 +16,7 @@ This theme contains the following layers:
- [toursistic_places_without_etymology (defined in this theme)](#toursistic_places_without_etymology)
- [health_and_social_places_without_etymology (defined in this theme)](#health_and_social_places_without_etymology)
- [sport_places_without_etymology (defined in this theme)](#sport_places_without_etymology)
+ - [parks_without_etymology (defined in this theme)](#parks_without_etymology)
Available languages:
@@ -137,6 +138,20 @@ Available languages:
+ [etymology_multi_apply](#etymology_multi_apply)
+ [wikipedia](#wikipedia)
+ [lod](#lod)
+9. [parks_without_etymology](#parks_without_etymology)
+ - [Basic tags for this layer](#basic-tags-for-this-layer)
+ - [Supported attributes](#supported-attributes)
+ + [etymology-images-from-wikipedia](#etymology-images-from-wikipedia)
+ + [wikipedia-etymology](#wikipedia-etymology)
+ + [Wikipedia article of the name giver](#wikipedia-article-of-the-name-giver)
+ + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed)
+ + [simple etymology](#simple-etymology)
+ + [questions](#questions)
+ + [street-name-sign-image](#street-name-sign-image)
+ + [minimap](#minimap)
+ + [etymology_multi_apply](#etymology_multi_apply)
+ + [wikipedia](#wikipedia)
+ + [lod](#lod)
# Layers defined in this theme configuration file
These layers can not be reused in different themes.
@@ -741,6 +756,92 @@ This tagrendering is only visible in the popup if the following condition is met
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
+This tagrendering has labels
+`added_by_default`
+# parks_without_etymology
+
+This layer is based on [etymology](../Layers/etymology.md)
+
+All objects which have an etymology known
+
+ - This layer is shown at zoomlevel **18** and higher
+
+No themes use this layer
+
+## Basic tags for this layer
+
+Elements must match **all** of the following expressions:
+
+0. landuse=village_green | landuse=recreation_ground | leisure=park
+1. name~.+
+
+[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22landuse%22%3D%22village_green%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22landuse%22%3D%22recreation_ground%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22leisure%22%3D%22park%22%5D%5B%22name%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
+
+## Supported attributes
+
+**Warning:**,this quick overview is incomplete,
+
+| attribute | type | values which are supported by this layer |
+-----|-----|----- |
+| [name:etymology:wikidata](https://wiki.openstreetmap.org/wiki/Key:name:etymology:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | |
+| [name:etymology](https://wiki.openstreetmap.org/wiki/Key:name:etymology) | [text](../SpecialInputElements.md#text) | [unknown](https://wiki.openstreetmap.org/wiki/Tag:name:etymology%3Dunknown) |
+
+### etymology-images-from-wikipedia
+
+_This tagrendering has no question and is thus read-only_
+*{image_carousel(name:etymology:wikidata)}*
+
+### wikipedia-etymology
+
+The question is `What is the Wikidata-item that this object is named after?`
+*
Wikipedia article of the name giver
{wikipedia(name:etymology:wikidata):max-height:20rem}* is shown if `name:etymology:wikidata` is set
+
+### zoeken op inventaris onroerend erfgoed
+
+_This tagrendering has no question and is thus read-only_
+*Search on inventaris onroerend erfgoed*
+
+This tagrendering is only visible in the popup if the following condition is met: _country=be
+
+### simple etymology
+
+The question is `What is this object named after?`
+*Named after {name:etymology}* is shown if `name:etymology` is set
+
+ - *The origin of this name is unknown in all literature* is shown if with name:etymology=unknown
+
+### questions
+Show the questions block at this location
+_This tagrendering has no question and is thus read-only_
+*{questions()}*
+
+### street-name-sign-image
+
+_This tagrendering has no question and is thus read-only_
+*{image_carousel(image:streetsign)} {image_upload(image:streetsign, Add image of a street name sign)}*
+
+### minimap
+
+_This tagrendering has no question and is thus read-only_
+*{minimap(18, id, _same_name_ids):height:10rem}*
+
+### etymology_multi_apply
+
+_This tagrendering has no question and is thus read-only_
+*{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}*
+
+### wikipedia
+
+_This tagrendering has no question and is thus read-only_
+*A Wikipedia article about this street exists: {wikipedia():max-height:25rem}*
+
+This tagrendering is only visible in the popup if the following condition is met: wikidata~.+
+
+### lod
+
+_This tagrendering has no question and is thus read-only_
+*{linked_data_from_website()}*
+
This tagrendering has labels
`added_by_default`
diff --git a/Docs/Themes/fritures.md b/Docs/Themes/fritures.md
index d920df26fb..28686c53e2 100644
--- a/Docs/Themes/fritures.md
+++ b/Docs/Themes/fritures.md
@@ -52,6 +52,9 @@ Available languages:
+ [Reservation](#reservation)
+ [Takeaway](#takeaway)
+ [delivery](#delivery)
+ + [drive-through](#drive-through)
+ + [drive-through-opening_hours](#drive-through-opening_hours)
+ + [Drive-through opening hours](#drive-through-opening-hours)
+ [Vegetarian (no friture)](#vegetarian-(no-friture))
+ [Vegan (no friture)](#vegan-(no-friture))
+ [halal (no friture)](#halal-(no-friture))
@@ -66,6 +69,7 @@ Available languages:
+ [lactose_free](#lactose_free)
+ [smoking](#smoking)
+ [service:electricity](#serviceelectricity)
+ + [seating](#seating)
+ [dog-access](#dog-access)
+ [internet](#internet)
+ [internet-fee](#internet-fee)
@@ -116,6 +120,8 @@ Elements must match **all** of the following expressions:
| [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
| [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) |
| [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) |
+| [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
+| [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| [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) |
@@ -299,6 +305,24 @@ The question is `Does {title()} deliver food to your home?`
- *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
+### drive-through
+
+The question is `Does this fast-food restaurant have a drive-through?`
+
+ - *This fast-food restaurant has a drive-through* is shown if with drive_through=yes
+ - *This fast-food restaurant does not have a drive-through* is shown if with drive_through=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=fast_food
+
+### drive-through-opening_hours
+
+The question is `What are the opening hours of the drive-through?`
+*
Drive-through opening hours
{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
+
+ - *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
+
+This tagrendering is only visible in the popup if the following condition is met: drive_through=yes
+
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@@ -440,6 +464,13 @@ The question is `Does this amenity have electrical outlets, available to custome
- *There are no sockets available indoors to customers, but charging might be possible if the staff is asked* is shown if with service:electricity=ask
- *There are a no domestic sockets available to customers seated indoors* is shown if with service:electricity=no
+### seating
+
+The question is `What kind of seating does {title()} have?`
+
+ - *This place has outdoor seating* is shown if with outdoor_seating=yes. Unselecting this answer will add outdoor_seating=no
+ - *This place has indoor seating* is shown if with indoor_seating=yes. Unselecting this answer will add indoor_seating=no
+
### dog-access
The question is `Are dogs allowed in this business?`
@@ -554,6 +585,14 @@ This tagrendering has labels
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
+| id | question | osmTags |
+-----|-----|----- |
+| outdoor_seating.0 | Has outdoor seating | outdoor_seating=yes |
+
+| id | question | osmTags |
+-----|-----|----- |
+| indoor_seating.0 | Has indoor seating | indoor_seating=yes |
+
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
diff --git a/Docs/Themes/glutenfree.md b/Docs/Themes/glutenfree.md
index 7b5f541769..4c84db1a29 100644
--- a/Docs/Themes/glutenfree.md
+++ b/Docs/Themes/glutenfree.md
@@ -57,6 +57,9 @@ Available languages:
+ [Reservation](#reservation)
+ [Takeaway](#takeaway)
+ [delivery](#delivery)
+ + [drive-through](#drive-through)
+ + [drive-through-opening_hours](#drive-through-opening_hours)
+ + [Drive-through opening hours](#drive-through-opening-hours)
+ [Vegetarian (no friture)](#vegetarian-(no-friture))
+ [Vegan (no friture)](#vegan-(no-friture))
+ [halal (no friture)](#halal-(no-friture))
@@ -70,6 +73,7 @@ Available languages:
+ [lactose_free](#lactose_free)
+ [smoking](#smoking)
+ [service:electricity](#serviceelectricity)
+ + [seating](#seating)
+ [dog-access](#dog-access)
+ [internet](#internet)
+ [internet-fee](#internet-fee)
@@ -192,6 +196,8 @@ Elements must match **all** of the following expressions:
| [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
| [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) |
| [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) |
+| [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
+| [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| [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) |
@@ -386,6 +392,24 @@ The question is `Does {title()} deliver food to your home?`
- *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
+### drive-through
+
+The question is `Does this fast-food restaurant have a drive-through?`
+
+ - *This fast-food restaurant has a drive-through* is shown if with drive_through=yes
+ - *This fast-food restaurant does not have a drive-through* is shown if with drive_through=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=fast_food
+
+### drive-through-opening_hours
+
+The question is `What are the opening hours of the drive-through?`
+*
Drive-through opening hours
{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
+
+ - *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
+
+This tagrendering is only visible in the popup if the following condition is met: drive_through=yes
+
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@@ -515,6 +539,13 @@ The question is `Does this amenity have electrical outlets, available to custome
- *There are no sockets available indoors to customers, but charging might be possible if the staff is asked* is shown if with service:electricity=ask
- *There are a no domestic sockets available to customers seated indoors* is shown if with service:electricity=no
+### seating
+
+The question is `What kind of seating does {title()} have?`
+
+ - *This place has outdoor seating* is shown if with outdoor_seating=yes. Unselecting this answer will add outdoor_seating=no
+ - *This place has indoor seating* is shown if with indoor_seating=yes. Unselecting this answer will add indoor_seating=no
+
### dog-access
The question is `Are dogs allowed in this business?`
@@ -629,6 +660,14 @@ This tagrendering has labels
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
+| id | question | osmTags |
+-----|-----|----- |
+| outdoor_seating.0 | Has outdoor seating | outdoor_seating=yes |
+
+| id | question | osmTags |
+-----|-----|----- |
+| indoor_seating.0 | Has indoor seating | indoor_seating=yes |
+
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
diff --git a/Docs/Themes/insects.md b/Docs/Themes/insects.md
new file mode 100644
index 0000000000..ae6b7aae65
--- /dev/null
+++ b/Docs/Themes/insects.md
@@ -0,0 +1,23 @@
+[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
+
+## Insect Hotels ( [insects](https://mapcomplete.org/insects) )
+_This document details some technical information about this MapComplete theme, mostly about the attributes used in the theme. Various links point toward more information about the attributes, e.g. to the OpenStreetMap-wiki, to TagInfo or tools creating statistics_
+The theme introduction reads:
+
+> Insect hotels provide shelter for insects.
+
+This theme contains the following layers:
+
+ - [insect_hotel](../Layers/insect_hotel.md)
+ - [beehive](../Layers/beehive.md)
+
+Available languages:
+
+ - en
+ - nl
+
+# Layers defined in this theme configuration file
+These layers can not be reused in different themes.
+
+
+This document is autogenerated from [assets/themes/insects/insects.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/insects/insects.json)
diff --git a/Docs/Themes/lactosefree.md b/Docs/Themes/lactosefree.md
index f49b25b489..7dec558b68 100644
--- a/Docs/Themes/lactosefree.md
+++ b/Docs/Themes/lactosefree.md
@@ -54,6 +54,9 @@ Available languages:
+ [Reservation](#reservation)
+ [Takeaway](#takeaway)
+ [delivery](#delivery)
+ + [drive-through](#drive-through)
+ + [drive-through-opening_hours](#drive-through-opening_hours)
+ + [Drive-through opening hours](#drive-through-opening-hours)
+ [Vegetarian (no friture)](#vegetarian-(no-friture))
+ [Vegan (no friture)](#vegan-(no-friture))
+ [halal (no friture)](#halal-(no-friture))
@@ -67,6 +70,7 @@ Available languages:
+ [gluten_free](#gluten_free)
+ [smoking](#smoking)
+ [service:electricity](#serviceelectricity)
+ + [seating](#seating)
+ [dog-access](#dog-access)
+ [internet](#internet)
+ [internet-fee](#internet-fee)
@@ -189,6 +193,8 @@ Elements must match **all** of the following expressions:
| [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
| [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) |
| [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) |
+| [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
+| [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| [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) |
@@ -383,6 +389,24 @@ The question is `Does {title()} deliver food to your home?`
- *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
+### drive-through
+
+The question is `Does this fast-food restaurant have a drive-through?`
+
+ - *This fast-food restaurant has a drive-through* is shown if with drive_through=yes
+ - *This fast-food restaurant does not have a drive-through* is shown if with drive_through=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=fast_food
+
+### drive-through-opening_hours
+
+The question is `What are the opening hours of the drive-through?`
+*
Drive-through opening hours
{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
+
+ - *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
+
+This tagrendering is only visible in the popup if the following condition is met: drive_through=yes
+
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@@ -512,6 +536,13 @@ The question is `Does this amenity have electrical outlets, available to custome
- *There are no sockets available indoors to customers, but charging might be possible if the staff is asked* is shown if with service:electricity=ask
- *There are a no domestic sockets available to customers seated indoors* is shown if with service:electricity=no
+### seating
+
+The question is `What kind of seating does {title()} have?`
+
+ - *This place has outdoor seating* is shown if with outdoor_seating=yes. Unselecting this answer will add outdoor_seating=no
+ - *This place has indoor seating* is shown if with indoor_seating=yes. Unselecting this answer will add indoor_seating=no
+
### dog-access
The question is `Are dogs allowed in this business?`
@@ -626,6 +657,14 @@ This tagrendering has labels
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
+| id | question | osmTags |
+-----|-----|----- |
+| outdoor_seating.0 | Has outdoor seating | outdoor_seating=yes |
+
+| id | question | osmTags |
+-----|-----|----- |
+| indoor_seating.0 | Has indoor seating | indoor_seating=yes |
+
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
diff --git a/Docs/Themes/nature.md b/Docs/Themes/nature.md
index 9fa74bf722..ac6f47d6f1 100644
--- a/Docs/Themes/nature.md
+++ b/Docs/Themes/nature.md
@@ -20,6 +20,8 @@ This theme contains the following layers:
- [shelter](../Layers/shelter.md)
- [bbq](../Layers/bbq.md)
- [firepit](../Layers/firepit.md)
+ - [insect_hotel](../Layers/insect_hotel.md)
+ - [tree_node](../Layers/tree_node.md)
Available languages:
diff --git a/Docs/Themes/openlovemap.md b/Docs/Themes/openlovemap.md
index c7abb0cd32..120634cefe 100644
--- a/Docs/Themes/openlovemap.md
+++ b/Docs/Themes/openlovemap.md
@@ -1293,7 +1293,7 @@ This tagrendering has labels
This layer is based on [cinema](../Layers/cinema.md)
- A place showing movies (films), generally open to the public for a fee. Commonly referred to as a movie theater in the US
+A place showing movies (films), generally open to the public for a fee. Commonly referred to as a movie theater in the US.
- This layer is shown at zoomlevel **6** and higher
diff --git a/Docs/Themes/personal.md b/Docs/Themes/personal.md
index e2800de7bf..9e51356e52 100644
--- a/Docs/Themes/personal.md
+++ b/Docs/Themes/personal.md
@@ -19,6 +19,7 @@ This theme contains the following layers:
- [bank](../Layers/bank.md)
- [barrier](../Layers/barrier.md)
- [bbq](../Layers/bbq.md)
+ - [beehive](../Layers/beehive.md)
- [bench](../Layers/bench.md)
- [bench_at_pt](../Layers/bench_at_pt.md)
- [bicycle_counter](../Layers/bicycle_counter.md)
@@ -75,6 +76,7 @@ This theme contains the following layers:
- [ice_cream](../Layers/ice_cream.md)
- [indoors](../Layers/indoors.md)
- [information_board](../Layers/information_board.md)
+ - [insect_hotel](../Layers/insect_hotel.md)
- [kerbs](../Layers/kerbs.md)
- [kindergarten_childcare](../Layers/kindergarten_childcare.md)
- [lighthouse](../Layers/lighthouse.md)
diff --git a/Docs/Themes/pets.md b/Docs/Themes/pets.md
index 30d4d1c73a..b882bc6716 100644
--- a/Docs/Themes/pets.md
+++ b/Docs/Themes/pets.md
@@ -61,6 +61,9 @@ Available languages:
+ [Reservation](#reservation)
+ [Takeaway](#takeaway)
+ [delivery](#delivery)
+ + [drive-through](#drive-through)
+ + [drive-through-opening_hours](#drive-through-opening_hours)
+ + [Drive-through opening hours](#drive-through-opening-hours)
+ [Vegetarian (no friture)](#vegetarian-(no-friture))
+ [Vegan (no friture)](#vegan-(no-friture))
+ [halal (no friture)](#halal-(no-friture))
@@ -75,6 +78,7 @@ Available languages:
+ [lactose_free](#lactose_free)
+ [smoking](#smoking)
+ [service:electricity](#serviceelectricity)
+ + [seating](#seating)
+ [dog-access](#dog-access)
+ [internet](#internet)
+ [internet-fee](#internet-fee)
@@ -174,6 +178,8 @@ Elements must match **all** of the following expressions:
| [reservation](https://wiki.openstreetmap.org/wiki/Key:reservation) | Multiple choice | [required](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drequired) [recommended](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Drecommended) [yes](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:reservation%3Dno) |
| [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) |
| [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) |
+| [drive_through](https://wiki.openstreetmap.org/wiki/Key:drive_through) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drive_through%3Dno) |
+| [opening_hours:drive_through](https://wiki.openstreetmap.org/wiki/Key:opening_hours:drive_through) | [opening_hours](../SpecialInputElements.md#opening_hours) | [](https://wiki.openstreetmap.org/wiki/Tag:opening_hours:drive_through%3D) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegetarian%3Don_demand) |
| [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) [on_demand](https://wiki.openstreetmap.org/wiki/Tag:diet:vegan%3Don_demand) |
| [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) |
@@ -357,6 +363,24 @@ The question is `Does {title()} deliver food to your home?`
- *This business does home delivery (possibly via a third party)* is shown if with delivery=yes
- *This business does not deliver at home* is shown if with delivery=no
+### drive-through
+
+The question is `Does this fast-food restaurant have a drive-through?`
+
+ - *This fast-food restaurant has a drive-through* is shown if with drive_through=yes
+ - *This fast-food restaurant does not have a drive-through* is shown if with drive_through=no
+
+This tagrendering is only visible in the popup if the following condition is met: amenity=fast_food
+
+### drive-through-opening_hours
+
+The question is `What are the opening hours of the drive-through?`
+*
Drive-through opening hours
{opening_hours_table(opening_hours:drive_through)}* is shown if `opening_hours:drive_through` is set
+
+ - *The opening hours of the drive-through are the same as the restaurant* is shown if with opening_hours:drive_through=
+
+This tagrendering is only visible in the popup if the following condition is met: drive_through=yes
+
### Vegetarian (no friture)
The question is `Does this restaurant have a vegetarian option?`
@@ -498,6 +522,13 @@ The question is `Does this amenity have electrical outlets, available to custome
- *There are no sockets available indoors to customers, but charging might be possible if the staff is asked* is shown if with service:electricity=ask
- *There are a no domestic sockets available to customers seated indoors* is shown if with service:electricity=no
+### seating
+
+The question is `What kind of seating does {title()} have?`
+
+ - *This place has outdoor seating* is shown if with outdoor_seating=yes. Unselecting this answer will add outdoor_seating=no
+ - *This place has indoor seating* is shown if with indoor_seating=yes. Unselecting this answer will add indoor_seating=no
+
### dog-access
The question is `Are dogs allowed in this business?`
@@ -612,6 +643,14 @@ This tagrendering has labels
-----|-----|----- |
| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited |
+| id | question | osmTags |
+-----|-----|----- |
+| outdoor_seating.0 | Has outdoor seating | outdoor_seating=yes |
+
+| id | question | osmTags |
+-----|-----|----- |
+| indoor_seating.0 | Has indoor seating | indoor_seating=yes |
+
| id | question | osmTags |
-----|-----|----- |
| accepts_cash.0 | Accepts cash | payment:cash=yes |
diff --git a/Docs/Themes/toerisme_vlaanderen.md b/Docs/Themes/toerisme_vlaanderen.md
index 0e508c043b..0de078b60c 100644
--- a/Docs/Themes/toerisme_vlaanderen.md
+++ b/Docs/Themes/toerisme_vlaanderen.md
@@ -1308,9 +1308,9 @@ This tagrendering is only visible in the popup if the following condition is met
The question is `What is the maximum amount of time one is allowed to stay here?`
*One can stay at most {canonical(maxstay)}* is shown if `maxstay` is set
- - *No timelimit on leaving your vehicle here* is shown if with maxstay=unlimited
+ - *There is no limit to the amount of time one can stay here* is shown if with maxstay=unlimited
-This tagrendering is only visible in the popup if the following condition is met: bus=yes | hgv=yes | motorcar=yes | maxstay~.+
+This tagrendering is only visible in the popup if the following condition is met: bus=yes | hgv=yes | motorcar=yes
### Network
diff --git a/Docs/URL_Parameters.md b/Docs/URL_Parameters.md
index a940d9ad87..44a357c628 100644
--- a/Docs/URL_Parameters.md
+++ b/Docs/URL_Parameters.md
@@ -307,8 +307,6 @@ One can use the [ID of an ELI-layer](./ELI-overview.md) or use one of the global
- protomaps.black
- protomaps.sunny_unlabeled
- americana
- - maptiler
- - maptiler.carto
- alidade.smooth
- alidade.smooth_dark
- stamen.terrain
@@ -412,7 +410,7 @@ The default value is _0_
The mode the application starts in, e.g. 'map', 'dashboard' or 'statistics'
-This documentation is defined in the source code at [generateDocs.ts](ervdvn/git/MapComplete/scripts/generateDocs.ts#L436)
+This documentation is defined in the source code at [generateDocs.ts](ervdvn/git2/MapComplete/scripts/generateDocs.ts#L436)
The default value is _map_
diff --git a/Docs/wikiIndex.txt b/Docs/wikiIndex.txt
index 23b775812a..e9cff085d9 100644
--- a/Docs/wikiIndex.txt
+++ b/Docs/wikiIndex.txt
@@ -427,6 +427,15 @@ The position of a signpost can be used by a hiker/biker/rider/s…
|genre= POI, editor, indoors
}}
{{service_item
+|name= [https://mapcomplete.org/insects insects]
+|region= Worldwide
+|lang= {{#language:en|en}}, {{#language:nl|en}}
+|descr= A MapComplete theme: Insect hotels provide shelter for insects
+|material= {{yes|[https://mapcomplete.org/ Yes]}}
+|image= MapComplete_Screenshot.png
+|genre= POI, editor, insects
+}}
+{{service_item
|name= [https://mapcomplete.org/kerbs_and_crossings kerbs_and_crossings]
|region= Worldwide
|lang= {{#language:en|en}}, {{#language:nl|en}}, {{#language:de|en}}, {{#language:fr|en}}, {{#language:da|en}}, {{#language:cs|en}}, {{#language:nb_NO|en}}, {{#language:es|en}}, {{#language:ca|en}}, {{#language:pl|en}}, {{#language:uk|en}}
diff --git a/assets/layers/charging_station/charging_station.json b/assets/layers/charging_station/charging_station.json
index c9a4fa501b..e3c65c4907 100644
--- a/assets/layers/charging_station/charging_station.json
+++ b/assets/layers/charging_station/charging_station.json
@@ -4,9 +4,9 @@
"en": "Charging stations",
"nl": "Oplaadpunten",
"ca": "Estacions de càrrega",
+ "cs": "Nabíjecí stanice",
"de": "Ladestationen",
- "es": "Puntos de carga",
- "cs": "Nabíjecí stanice"
+ "es": "Puntos de carga"
},
"minzoom": 10,
"source": {
@@ -90,10 +90,10 @@
"en": "Which vehicles are allowed to charge here?",
"nl": "Welke voertuigen kunnen hier opgeladen worden?",
"ca": "Quins vehicles tenen permesa la càrrega aquí?",
+ "cs": "Která vozidla zde smí nabíjet?",
"de": "Welche Fahrzeuge können hier laden?",
"es": "¿Qué vehículos pueden cargar aquí?",
- "pl": "Jakie pojazdy mogą być tutaj ładowane?",
- "cs": "Která vozidla zde smí nabíjet?"
+ "pl": "Jakie pojazdy mogą być tutaj ładowane?"
},
"multiAnswer": true,
"mappings": [
@@ -104,10 +104,10 @@
"en": "Bicycles can be charged here",
"nl": "Elektrische fietsen kunnen hier opgeladen worden",
"ca": "Aquí es poden carregar bicicletes",
+ "cs": "Jízdní kola lze nabíjet zde",
"de": "Hier können Fahrräder laden",
"es": "Aquí se pueden cargar bicicletas",
- "pl": "Mogą tutaj być ładowane rowery",
- "cs": "Jízdní kola lze nabíjet zde"
+ "pl": "Mogą tutaj być ładowane rowery"
}
},
{
@@ -117,10 +117,10 @@
"en": "Cars can be charged here",
"nl": "Elektrische auto's kunnen hier opgeladen worden",
"ca": "Aquí es poden carregar cotxes",
+ "cs": "Auta lze nabíjet zde",
"de": "Hier können Autos laden",
"es": "Aquí se pueden cargar coches",
- "pl": "Mogą tutaj być ładowane samochody",
- "cs": "Auta lze nabíjet zde"
+ "pl": "Mogą tutaj być ładowane samochody"
}
},
{
@@ -130,10 +130,10 @@
"en": "Scooters can be charged here",
"nl": "Elektrische scooters (snorfiets of bromfiets) kunnen hier opgeladen worden",
"ca": "Aquí es poden carregar Scooters",
+ "cs": "Skútry lze nabíjet zde",
"de": "Hier können Roller laden",
"es": "Aquí se pueden cargar patinetes",
- "pl": "Mogą być tutaj ładowane hulajnogi",
- "cs": "Skútry lze nabíjet zde"
+ "pl": "Mogą być tutaj ładowane hulajnogi"
}
},
{
@@ -143,9 +143,9 @@
"en": "Heavy good vehicles (such as trucks) can be charged here",
"nl": "Vrachtwagens kunnen hier opgeladen worden",
"ca": "Aquí es poden carregar camions o trailers",
+ "cs": "Těžká nákladní vozidla (například nákladní automobily) lze nabíjet zde",
"de": "Hier können LKW laden",
- "es": "Aquí se pueden cargar vehículos de mercancías pesadas (como camiones)",
- "cs": "Těžká nákladní vozidla (například nákladní automobily) lze nabíjet zde"
+ "es": "Aquí se pueden cargar vehículos de mercancías pesadas (como camiones)"
}
},
{
@@ -155,10 +155,10 @@
"en": "Buses can be charged here",
"nl": "Bussen kunnen hier opgeladen worden",
"ca": "Aquí es poden carregar autobusos",
+ "cs": "Autobusy lze nabíjet zde",
"de": "Hier können Busse laden",
"es": "Aquí se pueden cargar autobuses",
- "pl": "Mogą być tutaj ładowane autobusy",
- "cs": "Autobusy lze nabíjet zde"
+ "pl": "Mogą być tutaj ładowane autobusy"
}
}
]
@@ -194,10 +194,10 @@
"en": "Anyone can use this charging station (payment might be needed)",
"nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)",
"ca": "Qualsevol persona pot utilitzar aquesta estació de recàrrega (pot ser calgui un pagament)",
+ "cs": "Tuto nabíjecí stanici může používat kdokoli (může být vyžadována platba)",
"de": "Jeder kann die Station nutzen (eventuell gegen Bezahlung)",
"es": "Cualquiera puede usar este punto de carga (puede ser necesario el pago)",
- "pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)",
- "cs": "Tuto nabíjecí stanici může používat kdokoli (může být vyžadována platba)"
+ "pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)"
}
},
{
@@ -206,10 +206,10 @@
"en": "Anyone can use this charging station (payment might be needed)",
"nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)",
"ca": "Qualsevol persona pot utilitzar aquesta estació de recàrrega (pot ser calgui un pagament)",
+ "cs": "Tuto nabíjecí stanici může používat kdokoli (může být vyžadována platba)",
"de": "Jeder kann diese Ladestation nutzen (eventuell gegen Bezahlung)",
"es": "Cualquiera puede usar este punto de carga (puede ser necesario el pago)",
- "pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)",
- "cs": "Tuto nabíjecí stanici může používat kdokoli (může být vyžadována platba)"
+ "pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)"
},
"hideInAnswer": true
},
@@ -219,9 +219,9 @@
"en": "Only customers of the place this station belongs to can use this charging station E.g. a charging station operated by hotel which is only usable by their guests",
"nl": "Enkel klanten van de bijhorende plaats mogen dit oplaadpunt gebruiken Bv. op de parking van een hotel en enkel toegankelijk voor klanten van dit hotel",
"ca": "Sols cliente del lloc al que pertany aquest punt de càrrega poden utilitzar-lo p.e. un punt de càrrega d'un hotel que sols poden utilizar-los els hostes",
+ "cs": "Tuto nabíjecí stanici mohou používat pouze zákazníci místa, kam tato stanice patří Např. nabíjecí stanice provozovaná hotelem, kterou mohou používat pouze jeho hosté",
"de": "Nur Kunden des Ortes, zu dem diese Station gehört, können diese Ladestation nutzen Z.B. eine von einem Hotel betriebene Ladestation, die nur von dessen Gästen genutzt werden kann",
- "es": "Solo los clientes del lugar al que pertenece esta estación pueden usar este punto de carga Por ejemplo, un punto de carga operado por un hotel que solo pueden usar sus huéspedes",
- "cs": "Tuto nabíjecí stanici mohou používat pouze zákazníci místa, kam tato stanice patří Např. nabíjecí stanice provozovaná hotelem, kterou mohou používat pouze jeho hosté"
+ "es": "Solo los clientes del lugar al que pertenece esta estación pueden usar este punto de carga Por ejemplo, un punto de carga operado por un hotel que solo pueden usar sus huéspedes"
}
},
{
@@ -284,9 +284,9 @@
"question": {
"en": "Which charging connections are available here?",
"nl": "Welke aansluitingen zijn hier beschikbaar?",
+ "cs": "Jaké nabíjecí přípojky jsou zde k dispozici?",
"de": "Welche Ladeanschlüsse gibt es hier?",
- "es": "¿Qué conexiones de carga están disponibles aquí?",
- "cs": "Jaké nabíjecí přípojky jsou zde k dispozici?"
+ "es": "¿Qué conexiones de carga están disponibles aquí?"
},
"multiAnswer": true,
"mappings": [
@@ -297,9 +297,9 @@
"en": "Schuko wall plug without ground pin (CEE7/4 type F)",
"nl": "Schuko stekker zonder aardingspin (CEE7/4 type F)",
"ca": "Endoll de paret Schuko sense pin a terra (CEE7/4 tipus F)",
+ "cs": "Schuko zásuvka bez zemnícího kolíku (CEE7/4 typ F)",
"de": "Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)",
- "es": "Enchufe de pared Schuko sin pin de tierra (tipo CEE7/4 F)",
- "cs": "Schuko zásuvka bez zemnícího kolíku (CEE7/4 typ F)"
+ "es": "Enchufe de pared Schuko sin pin de tierra (tipo CEE7/4 F)"
},
"icon": {
"path": "./assets/layers/charging_station/CEE7_4F.svg",
@@ -394,9 +394,9 @@
"en": "Schuko wall plug without ground pin (CEE7/4 type F)",
"nl": "Schuko stekker zonder aardingspin (CEE7/4 type F)",
"ca": "Endoll de paret Schuko sense pin a terra (CEE7/4 tipus F)",
+ "cs": "Schuko zásuvka bez zemnícího kolíku (CEE7/4 typ F)",
"de": "Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)",
- "es": "Enchufe de pared Schuko sin pin de tierra (tipo CEE7/4 F)",
- "cs": "Schuko zásuvka bez zemnícího kolíku (CEE7/4 typ F)"
+ "es": "Enchufe de pared Schuko sin pin de tierra (tipo CEE7/4 F)"
},
"hideInAnswer": true,
"icon": {
@@ -411,9 +411,9 @@
"en": "European wall plug with ground pin (CEE7/4 type E)",
"nl": "Europese stekker met aardingspin (CEE7/4 type E)",
"ca": "Endoll de paret Europeu amb pin a terra (CEE7/4 tipus E)",
+ "cs": "Evropská zásuvka se zemnícím kolíkem (CEE7/4 typ E)",
"de": "Europäischer Netzstecker mit Erdungsstift (CEE7/4 Typ E)",
- "es": "Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E)",
- "cs": "Evropská zásuvka se zemnícím kolíkem (CEE7/4 typ E)"
+ "es": "Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E)"
},
"icon": {
"path": "./assets/layers/charging_station/TypeE.svg",
@@ -493,9 +493,9 @@
"en": "Chademo",
"nl": "Chademo",
"ca": "CHAdeMo",
+ "cs": "Chademo",
"de": "Chademo-Anschluss",
- "es": "Chademo",
- "cs": "Chademo"
+ "es": "Chademo"
},
"icon": {
"path": "./assets/layers/charging_station/Chademo_type4.svg",
@@ -539,9 +539,9 @@
"en": "Chademo",
"nl": "Chademo",
"ca": "CHAdeMo",
+ "cs": "Chademo",
"de": "Chademo-Anschluss",
- "es": "Chademo",
- "cs": "Chademo"
+ "es": "Chademo"
},
"hideInAnswer": true,
"icon": {
@@ -556,9 +556,9 @@
"en": "Type 1 with cable (J1772)",
"nl": "Type 1 met kabel (J1772)",
"ca": "Tipus 1 amb cable",
+ "cs": "Typ 1 s kabelem (J1772)",
"de": "Typ 1 mit Kabel (J1772)",
- "es": "Tipo 1 con cable (J1772)",
- "cs": "Typ 1 s kabelem (J1772)"
+ "es": "Tipo 1 con cable (J1772)"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
@@ -602,9 +602,9 @@
"en": "Type 1 with cable (J1772)",
"nl": "Type 1 met kabel (J1772)",
"ca": "Tipus 1 amb cable",
+ "cs": "Typ 1 s kabelem (J1772)",
"de": "Typ 1 mit Kabel (J1772)",
- "es": "Tipo 1 con cable (J1772)",
- "cs": "Typ 1 s kabelem (J1772)"
+ "es": "Tipo 1 con cable (J1772)"
},
"hideInAnswer": true,
"icon": {
@@ -619,9 +619,9 @@
"en": "Type 1 without cable (J1772)",
"nl": "Type 1 zonder kabel (J1772)",
"ca": "Tipus 1 sense cable",
+ "cs": "Typ 1 bez kabelu (J1772)",
"de": "Typ 1 ohne Kabel (J1772)",
- "es": "Tipo 1 sin cable (J1772)",
- "cs": "Typ 1 bez kabelu (J1772)"
+ "es": "Tipo 1 sin cable (J1772)"
},
"icon": {
"path": "./assets/layers/charging_station/Type1_J1772.svg",
@@ -665,9 +665,9 @@
"en": "Type 1 without cable (J1772)",
"nl": "Type 1 zonder kabel (J1772)",
"ca": "Tipus 1 sense cable(J1772)",
+ "cs": "Typ 1 bez kabelu (J1772)",
"de": " Typ 1 ohne Kabel (J1772)",
- "es": "Tipo 1 sin cable (J1772)",
- "cs": "Typ 1 bez kabelu (J1772)"
+ "es": "Tipo 1 sin cable (J1772)"
},
"hideInAnswer": true,
"icon": {
@@ -682,9 +682,9 @@
"en": "Type 1 CCS (aka Type 1 Combo)",
"nl": "Type 1 CCS (ook gekend als Type 1 Combo)",
"ca": "CSS Tipus 1 (també conegut com a Tipus 1 Combo)",
+ "cs": "CCS typu 1 (neboli kombinace typu 1)",
"de": "Typ 1 CCS (Typ 1 Combo)",
- "es": "Tipo 1 CCS (también conocido como Tipo 1 Combo)",
- "cs": "CCS typu 1 (neboli kombinace typu 1)"
+ "es": "Tipo 1 CCS (también conocido como Tipo 1 Combo)"
},
"icon": {
"path": "./assets/layers/charging_station/Type1-ccs.svg",
@@ -728,9 +728,9 @@
"en": "Type 1 CCS (aka Type 1 Combo)",
"nl": "Type 1 CCS (ook gekend als Type 1 Combo)",
"ca": "CSS Tipus 1 (també conegut com a Tipus 1 Combo)",
+ "cs": "CCS typu 1 (neboli kombinace typu 1)",
"de": " Typ 1 CCS (auch bekannt als Typ 1 Combo)",
- "es": "Tipo 1 CCS (también conocido como Tipo 1 Combo)",
- "cs": "CCS typu 1 (neboli kombinace typu 1)"
+ "es": "Tipo 1 CCS (también conocido como Tipo 1 Combo)"
},
"hideInAnswer": true,
"icon": {
@@ -745,9 +745,9 @@
"en": "Tesla Supercharger",
"nl": "Tesla Supercharger",
"ca": "Supercarregador de Tesla",
+ "cs": "Tesla Supercharger",
"de": "Tesla Supercharger",
- "es": "Tesla Supercharger",
- "cs": "Tesla Supercharger"
+ "es": "Tesla Supercharger"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
@@ -791,9 +791,9 @@
"en": "Tesla Supercharger",
"nl": "Tesla Supercharger",
"ca": "Supercarregador de Tesla",
+ "cs": "Tesla Supercharger",
"de": "Tesla Supercharger",
- "es": "Tesla Supercharger",
- "cs": "Tesla Supercharger"
+ "es": "Tesla Supercharger"
},
"hideInAnswer": true,
"icon": {
@@ -808,9 +808,9 @@
"en": "Type 2 (mennekes)",
"nl": "Type 2 (mennekes)",
"ca": "Tipus 2 (mennekes)",
+ "cs": "Typ 2 (mennekes)",
"de": "Typ 2 (Mennekes)",
- "es": "Tipo 2 (mennekes)",
- "cs": "Typ 2 (mennekes)"
+ "es": "Tipo 2 (mennekes)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_socket.svg",
@@ -854,9 +854,9 @@
"en": "Type 2 (mennekes)",
"nl": "Type 2 (mennekes)",
"ca": "Tipus 2 (mennekes)",
+ "cs": "Typ 2 (mennekes)",
"de": "Typ 2 (Mennekes)",
- "es": "Tipo 2 (mennekes)",
- "cs": "Typ 2 (mennekes)"
+ "es": "Tipo 2 (mennekes)"
},
"hideInAnswer": true,
"icon": {
@@ -871,9 +871,9 @@
"en": "Type 2 CCS (mennekes)",
"nl": "Type 2 CCS (mennekes)",
"ca": "CSS Tipus 2 (mennekes)",
+ "cs": "Typ 2 CCS (mennekes)",
"de": "Typ 2 CCS (Mennekes)",
- "es": "Tipo 2 CCS (mennekes)",
- "cs": "Typ 2 CCS (mennekes)"
+ "es": "Tipo 2 CCS (mennekes)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
@@ -917,9 +917,9 @@
"en": "Type 2 CCS (mennekes)",
"nl": "Type 2 CCS (mennekes)",
"ca": "CSS Tipus 2 (mennekes)",
+ "cs": "Typ 2 CCS (mennekes)",
"de": "Typ 2 CCS (mennekes)",
- "es": "Tipo 2 CCS (mennekes)",
- "cs": "Typ 2 CCS (mennekes)"
+ "es": "Tipo 2 CCS (mennekes)"
},
"hideInAnswer": true,
"icon": {
@@ -933,9 +933,9 @@
"then": {
"en": "Type 2 with cable (mennekes)",
"nl": "Type 2 met kabel (J1772)",
+ "cs": "Typ 2 s kabelem (mennekes)",
"de": "Typ 2 mit Kabel (Mennekes)",
- "es": "Tipo 2 con cable (mennekes)",
- "cs": "Typ 2 s kabelem (mennekes)"
+ "es": "Tipo 2 con cable (mennekes)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
@@ -978,9 +978,9 @@
"then": {
"en": "Type 2 with cable (mennekes)",
"nl": "Type 2 met kabel (J1772)",
+ "cs": "Typ 2 s kabelem (mennekes)",
"de": "Typ 2 mit Kabel (mennekes)",
- "es": "Tipo 2 con cable (mennekes)",
- "cs": "Typ 2 s kabelem (mennekes)"
+ "es": "Tipo 2 con cable (mennekes)"
},
"hideInAnswer": true,
"icon": {
@@ -994,9 +994,9 @@
"then": {
"en": "Tesla Supercharger CCS (a branded type2_css)",
"nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo)",
+ "cs": "Tesla Supercharger CCS (značkový typ2_css)",
"de": "Tesla Supercharger CCS (Typ 2 CSS von Tesla)",
- "es": "Tesla Supercharger CCS (un tipo2_css de marca)",
- "cs": "Tesla Supercharger CCS (značkový typ2_css)"
+ "es": "Tesla Supercharger CCS (un tipo2_css de marca)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_CCS.svg",
@@ -1039,9 +1039,9 @@
"then": {
"en": "Tesla Supercharger CCS (a branded type2_css)",
"nl": "Tesla Supercharger CCS (een type2 CCS met Tesla-logo)",
+ "cs": "Tesla Supercharger CCS (značkový typ2_css)",
"de": "Tesla Supercharger CCS (ein Markenzeichen von type2_css)",
- "es": "Tesla Supercharger CCS (un tipo2_css de marca)",
- "cs": "Tesla Supercharger CCS (značkový typ2_css)"
+ "es": "Tesla Supercharger CCS (un tipo2_css de marca)"
},
"hideInAnswer": true,
"icon": {
@@ -1055,9 +1055,9 @@
"then": {
"en": "Tesla Supercharger (destination)",
"nl": "Tesla Supercharger (destination)",
+ "cs": "Tesla Supercharger (cíl)",
"de": "Tesla Supercharger (Destination)",
- "es": "Tesla Supercharger (destino)",
- "cs": "Tesla Supercharger (cíl)"
+ "es": "Tesla Supercharger (destino)"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
@@ -1106,9 +1106,9 @@
"then": {
"en": "Tesla Supercharger (destination)",
"nl": "Tesla Supercharger (destination)",
+ "cs": "Tesla Supercharger (cíl)",
"de": "Tesla Supercharger (Destination)",
- "es": "Tesla Supercharger (destino)",
- "cs": "Tesla Supercharger (cíl)"
+ "es": "Tesla Supercharger (destino)"
},
"hideInAnswer": true,
"icon": {
@@ -1332,9 +1332,9 @@
"then": {
"en": "BS1363 (Type G)",
"nl": "BS1363 (VK 3-pin)",
+ "cs": "BS1363 (Typ G)",
"de": "BS1363 (Typ G)",
- "es": "BS1363 (Tipo G)",
- "cs": "BS1363 (Typ G)"
+ "es": "BS1363 (Tipo G)"
},
"icon": {
"path": "./assets/layers/charging_station/bs1363.svg",
@@ -1401,9 +1401,9 @@
"then": {
"en": "BS1363 (Type G)",
"nl": "BS1363 (VK 3-pin)",
+ "cs": "BS1363 (Typ G)",
"de": "BS1363 (Typ G)",
- "es": "BS1363 (Tipo G)",
- "cs": "BS1363 (Typ G)"
+ "es": "BS1363 (Tipo G)"
},
"hideInAnswer": true,
"icon": {
@@ -1417,9 +1417,9 @@
"then": {
"en": "NEMA 5-15 (Type B)",
"nl": "NEMA 5-15 (VS 3-pin)",
+ "cs": "NEMA 5-15 (Typ B)",
"de": "NEMA 5-15 (Typ B)",
- "es": "NEMA 5-15 (Tipo B)",
- "cs": "NEMA 5-15 (Typ B)"
+ "es": "NEMA 5-15 (Tipo B)"
},
"icon": {
"path": "./assets/layers/charging_station/nema-5-15.svg",
@@ -1485,9 +1485,9 @@
"then": {
"en": "NEMA 5-15 (Type B)",
"nl": "NEMA 5-15 (VS 3-pin)",
+ "cs": "NEMA 5-15 (Typ B)",
"de": "NEMA 5-15 (Typ B)",
- "es": "NEMA 5-15 (Tipo B)",
- "cs": "NEMA 5-15 (Typ B)"
+ "es": "NEMA 5-15 (Tipo B)"
},
"hideInAnswer": true,
"icon": {
@@ -1501,9 +1501,9 @@
"then": {
"en": "SEV 1011 T23 (Type J)",
"nl": "SEV 1011 T23 (Zwitserse 3-pin)",
+ "cs": "SEV 1011 T23 (Typ J)",
"de": "SEV 1011 T23 (Typ J)",
- "es": "SEV 1011 T23 (Tipo J)",
- "cs": "SEV 1011 T23 (Typ J)"
+ "es": "SEV 1011 T23 (Tipo J)"
},
"icon": {
"path": "./assets/layers/charging_station/typej.svg",
@@ -1545,9 +1545,9 @@
"then": {
"en": "AS3112 (Type I)",
"nl": "AS3112 (Australische 3-pin)",
+ "cs": "AS3112 (Typ I)",
"de": "AS3112 (Typ I)",
- "es": "AS3112 (Tipo I)",
- "cs": "AS3112 (Typ I)"
+ "es": "AS3112 (Tipo I)"
},
"icon": {
"path": "./assets/layers/charging_station/as3112.svg",
@@ -1586,9 +1586,9 @@
"then": {
"en": "AS3112 (Type I)",
"nl": "AS3112 (Australische 3-pin)",
+ "cs": "AS3112 (Typ I)",
"de": "AS3112 (Typ I)",
- "es": "AS3112 (Tipo I)",
- "cs": "AS3112 (Typ I)"
+ "es": "AS3112 (Tipo I)"
},
"hideInAnswer": true,
"icon": {
@@ -1602,9 +1602,9 @@
"then": {
"en": "NEMA 5-20 (Type B)",
"nl": "NEMA 5-20 (VS 3-pin)",
+ "cs": "NEMA 5-20 (Typ B)",
"de": "NEMA 5-20 (Typ B)",
- "es": "NEMA 5-20 (Tipo B)",
- "cs": "NEMA 5-20 (Typ B)"
+ "es": "NEMA 5-20 (Tipo B)"
},
"icon": {
"path": "./assets/layers/charging_station/nema-5-20.svg",
@@ -1670,9 +1670,9 @@
"then": {
"en": "NEMA 5-20 (Type B)",
"nl": "NEMA 5-20 (VS 3-pin)",
+ "cs": "NEMA 5-20 (Typ B)",
"de": "NEMA 5-20 (Typ B)",
- "es": "NEMA 5-20 (Tipo B)",
- "cs": "NEMA 5-20 (Typ B)"
+ "es": "NEMA 5-20 (Tipo B)"
},
"hideInAnswer": true,
"icon": {
@@ -2299,10 +2299,10 @@
"en": "When is this charging station opened?",
"nl": "Wanneer is dit oplaadpunt beschikbaar??",
"ca": "Quan està oberta aquesta estació de càrrega?",
+ "cs": "Kdy je tato nabíjecí stanice otevřena?",
"de": "Wann ist die Ladestation geöffnet?",
"es": "¿Cuándo está abierto este punto de carga?",
- "pl": "Kiedy jest otwarta ta stacja ładowania?",
- "cs": "Kdy je tato nabíjecí stanice otevřena?"
+ "pl": "Kiedy jest otwarta ta stacja ładowania?"
}
},
"id": "OH"
@@ -2439,9 +2439,9 @@
"en": "What kind of authentication is available at the charging station?",
"nl": "Hoe kan men zich aanmelden aan dit oplaadstation?",
"ca": "Quin tipus d'autenticació hi ha disponible a l'estació de càrrega?",
+ "cs": "Jaký druh autentizace je na nabíjecí stanici k dispozici?",
"de": "Welche Art der Authentifizierung ist an der Ladestation möglich?",
- "es": "¿Qué tipo de autenticación está disponible en el punto de carga?",
- "cs": "Jaký druh autentizace je na nabíjecí stanici k dispozici?"
+ "es": "¿Qué tipo de autenticación está disponible en el punto de carga?"
},
"multiAnswer": true,
"mappings": [
@@ -2452,10 +2452,10 @@
"en": "Authentication by a membership card",
"nl": "Aanmelden met een lidkaart is mogelijk",
"ca": "Autenticació mitjançant una targeta de soci",
+ "cs": "Autentizace členskou kartou",
"de": "Authentifizierung durch eine Mitgliedskarte",
"es": "Autenticación mediante tarjeta de socio",
- "fr": "Authentification par carte de membre",
- "cs": "Autentizace členskou kartou"
+ "fr": "Authentification par carte de membre"
}
},
{
@@ -2465,10 +2465,10 @@
"en": "Authentication by an app",
"nl": "Aanmelden via een applicatie is mogelijk",
"ca": "Autenticació mitjançant una aplicació",
+ "cs": "Autentizace pomocí aplikace",
"de": "Authentifizierung per App",
"es": "Autenticación mediante una aplicación",
- "fr": "Authentification par une application",
- "cs": "Autentizace pomocí aplikace"
+ "fr": "Authentification par une application"
}
},
{
@@ -2477,11 +2477,11 @@
"then": {
"en": "Authentication via phone call is available",
"nl": "Aanmelden door te bellen naar een telefoonnummer is mogelijk",
+ "cs": "K dispozici je autentizace pomocí telefonního hovoru",
"de": "Authentifizierung per Anruf ist möglich",
"es": "Hay disponible autenticación por llamada telefónica",
"fr": "Authentification possible par appel téléphonique",
- "uk": "Доступна автентифікація за допомогою телефонного дзвінка",
- "cs": "K dispozici je autentizace pomocí telefonního hovoru"
+ "uk": "Доступна автентифікація за допомогою телефонного дзвінка"
}
},
{
@@ -2490,10 +2490,10 @@
"then": {
"en": "Authentication via SMS is available",
"nl": "Aanmelden via SMS is mogelijk",
+ "cs": "K dispozici je autentizace pomocí SMS",
"de": "Authentifizierung per SMS ist möglich",
"es": "Hay disponible autenticación por SMS",
- "fr": "Authentification possible par SMS",
- "cs": "K dispozici je autentizace pomocí SMS"
+ "fr": "Authentification possible par SMS"
}
},
{
@@ -2503,9 +2503,9 @@
"en": "Authentication via NFC is available",
"nl": "Aanmelden via NFC is mogelijk",
"ca": "L'autenticació mitjançant NFC està disponible",
+ "cs": "K dispozici je autentizace přes NFC",
"de": "Authentifizierung per NFC ist möglich",
- "es": "Hay disponible autenticación por NFC",
- "cs": "K dispozici je autentizace přes NFC"
+ "es": "Hay disponible autenticación por NFC"
}
},
{
@@ -2515,9 +2515,9 @@
"en": "Authentication via Money Card is available",
"nl": "Aanmelden met Money Card is mogelijk",
"ca": "L'autenticació mitjançant targeta de pagament està disponible",
+ "cs": "K dispozici je autentizace prostřednictvím Money Card",
"de": "Authentifizierung per Geldkarte ist möglich",
- "es": "Hay disponible autenticación por tarjeta de crédito",
- "cs": "K dispozici je autentizace prostřednictvím Money Card"
+ "es": "Hay disponible autenticación por tarjeta de crédito"
}
},
{
@@ -2527,9 +2527,9 @@
"en": "Authentication via debit card is available",
"nl": "Aanmelden met een betaalkaart is mogelijk",
"ca": "L'autenticació mitjançant targeta de debit està disponible",
+ "cs": "K dispozici je autentizace prostřednictvím debetní karty",
"de": "Authentifizierung per Kreditkarte ist möglich",
- "es": "Hay disponible autenticación por tarjeta de débito",
- "cs": "K dispozici je autentizace prostřednictvím debetní karty"
+ "es": "Hay disponible autenticación por tarjeta de débito"
}
},
{
@@ -2539,9 +2539,9 @@
"en": "Charging here is (also) possible without authentication",
"nl": "Hier opladen is (ook) mogelijk zonder aan te melden",
"ca": "Carregar aquí (també) és possible sense autenticació",
+ "cs": "Nabíjení je zde (také) možné bez autentizace",
"de": "Das Laden ist hier (auch) ohne Authentifizierung möglich",
- "es": "La carga aquí también es posible sin autenticación",
- "cs": "Nabíjení je zde (také) možné bez autentizace"
+ "es": "La carga aquí también es posible sin autenticación"
}
}
],
@@ -2566,10 +2566,10 @@
"en": "What's the phone number for authentication call or SMS?",
"nl": "Wat is het telefoonnummer dat men moet bellen of SMS'en om zich aan te melden?",
"ca": "Quin és el número de telèfon per a la trucada d'autenticació o SMS?",
+ "cs": "Jaké je telefonní číslo pro autentizační hovor nebo SMS?",
"de": "Wie lautet die Telefonnummer für den Authentifizierungsanruf oder die SMS?",
"es": "¿Cuál es el número de teléfono para la llamada o SMS de autenticación?",
- "uk": "Який номер телефону для аутентифікаційного дзвінка або SMS?",
- "cs": "Jaké je telefonní číslo pro autentizační hovor nebo SMS?"
+ "uk": "Який номер телефону для аутентифікаційного дзвінка або SMS?"
},
"freeform": {
"key": "authentication:phone_call:number",
@@ -2601,11 +2601,11 @@
"en": "Part of the network {network}",
"nl": "Maakt deel uit van het {network}-netwerk",
"ca": "Part de la xarxa {network}",
+ "cs": "Část sítě {network}",
"de": "Teil des Netzwerks {network}",
"es": "Parte de la red {network}",
"pl": "Część sieci {network}",
- "uk": "Частина мережі {network}",
- "cs": "Část sítě {network}"
+ "uk": "Частина мережі {network}"
},
"question": {
"en": "Is this charging station part of a network?",
@@ -2626,10 +2626,10 @@
"then": {
"en": "Not part of a bigger network, e.g. because the charging station is maintained by a local business",
"nl": "Maakt geen deel uit van een groter netwerk, een lokale zaak of organisatie beheert dit oplaadpunt",
+ "cs": "Není součástí větší sítě, např. protože nabíjecí stanici spravuje místní firma",
"de": "Nicht Teil eines größeren Netzwerks, z. B. weil die Ladestation von einem lokalen Unternehmen betrieben wird",
"es": "No forma parte de una red mayor, por ejemplo, porque el punto de carga es mantenido por un negocio local",
- "uk": "Не є частиною більшої мережі, наприклад, тому що зарядна станція обслуговується місцевим підприємством",
- "cs": "Není součástí větší sítě, např. protože nabíjecí stanici spravuje místní firma"
+ "uk": "Не є частиною більшої мережі, наприклад, тому що зарядна станція обслуговується місцевим підприємством"
}
},
{
@@ -2689,18 +2689,18 @@
"en": "Who is the operator of this charging station?",
"nl": "Wie beheert dit oplaadpunt?",
"ca": "Qui és l'operadora d'aquesta estació de càrrega?",
+ "cs": "Kdo je provozovatelem této nabíjecí stanice?",
"de": "Wer ist der Betreiber dieser Ladestation?",
- "es": "¿Quién es el operador de este punto de carga?",
- "cs": "Kdo je provozovatelem této nabíjecí stanice?"
+ "es": "¿Quién es el operador de este punto de carga?"
},
"render": {
"en": "This charging station is operated by {operator}",
"nl": "Wordt beheerd door {operator}",
"ca": "Aquesta estació de càrrega l'opera {operator}",
+ "cs": "Tuto nabíjecí stanici provozuje {operator}",
"de": "Die Station wird betrieben von {operator}",
"es": "Este punto de carga es operado por {operator}",
- "pl": "Ta stacja ładowania jest obsługiwana przez {operator}",
- "cs": "Tuto nabíjecí stanici provozuje {operator}"
+ "pl": "Ta stacja ładowania jest obsługiwana przez {operator}"
},
"freeform": {
"key": "operator"
@@ -2716,9 +2716,9 @@
"en": "Actually, {operator} is the network",
"nl": "Eigenlijk is {operator} het netwerk waarvan het deel uitmaakt",
"ca": "De fet, {operator} és la xarxa",
+ "cs": "Síť je ve skutečnosti {operator}",
"de": "Eigentlich ist {operator} das Netzwerk",
- "es": "En realidad, {operator} es la red",
- "cs": "Síť je ve skutečnosti {operator}"
+ "es": "En realidad, {operator} es la red"
},
"addExtraTags": [
"operator="
@@ -2826,9 +2826,9 @@
"en": "Is this charging point in use?",
"nl": "Is dit oplaadpunt operationeel?",
"ca": "Està en ús aquest punt de càrrega?",
+ "cs": "Používá se tento nabíjecí bod?",
"de": "Ist die Station in Betrieb?",
- "es": "¿Este punto de carga está en uso?",
- "cs": "Používá se tento nabíjecí bod?"
+ "es": "¿Este punto de carga está en uso?"
},
"mappings": [
{
@@ -2845,11 +2845,11 @@
"en": "This charging station works",
"nl": "Dit oplaadpunt werkt",
"ca": "Aquesta estació de càrrega funciona",
+ "cs": "Tato nabíjecí stanice funguje",
"de": "Die Station ist in Betrieb",
"es": "Este punto de carga funciona",
"fr": "Cette station de recharge fonctionne",
- "pl": "Ta stacja ładowania działa",
- "cs": "Tato nabíjecí stanice funguje"
+ "pl": "Ta stacja ładowania działa"
}
},
{
@@ -2866,10 +2866,10 @@
"en": "This charging station is broken",
"nl": "Dit oplaadpunt is kapot",
"ca": "Aquesta estació de carrega està trencada",
+ "cs": "Tato nabíjecí stanice je rozbitá",
"de": "Die Station ist defekt",
"es": "Este punto de carga está roto",
- "pl": "Ta stacja ładowania jest zepsuta",
- "cs": "Tato nabíjecí stanice je rozbitá"
+ "pl": "Ta stacja ładowania jest zepsuta"
}
},
{
@@ -2886,10 +2886,10 @@
"en": "A charging station is planned here",
"nl": "Hier zal binnenkort een oplaadpunt gebouwd worden",
"ca": "Aquí està prevista una estació de recàrrega",
+ "cs": "Plánuje se zde nabíjecí stanice",
"de": "Die Station ist erst in Planung",
"es": "Aquí se planea un punto de carga",
- "pl": "Planowana jest tutaj stacja ładowania",
- "cs": "Plánuje se zde nabíjecí stanice"
+ "pl": "Planowana jest tutaj stacja ładowania"
}
},
{
@@ -2905,10 +2905,10 @@
"then": {
"en": "A charging station is constructed here",
"nl": "Hier wordt op dit moment een oplaadpunt gebouwd",
+ "cs": "Zde je budována dobíjecí stanice",
"de": "Die Station ist aktuell im Bau",
"es": "Aquí se está construyendo un punto de carga",
- "pl": "Budowana jest tutaj stacja ładowania",
- "cs": "Zde je budována dobíjecí stanice"
+ "pl": "Budowana jest tutaj stacja ładowania"
}
},
{
@@ -2925,9 +2925,9 @@
"en": "This charging station has beed permanently disabled and is not in use anymore but is still visible",
"nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig",
"ca": "Aquesta estació de recàrrega s'ha desactivat permanentment i ja no s'utilitza, però encara és visible",
+ "cs": "Tato nabíjecí stanice byla trvale deaktivována a již se nepoužívá, ale je stále viditelná",
"de": "Die Station ist dauerhaft geschlossen und nicht mehr in Nutzung, aber noch sichtbar",
- "es": "Este punto de carga ha sido deshabilitado permanentemente y ya no está en uso, pero sigue siendo visible",
- "cs": "Tato nabíjecí stanice byla trvale deaktivována a již se nepoužívá, ale je stále viditelná"
+ "es": "Este punto de carga ha sido deshabilitado permanentemente y ya no está en uso, pero sigue siendo visible"
}
}
]
@@ -2938,9 +2938,9 @@
"en": "Does one have to pay a parking fee while charging?",
"nl": "Moet men parkeergeld betalen tijdens het opladen?",
"ca": "Cal pagar una taxa d'aparcament mentre es carrega?",
+ "cs": "Musí se při nabíjení platit parkovné?",
"de": "Muss man während des Ladens eine Parkgebühr bezahlen?",
- "es": "¿Hay que pagar una tarifa de aparcamiento mientras se carga?",
- "cs": "Musí se při nabíjení platit parkovné?"
+ "es": "¿Hay que pagar una tarifa de aparcamiento mientras se carga?"
},
"mappings": [
{
@@ -2949,9 +2949,9 @@
"en": "No additional parking cost while charging",
"nl": "Geen extra parkeerkost tijdens het opladen",
"ca": "No cal pagar una taxa addicional mentres carrega",
+ "cs": "Žádné další poplatky za parkování během nabíjení",
"de": "Keine zusätzlichen Parkkosten während des Ladens",
- "es": "Sin coste de aparcamiento adicional mientras se carga",
- "cs": "Žádné další poplatky za parkování během nabíjení"
+ "es": "Sin coste de aparcamiento adicional mientras se carga"
}
},
{
@@ -2960,9 +2960,9 @@
"en": "An additional parking fee should be paid while charging",
"nl": "Tijdens het opladen moet er parkeergeld betaald worden",
"ca": "Cal pagar una taxa addicional d'aparcament mentres carrega",
+ "cs": "Při nabíjení je třeba uhradit další poplatek za parkování",
"de": "Während des Ladens ist eine zusätzliche Parkgebühr zu entrichten",
- "es": "Se debe pagar una tarifa de aparcamiento adicional mientras se carga",
- "cs": "Při nabíjení je třeba uhradit další poplatek za parkování"
+ "es": "Se debe pagar una tarifa de aparcamiento adicional mientras se carga"
}
}
],
@@ -3074,9 +3074,9 @@
"title": {
"en": "charging station for electrical bikes",
"nl": "oplaadpunt voor elektrische fietsen",
+ "cs": "nabíjecí stanice pro elektrokola",
"de": "Ladestation für Elektrofahrräder",
- "es": "punto de carga para bicicletas eléctricas",
- "cs": "nabíjecí stanice pro elektrokola"
+ "es": "punto de carga para bicicletas eléctricas"
}
},
{
@@ -3089,9 +3089,9 @@
"en": "charging station for cars",
"nl": "oplaadstation voor elektrische auto's",
"ca": "estació de càrrega per a cotxes",
+ "cs": "nabíjecí stanice pro auta",
"de": "Ladestation für Autos",
- "es": "punto de carga para coches",
- "cs": "nabíjecí stanice pro auta"
+ "es": "punto de carga para coches"
}
}
],
@@ -3186,9 +3186,9 @@
"en": "Has a
Schuko wall plug without ground pin (CEE7/4 type F)
connector",
"nl": "Heeft een
Schuko stekker zonder aardingspin (CEE7/4 type F)
",
"ca": "Té un connector
Schuko sense pin de terra (CEE7/4 tipus F)
",
+ "cs": "Má konektor
nástěnné zástrčky Schuko bez zemnicího kolíku (CEE7/4 typ F)
",
"de": "Verfügt über einen
Schuko-Stecker ohne Erdungsstift (CEE7/4 Typ F)
",
- "es": "Tiene un conector
Enchufe de pared Schuko sin pin de tierra (tipo CEE7/4 F)
",
- "cs": "Má konektor
nástěnné zástrčky Schuko bez zemnicího kolíku (CEE7/4 typ F)
"
+ "es": "Tiene un conector
Enchufe de pared Schuko sin pin de tierra (tipo CEE7/4 F)
This is without relays and indicates how much quickdraws a climber needs
"
+ "render": "The sport climbing routes here have at most {climbing:bolts:max} bolts.
This is without belay stations and indicates how much quickdraws a climber needs.
"
},
"max_difficulty": {
"question": "What is the highest grade route here, according to the french classification system?",
@@ -3232,7 +3256,7 @@
}
},
"question": "How many bolts does this route have before reaching the anchor?",
- "render": "This route has {climbing:bolts} bolts
This is without relays and indicates how much quickdraws a climber needs
"
+ "render": "This route has {climbing:bolts} bolts.
This is without belay stations and indicates how much quickdraws a climber needs.
"
}
},
"title": {
@@ -3569,21 +3593,6 @@
"1": {
"then": "This crossing has zebra markings"
},
- "10": {
- "then": "This crossing has zebra markings in alternating colours"
- },
- "11": {
- "then": "This crossing has double zebra markings"
- },
- "12": {
- "then": "This crossing has pictograms on the road"
- },
- "13": {
- "then": "This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar"
- },
- "14": {
- "then": "This crossing has double lines on either side of the crossing"
- },
"2": {
"then": "This crossing has markings of an unknown type"
},
@@ -3607,6 +3616,21 @@
},
"9": {
"then": "This crossing has zebra markings with an interruption in every bar"
+ },
+ "10": {
+ "then": "This crossing has zebra markings in alternating colours"
+ },
+ "11": {
+ "then": "This crossing has double zebra markings"
+ },
+ "12": {
+ "then": "This crossing has pictograms on the road"
+ },
+ "13": {
+ "then": "This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar"
+ },
+ "14": {
+ "then": "This crossing has double lines on either side of the crossing"
}
},
"question": "What kind of markings does this crossing have?",
@@ -3696,15 +3720,6 @@
"1": {
"then": "This cycleway is paved"
},
- "10": {
- "then": "This cycleway is made of fine gravel"
- },
- "11": {
- "then": "This cycleway is made of pebblestone"
- },
- "12": {
- "then": "This cycleway is made from raw ground"
- },
"2": {
"then": "This cycleway is made of asphalt"
},
@@ -3728,6 +3743,15 @@
},
"9": {
"then": "This cycleway is made of gravel"
+ },
+ "10": {
+ "then": "This cycleway is made of fine gravel"
+ },
+ "11": {
+ "then": "This cycleway is made of pebblestone"
+ },
+ "12": {
+ "then": "This cycleway is made from raw ground"
}
},
"question": "What is the surface of the cycleway made from?",
@@ -3776,15 +3800,6 @@
"1": {
"then": "This cycleway is paved"
},
- "10": {
- "then": "This cycleway is made of fine gravel"
- },
- "11": {
- "then": "This cycleway is made of pebblestone"
- },
- "12": {
- "then": "This cycleway is made from raw ground"
- },
"2": {
"then": "This cycleway is made of asphalt"
},
@@ -3808,6 +3823,15 @@
},
"9": {
"then": "This cycleway is made of gravel"
+ },
+ "10": {
+ "then": "This cycleway is made of fine gravel"
+ },
+ "11": {
+ "then": "This cycleway is made of pebblestone"
+ },
+ "12": {
+ "then": "This cycleway is made from raw ground"
}
},
"question": "What is the surface of the street made from?",
@@ -4940,68 +4964,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "No preference towards dogs"
- },
- "1": {
- "question": "Dogs allowed"
- },
- "2": {
- "question": "No dogs allowed"
- }
- }
- },
- "11": {
- "options": {
- "0": {
- "question": "Offers internet"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Offers electricity"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Has a sugar-free offering"
- }
- }
- },
- "14": {
- "options": {
- "0": {
- "question": "Has a gluten free offering"
- }
- }
- },
- "15": {
- "options": {
- "0": {
- "question": "Has a lactose free offering"
- }
- }
- },
- "16": {
- "options": {
- "0": {
- "question": "Has outdoor seating"
- }
- }
- },
- "17": {
- "options": {
- "0": {
- "question": "Has indoor seating"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -5072,6 +5034,68 @@
"question": "Free to use"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "No preference towards dogs"
+ },
+ "1": {
+ "question": "Dogs allowed"
+ },
+ "2": {
+ "question": "No dogs allowed"
+ }
+ }
+ },
+ "11": {
+ "options": {
+ "0": {
+ "question": "Offers internet"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Offers electricity"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Has a sugar-free offering"
+ }
+ }
+ },
+ "14": {
+ "options": {
+ "0": {
+ "question": "Has a gluten free offering"
+ }
+ }
+ },
+ "15": {
+ "options": {
+ "0": {
+ "question": "Has a lactose free offering"
+ }
+ }
+ },
+ "16": {
+ "options": {
+ "0": {
+ "question": "Has outdoor seating"
+ }
+ }
+ },
+ "17": {
+ "options": {
+ "0": {
+ "question": "Has indoor seating"
+ }
+ }
}
}
},
@@ -5234,6 +5258,30 @@
"1": {
"then": "This fitness station has a sign with instructions for a specific exercise."
},
+ "2": {
+ "then": "This fitness station has a facility for sit-ups."
+ },
+ "3": {
+ "then": "This fitness station has a facility for push-ups. Usually consists of one or more low horizontal bars."
+ },
+ "4": {
+ "then": "This fitness station has bars for stretching."
+ },
+ "5": {
+ "then": "This fitness station has a station for making hyperextensions."
+ },
+ "6": {
+ "then": "This fitness station has rings for gymnastic exercises."
+ },
+ "7": {
+ "then": "This fitness station has a horizontal ladder, also known as monkey bars."
+ },
+ "8": {
+ "then": "This fitness station has wall bars to climb on."
+ },
+ "9": {
+ "then": "This fitness station has posts for performing slalom exercises."
+ },
"10": {
"then": "This fitness station has stepping stones."
},
@@ -5264,9 +5312,6 @@
"19": {
"then": "This fitness station has battling ropes."
},
- "2": {
- "then": "This fitness station has a facility for sit-ups."
- },
"20": {
"then": "This fitness station has a stationary bicycle."
},
@@ -5281,27 +5326,6 @@
},
"24": {
"then": "This fitness station has a slackline."
- },
- "3": {
- "then": "This fitness station has a facility for push-ups. Usually consists of one or more low horizontal bars."
- },
- "4": {
- "then": "This fitness station has bars for stretching."
- },
- "5": {
- "then": "This fitness station has a station for making hyperextensions."
- },
- "6": {
- "then": "This fitness station has rings for gymnastic exercises."
- },
- "7": {
- "then": "This fitness station has a horizontal ladder, also known as monkey bars."
- },
- "8": {
- "then": "This fitness station has wall bars to climb on."
- },
- "9": {
- "then": "This fitness station has posts for performing slalom exercises."
}
},
"question": "What kind of equipment does this fitness station have?"
@@ -5421,6 +5445,30 @@
"1": {
"then": "Friture"
},
+ "2": {
+ "then": "Serves mainly pasta"
+ },
+ "3": {
+ "then": "Kebab shop"
+ },
+ "4": {
+ "then": "Sandwich shop"
+ },
+ "5": {
+ "then": "Burgersrestaurant"
+ },
+ "6": {
+ "then": "Sushi restaurant"
+ },
+ "7": {
+ "then": "Coffeebar"
+ },
+ "8": {
+ "then": "Italian restaurant (which serves more than pasta and pizza)"
+ },
+ "9": {
+ "then": "French restaurant"
+ },
"10": {
"then": "Chinese"
},
@@ -5447,30 +5495,6 @@
},
"18": {
"then": "Seafood dishes are served here"
- },
- "2": {
- "then": "Serves mainly pasta"
- },
- "3": {
- "then": "Kebab shop"
- },
- "4": {
- "then": "Sandwich shop"
- },
- "5": {
- "then": "Burgersrestaurant"
- },
- "6": {
- "then": "Sushi restaurant"
- },
- "7": {
- "then": "Coffeebar"
- },
- "8": {
- "then": "Italian restaurant (which serves more than pasta and pizza)"
- },
- "9": {
- "then": "French restaurant"
}
},
"question": "What kind of food is served here?",
@@ -6286,6 +6310,30 @@
"1": {
"then": "This is a auditorium"
},
+ "2": {
+ "then": "This is a bedroom"
+ },
+ "3": {
+ "then": "This is a chapel"
+ },
+ "4": {
+ "then": "This is a classroom"
+ },
+ "5": {
+ "then": "This is a classroom"
+ },
+ "6": {
+ "then": "This is a computer room"
+ },
+ "7": {
+ "then": "This is a conference room"
+ },
+ "8": {
+ "then": "This is a crypt"
+ },
+ "9": {
+ "then": "This is a kitchen"
+ },
"10": {
"then": "This is a laboratory"
},
@@ -6316,9 +6364,6 @@
"19": {
"then": "This is a sport room"
},
- "2": {
- "then": "This is a bedroom"
- },
"20": {
"then": "This is a storage room"
},
@@ -6330,27 +6375,6 @@
},
"23": {
"then": "This is a waiting room"
- },
- "3": {
- "then": "This is a chapel"
- },
- "4": {
- "then": "This is a classroom"
- },
- "5": {
- "then": "This is a classroom"
- },
- "6": {
- "then": "This is a computer room"
- },
- "7": {
- "then": "This is a conference room"
- },
- "8": {
- "then": "This is a crypt"
- },
- "9": {
- "then": "This is a kitchen"
}
},
"question": "What type of room is this?"
@@ -6392,6 +6416,16 @@
"render": "Information board"
}
},
+ "insect_hotel": {
+ "description": "Layer showing insect hotels",
+ "name": "Insect Hotels",
+ "presets": {
+ "0": {
+ "title": "an insect hotel"
+ }
+ },
+ "title": "Insect Hotel"
+ },
"item_with_image": {
"name": "Items with at least one image",
"title": {
@@ -6902,21 +6936,6 @@
"1": {
"then": "This is a plaque"
},
- "10": {
- "then": "This is a cross"
- },
- "11": {
- "then": "This is a blue plaque"
- },
- "12": {
- "then": "This is a historic tank, permanently placed in public space as memorial"
- },
- "13": {
- "then": "This is a memorial tree"
- },
- "14": {
- "then": "This is a gravestone; the person is buried here"
- },
"2": {
"then": "This is a commemorative bench"
},
@@ -6940,6 +6959,21 @@
},
"9": {
"then": "This is an obelisk"
+ },
+ "10": {
+ "then": "This is a cross"
+ },
+ "11": {
+ "then": "This is a blue plaque"
+ },
+ "12": {
+ "then": "This is a historic tank, permanently placed in public space as memorial"
+ },
+ "13": {
+ "then": "This is a memorial tree"
+ },
+ "14": {
+ "then": "This is a gravestone; the person is buried here"
}
},
"question": "What type of memorial is this?",
@@ -7123,48 +7157,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "Last edited by contributor {search}"
- }
- }
- },
- "11": {
- "options": {
- "0": {
- "question": "Not edited as last by {search}"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Created before {search}"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Created after {search}"
- }
- }
- },
- "14": {
- "options": {
- "0": {
- "question": "Last edited before {search}"
- }
- }
- },
- "15": {
- "options": {
- "0": {
- "question": "Last edited after {search}"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -7226,6 +7218,48 @@
"question": "Edited or commented on by any user with name {search}"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "Last edited by contributor {search}"
+ }
+ }
+ },
+ "11": {
+ "options": {
+ "0": {
+ "question": "Not edited as last by {search}"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Created before {search}"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Created after {search}"
+ }
+ }
+ },
+ "14": {
+ "options": {
+ "0": {
+ "question": "Last edited before {search}"
+ }
+ }
+ },
+ "15": {
+ "options": {
+ "0": {
+ "question": "Last edited after {search}"
+ }
+ }
}
},
"name": "OpenStreetMap notes",
@@ -7604,18 +7638,6 @@
"1": {
"then": "This is a normal parking space."
},
- "10": {
- "then": "This is a parking space reserved for staff."
- },
- "11": {
- "then": "This is a parking space reserved for taxis."
- },
- "12": {
- "then": "This is a parking space reserved for vehicles towing a trailer."
- },
- "13": {
- "then": "This is a parking space reserved for car sharing."
- },
"2": {
"then": "This is a disabled parking space."
},
@@ -7639,6 +7661,18 @@
},
"9": {
"then": "This is a parking space reserved for parents with children."
+ },
+ "10": {
+ "then": "This is a parking space reserved for staff."
+ },
+ "11": {
+ "then": "This is a parking space reserved for taxis."
+ },
+ "12": {
+ "then": "This is a parking space reserved for vehicles towing a trailer."
+ },
+ "13": {
+ "then": "This is a parking space reserved for car sharing."
}
},
"question": "What kind of parking space is this?"
@@ -7893,9 +7927,6 @@
"1": {
"then": "The surface is sand"
},
- "10": {
- "then": "The surface is fine gravel (less then 2 cm per stone)"
- },
"2": {
"then": "The surface consist of woodchips"
},
@@ -7919,6 +7950,9 @@
},
"9": {
"then": "The surface is made from rubber, such as rubber tiles, rubber mulch or a big rubber area"
+ },
+ "10": {
+ "then": "The surface is fine gravel (less then 2 cm per stone)"
}
},
"question": "Which is the surface of this playground?",
@@ -7956,6 +7990,30 @@
"1": {
"then": "This is a structure consisting of several connected playground devices"
},
+ "2": {
+ "then": "This is a slide"
+ },
+ "3": {
+ "then": "This is a sand pit"
+ },
+ "4": {
+ "then": "This is a spring rider"
+ },
+ "5": {
+ "then": "This is a climbing frame"
+ },
+ "6": {
+ "then": "This is a seesaw"
+ },
+ "7": {
+ "then": "This is a playhouse"
+ },
+ "8": {
+ "then": "This is a roundabout"
+ },
+ "9": {
+ "then": "This is a basket swing"
+ },
"10": {
"then": "This is a zip wire"
},
@@ -7986,35 +8044,11 @@
"19": {
"then": "This is a teen shelter"
},
- "2": {
- "then": "This is a slide"
- },
"20": {
"then": "This is a funnel used to play with funnel ball"
},
"21": {
"then": "This is a spinning circle"
- },
- "3": {
- "then": "This is a sand pit"
- },
- "4": {
- "then": "This is a spring rider"
- },
- "5": {
- "then": "This is a climbing frame"
- },
- "6": {
- "then": "This is a seesaw"
- },
- "7": {
- "then": "This is a playhouse"
- },
- "8": {
- "then": "This is a roundabout"
- },
- "9": {
- "then": "This is a basket swing"
}
},
"question": "What kind of device is this?",
@@ -8444,21 +8478,6 @@
"1": {
"then": "2 cent coins are accepted"
},
- "10": {
- "then": "20 centimes coins are accepted"
- },
- "11": {
- "then": "½ franc coins are accepted"
- },
- "12": {
- "then": "1 franc coins are accepted"
- },
- "13": {
- "then": "2 francs coins are accepted"
- },
- "14": {
- "then": "5 francs coins are accepted"
- },
"2": {
"then": "5 cent coins are accepted"
},
@@ -8482,6 +8501,21 @@
},
"9": {
"then": "10 centimes coins are accepted"
+ },
+ "10": {
+ "then": "20 centimes coins are accepted"
+ },
+ "11": {
+ "then": "½ franc coins are accepted"
+ },
+ "12": {
+ "then": "1 franc coins are accepted"
+ },
+ "13": {
+ "then": "2 francs coins are accepted"
+ },
+ "14": {
+ "then": "5 francs coins are accepted"
}
},
"question": "What coins can you use to pay here?"
@@ -8494,15 +8528,6 @@
"1": {
"then": "10 euro notes are accepted"
},
- "10": {
- "then": "100 francs notes are accepted"
- },
- "11": {
- "then": "200 francs notes are accepted"
- },
- "12": {
- "then": "1000 francs notes are accepted"
- },
"2": {
"then": "20 euro notes are accepted"
},
@@ -8526,6 +8551,15 @@
},
"9": {
"then": "50 francs notes are accepted"
+ },
+ "10": {
+ "then": "100 francs notes are accepted"
+ },
+ "11": {
+ "then": "200 francs notes are accepted"
+ },
+ "12": {
+ "then": "1000 francs notes are accepted"
}
},
"question": "what notes can you use to pay here?"
@@ -8716,6 +8750,9 @@
"render": "This elevator goes to floors {level}"
}
},
+ "name": {
+ "question": "What is the name of this place?"
+ },
"nothing_known": {
"render": {
"special": {
@@ -9075,6 +9112,30 @@
"1": {
"question": "Recycling of batteries"
},
+ "2": {
+ "question": "Recycling of beverage cartons"
+ },
+ "3": {
+ "question": "Recycling of cans"
+ },
+ "4": {
+ "question": "Recycling of clothes"
+ },
+ "5": {
+ "question": "Recycling of cooking oil"
+ },
+ "6": {
+ "question": "Recycling of engine oil"
+ },
+ "7": {
+ "question": "Recycling of fluorescent tubes"
+ },
+ "8": {
+ "question": "Recycling of green waste"
+ },
+ "9": {
+ "question": "Recycling of glass bottles"
+ },
"10": {
"question": "Recycling of glass"
},
@@ -9105,9 +9166,6 @@
"19": {
"question": "Recycling of residual waste"
},
- "2": {
- "question": "Recycling of beverage cartons"
- },
"20": {
"question": "Recycling of printer cartridges"
},
@@ -9116,27 +9174,6 @@
},
"22": {
"question": "Recycling of plastic packaging, metal packaging and drink cartons (PMD)"
- },
- "3": {
- "question": "Recycling of cans"
- },
- "4": {
- "question": "Recycling of clothes"
- },
- "5": {
- "question": "Recycling of cooking oil"
- },
- "6": {
- "question": "Recycling of engine oil"
- },
- "7": {
- "question": "Recycling of fluorescent tubes"
- },
- "8": {
- "question": "Recycling of green waste"
- },
- "9": {
- "question": "Recycling of glass bottles"
}
}
},
@@ -9204,6 +9241,30 @@
"1": {
"then": "Beverage cartons can be recycled here"
},
+ "2": {
+ "then": "Cans can be recycled here"
+ },
+ "3": {
+ "then": "Clothes can be recycled here"
+ },
+ "4": {
+ "then": "Cooking oil can be recycled here"
+ },
+ "5": {
+ "then": "Engine oil can be recycled here"
+ },
+ "6": {
+ "then": "Fluorescent tubes can be recycled here"
+ },
+ "7": {
+ "then": "Green waste can be recycled here"
+ },
+ "8": {
+ "then": "Organic waste can be recycled here"
+ },
+ "9": {
+ "then": "Glass bottles can be recycled here"
+ },
"10": {
"then": "Glass can be recycled here"
},
@@ -9234,9 +9295,6 @@
"19": {
"then": "Scrap metal can be recycled here"
},
- "2": {
- "then": "Cans can be recycled here"
- },
"20": {
"then": "Shoes can be recycled here"
},
@@ -9254,27 +9312,6 @@
},
"25": {
"then": "Bicycles can be recycled here"
- },
- "3": {
- "then": "Clothes can be recycled here"
- },
- "4": {
- "then": "Cooking oil can be recycled here"
- },
- "5": {
- "then": "Engine oil can be recycled here"
- },
- "6": {
- "then": "Fluorescent tubes can be recycled here"
- },
- "7": {
- "then": "Green waste can be recycled here"
- },
- "8": {
- "then": "Organic waste can be recycled here"
- },
- "9": {
- "then": "Glass bottles can be recycled here"
}
},
"question": "What can be recycled here?"
@@ -10301,99 +10338,39 @@
"1": {
"then": "Ten-pin bowling"
},
+ "2": {
+ "then": "Aerobics"
+ },
+ "3": {
+ "then": "American football"
+ },
+ "4": {
+ "then": "Aikido"
+ },
+ "5": {
+ "then": "Archery"
+ },
+ "6": {
+ "then": "Athletics"
+ },
+ "7": {
+ "then": "Australian rules football"
+ },
+ "8": {
+ "then": "Badminton"
+ },
+ "9": {
+ "then": "Bandy"
+ },
"10": {
"then": "BASE jumping"
},
- "100": {
- "then": "Skateboard"
- },
- "101": {
- "then": "Ski jumping"
- },
- "102": {
- "then": "Snooker"
- },
- "103": {
- "then": "Soccer"
- },
- "104": {
- "then": "Softball"
- },
- "105": {
- "then": "Motorcycle speedway"
- },
- "106": {
- "then": "Squash"
- },
- "107": {
- "then": "Sumo"
- },
- "108": {
- "then": "Surfing"
- },
- "109": {
- "then": "Swimming"
- },
"11": {
"then": "Baseball"
},
- "110": {
- "then": "Table tennis"
- },
- "111": {
- "then": "Table soccer"
- },
- "112": {
- "then": "Taekwondo"
- },
- "113": {
- "then": "Tennis"
- },
- "114": {
- "then": "Teqball"
- },
- "115": {
- "then": "Toboggan"
- },
- "116": {
- "then": "Trampoline"
- },
- "117": {
- "then": "Ultimate frisbee"
- },
- "118": {
- "then": "Ultralight aviation"
- },
- "119": {
- "then": "Volleyball"
- },
"12": {
"then": "Basketball"
},
- "120": {
- "then": "Wakeboarding"
- },
- "121": {
- "then": "Water polo"
- },
- "122": {
- "then": "Waterskiing"
- },
- "123": {
- "then": "Olympic weightlifting"
- },
- "124": {
- "then": "Windsurfing"
- },
- "125": {
- "then": "Wrestling"
- },
- "126": {
- "then": "Yoga"
- },
- "127": {
- "then": "Zurkhaneh sport"
- },
"13": {
"then": "Beachvolleyball"
},
@@ -10415,9 +10392,6 @@
"19": {
"then": "Bowls"
},
- "2": {
- "then": "Aerobics"
- },
"20": {
"then": "Boxing"
},
@@ -10448,9 +10422,6 @@
"29": {
"then": "Cricket"
},
- "3": {
- "then": "American football"
- },
"30": {
"then": "CrossFit"
},
@@ -10481,9 +10452,6 @@
"39": {
"then": "Dragon Boat"
},
- "4": {
- "then": "Aikido"
- },
"40": {
"then": "Equestrianism"
},
@@ -10514,9 +10482,6 @@
"49": {
"then": "Gaelic games"
},
- "5": {
- "then": "Archery"
- },
"50": {
"then": "Gaga ball"
},
@@ -10547,9 +10512,6 @@
"59": {
"then": "Ice skating"
},
- "6": {
- "then": "Athletics"
- },
"60": {
"then": "Ice stock sport"
},
@@ -10580,9 +10542,6 @@
"69": {
"then": "Laser tag"
},
- "7": {
- "then": "Australian rules football"
- },
"70": {
"then": "Martial arts"
},
@@ -10613,9 +10572,6 @@
"79": {
"then": "Paddle tennis"
},
- "8": {
- "then": "Badminton"
- },
"80": {
"then": "Padel"
},
@@ -10646,9 +10602,6 @@
"89": {
"then": "Racquetball"
},
- "9": {
- "then": "Bandy"
- },
"90": {
"then": "Radio-controlled car"
},
@@ -10678,6 +10631,90 @@
},
"99": {
"then": "Shot-put"
+ },
+ "100": {
+ "then": "Skateboard"
+ },
+ "101": {
+ "then": "Ski jumping"
+ },
+ "102": {
+ "then": "Snooker"
+ },
+ "103": {
+ "then": "Soccer"
+ },
+ "104": {
+ "then": "Softball"
+ },
+ "105": {
+ "then": "Motorcycle speedway"
+ },
+ "106": {
+ "then": "Squash"
+ },
+ "107": {
+ "then": "Sumo"
+ },
+ "108": {
+ "then": "Surfing"
+ },
+ "109": {
+ "then": "Swimming"
+ },
+ "110": {
+ "then": "Table tennis"
+ },
+ "111": {
+ "then": "Table soccer"
+ },
+ "112": {
+ "then": "Taekwondo"
+ },
+ "113": {
+ "then": "Tennis"
+ },
+ "114": {
+ "then": "Teqball"
+ },
+ "115": {
+ "then": "Toboggan"
+ },
+ "116": {
+ "then": "Trampoline"
+ },
+ "117": {
+ "then": "Ultimate frisbee"
+ },
+ "118": {
+ "then": "Ultralight aviation"
+ },
+ "119": {
+ "then": "Volleyball"
+ },
+ "120": {
+ "then": "Wakeboarding"
+ },
+ "121": {
+ "then": "Water polo"
+ },
+ "122": {
+ "then": "Waterskiing"
+ },
+ "123": {
+ "then": "Olympic weightlifting"
+ },
+ "124": {
+ "then": "Windsurfing"
+ },
+ "125": {
+ "then": "Wrestling"
+ },
+ "126": {
+ "then": "Yoga"
+ },
+ "127": {
+ "then": "Zurkhaneh sport"
}
},
"question": "What sports are played at this venue?",
@@ -10867,12 +10904,6 @@
"1": {
"then": "This lamp uses LEDs"
},
- "10": {
- "then": "This lamp uses high pressure sodium lamps (orange with white)"
- },
- "11": {
- "then": "This lamp is lit using gas"
- },
"2": {
"then": "This lamp uses incandescent lighting"
},
@@ -10896,6 +10927,12 @@
},
"9": {
"then": "This lamp uses low pressure sodium lamps (monochrome orange)"
+ },
+ "10": {
+ "then": "This lamp uses high pressure sodium lamps (orange with white)"
+ },
+ "11": {
+ "then": "This lamp is lit using gas"
}
},
"question": "What kind of lighting does this lamp use?"
@@ -12510,7 +12547,7 @@
"more_privacy": {
"mappings": {
"0": {
- "then": "When making changes to OpenStreetMap, do not indicate how far away you were from the changed objects."
+ "then": "When making changes to OpenStreetMap, do not indicate how far away I was from the changed objects."
},
"1": {
"then": "When making changes to OpenStreetMap, roughly indicate how far away you were from the changed objects. This helps other contributors to understand how you made the change"
@@ -12594,13 +12631,13 @@
"sync-visited-locations": {
"mappings": {
"0": {
- "then": "Save the locations you search for and inspect and sync them via openstreetmap.org. OpenStreetMap and all apps you use can see this history"
+ "then": "Save the locations I search for and inspect and sync them via openstreetmap.org. OpenStreetMap and all apps that I give access to my OSM account can see this history"
},
"1": {
"then": "Save the locations you search for and inspect on my device"
},
"2": {
- "then": "Don't save the locations you search for and inspect "
+ "then": "Don't save the locations I search for and inspect"
}
},
"question": "Should the locations you search for and inspect be remembered?",
@@ -12695,6 +12732,30 @@
"1": {
"question": "Sale of drinks"
},
+ "2": {
+ "question": "Sale of sweets"
+ },
+ "3": {
+ "question": "Sale of food"
+ },
+ "4": {
+ "question": "Sale of cigarettes"
+ },
+ "5": {
+ "question": "Sale of condoms"
+ },
+ "6": {
+ "question": "Sale of coffee"
+ },
+ "7": {
+ "question": "Sale of water"
+ },
+ "8": {
+ "question": "Sale of newspapers"
+ },
+ "9": {
+ "question": "Sale of bicycle inner tubes"
+ },
"10": {
"question": "Sale of milk"
},
@@ -12725,9 +12786,6 @@
"19": {
"question": "Sale of strawberries"
},
- "2": {
- "question": "Sale of sweets"
- },
"20": {
"question": "Sale of flowers"
},
@@ -12754,27 +12812,6 @@
},
"28": {
"question": "Sale of bicycle locks"
- },
- "3": {
- "question": "Sale of food"
- },
- "4": {
- "question": "Sale of cigarettes"
- },
- "5": {
- "question": "Sale of condoms"
- },
- "6": {
- "question": "Sale of coffee"
- },
- "7": {
- "question": "Sale of water"
- },
- "8": {
- "question": "Sale of newspapers"
- },
- "9": {
- "question": "Sale of bicycle inner tubes"
}
}
}
@@ -12871,6 +12908,30 @@
"1": {
"then": "Sweets are sold"
},
+ "2": {
+ "then": "Food is sold"
+ },
+ "3": {
+ "then": "Cigarettes are sold"
+ },
+ "4": {
+ "then": "Condoms are sold"
+ },
+ "5": {
+ "then": "Coffee is sold"
+ },
+ "6": {
+ "then": "Drinking water is sold"
+ },
+ "7": {
+ "then": "Newspapers are sold"
+ },
+ "8": {
+ "then": "Bicycle inner tubes are sold"
+ },
+ "9": {
+ "then": "Milk is sold"
+ },
"10": {
"then": "Bread is sold"
},
@@ -12901,9 +12962,6 @@
"19": {
"then": "Flowers are sold"
},
- "2": {
- "then": "Food is sold"
- },
"20": {
"then": "Parking tickets are sold"
},
@@ -12927,27 +12985,6 @@
},
"27": {
"then": "Bicycle locks are sold"
- },
- "3": {
- "then": "Cigarettes are sold"
- },
- "4": {
- "then": "Condoms are sold"
- },
- "5": {
- "then": "Coffee is sold"
- },
- "6": {
- "then": "Drinking water is sold"
- },
- "7": {
- "then": "Newspapers are sold"
- },
- "8": {
- "then": "Bicycle inner tubes are sold"
- },
- "9": {
- "then": "Milk is sold"
}
},
"question": "What does this vending machine sell?",
diff --git a/langs/layers/es.json b/langs/layers/es.json
index 9633344eb1..60b2bc672f 100644
--- a/langs/layers/es.json
+++ b/langs/layers/es.json
@@ -36,26 +36,6 @@
"description": "Una gran estructura publicitaria exterior, que normalmente se encuentra en áreas de mucho tráfico, como junto a carreteras concurridas, montada en una pared",
"title": "una valla publicitaria montada en una pared"
},
- "10": {
- "title": "una pantalla montada en un refugio de transporte público"
- },
- "11": {
- "description": "Un trozo de textil impermeable con un mensaje impreso, anclado permanentemente en una pared",
- "title": "una lona"
- },
- "12": {
- "title": "un tótem"
- },
- "13": {
- "description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y letreros de entrada institucionales",
- "title": "un letrero"
- },
- "14": {
- "title": "una escultura"
- },
- "15": {
- "title": "un mural"
- },
"2": {
"title": "un expositor de carteles independiente"
},
@@ -81,6 +61,26 @@
},
"9": {
"title": "una pantalla montada en una pared"
+ },
+ "10": {
+ "title": "una pantalla montada en un refugio de transporte público"
+ },
+ "11": {
+ "description": "Un trozo de textil impermeable con un mensaje impreso, anclado permanentemente en una pared",
+ "title": "una lona"
+ },
+ "12": {
+ "title": "un tótem"
+ },
+ "13": {
+ "description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y letreros de entrada institucionales",
+ "title": "un letrero"
+ },
+ "14": {
+ "title": "una escultura"
+ },
+ "15": {
+ "title": "un mural"
}
},
"tagRenderings": {
@@ -186,15 +186,6 @@
"1": {
"then": "Se trata de un tablero"
},
- "10": {
- "then": "Se trata de un mural"
- },
- "11": {
- "then": "Se trata de un trabajo en azulejo: el anuncio está pintado en azulejos"
- },
- "12": {
- "then": "Se trata de un relieve"
- },
"2": {
"then": "Se trata de una columna"
},
@@ -218,6 +209,15 @@
},
"9": {
"then": "Se trata de un tótem"
+ },
+ "10": {
+ "then": "Se trata de un mural"
+ },
+ "11": {
+ "then": "Se trata de un trabajo en azulejo: el anuncio está pintado en azulejos"
+ },
+ "12": {
+ "then": "Se trata de un relieve"
}
},
"question": "¿Qué tipo de elemento publicitario es este?",
@@ -232,9 +232,6 @@
"1": {
"then": "Tablero"
},
- "10": {
- "then": "Mural"
- },
"2": {
"then": "Expositor de carteles"
},
@@ -258,6 +255,9 @@
},
"9": {
"then": "Tótem"
+ },
+ "10": {
+ "then": "Mural"
}
}
}
@@ -304,9 +304,6 @@
"1": {
"then": "Se trata de una góndola donde las cabinas giran en círculos continuos"
},
- "10": {
- "then": "Una tirolina. (Una atracción turística donde la gente aventurera baja a altas velocidades) "
- },
"2": {
"then": "Un telesilla abierto con asientos para sentarse y abierto al aire libre."
},
@@ -330,6 +327,9 @@
},
"9": {
"then": "Una alfombra mágica (una cinta transportadora en el suelo)"
+ },
+ "10": {
+ "then": "Una tirolina. (Una atracción turística donde la gente aventurera baja a altas velocidades) "
}
},
"question": "¿Qué tipo de teleférico es este?"
@@ -474,15 +474,6 @@
"1": {
"then": "Mural"
},
- "10": {
- "then": "Azulejo (trabajo decorativo en azulejos español)"
- },
- "11": {
- "then": "Trabajo en azulejo"
- },
- "12": {
- "then": "Talla en madera"
- },
"2": {
"then": "Pintura"
},
@@ -506,6 +497,15 @@
},
"9": {
"then": "Relieve"
+ },
+ "10": {
+ "then": "Azulejo (trabajo decorativo en azulejos español)"
+ },
+ "11": {
+ "then": "Trabajo en azulejo"
+ },
+ "12": {
+ "then": "Talla en madera"
}
},
"question": "¿Qué tipo de obra de arte es esta?",
@@ -1583,9 +1583,6 @@
"1": {
"then": "Racks con lazos laterales"
},
- "10": {
- "then": "Un soporte inclinado con posibilidad de usar un candado a través de un ojal. El tubo del sillín puede ser sujetado por el soporte mediante un ancla"
- },
"2": {
"then": "Curvadores de ruedas/rack"
},
@@ -1609,6 +1606,9 @@
},
"9": {
"then": "Un casillero: las bicicletas están completamente encerradas individualmente o con unas pocas bicicletas juntas. El casillero es demasiado pequeño para que quepa una persona de pie."
+ },
+ "10": {
+ "then": "Un soporte inclinado con posibilidad de usar un candado a través de un ojal. El tubo del sillín puede ser sujetado por el soporte mediante un ancla"
}
},
"question": "¿Cuál es el tipo de este aparcamiento de bicicletas?",
@@ -2321,6 +2321,30 @@
"1": {
"question": "Tiene un conector
Enchufe de pared Schuko sin pin de tierra (tipo CEE7/4 F)
"
},
+ "2": {
+ "question": "Tiene un conector
Enchufe de pared europeo con pin de tierra (tipo CEE7/4 E)
Hierbij worden relays niet meegteld. Dit geeft aan hoeveel klimsetjes een klimmer nodig heeft
"
+ "render": "De sportklimroutes hebben maximum {climbing:bolts:max} haken.
Hierbij worden standplaatsen niet meegeteld. Dit geeft aan hoeveel setjes een klimmer nodig heeft.
"
},
"max_difficulty": {
"question": "Wat is het niveau van de moeilijkste route, volgens het Franse classificatiesysteem?",
@@ -3223,7 +3220,7 @@
}
},
"question": "Hoeveel bouten heeft deze route voordat je het relay bereikt?",
- "render": "Deze route heeft {climbing:bolts} klimbouten.
Dit is zonder het relay mee te tellen. Een klimmer heeft dus minstens {climbing:bolts} klimsetjes nodig om boven te raken
"
+ "render": "Deze route heeft {climbing:bolts} haken.
Hierbij wordt de standplaats niet meegeteld. Een klimmer heeft normaal gezien dus minstens {climbing:bolts} setjes nodig.
"
}
},
"title": {
@@ -3548,21 +3545,6 @@
"1": {
"then": "Deze oversteekplaats heeft een zebramarkering"
},
- "10": {
- "then": "Deze oversteekplaats heeft een zebramarkering in afwisselende kleuren"
- },
- "11": {
- "then": "Deze oversteekplaats heeft een dubbele zebramarkering"
- },
- "12": {
- "then": "Deze oversteekplaats heeft pictogrammen op de weg"
- },
- "13": {
- "then": "Deze oversteekplaats heeft lijnen aan beide kanten van de oversteekplaats, met strepen die ze verbinden, met een onderbreking van elke streep"
- },
- "14": {
- "then": "Deze oversteekplaats heeft dubbele lijnen aan beide kanten van de oversteekplaats"
- },
"2": {
"then": "Deze oversteekplaats heeft markeringen van een onbekend type"
},
@@ -3586,6 +3568,21 @@
},
"9": {
"then": "Deze oversteekplaats heeft zebramarkeringen met een onderbreking van elke streep"
+ },
+ "10": {
+ "then": "Deze oversteekplaats heeft een zebramarkering in afwisselende kleuren"
+ },
+ "11": {
+ "then": "Deze oversteekplaats heeft een dubbele zebramarkering"
+ },
+ "12": {
+ "then": "Deze oversteekplaats heeft pictogrammen op de weg"
+ },
+ "13": {
+ "then": "Deze oversteekplaats heeft lijnen aan beide kanten van de oversteekplaats, met strepen die ze verbinden, met een onderbreking van elke streep"
+ },
+ "14": {
+ "then": "Deze oversteekplaats heeft dubbele lijnen aan beide kanten van de oversteekplaats"
}
},
"question": "Wat voor markering heeft deze oversteekplaats?",
@@ -3675,15 +3672,6 @@
"1": {
"then": "Dit fietspad is geplaveid"
},
- "10": {
- "then": "Dit fietspad is gemaakt van fijn grind"
- },
- "11": {
- "then": "Dit fietspad is gemaakt van kiezelsteentjes"
- },
- "12": {
- "then": "Dit fietspad is gemaakt van aarde"
- },
"2": {
"then": "Dit fietspad is gemaakt van asfalt"
},
@@ -3707,6 +3695,15 @@
},
"9": {
"then": "Dit fietspad is gemaakt van grind"
+ },
+ "10": {
+ "then": "Dit fietspad is gemaakt van fijn grind"
+ },
+ "11": {
+ "then": "Dit fietspad is gemaakt van kiezelsteentjes"
+ },
+ "12": {
+ "then": "Dit fietspad is gemaakt van aarde"
}
},
"question": "Waaruit is het oppervlak van het fietspad van gemaakt?",
@@ -3755,15 +3752,6 @@
"1": {
"then": "Dit fietspad is geplaveid"
},
- "10": {
- "then": "Dit fietspad is gemaakt van fijn grind"
- },
- "11": {
- "then": "Dit fietspad is gemaakt van kiezelsteentjes"
- },
- "12": {
- "then": "Dit fietspad is gemaakt van aarde"
- },
"2": {
"then": "Dit fietspad is gemaakt van asfalt"
},
@@ -3787,6 +3775,15 @@
},
"9": {
"then": "Dit fietspad is gemaakt van grind"
+ },
+ "10": {
+ "then": "Dit fietspad is gemaakt van fijn grind"
+ },
+ "11": {
+ "then": "Dit fietspad is gemaakt van kiezelsteentjes"
+ },
+ "12": {
+ "then": "Dit fietspad is gemaakt van aarde"
}
},
"question": "Waaruit is het oppervlak van de straat gemaakt?",
@@ -4803,19 +4800,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "Geen voorkeur voor honden"
- },
- "1": {
- "question": "Honden toegelaten"
- },
- "2": {
- "question": "Geen honden toegelaten"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -4872,6 +4856,19 @@
"question": "Gratis toegankelijk"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "Geen voorkeur voor honden"
+ },
+ "1": {
+ "question": "Honden toegelaten"
+ },
+ "2": {
+ "question": "Geen honden toegelaten"
+ }
+ }
}
}
},
@@ -5065,6 +5062,30 @@
"1": {
"then": "Frituur"
},
+ "2": {
+ "then": "Pastazaak"
+ },
+ "3": {
+ "then": "Kebabzaak"
+ },
+ "4": {
+ "then": "Broodjeszaak"
+ },
+ "5": {
+ "then": "Hamburgerrestaurant"
+ },
+ "6": {
+ "then": "Sushirestaurant"
+ },
+ "7": {
+ "then": "Koffiezaak"
+ },
+ "8": {
+ "then": "Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)"
+ },
+ "9": {
+ "then": "Frans restaurant"
+ },
"10": {
"then": "Chinees restaurant"
},
@@ -5091,30 +5112,6 @@
},
"18": {
"then": "Dit is een vis- en zeerestaurant"
- },
- "2": {
- "then": "Pastazaak"
- },
- "3": {
- "then": "Kebabzaak"
- },
- "4": {
- "then": "Broodjeszaak"
- },
- "5": {
- "then": "Hamburgerrestaurant"
- },
- "6": {
- "then": "Sushirestaurant"
- },
- "7": {
- "then": "Koffiezaak"
- },
- "8": {
- "then": "Italiaans restaurant (dat meer dan enkel pasta of pizza verkoopt)"
- },
- "9": {
- "then": "Frans restaurant"
}
},
"question": "Welk soort gerechten worden hier geserveerd?",
@@ -5790,6 +5787,16 @@
"render": "Informatiebord"
}
},
+ "insect_hotel": {
+ "description": "Laag met insectenhotels",
+ "name": "Insectenhotels",
+ "presets": {
+ "0": {
+ "title": "een insectenhotel"
+ }
+ },
+ "title": "Insectenhotel"
+ },
"kerbs": {
"description": "Een laag met stoepranden.",
"filter": {
@@ -6189,12 +6196,6 @@
"0": {
"then": "Dit is een standbeeld"
},
- "10": {
- "then": "Dit is een kruis"
- },
- "12": {
- "then": "Dit is een historische tank, permanent in de publieke ruimte geplaatst als gedenkteken"
- },
"2": {
"then": "Dit is een zitbank die ook als herdenking dienst doet"
},
@@ -6206,6 +6207,12 @@
},
"8": {
"then": "Dit is een sculptuur"
+ },
+ "10": {
+ "then": "Dit is een kruis"
+ },
+ "12": {
+ "then": "Dit is een historische tank, permanent in de publieke ruimte geplaatst als gedenkteken"
}
}
},
@@ -6333,11 +6340,6 @@
}
},
"title": {
- "mappings": {
- "0": {
- "then": "{name}"
- }
- },
"render": "Natuurgebied"
}
},
@@ -6357,27 +6359,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "Laatst bewerkt door bijdrager {search}"
- }
- }
- },
- "12": {
- "options": {
- "0": {
- "question": "Aangemaakt voor {search}"
- }
- }
- },
- "13": {
- "options": {
- "0": {
- "question": "Aangemaakt na {search}"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -6418,6 +6399,27 @@
"question": "Niet geopend door bijdrager {search}"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "Laatst bewerkt door bijdrager {search}"
+ }
+ }
+ },
+ "12": {
+ "options": {
+ "0": {
+ "question": "Aangemaakt voor {search}"
+ }
+ }
+ },
+ "13": {
+ "options": {
+ "0": {
+ "question": "Aangemaakt na {search}"
+ }
+ }
}
},
"name": "OpenStreetMap Notes",
@@ -6695,18 +6697,6 @@
"1": {
"then": "Dit is een normale parkeerplek."
},
- "10": {
- "then": "Deze parkeerplek is gereserveerd voor personeel."
- },
- "11": {
- "then": "Deze parkeerplek is gereserveerd voor taxis."
- },
- "12": {
- "then": "Deze parkeerplek is gereserveerd voor voertuigen met een aanhanger."
- },
- "13": {
- "then": "Deze parkeerplek is gereserveerd voor autodelen."
- },
"2": {
"then": "Dit is een gehandicaptenparkeerplaats."
},
@@ -6730,6 +6720,18 @@
},
"9": {
"then": "Deze parkeerplek is gereserveerd voor ouders met kinderen."
+ },
+ "10": {
+ "then": "Deze parkeerplek is gereserveerd voor personeel."
+ },
+ "11": {
+ "then": "Deze parkeerplek is gereserveerd voor taxis."
+ },
+ "12": {
+ "then": "Deze parkeerplek is gereserveerd voor voertuigen met een aanhanger."
+ },
+ "13": {
+ "then": "Deze parkeerplek is gereserveerd voor autodelen."
}
},
"question": "Wat voor parkeerplek is dit?"
@@ -6869,21 +6871,6 @@
"render": "Picknicktafel"
}
},
- "play_forest": {
- "description": "Een speelbos is een vrij toegankelijke zone in een bos",
- "name": "Speelbossen",
- "title": {
- "mappings": {
- "0": {
- "then": "{name}"
- },
- "1": {
- "then": "Speelbos {name}"
- }
- },
- "render": "Speelbos"
- }
- },
"playground": {
"deletion": {
"nonDeleteMappings": {
@@ -6998,9 +6985,6 @@
"1": {
"then": "De ondergrond is zand"
},
- "10": {
- "then": "De ondergrond bestaat uit kleine grindsteentjes (steentjes kleiner dan 2 cm)"
- },
"2": {
"then": "De ondergrond bestaat uit houtsnippers"
},
@@ -7024,6 +7008,9 @@
},
"9": {
"then": "De ondergrond bestaat uit rubber, zoals rubberen tegels, rubber snippers of een groot rubberen oppervlak"
+ },
+ "10": {
+ "then": "De ondergrond bestaat uit kleine grindsteentjes (steentjes kleiner dan 2 cm)"
}
},
"question": "Wat is de ondergrond van deze speeltuin?",
@@ -7047,12 +7034,6 @@
"0": {
"then": "Dit is een schommel"
},
- "11": {
- "then": "Dit is een rekstok"
- },
- "14": {
- "then": "Dit is een klimmuur"
- },
"3": {
"then": "Dit is een zandbak"
},
@@ -7064,6 +7045,12 @@
},
"6": {
"then": "Dit is een wipwap"
+ },
+ "11": {
+ "then": "Dit is een rekstok"
+ },
+ "14": {
+ "then": "Dit is een klimmuur"
}
},
"question": "Wat voor speeltoestel is dit?"
@@ -7355,21 +7342,6 @@
"1": {
"then": "Munten van 2 cent worden geaccepteerd"
},
- "10": {
- "then": "Munten van 20 rappen worden geaccepteerd"
- },
- "11": {
- "then": "Munten van ½ frank worden geaccepteerd"
- },
- "12": {
- "then": "Munten van 1 frank worden geaccepteerd"
- },
- "13": {
- "then": "Munten van 2 frank worden geaccepteerd"
- },
- "14": {
- "then": "Munten van 5 frank worden geaccepteerd"
- },
"2": {
"then": "Munten van 5 cent worden geaccepteerd"
},
@@ -7393,6 +7365,21 @@
},
"9": {
"then": "Munten van 10 rappen worden geaccepteerd"
+ },
+ "10": {
+ "then": "Munten van 20 rappen worden geaccepteerd"
+ },
+ "11": {
+ "then": "Munten van ½ frank worden geaccepteerd"
+ },
+ "12": {
+ "then": "Munten van 1 frank worden geaccepteerd"
+ },
+ "13": {
+ "then": "Munten van 2 frank worden geaccepteerd"
+ },
+ "14": {
+ "then": "Munten van 5 frank worden geaccepteerd"
}
},
"question": "Met welke munten kan je hier betalen?"
@@ -7405,15 +7392,6 @@
"1": {
"then": "Biljetten van 10 euro worden geaccepteerd"
},
- "10": {
- "then": "Biljetten van 100 frank worden geaccepteerd"
- },
- "11": {
- "then": "Biljetten van 200 frank worden geaccepteerd"
- },
- "12": {
- "then": "Biljetten van 1000 frank worden geaccepteerd"
- },
"2": {
"then": "Biljetten van 20 euro worden geaccepteerd"
},
@@ -7437,6 +7415,15 @@
},
"9": {
"then": "Biljetten van 50 frank worden geaccepteerd"
+ },
+ "10": {
+ "then": "Biljetten van 100 frank worden geaccepteerd"
+ },
+ "11": {
+ "then": "Biljetten van 200 frank worden geaccepteerd"
+ },
+ "12": {
+ "then": "Biljetten van 1000 frank worden geaccepteerd"
}
},
"question": "Met welke bankbiljetten kan je hier betalen?"
@@ -7819,6 +7806,30 @@
"1": {
"question": "Recycling van batterijen"
},
+ "2": {
+ "question": "Recycling van drankpakken"
+ },
+ "3": {
+ "question": "Recycling van blikken"
+ },
+ "4": {
+ "question": "Recycling van kleding"
+ },
+ "5": {
+ "question": "Recycling van frituurvet"
+ },
+ "6": {
+ "question": "Recycling van motorolie"
+ },
+ "7": {
+ "question": "Recycling van tl-buizen"
+ },
+ "8": {
+ "question": "Recycling van groen afval"
+ },
+ "9": {
+ "question": "Recycling van glazen flessen"
+ },
"10": {
"question": "Recycling van glas"
},
@@ -7849,9 +7860,6 @@
"19": {
"question": "Recycling van restafval"
},
- "2": {
- "question": "Recycling van drankpakken"
- },
"20": {
"question": "Recycling van inktpatronen"
},
@@ -7860,27 +7868,6 @@
},
"22": {
"question": "Recycling van plastic verkpakkingen, metalen verkpakkingen en drankpakken (PMD)"
- },
- "3": {
- "question": "Recycling van blikken"
- },
- "4": {
- "question": "Recycling van kleding"
- },
- "5": {
- "question": "Recycling van frituurvet"
- },
- "6": {
- "question": "Recycling van motorolie"
- },
- "7": {
- "question": "Recycling van tl-buizen"
- },
- "8": {
- "question": "Recycling van groen afval"
- },
- "9": {
- "question": "Recycling van glazen flessen"
}
}
},
@@ -7948,6 +7935,30 @@
"1": {
"then": "Drankpakken kunnen hier gerecycled worden"
},
+ "2": {
+ "then": "Blikken kunnen hier gerecycled worden"
+ },
+ "3": {
+ "then": "Kleren kunnen hier gerecycled worden"
+ },
+ "4": {
+ "then": "Frituurvet kan hier gerecycled worden"
+ },
+ "5": {
+ "then": "Motorolie kan hier gerecycled worden"
+ },
+ "6": {
+ "then": "TL-buizen kunnen hier gerecycled worden"
+ },
+ "7": {
+ "then": "Groen afval kan hier gerecycled worden"
+ },
+ "8": {
+ "then": "Organisch afval kan hier gerecycled worden"
+ },
+ "9": {
+ "then": "Glazen flessen kunnen hier gerecycled worden"
+ },
"10": {
"then": "Glas kan hier gerecycled worden"
},
@@ -7978,9 +7989,6 @@
"19": {
"then": "Oud metaal kan hier gerecycled worden"
},
- "2": {
- "then": "Blikken kunnen hier gerecycled worden"
- },
"20": {
"then": "Schoenen kunnen hier gerecycled worden"
},
@@ -7998,27 +8006,6 @@
},
"25": {
"then": "Fietsen (en fietswrakken) kunnen hier gerecycled worden"
- },
- "3": {
- "then": "Kleren kunnen hier gerecycled worden"
- },
- "4": {
- "then": "Frituurvet kan hier gerecycled worden"
- },
- "5": {
- "then": "Motorolie kan hier gerecycled worden"
- },
- "6": {
- "then": "TL-buizen kunnen hier gerecycled worden"
- },
- "7": {
- "then": "Groen afval kan hier gerecycled worden"
- },
- "8": {
- "then": "Organisch afval kan hier gerecycled worden"
- },
- "9": {
- "then": "Glazen flessen kunnen hier gerecycled worden"
}
},
"question": "Wat kan hier gerecycled worden?"
@@ -8441,9 +8428,6 @@
},
"title": {
"mappings": {
- "0": {
- "then": "{name}"
- },
"1": {
"then": "Voetpad"
},
@@ -8953,12 +8937,6 @@
"1": {
"then": "Deze lantaarn gebruikt LEDs"
},
- "10": {
- "then": "Deze lantaarn gebruikt hogedruknatriumlampen (oranje met wit)"
- },
- "11": {
- "then": "Deze lantaarn wordt verlicht met gas"
- },
"2": {
"then": "Deze lantaarn gebruikt gloeilampen"
},
@@ -8982,6 +8960,12 @@
},
"9": {
"then": "Deze lantaarn gebruikt lagedruknatriumlampen (monochroom oranje)"
+ },
+ "10": {
+ "then": "Deze lantaarn gebruikt hogedruknatriumlampen (oranje met wit)"
+ },
+ "11": {
+ "then": "Deze lantaarn wordt verlicht met gas"
}
},
"question": "Wat voor verlichting gebruikt deze lantaarn?"
@@ -10307,6 +10291,30 @@
"1": {
"question": "Verkoop van dranken"
},
+ "2": {
+ "question": "Verkoop van snoep"
+ },
+ "3": {
+ "question": "Verkoop van eten"
+ },
+ "4": {
+ "question": "Verkoop van sigaretten"
+ },
+ "5": {
+ "question": "Verkoop van condooms"
+ },
+ "6": {
+ "question": "Verkoop van koffie"
+ },
+ "7": {
+ "question": "Verkoop van water"
+ },
+ "8": {
+ "question": "Verkoop van kranten"
+ },
+ "9": {
+ "question": "Verkoop van fietsbinnenbanden"
+ },
"10": {
"question": "Verkoop van melk"
},
@@ -10337,9 +10345,6 @@
"19": {
"question": "Verkoop van aardbeien"
},
- "2": {
- "question": "Verkoop van snoep"
- },
"20": {
"question": "Verkoop van bloemen"
},
@@ -10357,27 +10362,6 @@
},
"28": {
"question": "Verkoop van fietssloten"
- },
- "3": {
- "question": "Verkoop van eten"
- },
- "4": {
- "question": "Verkoop van sigaretten"
- },
- "5": {
- "question": "Verkoop van condooms"
- },
- "6": {
- "question": "Verkoop van koffie"
- },
- "7": {
- "question": "Verkoop van water"
- },
- "8": {
- "question": "Verkoop van kranten"
- },
- "9": {
- "question": "Verkoop van fietsbinnenbanden"
}
}
}
@@ -10468,6 +10452,30 @@
"1": {
"then": "Snoep wordt verkocht"
},
+ "2": {
+ "then": "Eten wordt verkocht"
+ },
+ "3": {
+ "then": "Sigaretten worden verkocht"
+ },
+ "4": {
+ "then": "Condooms worden verkocht"
+ },
+ "5": {
+ "then": "Koffie wordt verkocht"
+ },
+ "6": {
+ "then": "Drinkwater wordt verkocht"
+ },
+ "7": {
+ "then": "Kranten worden verkocht"
+ },
+ "8": {
+ "then": "Binnenbanden voor fietsen worden verkocht"
+ },
+ "9": {
+ "then": "Melk wordt verkocht"
+ },
"10": {
"then": "Brood wordt verkocht"
},
@@ -10498,9 +10506,6 @@
"19": {
"then": "Bloemen worden verkocht"
},
- "2": {
- "then": "Eten wordt verkocht"
- },
"20": {
"then": "Parkeerkaarten worden verkocht"
},
@@ -10521,27 +10526,6 @@
},
"27": {
"then": "Fietssloten worden verkocht"
- },
- "3": {
- "then": "Sigaretten worden verkocht"
- },
- "4": {
- "then": "Condooms worden verkocht"
- },
- "5": {
- "then": "Koffie wordt verkocht"
- },
- "6": {
- "then": "Drinkwater wordt verkocht"
- },
- "7": {
- "then": "Kranten worden verkocht"
- },
- "8": {
- "then": "Binnenbanden voor fietsen worden verkocht"
- },
- "9": {
- "then": "Melk wordt verkocht"
}
},
"question": "Wat verkoopt deze verkoopautomaat?",
@@ -10596,25 +10580,13 @@
}
},
"village_green": {
- "description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)",
- "name": "Speelweide",
- "title": {
- "mappings": {
- "0": {
- "then": "{name}"
- }
- },
- "render": "Speelweide"
- }
+ "description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)"
},
"visitor_information_centre": {
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
"name": "Bezoekerscentrum",
"title": {
"mappings": {
- "0": {
- "then": "{name:nl}"
- },
"1": {
"then": "{name}"
}
@@ -10844,4 +10816,4 @@
"render": "windturbine"
}
}
-}
\ No newline at end of file
+}
diff --git a/langs/layers/pl.json b/langs/layers/pl.json
index 9afbc0220d..57fb49c939 100644
--- a/langs/layers/pl.json
+++ b/langs/layers/pl.json
@@ -35,23 +35,6 @@
"1": {
"description": "Duży obiekt reklamowy na zewnątrz, zazwyczaj znajduje się w obszarach z dużym ruchem, np. obok ruchliwych dróg na ścianie"
},
- "11": {
- "description": "Kawałek wodoodpornej tkaniny z nadrukowanym przesłaniem, trwale przymocowany do ściany",
- "title": "plandeka"
- },
- "12": {
- "title": "totem"
- },
- "13": {
- "description": "Używany do znaków reklamowych, neonów, logo i znaków wejściowych do instytucji",
- "title": "znak"
- },
- "14": {
- "title": "rzeźba"
- },
- "15": {
- "title": "mural ścienny"
- },
"2": {
"title": "wolnostojąca skrzynka plakatowa"
},
@@ -74,6 +57,23 @@
},
"9": {
"title": "ekran zamontowany na ścianie"
+ },
+ "11": {
+ "description": "Kawałek wodoodpornej tkaniny z nadrukowanym przesłaniem, trwale przymocowany do ściany",
+ "title": "plandeka"
+ },
+ "12": {
+ "title": "totem"
+ },
+ "13": {
+ "description": "Używany do znaków reklamowych, neonów, logo i znaków wejściowych do instytucji",
+ "title": "znak"
+ },
+ "14": {
+ "title": "rzeźba"
+ },
+ "15": {
+ "title": "mural ścienny"
}
},
"tagRenderings": {
@@ -159,9 +159,6 @@
"1": {
"then": "To jest tablica"
},
- "10": {
- "then": "To jest mural ścienny"
- },
"2": {
"then": "To jest kolumna"
},
@@ -185,6 +182,9 @@
},
"9": {
"then": "To jest totem"
+ },
+ "10": {
+ "then": "To jest mural ścienny"
}
},
"question": "Jakiego rodzaju jest to obiekt reklamowy?",
@@ -199,9 +199,6 @@
"1": {
"then": "Tablica"
},
- "10": {
- "then": "Mural ścienny"
- },
"2": {
"then": "Pudełko plakatowe"
},
@@ -225,6 +222,9 @@
},
"9": {
"then": "Totem"
+ },
+ "10": {
+ "then": "Mural ścienny"
}
}
}
@@ -250,11 +250,11 @@
},
"type": {
"mappings": {
- "10": {
- "then": "Tyrolka. (Atrakcja turystyczna, która pozwala żądnym przygód zjechać z dużą szybkością) "
- },
"4": {
"then": "Wyciąg orczykowy"
+ },
+ "10": {
+ "then": "Tyrolka. (Atrakcja turystyczna, która pozwala żądnym przygód zjechać z dużą szybkością) "
}
}
}
@@ -384,15 +384,6 @@
"1": {
"then": "Mural"
},
- "10": {
- "then": "Azulejo (hiszpańskie płytka dekoracyjna)"
- },
- "11": {
- "then": "Płyta ceramiczna (fliza)"
- },
- "12": {
- "then": "Rzeźbienie w drewnie"
- },
"2": {
"then": "Obraz"
},
@@ -416,6 +407,15 @@
},
"9": {
"then": "Płaskorzeźba"
+ },
+ "10": {
+ "then": "Azulejo (hiszpańskie płytka dekoracyjna)"
+ },
+ "11": {
+ "then": "Płyta ceramiczna (fliza)"
+ },
+ "12": {
+ "then": "Rzeźbienie w drewnie"
}
},
"question": "Jakiego rodzaju jest to dzieło sztuki?",
@@ -2229,39 +2229,9 @@
},
"room-type": {
"mappings": {
- "10": {
- "then": "To jest laboratorium"
- },
- "11": {
- "then": "To jest biblioteka"
- },
- "14": {
- "then": "To jest biuro"
- },
- "16": {
- "then": "To jest cela więzienna"
- },
- "17": {
- "then": "To jest restauracja"
- },
- "18": {
- "then": "To jest pomieszczenie do wykonywania kontroli bezpieczeństwa"
- },
"2": {
"then": "To jest sypialnia"
},
- "20": {
- "then": "To jest magazyn"
- },
- "21": {
- "then": "To jest pomieszczenie techniczne"
- },
- "22": {
- "then": "To są toalety"
- },
- "23": {
- "then": "To jest poczekalnia"
- },
"3": {
"then": "To jest kaplica"
},
@@ -2279,6 +2249,36 @@
},
"9": {
"then": "To jest kuchnia"
+ },
+ "10": {
+ "then": "To jest laboratorium"
+ },
+ "11": {
+ "then": "To jest biblioteka"
+ },
+ "14": {
+ "then": "To jest biuro"
+ },
+ "16": {
+ "then": "To jest cela więzienna"
+ },
+ "17": {
+ "then": "To jest restauracja"
+ },
+ "18": {
+ "then": "To jest pomieszczenie do wykonywania kontroli bezpieczeństwa"
+ },
+ "20": {
+ "then": "To jest magazyn"
+ },
+ "21": {
+ "then": "To jest pomieszczenie techniczne"
+ },
+ "22": {
+ "then": "To są toalety"
+ },
+ "23": {
+ "then": "To jest poczekalnia"
}
},
"question": "Jakiego rodzaju jest to pomieszczenie?"
@@ -2930,12 +2930,6 @@
"1": {
"then": "To jest zwykłe miejsce parkingowe."
},
- "10": {
- "then": "To jest miejsce parkingowe przeznaczone dla pracowników."
- },
- "11": {
- "then": "To miejsce parkingowe jest przeznaczone dla taksówek."
- },
"2": {
"then": "To jest miejsce parkingowe dla niepełnosprawnych."
},
@@ -2953,6 +2947,12 @@
},
"9": {
"then": "To miejsce jest przeznaczone dla rodziców z dziećmi."
+ },
+ "10": {
+ "then": "To jest miejsce parkingowe przeznaczone dla pracowników."
+ },
+ "11": {
+ "then": "To miejsce parkingowe jest przeznaczone dla taksówek."
}
}
}
@@ -3057,12 +3057,6 @@
"1": {
"then": "To jest struktura składająca się z wielu połączonych urządzeń"
},
- "10": {
- "then": "To jest tyrolka"
- },
- "15": {
- "then": "To jest mapa"
- },
"2": {
"then": "To jest zjeżdżalnia"
},
@@ -3071,6 +3065,12 @@
},
"8": {
"then": "To jest rondo"
+ },
+ "10": {
+ "then": "To jest tyrolka"
+ },
+ "15": {
+ "then": "To jest mapa"
}
}
}
diff --git a/langs/layers/pt.json b/langs/layers/pt.json
index 258334e121..e56e7c15f6 100644
--- a/langs/layers/pt.json
+++ b/langs/layers/pt.json
@@ -32,23 +32,6 @@
"description": "Uma grande estrutura de publicidade ao ar livre, normalmente encontrada em áreas de alto tráfego, como ao longo de estradas movimentadas",
"title": "um outdoor"
},
- "11": {
- "description": "Uma peça de tecido impermeável com uma mensagem impressa, permanentemente ancorada na parede",
- "title": "uma lona"
- },
- "12": {
- "title": "um totem"
- },
- "13": {
- "description": "Usado para sinais publicitários, sinais de néon, logotipos e sinais de entrada institucionais",
- "title": "um sinal"
- },
- "14": {
- "title": "uma escultura"
- },
- "15": {
- "title": "uma pintura de parede"
- },
"2": {
"title": "uma caixa de pôster independente"
},
@@ -71,6 +54,23 @@
},
"9": {
"title": "uma tela montada em uma parede"
+ },
+ "11": {
+ "description": "Uma peça de tecido impermeável com uma mensagem impressa, permanentemente ancorada na parede",
+ "title": "uma lona"
+ },
+ "12": {
+ "title": "um totem"
+ },
+ "13": {
+ "description": "Usado para sinais publicitários, sinais de néon, logotipos e sinais de entrada institucionais",
+ "title": "um sinal"
+ },
+ "14": {
+ "title": "uma escultura"
+ },
+ "15": {
+ "title": "uma pintura de parede"
}
},
"tagRenderings": {
@@ -165,9 +165,6 @@
"1": {
"then": "Isso é uma placa"
},
- "10": {
- "then": "Isto é uma pintura mural"
- },
"2": {
"then": "Isto é uma coluna"
},
@@ -191,6 +188,9 @@
},
"9": {
"then": "Isto é um totem"
+ },
+ "10": {
+ "then": "Isto é uma pintura mural"
}
},
"question": "Que tipo de recurso de publicitário é este?",
@@ -205,9 +205,6 @@
"1": {
"then": "Quadro"
},
- "10": {
- "then": "Pintura mural"
- },
"2": {
"then": "Caixa de pôster"
},
@@ -231,6 +228,9 @@
},
"9": {
"then": "Totem"
+ },
+ "10": {
+ "then": "Pintura mural"
}
}
}
@@ -323,15 +323,6 @@
"1": {
"then": "Mural"
},
- "10": {
- "then": "Azulejo (azulejo decorativo espanhol e português)"
- },
- "11": {
- "then": "Ladrilhos"
- },
- "12": {
- "then": "Entalhe em madeira"
- },
"2": {
"then": "Pintura"
},
@@ -355,6 +346,15 @@
},
"9": {
"then": "Relevo"
+ },
+ "10": {
+ "then": "Azulejo (azulejo decorativo espanhol e português)"
+ },
+ "11": {
+ "then": "Ladrilhos"
+ },
+ "12": {
+ "then": "Entalhe em madeira"
}
},
"question": "Qual é o tipo desta obra de arte?",
@@ -2005,6 +2005,9 @@
},
"vending": {
"mappings": {
+ "8": {
+ "then": "Câmaras de ar para bicicletas são vendidas aqui"
+ },
"23": {
"then": "Luzes para bicicleta são vendidas aqui"
},
@@ -2019,9 +2022,6 @@
},
"27": {
"then": "Cadeados para bicicleta são vendidos aqui"
- },
- "8": {
- "then": "Câmaras de ar para bicicletas são vendidas aqui"
}
}
}
diff --git a/langs/layers/pt_BR.json b/langs/layers/pt_BR.json
index 329bc33fd3..a42f767a26 100644
--- a/langs/layers/pt_BR.json
+++ b/langs/layers/pt_BR.json
@@ -32,23 +32,6 @@
"description": "Uma grande estrutura de publicidade outdoor, geralmente encontrada em áreas com alto tráfego, como ao longo de estradas movimentadas",
"title": "um outdoor"
},
- "11": {
- "description": "Um pedaço de tecido impermeável com uma mensagem impressa, permanentemente fixado a uma parede",
- "title": "uma lona"
- },
- "12": {
- "title": "um totem"
- },
- "13": {
- "description": "Usado para placas de publicidade, letreiros de neon, logotipos e placas de entrada institucionais",
- "title": "uma placa"
- },
- "14": {
- "title": "uma escultura"
- },
- "15": {
- "title": "uma pintura mural"
- },
"2": {
"title": "uma caixa expositora independente"
},
@@ -71,6 +54,23 @@
},
"9": {
"title": "uma tela montada em uma parede"
+ },
+ "11": {
+ "description": "Um pedaço de tecido impermeável com uma mensagem impressa, permanentemente fixado a uma parede",
+ "title": "uma lona"
+ },
+ "12": {
+ "title": "um totem"
+ },
+ "13": {
+ "description": "Usado para placas de publicidade, letreiros de neon, logotipos e placas de entrada institucionais",
+ "title": "uma placa"
+ },
+ "14": {
+ "title": "uma escultura"
+ },
+ "15": {
+ "title": "uma pintura mural"
}
},
"tagRenderings": {
@@ -165,9 +165,6 @@
"1": {
"then": "Isso é uma placa"
},
- "10": {
- "then": "Isso é uma pintura mural"
- },
"2": {
"then": "Isto é uma coluna"
},
@@ -191,6 +188,9 @@
},
"9": {
"then": "Isso é um totem"
+ },
+ "10": {
+ "then": "Isso é uma pintura mural"
}
},
"question": "Que tipo de recurso de publicitário é este?",
@@ -205,9 +205,6 @@
"1": {
"then": "Quadro"
},
- "10": {
- "then": "Pintura mural"
- },
"2": {
"then": "Caixa de pôster"
},
@@ -231,6 +228,9 @@
},
"9": {
"then": "Totem"
+ },
+ "10": {
+ "then": "Pintura mural"
}
}
}
@@ -312,15 +312,6 @@
"1": {
"then": "Mural"
},
- "10": {
- "then": "Azulejo (Revestimento de azulejos decorativos espanhóis)"
- },
- "11": {
- "then": "Azulejaria"
- },
- "12": {
- "then": "Entalhe"
- },
"2": {
"then": "Pintura"
},
@@ -344,6 +335,15 @@
},
"9": {
"then": "Relevo"
+ },
+ "10": {
+ "then": "Azulejo (Revestimento de azulejos decorativos espanhóis)"
+ },
+ "11": {
+ "then": "Azulejaria"
+ },
+ "12": {
+ "then": "Entalhe"
}
},
"question": "Qual é o tipo dessa obra de arte?",
@@ -1687,6 +1687,9 @@
},
"vending": {
"mappings": {
+ "8": {
+ "then": "Câmaras de ar para bicicletas são vendidas aqui"
+ },
"23": {
"then": "Luzes para bicicleta são vendidas aqui"
},
@@ -1701,9 +1704,6 @@
},
"27": {
"then": "Cadeados para bicicleta são vendidos aqui"
- },
- "8": {
- "then": "Câmaras de ar para bicicletas são vendidas aqui"
}
}
}
diff --git a/langs/layers/ru.json b/langs/layers/ru.json
index 6fccd80e5f..943a94fc7b 100644
--- a/langs/layers/ru.json
+++ b/langs/layers/ru.json
@@ -98,12 +98,6 @@
"1": {
"then": "Фреска"
},
- "10": {
- "then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
- },
- "11": {
- "then": "Плитка (мозаика)"
- },
"2": {
"then": "Живопись"
},
@@ -127,6 +121,12 @@
},
"9": {
"then": "Рельеф"
+ },
+ "10": {
+ "then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
+ },
+ "11": {
+ "then": "Плитка (мозаика)"
}
},
"question": "К какому типу относится эта работа?",
diff --git a/langs/layers/sl.json b/langs/layers/sl.json
index 48f362370c..56c132845c 100644
--- a/langs/layers/sl.json
+++ b/langs/layers/sl.json
@@ -152,18 +152,6 @@
"1": {
"then": "To je plošča"
},
- "10": {
- "then": "To je križ"
- },
- "12": {
- "then": "To je zgodovinski tank, ki je stalno postavljen v spomin na javnem kraju"
- },
- "13": {
- "then": "To je spominsko drevo"
- },
- "14": {
- "then": "To je nagrobni kamen; oseba je pokopana tu"
- },
"6": {
"then": "To je spominski kamen"
},
@@ -175,6 +163,18 @@
},
"9": {
"then": "To je obelisk"
+ },
+ "10": {
+ "then": "To je križ"
+ },
+ "12": {
+ "then": "To je zgodovinski tank, ki je stalno postavljen v spomin na javnem kraju"
+ },
+ "13": {
+ "then": "To je spominsko drevo"
+ },
+ "14": {
+ "then": "To je nagrobni kamen; oseba je pokopana tu"
}
},
"question": "Kakšne vrste spomenik je to?",
diff --git a/langs/layers/uk.json b/langs/layers/uk.json
index 770c39894f..91f202be2f 100644
--- a/langs/layers/uk.json
+++ b/langs/layers/uk.json
@@ -36,26 +36,6 @@
"description": "Велика зовнішня рекламна конструкція, зазвичай розташована в місцях з високим трафіком, наприклад, уздовж жвавих доріг, встановлена на стіні",
"title": "білборд, прикріплений до стіни"
},
- "10": {
- "title": "екран, встановлений на тимчасовому укритті"
- },
- "11": {
- "description": "Шматок водонепроникного текстилю з надрукованим повідомленням, постійно закріплений на стіні",
- "title": "брезент"
- },
- "12": {
- "title": "тотем"
- },
- "13": {
- "description": "Використовується для рекламних вивісок, неонових вивісок, логотипів та вхідних табличок установ",
- "title": "знак"
- },
- "14": {
- "title": "скульптура"
- },
- "15": {
- "title": "настінний розпис"
- },
"2": {
"title": "окремо стояча коробка для плакатів"
},
@@ -81,6 +61,26 @@
},
"9": {
"title": "екран, встановлений на стіні"
+ },
+ "10": {
+ "title": "екран, встановлений на тимчасовому укритті"
+ },
+ "11": {
+ "description": "Шматок водонепроникного текстилю з надрукованим повідомленням, постійно закріплений на стіні",
+ "title": "брезент"
+ },
+ "12": {
+ "title": "тотем"
+ },
+ "13": {
+ "description": "Використовується для рекламних вивісок, неонових вивісок, логотипів та вхідних табличок установ",
+ "title": "знак"
+ },
+ "14": {
+ "title": "скульптура"
+ },
+ "15": {
+ "title": "настінний розпис"
}
},
"tagRenderings": {
@@ -186,12 +186,6 @@
"1": {
"then": "Це дошка"
},
- "10": {
- "then": "Це настінний розпис"
- },
- "11": {
- "then": "Це кахельна плитка - реклама намальована на плитці"
- },
"2": {
"then": "Це стовпчик"
},
@@ -215,6 +209,12 @@
},
"9": {
"then": "Це тотем"
+ },
+ "10": {
+ "then": "Це настінний розпис"
+ },
+ "11": {
+ "then": "Це кахельна плитка - реклама намальована на плитці"
}
},
"question": "Який це тип рекламного об'єкту?",
@@ -229,11 +229,11 @@
"1": {
"then": "Дошка оголошень"
},
- "10": {
- "then": "Настінний розпис"
- },
"2": {
"then": "Поштова скринька"
+ },
+ "10": {
+ "then": "Настінний розпис"
}
}
}
@@ -262,15 +262,6 @@
"1": {
"then": "Мурал"
},
- "10": {
- "then": "Азулехо (іспанська декоративна плитка)"
- },
- "11": {
- "then": "Кахельна плитка"
- },
- "12": {
- "then": "Різьба по дереву"
- },
"2": {
"then": "Живопис"
},
@@ -294,6 +285,15 @@
},
"9": {
"then": "Рельєф"
+ },
+ "10": {
+ "then": "Азулехо (іспанська декоративна плитка)"
+ },
+ "11": {
+ "then": "Кахельна плитка"
+ },
+ "12": {
+ "then": "Різьба по дереву"
}
}
},
@@ -508,9 +508,6 @@
"1": {
"then": "Стійка з бічними петлями"
},
- "10": {
- "then": "Кронштейн з можливістю використання замка через вушко. Підсідельна труба може утримуватися на стійці за допомогою анкера"
- },
"3": {
"then": "Тримач керма"
},
@@ -531,6 +528,9 @@
},
"9": {
"then": "Шафка - велосипеди зачиняються повністю індивідуально або разом з кількома велосипедами. Шафка замала, щоб у ній могла поміститися людина стоячи."
+ },
+ "10": {
+ "then": "Кронштейн з можливістю використання замка через вушко. Підсідельна труба може утримуватися на стійці за допомогою анкера"
}
},
"question": "Що це за тип велопарковки?",
@@ -1292,9 +1292,6 @@
"1": {
"then": "Поверхня - пісок"
},
- "10": {
- "then": "Поверхня - дрібний гравій (менше 2 см на камінь)"
- },
"2": {
"then": "Поверхня складається з деревної стружки"
},
@@ -1318,6 +1315,9 @@
},
"9": {
"then": "Поверхня зроблена з гуми, наприклад, гумова плитка, гумова мульча або велика гумова площа"
+ },
+ "10": {
+ "then": "Поверхня - дрібний гравій (менше 2 см на камінь)"
}
},
"question": "Яка поверхня цього дитячого майданчика?",
@@ -1588,6 +1588,27 @@
"1": {
"then": "Коробки з-під напоїв"
},
+ "2": {
+ "then": "Бляшанки"
+ },
+ "3": {
+ "then": "Одяг"
+ },
+ "4": {
+ "then": "Олія для приготування їжі"
+ },
+ "5": {
+ "then": "Моторна олива"
+ },
+ "6": {
+ "then": "Флуоресцентні лампи"
+ },
+ "7": {
+ "then": "Зелені відходи"
+ },
+ "9": {
+ "then": "Скляні пляшки"
+ },
"10": {
"then": "Скло"
},
@@ -1618,9 +1639,6 @@
"19": {
"then": "Металобрухт"
},
- "2": {
- "then": "Бляшанки"
- },
"20": {
"then": "Взуття"
},
@@ -1635,24 +1653,6 @@
},
"25": {
"then": "Велосипеди"
- },
- "3": {
- "then": "Одяг"
- },
- "4": {
- "then": "Олія для приготування їжі"
- },
- "5": {
- "then": "Моторна олива"
- },
- "6": {
- "then": "Флуоресцентні лампи"
- },
- "7": {
- "then": "Зелені відходи"
- },
- "9": {
- "then": "Скляні пляшки"
}
},
"question": "Що тут можна переробити?"
@@ -2337,6 +2337,30 @@
"1": {
"then": "Солодощі"
},
+ "2": {
+ "then": "Продукти харчування"
+ },
+ "3": {
+ "then": "Сигарети"
+ },
+ "4": {
+ "then": "Презервативи"
+ },
+ "5": {
+ "then": "Кава"
+ },
+ "6": {
+ "then": "Питна вода"
+ },
+ "7": {
+ "then": "Газети"
+ },
+ "8": {
+ "then": "Велосипедні внутрішні трубки"
+ },
+ "9": {
+ "then": "Молоко"
+ },
"10": {
"then": "Хліб"
},
@@ -2367,9 +2391,6 @@
"19": {
"then": "Квіти"
},
- "2": {
- "then": "Продукти харчування"
- },
"20": {
"then": "Паркувальні талони"
},
@@ -2393,27 +2414,6 @@
},
"27": {
"then": "Велосипедні замки"
- },
- "3": {
- "then": "Сигарети"
- },
- "4": {
- "then": "Презервативи"
- },
- "5": {
- "then": "Кава"
- },
- "6": {
- "then": "Питна вода"
- },
- "7": {
- "then": "Газети"
- },
- "8": {
- "then": "Велосипедні внутрішні трубки"
- },
- "9": {
- "then": "Молоко"
}
},
"question": "Що продає цей автомат?",
diff --git a/langs/layers/zh_Hans.json b/langs/layers/zh_Hans.json
index bb86f5113c..26d68a673f 100644
--- a/langs/layers/zh_Hans.json
+++ b/langs/layers/zh_Hans.json
@@ -30,6 +30,18 @@
"0": {
"title": "一块广告牌"
},
+ "3": {
+ "title": "安装在墙上的海报盒子"
+ },
+ "7": {
+ "title": "一个旗子"
+ },
+ "8": {
+ "title": "一块屏幕"
+ },
+ "9": {
+ "title": "一块挂在墙上的屏幕"
+ },
"11": {
"title": "防水布"
},
@@ -44,18 +56,6 @@
},
"15": {
"title": "墙上的画"
- },
- "3": {
- "title": "安装在墙上的海报盒子"
- },
- "7": {
- "title": "一个旗子"
- },
- "8": {
- "title": "一块屏幕"
- },
- "9": {
- "title": "一块挂在墙上的屏幕"
}
},
"tagRenderings": {
@@ -150,9 +150,6 @@
"1": {
"then": "这是一块板"
},
- "10": {
- "then": "这是一幅壁画"
- },
"2": {
"then": "这是一个专栏"
},
@@ -176,6 +173,9 @@
},
"9": {
"then": "这是一个图腾"
+ },
+ "10": {
+ "then": "这是一幅壁画"
}
},
"question": "这是哪种类型的广告功能?",
@@ -190,9 +190,6 @@
"1": {
"then": "木板"
},
- "10": {
- "then": "墙上的画"
- },
"2": {
"then": "海报盒"
},
@@ -213,6 +210,9 @@
},
"9": {
"then": "图腾"
+ },
+ "10": {
+ "then": "墙上的画"
}
}
}
@@ -331,9 +331,6 @@
"1": {
"then": "壁画"
},
- "10": {
- "then": "Azulejo(西班牙装饰瓷砖)"
- },
"2": {
"then": "喷绘"
},
@@ -354,6 +351,9 @@
},
"8": {
"then": "涂鸦/粗糙雕刻"
+ },
+ "10": {
+ "then": "Azulejo(西班牙装饰瓷砖)"
}
}
}
diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json
index 513e0c6c09..e2e701047a 100644
--- a/langs/layers/zh_Hant.json
+++ b/langs/layers/zh_Hant.json
@@ -56,12 +56,6 @@
"1": {
"then": "壁畫"
},
- "10": {
- "then": "Azulejo (西班牙雕塑作品名稱)"
- },
- "11": {
- "then": "瓷磚"
- },
"2": {
"then": "繪畫"
},
@@ -85,6 +79,12 @@
},
"9": {
"then": "寬慰"
+ },
+ "10": {
+ "then": "Azulejo (西班牙雕塑作品名稱)"
+ },
+ "11": {
+ "then": "瓷磚"
}
},
"question": "這是什麼類型的藝術品?",
diff --git a/langs/nl.json b/langs/nl.json
index 2f4840b6f7..70ae432352 100644
--- a/langs/nl.json
+++ b/langs/nl.json
@@ -4,10 +4,10 @@
},
"centerMessage": {
"allFilteredAway": "Geen enkel kaart-object voldoet aan alle filters",
- "loadingData": "Data wordt geladen…",
+ "loadingData": "Data worden geladen …",
"noData": "Er zijn geen relevante kaart-objecten in de zichtbare regio",
"ready": "Klaar!",
- "retrying": "Data inladen mislukt. Nieuwe poging binnen {count} seconden…",
+ "retrying": "Data inladen mislukt. Nieuwe poging binnen {count} seconden …",
"zoomIn": "Zoom in om de data te zien en te bewerken"
},
"communityIndex": {
@@ -81,7 +81,7 @@
"intro": "Je hebt {length} locaties gemarkeerd als favoriete locatie.",
"introPrivacy": "Deze lijst is alleen voor jou zichtbaar",
"loginToSeeList": "Log in om de lijst met locaties te zien die je als favoriet hebt gemarkeerd",
- "tab": "Jouw favorieten en beoordelingen",
+ "tab": "Jouw favorieten en recensies",
"title": "Je favoriete locaties"
},
"flyer": {
@@ -94,20 +94,20 @@
"intro": "De gebruiker krijgt eerst een kaart met interessepunten te zien. Klik je op een punt, dan wordt de interface met informatie over het interessepunt geopend.",
"title": "Hoe ziet de interface eruit?"
},
- "examples": "Er zijn veel thematische kaarten , waarvan er hier een paar worden getoond.\n\nOnline zijn er nog meer thematische kaarten zoals: gezondheidszorg, binnenruimtes, rolstoeltoegankelijkheid, afvalcontainers, boekenruilkasten, regenboog-zebrapaden,... Ontdek ze allemaal op mapcomplete.org",
+ "examples": "Er zijn veel thematische kaarten, waarvan er hier een paar worden getoond.\n\nOnline zijn er nog meer thematische kaarten: gezondheidszorg, binnenruimtes, rolstoeltoegankelijkheid, afvalcontainers, boekenruilkasten, regenboog-zebrapaden … Ontdek ze allemaal op mapcomplete.org",
"fakeui": {
"add_images": "Voeg foto's toe met een paar klikken",
"attributes": "Attributen worden getoond op begrijpbare wijze",
"edit": "Foute of verouderde gegevens? Aanpassen kan hier.",
"question": "Is een attribuut nog niet gekend? MapComplete toont een vraag",
- "see_images": "Toont afbeeldingen van eerdere bijdragers, Wikipedia, Mapillary, …",
+ "see_images": "Toont afbeeldingen van eerdere bijdragers, Wikipedia, Mapillary …",
"wikipedia": "Gelinkte Wikipedia-artikelen worden getoond"
},
"frontParagraph": "MapComplete is een eenvoudig te gebruiken webapplicatie voor het verzamelen van geodata in OpenStreetMap. Hiermee kunnen relevante gegevens op een open, crowdsourced en herbruikbare manier worden verzameld en beheerd.\n\nNieuwe categorieën en attributen kunnen op vraag worden toegevoegd.",
"lines_too": "Lijnobjecten en polygonen worden ook getoond. Afbeeldingen en attributen daarvan kunnen toegevoegd en aangepast worden.",
"mapcomplete": {
- "customize": "Wil je een versie op maat?\nWil je een versie in jullie huisstijl?\nWil je een nieuwe kaartlaag of functionaliteit?\nWil je een crowdsourcing-campagne opzetten?\nNeem contact op met pietervdvn@posteo.net voor meer info.",
- "intro": "MapComplete is een website met {mapCount} interactieve kaarten - er komen regelmatig kaarten bij. Iedere kaart toont items binnen een interessegebied waar gebruikers data zien en updaten.",
+ "customize": "MapComplete kan op maat worden afgesteld, met nieuwe kaartlagen, nieuwe functionaliteiten, of een versie in de huisstijl van je organisatie.\nWe hebben ook ervaring met het opzetten van campagnes om geodata te crowdsourcen.\nNeem contact op met pietervdvn@posteo.net voor meer info.",
+ "intro": "MapComplete is een website met {mapCount} interactieve kaarten – en er komen regelmatig kaarten bij. Iedere kaart toont items binnen een bepaald interessegebied waar gebruikers data zien en bijwerken. Er zijn veel functionaliteiten:",
"li0": "Toon waar interessepunten zijn",
"li1": "Voeg nieuwe punten toe en update informatie van reeds bestaande punten",
"li2": "Voeg eenvoudig contactgegevens en openingsuren toe",
@@ -118,7 +118,7 @@
"li7": "Volledig Open-Source (GPL) en gratis te gebruiken",
"title": "Wat is MapComplete?"
},
- "onwheels": "Kaarten van binnenruimtes voor rolstoelgebruikers zijn ook beschikbaar",
+ "onwheels": "Kaarten van binnenruimtes voor rolstoelgebruikers zijn ook beschikbaar.",
"osm": "OpenStreetMap is een online kaart die door iedereen aangepast en herbruikt mag worden mits bronvermelding en het openhouden van de data.\n\nHet is de grootste geodatabank ter wereld en wordt herbruikt door miljoenen websites en applicaties.",
"tagline": "Geodata eenvoudig verzamelen met OpenStreetMap",
"title": "mapcomplete.org",
@@ -129,7 +129,7 @@
"404": "Deze pagina bestaat niet",
"about": "Bewerk en voeg data toe aan OpenStreetMap over een specifiek onderwerp op een gemakkelijke manier",
"aboutMapComplete": {
- "intro": "Gebruik MapComplete om data uit OpenStreetMap te bekijken en te bewerken rond een specifiek thema. Beantwoord vragen en binnen enkele minuten zijn je antwoorden overal beschikbaar. In de meeste thema's kan je ook foto's toevoegen of zelfs een review schrijven. De maker van het thema bepaalt welke elementen en vragen getoond worden."
+ "intro": "Gebruik MapComplete om data uit OpenStreetMap te bekijken en te bewerken rond een specifiek thema. Beantwoord vragen en binnen enkele minuten zijn je antwoorden overal beschikbaar. In de meeste thema's kan je ook foto's toevoegen of zelfs een recensie schrijven. De maker van het thema bepaalt welke elementen en vragen getoond worden."
},
"add": {
"addNew": "Voeg {category} toe",
@@ -159,7 +159,7 @@
"stillLoading": "De data worden nog geladen. Nog even geduld en dan kan je een object toevoegen.",
"title": "Nieuw object toevoegen",
"wrongType": "Dit object is geen punt of lijn en kan daarom niet geïmporteerd worden",
- "zoomInFurther": "Gelieve verder in te zoomen om een object toe te voegen.",
+ "zoomInFurther": "U dient eerst verder in te zoomen als u een object wilt toevoegen",
"zoomInMore": "Zoom meer in om dit object te importeren"
},
"apply_button": {
@@ -222,22 +222,22 @@
"downloadAsPng": "Download als afbeelding",
"downloadAsPngHelper": "Perfect om in rapporten op te nemen",
"downloadAsSvg": "Download de huidige kaart als SVG",
- "downloadAsSvgHelper": "Compatibel met Inkscape of Adobe Illustrator; deze data moeten nog verder verwerkt worden…",
+ "downloadAsSvgHelper": "Compatibel met Inkscape of Adobe Illustrator; deze data moeten nog verder verwerkt worden",
"downloadAsSvgLinesOnly": "Download een SVG van de huidige kaart met uitsluitend lijnen",
"downloadAsSvgLinesOnlyHelper": "Zelfdoorsnijdende lijnen worden opgebroken, kan worden gebruikt met bepaalde 3D-software",
"downloadCSV": "Download de zichtbare data als CSV",
- "downloadCSVHelper": "Compatibel met LibreOffice Calc, Excel, …",
+ "downloadCSVHelper": "Compatibel met LibreOffice Calc, Excel …",
"downloadFeatureAsGeojson": "Downloaden als GeoJSON bestand",
"downloadFeatureAsGpx": "Downloaden als GPX-bestand",
- "downloadGeoJsonHelper": "Compatibel met QGIS, ArcGIS, ESRI, …",
+ "downloadGeoJsonHelper": "Compatibel met QGIS, ArcGIS, ESRI …",
"downloadGeojson": "Download de zichtbare data als GeoJSON",
"downloadGpx": "Downloaden als GPX-bestand",
"downloadGpxHelper": "De meeste navigatie toestellen en applicaties kunnen een GPX-bestand openen",
"downloadImage": "Download afbeelding",
- "exporting": "Aan het exporteren…",
- "includeMetaData": "Exporteer metadata (zoals laatste aanpassing, berekende waardes, …)",
+ "exporting": "Aan het exporteren …",
+ "includeMetaData": "Exporteer metadata (zoals laatste aanpassing, berekende waardes …)",
"licenseInfo": "
Copyright
De voorziene data is beschikbaar onder de ODbL. Het hergebruiken van deze data is gratis voor elke toepassing, maar
Elke wijziging aan deze data moet opnieuw gepubliceerd worden onder dezelfde licentie
Gelieve de volledige licentie te lezen voor details",
- "noDataLoaded": "Er is nog geen data ingeladen. Downloaden kan zodra de data geladen is.",
+ "noDataLoaded": "Er zijn nog geen data ingeladen. Downloaden kan zodra de data geladen zijn.",
"pdf": {
"current_view_generic": "Exporteer een PDF van de huidige weergave naar {paper_size} in {orientation} oriëntatie"
},
@@ -277,8 +277,8 @@
"addNewOnLevel": "Is het nieuwe punt op verdieping {level}?",
"confirmLevel": "Ja, voeg {preset} toe op verdieping {level}"
},
- "loading": "Aan het laden…",
- "loadingTheme": "{theme} wordt geladen…",
+ "loading": "Aan het laden …",
+ "loadingTheme": "{theme} wordt geladen …",
"loginFailed": "Het inloggen op OpenStreetMap is gefaald",
"loginFailedOfflineMode": "OpenStreetMap.org is op dit moment niet beschikbaar door onderhoud. Kaartwijzigingen maken zal binnenkort weer mogelijk zijn.",
"loginFailedReadonlyMode": "OpenStreetMap.org is op dit moment in alleen-lezen modus door onderhoud. Kaartwijzigingen maken zal binnenkort weer mogelijk zijn.",
@@ -316,9 +316,9 @@
"closed_permanently": "Gesloten voor onbepaalde tijd",
"closed_until": "Gesloten - open op {date}",
"error": "Kan de openingsuren niet inlezen",
- "error_loading": "Sorry, deze openingsuren kunnen niet getoond worden",
+ "error_loading": "Sorry, deze openingsuren kunnen niet visueel getoond worden.",
"friday": "Op vrijdag {ranges}",
- "loadingCountry": "Het land wordt nog bepaald…",
+ "loadingCountry": "Het land wordt nog bepaald …",
"monday": "Op maandag {ranges}",
"not_all_rules_parsed": "De openingsuren zijn ingewikkeld. De volgende regels worden niet getoond bij het ingeven:",
"on_weekdays": "Op weekdagen {ranges}",
@@ -371,7 +371,7 @@
"retry": "Opnieuw proberen",
"returnToTheMap": "Ga terug naar de kaart",
"save": "Opslaan",
- "screenToSmall": "Open {theme} in een nieuw venster",
+ "screenToSmall": "Open {theme} in een nieuw venster",
"search": {
"activeFilters": "Actieve filters",
"clearFilters": "Verwijder filters",
@@ -379,11 +379,11 @@
"deleteThemeHistory": "Verwijder geschiedenis",
"editSearchSyncSettings": "Stel je geschiedenis-voorkeuren in",
"editThemeSync": "Stel je geschiedenis-voorkeuren in",
- "error": "Niet gelukt…",
+ "error": "Er is iets fout gelopen.",
"instructions": "Gebruik de zoekbalk om locaties, filters of om andere kaarten te zoeken",
"locations": "Plaatsen",
"nMoreFilters": "{n} meer",
- "nothing": "Niets gevonden…",
+ "nothing": "Niets gevonden.",
"nothingFor": "Geen resultaten gevonden voor {term}",
"otherMaps": "Andere kaarten",
"pickFilter": "Kies een filter",
@@ -392,7 +392,7 @@
"search": "Zoek naar een locatie, filter of kaart",
"searching": "Aan het zoeken…"
},
- "searchAnswer": "Zoek een optie…",
+ "searchAnswer": "Zoek een optie",
"seeIndex": "Zie het overzich van alle thematische kaarten",
"share": "Deel deze locatie",
"sharescreen": {
@@ -438,11 +438,11 @@
},
"title": "Upload je traject naar OpenStreetMap.org",
"uploadFinished": "Je traject is geupload!",
- "uploading": "Traject uploaden…"
+ "uploading": "Traject uploaden …"
},
"uploadPending": "{count} wijzigingen in behandeling",
"uploadPendingSingle": "Eén wijziging in behandeling",
- "uploadingChanges": "Wijzigingen aan het uploaden…",
+ "uploadingChanges": "Wijzigingen aan het uploaden …",
"useSearch": "Gebruik de zoekfunctie hierboven om meer opties te zien",
"visualFeedback": {
"closestFeaturesAre": "{n} objecten in beeld.",
@@ -473,18 +473,18 @@
"islocked": "Bewegen vergrendeld rond je huidige locatie. Duw op de geolocatie-knop om te ontgrendelen.",
"locked": "Bewegen vergrendeld rond jouw huidige locatie.",
"navigation": "Gebruik de pijltjestoetsen om te bewegen. Druk op spatie om het meest centrale punt te selecteren. Druk op een cijfertoets om andere items te selecteren.",
- "noCloseFeatures": "Geen objecten in beeld",
+ "noCloseFeatures": "Geen objecten in beeld.",
"north": "Naar het noorden",
"oneFeatureInView": "Eén object in beeld.",
"out": "Aan het uitzoomen naar zoomlevel {z}",
"south": "Naar het zuiden",
- "unlocked": "Bewegen ontgrendeld",
+ "unlocked": "Bewegen ontgrendeld.",
"viewportCenterCloseToGps": "De kaart is gecentreerd op je huidige GPS-locatie.",
"viewportCenterDetails": "Het kaartbeeldcentrum is {distance} {bearing} vanaf je huidige locatie.",
"west": "Naar het westen"
},
- "waitingForGeopermission": "Aan het wachten op toestemming om geolocatie te gebruiken…",
- "waitingForLocation": "Je locatie wordt gezocht…",
+ "waitingForGeopermission": "Aan het wachten op toestemming om geolocatie te gebruiken …",
+ "waitingForLocation": "Je locatie wordt gezocht …",
"weekdays": {
"abbreviations": {
"friday": "Vrij",
@@ -511,7 +511,7 @@
"doSearch": "Zoek hierboven om resultaten te zien",
"failed": "Het Wikipedia-artikel inladen is mislukt",
"fromWikipedia": "Uit Wikipedia, de vrije encyclopedie",
- "loading": "Wikipedia aan het laden…",
+ "loading": "Wikipedia aan het laden …",
"noResults": "Geen relevante items gevonden voor {search}",
"previewbox": {
"born": "Geboren: {value}",
@@ -585,7 +585,7 @@
"failReasonsAdvanced": "Je kunt er ook voor zorgen dat je browser en extensies API's van derden niet blokkeren.",
"multiple": {
"done": "{count} afbeeldingen zijn succesvol geüpload. Bedankt!",
- "partiallyDone": "{count} afbeeldingen worden geüpload, {done} afbeeldingen zijn klaar…",
+ "partiallyDone": "{count} afbeeldingen worden geüpload, {done} afbeeldingen zijn klaar …",
"someFailed": "Sorry, we konden {count} afbeeldingen niet uploaden",
"uploading": "{count} afbeeldingen worden geüpload…"
},
@@ -593,8 +593,8 @@
"one": {
"done": "Je afbeelding is succesvol geüpload. Bedankt!",
"failed": "Sorry, we konden je afbeelding niet uploaden",
- "retrying": "Je afbeelding wordt opnieuw geüpload…",
- "uploading": "Je afbeelding wordt geüpload…"
+ "retrying": "Afbeelding opnieuw proberen uploaden …",
+ "uploading": "Je afbeelding wordt geüpload …"
}
},
"uploadFailed": "Afbeelding uploaden mislukt. Heb je internet? Gebruik je Brave of UMatrix? Dan moet je derde partijen toelaten."
@@ -608,9 +608,9 @@
"notFound": "Ik kon hier geen {title} vinden - verwijder deze van de kaart"
},
"index": {
- "#": "These texts are shown above the theme buttons when no theme is loaded",
+ "#": "Deze teksten worden getoond boven de themaknoppen wanneer nog geen thema is ingeladen",
"about": "Over MapComplete",
- "intro": "MapComplete is een OpenStreetMap-applicatie waar informatie over een specifiek thema bekeken en aangepast kan worden.",
+ "intro": "Kaarten over verschillende thema's waar je kan aan bijdragen",
"learnMore": "Lees meer",
"logIn": "Log in om andere thema's te zien waar je al in bewerkt hebt",
"title": "Welkom bij MapComplete"
@@ -627,8 +627,8 @@
"inviteToMoveAgain": "Verplaats dit punt opnieuw",
"isRelation": "Dit object is een relatie en kan niet verplaatst worden",
"isWay": "Dit object is een lijn of een oppervlakte. Gebruik een ander OpenStreetMap-bewerkprogramma op het te verplaatsen.",
- "partOfAWay": "Dit object is deel van een lijn of een oppervlakte. Gebruik een ander OpenStreetMap-bewerkprogramma om het te verplaatsen",
- "partOfRelation": "Dit object maakt deel uit van een relatie. Gebruik een ander OpenStreetMap-bewerkprogramma om het te verplaatsen",
+ "partOfAWay": "Dit object is deel van een lijn of een oppervlakte. Gebruik een ander OpenStreetMap-bewerkprogramma om het te verplaatsen.",
+ "partOfRelation": "Dit object maakt deel uit van een relatie. Gebruik een ander OpenStreetMap-bewerkprogramma om het te verplaatsen.",
"pointIsMoved": "Dit punt is verplaatst",
"reasons": {
"reasonInaccurate": "De locatie van dit object is niet accuraat en moet een paar meter verschoven worden",
@@ -644,13 +644,13 @@
"addAComment": "Voeg een commentaar toe",
"addComment": "Voeg commentaar toe",
"addCommentAndClose": "Voeg een commentaar toe en sluit de nota",
- "addCommentPlaceholder": "Voeg een commentaar toe…",
+ "addCommentPlaceholder": "Voeg een commentaar toe …",
"anonymous": "Anonieme bijdrager",
"closeNote": "Sluit deze nota",
"createNote": "Maak een nieuwe kaartnota",
"createNoteIntro": "Ontbreekt hier iets? Is hier iets mis met de kaart? Maak hier dan een kaartnota, deze zal door vrijwilligers verwerkt worden.",
"createNoteTitle": "Voeg hier een nieuwe kaartnota toe",
- "creating": "Kaartnota wordt gemaakt…",
+ "creating": "Kaartnota wordt gemaakt …",
"disableAllNoteFilters": "Schakel alle filters uit",
"isClosed": "Deze nota is gesloten",
"isCreated": "Je kaarnota werd gemaakt!",
@@ -679,7 +679,7 @@
"li3": "neem een foto van de bloesems",
"li4": "neem een foto van het fruit"
},
- "loadingWikidata": "Informatie over {species} aan het laden",
+ "loadingWikidata": "Informatie over {species} aan het laden …",
"matchPercentage": "{match}% overeenkomst",
"overviewIntro": "De AI van plantnet.org denkt dat het om één van deze soorten gaat.",
"overviewTitle": "Gedetecteerd plantensoorten",
@@ -696,7 +696,7 @@
},
"privacy": {
"editingIntro": "Wanneer je een wijziging maakt, wordt deze wijziging opgeslaan op OpenStreetMap. Dit is zichtbaar voor iedereen. Een wijzigingenset gemaakt met MapComplete bevat de volgende data:",
- "editingOutro": "Bekijk ook de privacy-policy op OpenStreetMap.org voor gedetailleerde info. We herinneren je eraan dat je een pseudoniem of fictieve naam kan gebruiken wanneer je je registreert.",
+ "editingOutro": "Bekijk ook het privacybeleid op OpenStreetMap.org voor gedetailleerde info. We herinneren je eraan dat je een pseudoniem of fictieve naam kan gebruiken wanneer je je registreert.",
"editingTitle": "Wanneer je wijzigingen maakt",
"geodata": "Op het moment dat MapComplete je locatie krijgt, blijft deze informatie en de geschiedenis ervan lokaal op je toestel. Je locatiedata wordt nooit automatisch doorgestuurd naar waar dan ook - behalve wanneer een bepaalde functionaliteit daar expliciet om vraagt.",
"geodataTitle": "Jouw locatie",
@@ -713,36 +713,36 @@
"miscCookiesTitle": "Andere cookies",
"surveillance": "Gezien je de privacy-policy leest, vind je privacy waarschijnlijk belangrijk - wij ook! We hebben zelfs een kaart met bewakingcamera's gemaakt. Voeg er zeker toe!",
"title": "Privacyverklaring",
- "tracking": "Om enig inzicht te krijgen in wie de site bezoekt, wordt er technische informatie verzameld. Dit omvat het land van waaruit je de site bezoekt, vanop welke website je doorklikte naar MapComplete, het type toestel en de schermgrootte. Een cookie wordt op het toestel geplaatst om mee te geven dat je de site eerder in de dag bezocht. De data is niet gedetailleerd genoeg om persoonlijke informatie te zijn. Er zijn enkel geaggregeerde statistieken mogelijk. Deze kunnen door iedereen bekeken worden.",
+ "tracking": "Om enig inzicht te krijgen in wie de site bezoekt, wordt er technische informatie verzameld. Dit omvat het land van waaruit je de site bezoekt, vanop welke website je doorklikte naar MapComplete, het type toestel en de schermgrootte. Een cookie wordt op het toestel geplaatst om mee te geven dat je de site eerder in de dag bezocht. Deze data zijn niet gedetailleerd genoeg om persoonlijke informatie te zijn. Er zijn enkel geaggregeerde statistieken mogelijk. Deze kunnen door iedereen bekeken worden.",
"trackingTitle": "Statistische informatie",
"whileYoureHere": "Vind je privacy belangrijk?"
},
"reviews": {
- "affiliated_reviewer_warning": "(Review door betrokkene)",
+ "affiliated_reviewer_warning": "(Recensie door betrokkene)",
"attribution": "Via Mangrove Reviews",
"averageRating": "Gemiddelde score van {n} sterren",
- "i_am_affiliated": "Ik ben persoonlijk betrokken Vink aan indien je de oprichter, maker, werknemer, ... of dergelijke bent",
- "i_am_affiliated_explanation": "Check of je een eigenaar, maker, werknemer, ... bent.",
- "no_reviews_yet": "Er zijn nog geen beoordelingen. Wees de eerste!",
+ "i_am_affiliated": "Ik ben persoonlijk betrokken",
+ "i_am_affiliated_explanation": "Vink aan als je een eigenaar, maker, werknemer … bent.",
+ "no_reviews_yet": "Er zijn nog geen recensies. Wees de eerste!",
"non_place_review": "Eén recensie gaat niet over een plaats en wordt hier niet getoond.",
"non_place_reviews": "{n} recensies gaan niet over een plaats en worden hier niet getoond.",
"question": "Welke score geef je aan {title()}?",
"question_opinion": "Hoe was je ervaring?",
"rate": "Geef {n} sterren",
"rated": "Kreeg {n} sterren",
- "reviewPlaceholder": "Beschrijf je ervaring…",
+ "reviewPlaceholder": "Beschrijf je ervaring …",
"reviewing_as": "Beoordelen als {nickname}",
"reviewing_as_anonymous": "Beoordeel anoniem",
- "reviews_bug": "Verwachtte je meer beoordelingen? Sommige beoordelingen worden niet getoond door een bug.",
- "save": "Opslaan",
- "saved": "Bedankt om je beoordeling te delen!",
- "saving_review": "Opslaan...",
+ "reviews_bug": "Verwachtte je meer recensies? Door een programmafout worden sommige recensies niet getoond.",
+ "save": "Recensie opslaan",
+ "saved": "Bedankt om je recensie te delen!",
+ "saving_review": "Opslaan …",
"see_all": "Bekijk al je recensies op mangrove.reviews",
- "title": "{count} beoordelingen",
+ "title": "{count} recensies",
"too_long": "Maximaal {max} tekens zijn toegestaan. Je recensie heeft {amount} tekens.",
- "tos": "Als je je review publiceert, ga je akkoord met de de gebruiksvoorwaarden en privacy policy van Mangrove.reviews",
+ "tos": "Als je je recensie publiceert, ga je akkoord met de de gebruiksvoorwaarden en het privacybeleid van Mangrove.reviews",
"your_reviews": "Je vorige recensies",
- "your_reviews_empty": "We konden je eerdere beoordelingen niet vinden"
+ "your_reviews_empty": "We konden geen eerdere recensies van je vinden"
},
"split": {
"cancel": "Annuleren",
@@ -849,4 +849,4 @@
"startsWithQ": "Een wikidata-identificator begint met Q gevolgd door een nummer"
}
}
-}
\ No newline at end of file
+}
diff --git a/langs/themes/ca.json b/langs/themes/ca.json
index 5be8957e08..4dfa2f3147 100644
--- a/langs/themes/ca.json
+++ b/langs/themes/ca.json
@@ -731,33 +731,6 @@
"onwheels": {
"description": "En aquest mapa, es mostren llocs públics accessibles per a cadira de rodes i es poden afegir fàcilment",
"layers": {
- "19": {
- "override": {
- "=title": {
- "render": "Estadístiques"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importar"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Afegiu totes les etiquetes suggerides"
- }
- }
- }
- }
- }
- },
"4": {
"override": {
"filter": {
@@ -800,6 +773,33 @@
"override": {
"name": "Places d'aparcament per a minusvàlids"
}
+ },
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Estadístiques"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importar"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Afegiu totes les etiquetes suggerides"
+ }
+ }
+ }
+ }
+ }
}
},
"title": "Sobre rodes"
@@ -919,6 +919,10 @@
"stations": {
"description": "Veure, editar i afegir detalls a una estació de tren",
"layers": {
+ "3": {
+ "description": "Capa que mostra les estacions de tren",
+ "name": "Estació de tren"
+ },
"16": {
"description": "Pantalles que mostren els trens que sortiran de l'estació",
"name": "Taulers de sortides",
@@ -950,10 +954,6 @@
"title": {
"render": "Tauler de sortides"
}
- },
- "3": {
- "description": "Capa que mostra les estacions de tren",
- "name": "Estació de tren"
}
},
"title": "Estacions de tren"
diff --git a/langs/themes/cs.json b/langs/themes/cs.json
index ed09ba84d3..fd1ca8276e 100644
--- a/langs/themes/cs.json
+++ b/langs/themes/cs.json
@@ -769,13 +769,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "Vyloučit etymologii tématu"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -831,6 +824,13 @@
"question": "Vyloučit motiv GRB"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "Vyloučit etymologii tématu"
+ }
+ }
}
},
"name": "Changeset centra",
@@ -911,33 +911,6 @@
"onwheels": {
"description": "Na této mapě jsou zobrazena veřejně přístupná místa pro vozíčkáře, a lze je také snadno přidat",
"layers": {
- "19": {
- "override": {
- "=title": {
- "render": "Statistiky"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Dovoz"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Přidat všechny navrhované značky"
- }
- }
- }
- }
- }
- },
"4": {
"override": {
"filter": {
@@ -980,6 +953,33 @@
"override": {
"name": "Parkovací místa pro osoby se zdravotním postižením"
}
+ },
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistiky"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Dovoz"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Přidat všechny navrhované značky"
+ }
+ }
+ }
+ }
+ }
}
},
"title": "Na kolečkách"
@@ -1202,6 +1202,10 @@
"stations": {
"description": "Zobrazení, úprava a přidání podrobností o vlakovém nádraží",
"layers": {
+ "3": {
+ "description": "Vrstva zobrazující vlaková nádraží",
+ "name": "Vlaková nádraží"
+ },
"16": {
"description": "Zobrazuje vlaky odjíždějící z této stanice",
"name": "Odjezdové tabule",
@@ -1233,10 +1237,6 @@
"title": {
"render": "Odjezdová tabule"
}
- },
- "3": {
- "description": "Vrstva zobrazující vlaková nádraží",
- "name": "Vlaková nádraží"
}
},
"title": "Vlaková nádraží"
diff --git a/langs/themes/da.json b/langs/themes/da.json
index f780a079f1..8a93f66cc9 100644
--- a/langs/themes/da.json
+++ b/langs/themes/da.json
@@ -554,33 +554,6 @@
"onwheels": {
"description": "På dette kort vises steder, der er offentligt tilgængelige for kørestolsbrugere, og de kan nemt tilføjes",
"layers": {
- "19": {
- "override": {
- "=title": {
- "render": "Statistikker"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importere"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Tilføj alle de foreslåede tags"
- }
- }
- }
- }
- }
- },
"4": {
"override": {
"filter": {
@@ -623,6 +596,33 @@
"override": {
"name": "Handikapparkeringspladser"
}
+ },
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistikker"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importere"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Tilføj alle de foreslåede tags"
+ }
+ }
+ }
+ }
+ }
}
}
},
@@ -734,6 +734,9 @@
},
"stations": {
"layers": {
+ "3": {
+ "name": "Togstationer"
+ },
"16": {
"name": "Afgangstavler",
"presets": {
@@ -749,9 +752,6 @@
"title": {
"render": "Afgangstavle"
}
- },
- "3": {
- "name": "Togstationer"
}
},
"title": "Togstationer"
diff --git a/langs/themes/de.json b/langs/themes/de.json
index 9d8560b4f2..dbdfcc1502 100644
--- a/langs/themes/de.json
+++ b/langs/themes/de.json
@@ -769,13 +769,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "Etymologie-Thema ausschließen"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -831,6 +824,13 @@
"question": "GRB-Thema ausschließen"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "Etymologie-Thema ausschließen"
+ }
+ }
}
},
"name": "Changeset-Zentren",
@@ -911,33 +911,6 @@
"onwheels": {
"description": "Auf dieser Karte können Sie öffentlich zugängliche Orte für Rollstuhlfahrer ansehen, bearbeiten oder hinzufügen",
"layers": {
- "19": {
- "override": {
- "=title": {
- "render": "Statistik"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Import"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Alle vorgeschlagenen Tags hinzufügen"
- }
- }
- }
- }
- }
- },
"4": {
"override": {
"filter": {
@@ -980,6 +953,33 @@
"override": {
"name": "Barrierefreie Parkplätze"
}
+ },
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistik"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Import"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Alle vorgeschlagenen Tags hinzufügen"
+ }
+ }
+ }
+ }
+ }
}
},
"title": "Auf Rädern"
@@ -1202,6 +1202,10 @@
"stations": {
"description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
"layers": {
+ "3": {
+ "description": "Ebene mit Bahnhöfen",
+ "name": "Bahnhöfe"
+ },
"16": {
"description": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
"name": "Abfahrtstafeln",
@@ -1233,10 +1237,6 @@
"title": {
"render": "Abfahrtstafel"
}
- },
- "3": {
- "description": "Ebene mit Bahnhöfen",
- "name": "Bahnhöfe"
}
},
"title": "Bahnhöfe"
diff --git a/langs/themes/en.json b/langs/themes/en.json
index bbe70782a6..4c695df9a4 100644
--- a/langs/themes/en.json
+++ b/langs/themes/en.json
@@ -488,6 +488,11 @@
"override": {
"=name": "Sport places without etymology information"
}
+ },
+ "8": {
+ "override": {
+ "=name": "Parks without etymology information"
+ }
}
},
"shortDescription": "What is the origin of a toponym?",
@@ -721,6 +726,10 @@
"description": "On this map, publicly accessible indoor places are shown",
"title": "Indoors"
},
+ "insects": {
+ "description": "Insect hotels provide shelter for insects.",
+ "title": "Insect Hotels"
+ },
"items_with_image": {
"description": "A map showing all items on OSM which have an image. This theme is a very bad fit for MapComplete as someone is not able to directly add a picture. However, this theme is mostly here to include this all into the database, which'll allow this to quickly fetch images nearby for other features",
"title": "All items with images"
@@ -769,13 +778,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "Exclude etymology theme"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -831,6 +833,13 @@
"question": "Exclude GRB theme"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "Exclude etymology theme"
+ }
+ }
}
},
"name": "Changeset centers",
@@ -911,33 +920,6 @@
"onwheels": {
"description": "On this map, publicly weelchair accessible places are shown and can be easily added",
"layers": {
- "19": {
- "override": {
- "=title": {
- "render": "Statistics"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Import"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Add all the suggested tags"
- }
- }
- }
- }
- }
- },
"4": {
"override": {
"filter": {
@@ -980,6 +962,33 @@
"override": {
"name": "Disabled parking spaces"
}
+ },
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistics"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Import"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Add all the suggested tags"
+ }
+ }
+ }
+ }
+ }
}
},
"title": "OnWheels"
@@ -1202,6 +1211,10 @@
"stations": {
"description": "View, edit and add details to a train station",
"layers": {
+ "3": {
+ "description": "Layer showing train stations",
+ "name": "Train Stations"
+ },
"16": {
"description": "Displays showing the trains that will leave from this station",
"name": "Departures boards",
@@ -1233,10 +1246,6 @@
"title": {
"render": "Departures board"
}
- },
- "3": {
- "description": "Layer showing train stations",
- "name": "Train Stations"
}
},
"title": "Train Stations"
diff --git a/langs/themes/es.json b/langs/themes/es.json
index 5f6a7d6c78..1d0c9f80e3 100644
--- a/langs/themes/es.json
+++ b/langs/themes/es.json
@@ -769,13 +769,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "Excluir el tema de etimología"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -831,6 +824,13 @@
"question": "Excluir el tema GRB"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "Excluir el tema de etimología"
+ }
+ }
}
},
"name": "Centros de conjuntos de cambios",
@@ -911,33 +911,6 @@
"onwheels": {
"description": "En este mapa, se muestran y se pueden agregar fácilmente lugares accesibles para sillas de ruedas",
"layers": {
- "19": {
- "override": {
- "=title": {
- "render": "Estadísticas"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importar"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Agregar todas las etiquetas sugeridas"
- }
- }
- }
- }
- }
- },
"4": {
"override": {
"filter": {
@@ -980,6 +953,33 @@
"override": {
"name": "Plazas de estacionamiento para discapacitados"
}
+ },
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Estadísticas"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importar"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Agregar todas las etiquetas sugeridas"
+ }
+ }
+ }
+ }
+ }
}
},
"title": "Sobre ruedas"
@@ -1202,6 +1202,10 @@
"stations": {
"description": "Ver, editar y agregar detalles a una estación de tren",
"layers": {
+ "3": {
+ "description": "Capa que muestra las estaciones de tren",
+ "name": "Estaciones de tren"
+ },
"16": {
"description": "Pantallas que muestran los trenes que saldrán de esta estación",
"name": "Tableros de salidas",
@@ -1233,10 +1237,6 @@
"title": {
"render": "Tablero de salidas"
}
- },
- "3": {
- "description": "Capa que muestra las estaciones de tren",
- "name": "Estaciones de tren"
}
},
"title": "Estaciones de tren"
diff --git a/langs/themes/fr.json b/langs/themes/fr.json
index 62482304ce..5aacec5880 100644
--- a/langs/themes/fr.json
+++ b/langs/themes/fr.json
@@ -790,33 +790,6 @@
"onwheels": {
"description": "Sur cette carte nous pouvons voir et ajouter les différents endroits publiques accessibles aux chaises roulantes",
"layers": {
- "19": {
- "override": {
- "=title": {
- "render": "Statistiques"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importation"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Ajouter tous les attributs suggérés"
- }
- }
- }
- }
- }
- },
"4": {
"override": {
"filter": {
@@ -859,6 +832,33 @@
"override": {
"name": "Places de stationnement pour personnes handicapées"
}
+ },
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistiques"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importation"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Ajouter tous les attributs suggérés"
+ }
+ }
+ }
+ }
+ }
}
},
"title": "OnWheels"
@@ -1025,6 +1025,10 @@
"stations": {
"description": "Voir, modifier et ajouter des détails à une gare ferroviaire",
"layers": {
+ "3": {
+ "description": "Couche montrant les gares",
+ "name": "Gares ferroviaires"
+ },
"16": {
"description": "Panneau affichant les trains au départ depuis cette gare",
"name": "Panneaux des départs",
@@ -1056,10 +1060,6 @@
"title": {
"render": "Tableau des départs"
}
- },
- "3": {
- "description": "Couche montrant les gares",
- "name": "Gares ferroviaires"
}
},
"title": "Gares ferroviaires"
diff --git a/langs/themes/it.json b/langs/themes/it.json
index 016494c805..38148117da 100644
--- a/langs/themes/it.json
+++ b/langs/themes/it.json
@@ -488,17 +488,17 @@
"onwheels": {
"description": "Su questa mappa sono indicati i luoghi pubblici accessibili con sedia a rotelle e possono essere facilmente aggiunti",
"layers": {
+ "8": {
+ "override": {
+ "name": "Parcheggi per disabili"
+ }
+ },
"19": {
"override": {
"=title": {
"render": "Statistiche"
}
}
- },
- "8": {
- "override": {
- "name": "Parcheggi per disabili"
- }
}
}
},
diff --git a/langs/themes/nb_NO.json b/langs/themes/nb_NO.json
index 70228236d0..f111766419 100644
--- a/langs/themes/nb_NO.json
+++ b/langs/themes/nb_NO.json
@@ -355,6 +355,19 @@
},
"onwheels": {
"layers": {
+ "4": {
+ "override": {
+ "filter": {
+ "0": {
+ "options": {
+ "1": {
+ "question": "Uten breddeinfo"
+ }
+ }
+ }
+ }
+ }
+ },
"19": {
"override": {
"=title": {
@@ -381,19 +394,6 @@
}
}
}
- },
- "4": {
- "override": {
- "filter": {
- "0": {
- "options": {
- "1": {
- "question": "Uten breddeinfo"
- }
- }
- }
- }
- }
}
},
"title": "På hjul"
@@ -473,6 +473,10 @@
},
"stations": {
"layers": {
+ "3": {
+ "description": "Lag som viser togstasjoner",
+ "name": "Togstasjoner"
+ },
"16": {
"tagRenderings": {
"type": {
@@ -483,10 +487,6 @@
}
}
}
- },
- "3": {
- "description": "Lag som viser togstasjoner",
- "name": "Togstasjoner"
}
},
"title": "Togstasjoner"
diff --git a/langs/themes/nl.json b/langs/themes/nl.json
index 266a9c76c1..1350e11ce3 100644
--- a/langs/themes/nl.json
+++ b/langs/themes/nl.json
@@ -448,7 +448,7 @@
"title": "Onderwijs"
},
"elongated_coin": {
- "description": "Zoek muntpersen om uitgerokken munten te maken.",
+ "description": "Zoek muntpersen om uitgetrokken munten te maken.",
"title": "Muntpersen"
},
"etymology": {
@@ -653,37 +653,8 @@
"building type": {
"question": "Wat voor soort gebouw is dit?"
},
- "grb-fixme": {
- "mappings": {
- "0": {
- "then": "Geen fixme"
- }
- },
- "question": "Wat zegt de fixme?",
- "render": "De fixme is {fixme}"
- },
- "grb-housenumber": {
- "mappings": {
- "0": {
- "then": "Geen huisnummer"
- }
- },
- "question": "Wat is het huisnummer?",
- "render": "Het huisnummer is {addr:housenumber}"
- },
- "grb-min-level": {
- "question": "Hoeveel verdiepingen ontbreken?",
- "render": "Dit gebouw begint maar op de {building:min_level} verdieping"
- },
"grb-reference": {
"render": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}"
- },
- "grb-street": {
- "question": "Wat is de straat?",
- "render": "De straat is {addr:street}"
- },
- "grb-unit": {
- "render": "De wooneenheid-aanduiding is {addr:unit} "
}
}
},
@@ -700,35 +671,8 @@
}
}
}
- },
- "5": {
- "override": {
- "tagRenderings+": {
- "0": {
- "mappings": {
- "0": {
- "then": "Geen omliggend OSM-gebouw gevonden"
- }
- }
- },
- "3": {
- "mappings": {
- "0": {
- "then": "Geen omliggend OSM-gebouw gevonden. Een omliggend gebouw is nodig om dit punt als adres punt toe te voegen.
Importeer eerst de gebouwen. Vernieuw dan de pagina om losse adressen toe te voegen
"
- }
- },
- "render": {
- "special": {
- "text": "Voeg dit adres als een nieuw adrespunt toe"
- }
- }
- }
- }
- }
}
- },
- "shortDescription": "Grb import helper tool",
- "title": "GRB import helper"
+ }
},
"guideposts": {
"description": "Wegwijzers (ook wel handwijzer genoemd) zijn vaak te vinden langs officiële wandel-, fiets-, ski- of paardrijroutes om de richtingen naar verschillende bestemmingen aan te geven. Vaak zijn ze vernoemd naar een regio of plaats en geven ze de hoogte aan.\n\nDe positie van een wegwijzer kan door een wandelaar/fietser/renner/skiër worden gebruikt als bevestiging van de huidige positie, vooral als ze een gedrukte kaart zonder GPS-ontvanger gebruiken. ",
@@ -777,6 +721,10 @@
"description": "Op deze kaart worden publiek toegankelijke binnenruimtes getoond",
"title": "Binnenruimtes"
},
+ "insects": {
+ "description": "Insectenhotels bieden onderdak aan insecten.",
+ "title": "Insectenhotels"
+ },
"items_with_image": {
"description": "Een kaart die alle items op OSM toont die een afbeelding hebben. Dit thema past heel slecht bij MapComplete omdat het niet mogelijk is een afbeelding toe te voegen. Dit thema is er vooral om alles in de database op te nemen, waardoor het snel afbeeldingen in de buurt kan ophalen voor andere functies",
"title": "Alle items met afbeeldingen"
@@ -825,13 +773,6 @@
}
}
},
- "10": {
- "options": {
- "0": {
- "question": "Thema etymologie uitsluiten"
- }
- }
- },
"2": {
"options": {
"0": {
@@ -887,6 +828,13 @@
"question": "GRB-thema uitsluiten"
}
}
+ },
+ "10": {
+ "options": {
+ "0": {
+ "question": "Thema etymologie uitsluiten"
+ }
+ }
}
},
"name": "Changeset centra",
@@ -967,33 +915,6 @@
"onwheels": {
"description": "Op deze kaart kan je rolstoeltoegankelijke plaatsen vinden en toevoegen",
"layers": {
- "19": {
- "override": {
- "=title": {
- "render": "Statistieken"
- }
- }
- },
- "20": {
- "override": {
- "+tagRenderings": {
- "0": {
- "render": {
- "special": {
- "text": "Importeren"
- }
- }
- },
- "1": {
- "render": {
- "special": {
- "message": "Voeg alle gesuggereerde tags toe"
- }
- }
- }
- }
- }
- },
"4": {
"override": {
"filter": {
@@ -1036,6 +957,33 @@
"override": {
"name": "Parkeerplaatsen voor personen met een beperking"
}
+ },
+ "19": {
+ "override": {
+ "=title": {
+ "render": "Statistieken"
+ }
+ }
+ },
+ "20": {
+ "override": {
+ "+tagRenderings": {
+ "0": {
+ "render": {
+ "special": {
+ "text": "Importeren"
+ }
+ }
+ },
+ "1": {
+ "render": {
+ "special": {
+ "message": "Voeg alle gesuggereerde tags toe"
+ }
+ }
+ }
+ }
+ }
}
},
"title": "OnWheels"
@@ -1160,11 +1108,6 @@
},
"title": "Dierenartsen, hondenloopzones en andere huisdiervriendelijke plaatsen"
},
- "play_forests": {
- "description": "Een speelbos is een zone in een bos die vrij toegankelijk is voor spelende kinderen. Deze wordt in bossen van het Agentschap Natuur en bos altijd aangeduid met het overeenkomstige bord.",
- "shortDescription": "Deze kaart toont speelbossen",
- "title": "Speelbossen"
- },
"playgrounds": {
"description": "Op deze kaart vind je speeltuinen en kan je zelf meer informatie en foto's toevoegen",
"shortDescription": "Een kaart met speeltuinen",
@@ -1238,47 +1181,6 @@
"description": "Alles om te skiën",
"title": "Skipistes en kabelbanen"
},
- "speelplekken": {
- "description": "
Welkom bij de Groendoener!
De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan 200 grote en kleine speelplekken 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!
Het project groendoener kadert binnen het strategisch project Beleefbare Open Ruimte in de Antwerpse Zuidrand 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. ",
- "layers": {
- "6": {
- "name": "Wandelroutes van provincie Antwerpen",
- "tagRenderings": {
- "walk-description": {
- "render": "