forked from MapComplete/MapComplete
		
	Chore: fix and merge translations
This commit is contained in:
		
							parent
							
								
									081119bdbc
								
							
						
					
					
						commit
						b7d3fac275
					
				
					 19 changed files with 717 additions and 580 deletions
				
			
		| 
						 | 
					@ -1014,7 +1014,8 @@
 | 
				
			||||||
        "es": "una valla publicitària",
 | 
					        "es": "una valla publicitària",
 | 
				
			||||||
        "de": "eine Werbetafel",
 | 
					        "de": "eine Werbetafel",
 | 
				
			||||||
        "cs": "billboard",
 | 
					        "cs": "billboard",
 | 
				
			||||||
        "pt": "um outdoor"
 | 
					        "pt": "um outdoor",
 | 
				
			||||||
 | 
					        "fr": "un grand panneau"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "description": {
 | 
					      "description": {
 | 
				
			||||||
        "en": "A large outdoor advertising structure, typically found in high-traffic areas such as alongside busy roads",
 | 
					        "en": "A large outdoor advertising structure, typically found in high-traffic areas such as alongside busy roads",
 | 
				
			||||||
| 
						 | 
					@ -1041,7 +1042,8 @@
 | 
				
			||||||
        "es": "un mupi",
 | 
					        "es": "un mupi",
 | 
				
			||||||
        "de": "eine freistehende Posterbox",
 | 
					        "de": "eine freistehende Posterbox",
 | 
				
			||||||
        "cs": "volně stojící plakátovací skříň",
 | 
					        "cs": "volně stojící plakátovací skříň",
 | 
				
			||||||
        "pt": "uma caixa de pôster independente"
 | 
					        "pt": "uma caixa de pôster independente",
 | 
				
			||||||
 | 
					        "fr": "un panneau à affiches scellé au sol"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "exampleImages": [
 | 
					      "exampleImages": [
 | 
				
			||||||
        "./assets/themes/advertising/Mupi_spain.jpg",
 | 
					        "./assets/themes/advertising/Mupi_spain.jpg",
 | 
				
			||||||
| 
						 | 
					@ -1058,7 +1060,8 @@
 | 
				
			||||||
        "es": "un mupi sobre la pared",
 | 
					        "es": "un mupi sobre la pared",
 | 
				
			||||||
        "de": "eine wandmontierte Posterbox",
 | 
					        "de": "eine wandmontierte Posterbox",
 | 
				
			||||||
        "cs": "plakátovací skříň připevněná na stěnu",
 | 
					        "cs": "plakátovací skříň připevněná na stěnu",
 | 
				
			||||||
        "pt": "uma caixa de pôster montada em uma parede"
 | 
					        "pt": "uma caixa de pôster montada em uma parede",
 | 
				
			||||||
 | 
					        "fr": "un panneau à affiches monté sur un mur"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "snapToLayer": "walls_and_buildings"
 | 
					      "snapToLayer": "walls_and_buildings"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -210,7 +210,9 @@
 | 
				
			||||||
        "de": "eine Kletterroute",
 | 
					        "de": "eine Kletterroute",
 | 
				
			||||||
        "it": "una via di arrampicata"
 | 
					        "it": "una via di arrampicata"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "snapToLayer": ["climbing_opportunity"],
 | 
					      "snapToLayer": [
 | 
				
			||||||
 | 
					        "climbing_opportunity"
 | 
				
			||||||
 | 
					      ],
 | 
				
			||||||
      "tags": [
 | 
					      "tags": [
 | 
				
			||||||
        "sport=climbing",
 | 
					        "sport=climbing",
 | 
				
			||||||
        "climbing=route"
 | 
					        "climbing=route"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -53,25 +53,29 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "map_type=topo",
 | 
					          "if": "map_type=topo",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Topographical map <p class='subtle'>The map contains contour lines. </p>"
 | 
					            "en": "Topographical map <p class='subtle'>The map contains contour lines. </p>",
 | 
				
			||||||
 | 
					            "de": "Topographische Katte <p class='subtle'> Die Karte enthält Höhenlinien. </p>"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "map_type=street",
 | 
					          "if": "map_type=street",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "A map with all streets or ways of an area. <p class='subtle'>The streets are mostly named; the angles, distances etc. are accurate</p>"
 | 
					            "en": "A map with all streets or ways of an area. <p class='subtle'>The streets are mostly named; the angles, distances etc. are accurate</p>",
 | 
				
			||||||
 | 
					            "de": "Eine Karte mit allen Straßen und Wegen eines Gebietes. <p class='subtle'>Die Straßen sind meist benannt; die Winkel, die Entfernungen, etc. stimmen</p>"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "map_type=scheme",
 | 
					          "if": "map_type=scheme",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "This is a schematic map. <p class='subtle'>A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.</p> "
 | 
					            "en": "This is a schematic map. <p class='subtle'>A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.</p> ",
 | 
				
			||||||
 | 
					            "de": "Dies ist eine schematische Karte. <p class='subtle'>Eine skizzierte Karte mit nur wichtigen Wegen und POIs. Die Winkel, Entfernungen usw. sind lediglich illustrativ, nicht genau.</p> "
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "map_type=toposcope",
 | 
					          "if": "map_type=toposcope",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "This is a toposcope. <p class='subtle'>A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point<p>"
 | 
					            "en": "This is a toposcope. <p class='subtle'>A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point<p>",
 | 
				
			||||||
 | 
					            "de": "Dies ist ein Toposkop. <p class='subtle'>Eine Markierung, die an hohen Stellen angebracht ist und die Richtung zu wichtigen Landschaftsobjekten anzeigt, die von diesem Punkt aus gesehen werden können<p>"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
| 
						 | 
					@ -86,7 +90,8 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "map_size=building",
 | 
					          "if": "map_size=building",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "A map of the rooms within a building"
 | 
					            "en": "A map of the rooms within a building",
 | 
				
			||||||
 | 
					            "de": "Eine Karte der Räume innerhalb eines Gebäudes"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					@ -99,7 +104,8 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "map_size=village",
 | 
					          "if": "map_size=village",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "A map showing the village or town"
 | 
					            "en": "A map showing the village or town",
 | 
				
			||||||
 | 
					            "de": "Eine Karte, die das Dorf oder die Stadt anzeigt"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,17 +6,20 @@
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "title": {
 | 
					  "title": {
 | 
				
			||||||
    "render": {
 | 
					    "render": {
 | 
				
			||||||
      "en": "Memorial plaque"
 | 
					      "en": "Memorial plaque",
 | 
				
			||||||
 | 
					      "de": "Gedenktafel"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "tagRenderings": [
 | 
					  "tagRenderings": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "id": "inscription",
 | 
					      "id": "inscription",
 | 
				
			||||||
      "question": {
 | 
					      "question": {
 | 
				
			||||||
        "en": "What is the inscription of this plaque?"
 | 
					        "en": "What is the inscription of this plaque?",
 | 
				
			||||||
 | 
					        "de": "Wie lautet die Inschrift auf dieser Gedenktafel?"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "render": {
 | 
					      "render": {
 | 
				
			||||||
        "en": "The inscription on this plaque reads: <p><i>{inscription}<i></p>"
 | 
					        "en": "The inscription on this plaque reads: <p><i>{inscription}<i></p>",
 | 
				
			||||||
 | 
					        "de": "Die Inschrift auf dieser Gedenktafel lautet: <p><i>{inscription}<i></p>"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "freeform": {
 | 
					      "freeform": {
 | 
				
			||||||
        "key": "inscription",
 | 
					        "key": "inscription",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -480,7 +480,8 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Has children books",
 | 
					            "en": "Has children books",
 | 
				
			||||||
            "nl": "Kinderboeken aanwezig"
 | 
					            "nl": "Kinderboeken aanwezig",
 | 
				
			||||||
 | 
					            "de": "Hat Kinderbücher"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "books~i~.*children.*"
 | 
					          "osmTags": "books~i~.*children.*"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					@ -492,7 +493,8 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Has books for adults",
 | 
					            "en": "Has books for adults",
 | 
				
			||||||
            "nl": "Boeken voor volwassenen aanwezig"
 | 
					            "nl": "Boeken voor volwassenen aanwezig",
 | 
				
			||||||
 | 
					            "de": "Hat Bücher für Erwachsene"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "books~i~.*adults.*"
 | 
					          "osmTags": "books~i~.*adults.*"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					@ -513,14 +515,16 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Located indoors",
 | 
					            "en": "Located indoors",
 | 
				
			||||||
            "nl": "Bevindt zich binnen"
 | 
					            "nl": "Bevindt zich binnen",
 | 
				
			||||||
 | 
					            "de": "Befindet sich im Innenbereich"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "indoor=yes"
 | 
					          "osmTags": "indoor=yes"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "nl": "Bevindt zich buiten",
 | 
					            "nl": "Bevindt zich buiten",
 | 
				
			||||||
            "en": "Located outdoors"
 | 
					            "en": "Located outdoors",
 | 
				
			||||||
 | 
					            "de": "Befindet sich im Freien"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": {
 | 
					          "osmTags": {
 | 
				
			||||||
            "or": [
 | 
					            "or": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -233,19 +233,22 @@
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "id": "fixate-north",
 | 
					      "id": "fixate-north",
 | 
				
			||||||
      "question": {
 | 
					      "question": {
 | 
				
			||||||
        "en": "Should north always be up?"
 | 
					        "en": "Should north always be up?",
 | 
				
			||||||
 | 
					        "de": "Soll Norden immer oben sein?"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "mappings": [
 | 
					      "mappings": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "mapcomplete-fixate-north=",
 | 
					          "if": "mapcomplete-fixate-north=",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Allow to rotate the map"
 | 
					            "en": "Allow to rotate the map",
 | 
				
			||||||
 | 
					            "de": "Drehen der Karte zulassen"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "mapcomplete-fixate-north=yes",
 | 
					          "if": "mapcomplete-fixate-north=yes",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Always keep north pointing up"
 | 
					            "en": "Always keep north pointing up",
 | 
				
			||||||
 | 
					            "de": "Norden immer nach oben zeigen lassen"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
| 
						 | 
					@ -253,7 +256,8 @@
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "id": "mangrove-keys",
 | 
					      "id": "mangrove-keys",
 | 
				
			||||||
      "render": {
 | 
					      "render": {
 | 
				
			||||||
        "en": "<a href='data:application/json,{mangroveidentity}' download='mangrove_private_key_{_name}'>Download the private key for your Mangrove Account</a> <p>Anyone possessing this file can make reviews with your identity</p>"
 | 
					        "en": "<a href='data:application/json,{mangroveidentity}' download='mangrove_private_key_{_name}'>Download the private key for your Mangrove Account</a> <p>Anyone possessing this file can make reviews with your identity</p>",
 | 
				
			||||||
 | 
					        "de": "<a href='data:application/json,{mangroveidentity}' download='mangrove_private_key_{_name}'>Laden Sie den privaten Schlüssel für Ihr Mangrove-Konto herunter</a> <p>Jeder, der diese Datei besitzt, kann mit Ihrer Identität Rezensionen vornehmen</p>"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,11 +2,13 @@
 | 
				
			||||||
  "id": "vending_machine",
 | 
					  "id": "vending_machine",
 | 
				
			||||||
  "name": {
 | 
					  "name": {
 | 
				
			||||||
    "en": "Vending Machines",
 | 
					    "en": "Vending Machines",
 | 
				
			||||||
    "nl": "Verkoopautomaten"
 | 
					    "nl": "Verkoopautomaten",
 | 
				
			||||||
 | 
					    "de": "Verkaufsautomaten"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "description": {
 | 
					  "description": {
 | 
				
			||||||
    "en": "Layer showing vending machines",
 | 
					    "en": "Layer showing vending machines",
 | 
				
			||||||
    "nl": "Laag met verkoopautomaten"
 | 
					    "nl": "Laag met verkoopautomaten",
 | 
				
			||||||
 | 
					    "de": "Ebene mit Verkaufsautomaten"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "source": {
 | 
					  "source": {
 | 
				
			||||||
    "osmTags": {
 | 
					    "osmTags": {
 | 
				
			||||||
| 
						 | 
					@ -19,21 +21,24 @@
 | 
				
			||||||
  "title": {
 | 
					  "title": {
 | 
				
			||||||
    "render": {
 | 
					    "render": {
 | 
				
			||||||
      "en": "Vending machine",
 | 
					      "en": "Vending machine",
 | 
				
			||||||
      "nl": "Verkoopautomaat"
 | 
					      "nl": "Verkoopautomaat",
 | 
				
			||||||
 | 
					      "de": "Verkaufsautomat"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "mappings": [
 | 
					    "mappings": [
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "if": "name~*",
 | 
					        "if": "name~*",
 | 
				
			||||||
        "then": {
 | 
					        "then": {
 | 
				
			||||||
          "en": "Vending machine {name}",
 | 
					          "en": "Vending machine {name}",
 | 
				
			||||||
          "nl": "Verkoopautomaat {name}"
 | 
					          "nl": "Verkoopautomaat {name}",
 | 
				
			||||||
 | 
					          "de": "Verkaufsautomat {name}"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "if": "brand~*",
 | 
					        "if": "brand~*",
 | 
				
			||||||
        "then": {
 | 
					        "then": {
 | 
				
			||||||
          "en": "Vending machine {brand}",
 | 
					          "en": "Vending machine {brand}",
 | 
				
			||||||
          "nl": "Verkoopautomaat {brand}"
 | 
					          "nl": "Verkoopautomaat {brand}",
 | 
				
			||||||
 | 
					          "de": "Verkaufsautomat {brand}"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					@ -44,7 +49,8 @@
 | 
				
			||||||
      "id": "vending",
 | 
					      "id": "vending",
 | 
				
			||||||
      "question": {
 | 
					      "question": {
 | 
				
			||||||
        "en": "What does this vending machine sell?",
 | 
					        "en": "What does this vending machine sell?",
 | 
				
			||||||
        "nl": "Wat verkoopt deze verkoopautomaat?"
 | 
					        "nl": "Wat verkoopt deze verkoopautomaat?",
 | 
				
			||||||
 | 
					        "de": "Was wird in diesem Automaten verkauft?"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "freeform": {
 | 
					      "freeform": {
 | 
				
			||||||
        "key": "vending",
 | 
					        "key": "vending",
 | 
				
			||||||
| 
						 | 
					@ -54,14 +60,16 @@
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "render": {
 | 
					      "render": {
 | 
				
			||||||
        "en": "This vending machine sells {vending}",
 | 
					        "en": "This vending machine sells {vending}",
 | 
				
			||||||
        "nl": "Deze verkoopautomaat verkoopt {vending}"
 | 
					        "nl": "Deze verkoopautomaat verkoopt {vending}",
 | 
				
			||||||
 | 
					        "de": "Dieser Automat verkauft {vending}"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "mappings": [
 | 
					      "mappings": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "vending=drinks",
 | 
					          "if": "vending=drinks",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Drinks are sold",
 | 
					            "en": "Drinks are sold",
 | 
				
			||||||
            "nl": "Dranken worden verkocht"
 | 
					            "nl": "Dranken worden verkocht",
 | 
				
			||||||
 | 
					            "de": "Getränke werden verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/id_presets/temaki-bottles.svg"
 | 
					          "icon": "./assets/layers/id_presets/temaki-bottles.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -69,7 +77,8 @@
 | 
				
			||||||
          "if": "vending=sweets",
 | 
					          "if": "vending=sweets",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Sweets are sold",
 | 
					            "en": "Sweets are sold",
 | 
				
			||||||
            "nl": "Snoep wordt verkocht"
 | 
					            "nl": "Snoep wordt verkocht",
 | 
				
			||||||
 | 
					            "de": "Süßigkeiten werden verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/id_presets/maki-confectionery.svg"
 | 
					          "icon": "./assets/layers/id_presets/maki-confectionery.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -77,7 +86,8 @@
 | 
				
			||||||
          "if": "vending=food",
 | 
					          "if": "vending=food",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Food is sold",
 | 
					            "en": "Food is sold",
 | 
				
			||||||
            "nl": "Eten wordt verkocht"
 | 
					            "nl": "Eten wordt verkocht",
 | 
				
			||||||
 | 
					            "de": "Lebensmittel werden verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/vending_machine/utensils.svg"
 | 
					          "icon": "./assets/layers/vending_machine/utensils.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -85,7 +95,8 @@
 | 
				
			||||||
          "if": "vending=cigarettes",
 | 
					          "if": "vending=cigarettes",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Cigarettes are sold",
 | 
					            "en": "Cigarettes are sold",
 | 
				
			||||||
            "nl": "Sigaretten worden verkocht"
 | 
					            "nl": "Sigaretten worden verkocht",
 | 
				
			||||||
 | 
					            "de": "Zigaretten werden verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/vending_machine/smoking.svg"
 | 
					          "icon": "./assets/layers/vending_machine/smoking.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -93,14 +104,16 @@
 | 
				
			||||||
          "if": "vending=condoms",
 | 
					          "if": "vending=condoms",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Condoms are sold",
 | 
					            "en": "Condoms are sold",
 | 
				
			||||||
            "nl": "Condooms worden verkocht"
 | 
					            "nl": "Condooms worden verkocht",
 | 
				
			||||||
 | 
					            "de": "Kondome werden verkauft"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "vending=coffee",
 | 
					          "if": "vending=coffee",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Coffee is sold",
 | 
					            "en": "Coffee is sold",
 | 
				
			||||||
            "nl": "Koffie wordt verkocht"
 | 
					            "nl": "Koffie wordt verkocht",
 | 
				
			||||||
 | 
					            "de": "Kaffee wird verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/vending_machine/mug-saucer.svg"
 | 
					          "icon": "./assets/layers/vending_machine/mug-saucer.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -108,7 +121,8 @@
 | 
				
			||||||
          "if": "vending=water",
 | 
					          "if": "vending=water",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Drinking water is sold",
 | 
					            "en": "Drinking water is sold",
 | 
				
			||||||
            "nl": "Drinkwater wordt verkocht"
 | 
					            "nl": "Drinkwater wordt verkocht",
 | 
				
			||||||
 | 
					            "de": "Trinkwasser wird verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/id_presets/temaki-water_bottle.svg"
 | 
					          "icon": "./assets/layers/id_presets/temaki-water_bottle.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -116,7 +130,8 @@
 | 
				
			||||||
          "if": "vending=newspapers",
 | 
					          "if": "vending=newspapers",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Newspapers are sold",
 | 
					            "en": "Newspapers are sold",
 | 
				
			||||||
            "nl": "Kranten worden verkocht"
 | 
					            "nl": "Kranten worden verkocht",
 | 
				
			||||||
 | 
					            "de": "Zeitungen werden verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/id_presets/fas-newspaper.svg"
 | 
					          "icon": "./assets/layers/id_presets/fas-newspaper.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -124,14 +139,16 @@
 | 
				
			||||||
          "if": "vending=bicycle_tube",
 | 
					          "if": "vending=bicycle_tube",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Bicycle inner tubes are sold",
 | 
					            "en": "Bicycle inner tubes are sold",
 | 
				
			||||||
            "nl": "Binnenbanden voor fietsen worden verkocht"
 | 
					            "nl": "Binnenbanden voor fietsen worden verkocht",
 | 
				
			||||||
 | 
					            "de": "Fahrradschläuche werden verkauft"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "vending=milk",
 | 
					          "if": "vending=milk",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Milk is sold",
 | 
					            "en": "Milk is sold",
 | 
				
			||||||
            "nl": "Melk wordt verkocht"
 | 
					            "nl": "Melk wordt verkocht",
 | 
				
			||||||
 | 
					            "de": "Milch wird verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/vending_machine/cow.svg"
 | 
					          "icon": "./assets/layers/vending_machine/cow.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -139,7 +156,8 @@
 | 
				
			||||||
          "if": "vending=bread",
 | 
					          "if": "vending=bread",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Bread is sold",
 | 
					            "en": "Bread is sold",
 | 
				
			||||||
            "nl": "Brood wordt verkocht"
 | 
					            "nl": "Brood wordt verkocht",
 | 
				
			||||||
 | 
					            "de": "Brot wird verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/id_presets/maki-bakery.svg"
 | 
					          "icon": "./assets/layers/id_presets/maki-bakery.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -147,7 +165,8 @@
 | 
				
			||||||
          "if": "vending=eggs",
 | 
					          "if": "vending=eggs",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Eggs are sold",
 | 
					            "en": "Eggs are sold",
 | 
				
			||||||
            "nl": "Eieren worden verkocht"
 | 
					            "nl": "Eieren worden verkocht",
 | 
				
			||||||
 | 
					            "de": "Eier werden verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/vending_machine/egg.svg"
 | 
					          "icon": "./assets/layers/vending_machine/egg.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -155,7 +174,8 @@
 | 
				
			||||||
          "if": "vending=cheese",
 | 
					          "if": "vending=cheese",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Cheese is sold",
 | 
					            "en": "Cheese is sold",
 | 
				
			||||||
            "nl": "Kaas wordt verkocht"
 | 
					            "nl": "Kaas wordt verkocht",
 | 
				
			||||||
 | 
					            "de": "Käse wird verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/id_presets/fas-cheese.svg"
 | 
					          "icon": "./assets/layers/id_presets/fas-cheese.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -163,7 +183,8 @@
 | 
				
			||||||
          "if": "vending=honey",
 | 
					          "if": "vending=honey",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Honey is sold",
 | 
					            "en": "Honey is sold",
 | 
				
			||||||
            "nl": "Honing wordt verkocht"
 | 
					            "nl": "Honing wordt verkocht",
 | 
				
			||||||
 | 
					            "de": "Honig wird verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/vending_machine/honey.svg"
 | 
					          "icon": "./assets/layers/vending_machine/honey.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -171,7 +192,8 @@
 | 
				
			||||||
          "if": "vending=potatoes",
 | 
					          "if": "vending=potatoes",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Potatoes are sold",
 | 
					            "en": "Potatoes are sold",
 | 
				
			||||||
            "nl": "Aardappelen worden verkocht"
 | 
					            "nl": "Aardappelen worden verkocht",
 | 
				
			||||||
 | 
					            "de": "Kartoffeln werden verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/vending_machine/potato.svg"
 | 
					          "icon": "./assets/layers/vending_machine/potato.svg"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -179,7 +201,8 @@
 | 
				
			||||||
          "if": "vending=flowers",
 | 
					          "if": "vending=flowers",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "Flowers are sold",
 | 
					            "en": "Flowers are sold",
 | 
				
			||||||
            "nl": "Bloemen worden verkocht"
 | 
					            "nl": "Bloemen worden verkocht",
 | 
				
			||||||
 | 
					            "de": "Blumen werden verkauft"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "icon": "./assets/layers/id_presets/maki-florist.svg"
 | 
					          "icon": "./assets/layers/id_presets/maki-florist.svg"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					@ -194,32 +217,37 @@
 | 
				
			||||||
      "id": "operator",
 | 
					      "id": "operator",
 | 
				
			||||||
      "question": {
 | 
					      "question": {
 | 
				
			||||||
        "en": "Who operates this vending machine?",
 | 
					        "en": "Who operates this vending machine?",
 | 
				
			||||||
        "nl": "Wie beheert deze verkoopautomaat?"
 | 
					        "nl": "Wie beheert deze verkoopautomaat?",
 | 
				
			||||||
 | 
					        "de": "Wer betreibt diesen Verkaufsautomaten?"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "freeform": {
 | 
					      "freeform": {
 | 
				
			||||||
        "key": "operator",
 | 
					        "key": "operator",
 | 
				
			||||||
        "placeholder": {
 | 
					        "placeholder": {
 | 
				
			||||||
          "en": "Name of operator",
 | 
					          "en": "Name of operator",
 | 
				
			||||||
          "nl": "Naam van beheerder"
 | 
					          "nl": "Naam van beheerder",
 | 
				
			||||||
 | 
					          "de": "Name des Betreibers"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "render": {
 | 
					      "render": {
 | 
				
			||||||
        "en": "This vending machine is operated by {operator}",
 | 
					        "en": "This vending machine is operated by {operator}",
 | 
				
			||||||
        "nl": "Deze verkoopautomaat wordt beheerd door {operator}"
 | 
					        "nl": "Deze verkoopautomaat wordt beheerd door {operator}",
 | 
				
			||||||
 | 
					        "de": "Dieser Verkaufsautomat wird betrieben von {operator}"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "id": "indoor",
 | 
					      "id": "indoor",
 | 
				
			||||||
      "question": {
 | 
					      "question": {
 | 
				
			||||||
        "en": "Is this vending machine indoors?",
 | 
					        "en": "Is this vending machine indoors?",
 | 
				
			||||||
        "nl": "Is deze verkoopautomaat binnen?"
 | 
					        "nl": "Is deze verkoopautomaat binnen?",
 | 
				
			||||||
 | 
					        "de": "Ist dieser Automat in einem Gebäude untergebracht?"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "mappings": [
 | 
					      "mappings": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "indoor=",
 | 
					          "if": "indoor=",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "This vending machine is outdoors",
 | 
					            "en": "This vending machine is outdoors",
 | 
				
			||||||
            "nl": "Deze verkoopautomaat is buiten"
 | 
					            "nl": "Deze verkoopautomaat is buiten",
 | 
				
			||||||
 | 
					            "de": "Dieser Automat befindet sich im Freien"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "hideInAnswer": true
 | 
					          "hideInAnswer": true
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					@ -227,14 +255,16 @@
 | 
				
			||||||
          "if": "indoor=yes",
 | 
					          "if": "indoor=yes",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "This vending machine is indoors",
 | 
					            "en": "This vending machine is indoors",
 | 
				
			||||||
            "nl": "Deze verkoopautomaat is binnen"
 | 
					            "nl": "Deze verkoopautomaat is binnen",
 | 
				
			||||||
 | 
					            "de": "Dieser Verkaufsautomat befindet sich im Innenbereich"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "if": "indoor=no",
 | 
					          "if": "indoor=no",
 | 
				
			||||||
          "then": {
 | 
					          "then": {
 | 
				
			||||||
            "en": "This vending machine is outdoors",
 | 
					            "en": "This vending machine is outdoors",
 | 
				
			||||||
            "nl": "Deze verkoopautomaat is buiten"
 | 
					            "nl": "Deze verkoopautomaat is buiten",
 | 
				
			||||||
 | 
					            "de": "Dieser Automat befindet sich im Freien"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
| 
						 | 
					@ -248,7 +278,8 @@
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "title": {
 | 
					      "title": {
 | 
				
			||||||
        "en": "a vending machine",
 | 
					        "en": "a vending machine",
 | 
				
			||||||
        "nl": "een verkoopautomaat"
 | 
					        "nl": "een verkoopautomaat",
 | 
				
			||||||
 | 
					        "de": "ein Verkaufsautomat"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "tags": [
 | 
					      "tags": [
 | 
				
			||||||
        "amenity=vending_machine"
 | 
					        "amenity=vending_machine"
 | 
				
			||||||
| 
						 | 
					@ -464,118 +495,135 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "All vending machines",
 | 
					            "en": "All vending machines",
 | 
				
			||||||
            "nl": "Alle verkoopautomaten"
 | 
					            "nl": "Alle verkoopautomaten",
 | 
				
			||||||
 | 
					            "de": "Alle Verkaufsautomaten"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of drinks",
 | 
					            "en": "Sale of drinks",
 | 
				
			||||||
            "nl": "Verkoop van dranken"
 | 
					            "nl": "Verkoop van dranken",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Getränken"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*drinks.*"
 | 
					          "osmTags": "vending~i~.*drinks.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of sweets",
 | 
					            "en": "Sale of sweets",
 | 
				
			||||||
            "nl": "Verkoop van snoep"
 | 
					            "nl": "Verkoop van snoep",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Süßigkeiten"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*sweets.*"
 | 
					          "osmTags": "vending~i~.*sweets.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of food",
 | 
					            "en": "Sale of food",
 | 
				
			||||||
            "nl": "Verkoop van eten"
 | 
					            "nl": "Verkoop van eten",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Lebensmitteln"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*food.*"
 | 
					          "osmTags": "vending~i~.*food.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of cigarettes",
 | 
					            "en": "Sale of cigarettes",
 | 
				
			||||||
            "nl": "Verkoop van sigaretten"
 | 
					            "nl": "Verkoop van sigaretten",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Zigaretten"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*cigarettes.*"
 | 
					          "osmTags": "vending~i~.*cigarettes.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of condoms",
 | 
					            "en": "Sale of condoms",
 | 
				
			||||||
            "nl": "Verkoop van condooms"
 | 
					            "nl": "Verkoop van condooms",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Kondomen"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*condoms.*"
 | 
					          "osmTags": "vending~i~.*condoms.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of coffee",
 | 
					            "en": "Sale of coffee",
 | 
				
			||||||
            "nl": "Verkoop van koffie"
 | 
					            "nl": "Verkoop van koffie",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Kaffee"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*coffee.*"
 | 
					          "osmTags": "vending~i~.*coffee.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of water",
 | 
					            "en": "Sale of water",
 | 
				
			||||||
            "nl": "Verkoop van water"
 | 
					            "nl": "Verkoop van water",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Trinkwasser"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*water.*"
 | 
					          "osmTags": "vending~i~.*water.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of newspapers",
 | 
					            "en": "Sale of newspapers",
 | 
				
			||||||
            "nl": "Verkoop van kranten"
 | 
					            "nl": "Verkoop van kranten",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Zeitungen"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*newspapers.*"
 | 
					          "osmTags": "vending~i~.*newspapers.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of bicycle inner tubes",
 | 
					            "en": "Sale of bicycle inner tubes",
 | 
				
			||||||
            "nl": "Verkoop van fietsbinnenbanden"
 | 
					            "nl": "Verkoop van fietsbinnenbanden",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Fahrradschläuchen"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*bicycle_tube.*"
 | 
					          "osmTags": "vending~i~.*bicycle_tube.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of milk",
 | 
					            "en": "Sale of milk",
 | 
				
			||||||
            "nl": "Verkoop van melk"
 | 
					            "nl": "Verkoop van melk",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Milch"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*milk.*"
 | 
					          "osmTags": "vending~i~.*milk.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of bread",
 | 
					            "en": "Sale of bread",
 | 
				
			||||||
            "nl": "Verkoop van brood"
 | 
					            "nl": "Verkoop van brood",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Brot"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*bread.*"
 | 
					          "osmTags": "vending~i~.*bread.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of eggs",
 | 
					            "en": "Sale of eggs",
 | 
				
			||||||
            "nl": "Verkoop van eieren"
 | 
					            "nl": "Verkoop van eieren",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Eiern"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*eggs.*"
 | 
					          "osmTags": "vending~i~.*eggs.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of cheese",
 | 
					            "en": "Sale of cheese",
 | 
				
			||||||
            "nl": "Verkoop van kaas"
 | 
					            "nl": "Verkoop van kaas",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Käse"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*cheese.*"
 | 
					          "osmTags": "vending~i~.*cheese.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of honey",
 | 
					            "en": "Sale of honey",
 | 
				
			||||||
            "nl": "Verkoop van honing"
 | 
					            "nl": "Verkoop van honing",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Honig"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*honey.*"
 | 
					          "osmTags": "vending~i~.*honey.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of potatoes",
 | 
					            "en": "Sale of potatoes",
 | 
				
			||||||
            "nl": "Verkoop van aardappelen"
 | 
					            "nl": "Verkoop van aardappelen",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Kartoffeln"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*potatoes.*"
 | 
					          "osmTags": "vending~i~.*potatoes.*"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Sale of flowers",
 | 
					            "en": "Sale of flowers",
 | 
				
			||||||
            "nl": "Verkoop van bloemen"
 | 
					            "nl": "Verkoop van bloemen",
 | 
				
			||||||
 | 
					            "de": "Verkauf von Blumen"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "osmTags": "vending~i~.*flowers.*"
 | 
					          "osmTags": "vending~i~.*flowers.*"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -361,19 +361,22 @@
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            "id": "repairs_climbing_shoes",
 | 
					            "id": "repairs_climbing_shoes",
 | 
				
			||||||
            "question": {
 | 
					            "question": {
 | 
				
			||||||
              "en": "Does this shoe repair shop repair climbing shoes?"
 | 
					              "en": "Does this shoe repair shop repair climbing shoes?",
 | 
				
			||||||
 | 
					              "de": "Repariert das Schuhgeschäft Kletterschuhe?"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "mappings": [
 | 
					            "mappings": [
 | 
				
			||||||
              {
 | 
					              {
 | 
				
			||||||
                "if": "service:repair:climbing_shoes=yes",
 | 
					                "if": "service:repair:climbing_shoes=yes",
 | 
				
			||||||
                "then": {
 | 
					                "then": {
 | 
				
			||||||
                  "en": "This shop repairs climbing shoes"
 | 
					                  "en": "This shop repairs climbing shoes",
 | 
				
			||||||
 | 
					                  "de": "Dieser Laden repariert Kletterschuhe"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              },
 | 
					              },
 | 
				
			||||||
              {
 | 
					              {
 | 
				
			||||||
                "if": "service:repair:climbing_shoes=no",
 | 
					                "if": "service:repair:climbing_shoes=no",
 | 
				
			||||||
                "then": {
 | 
					                "then": {
 | 
				
			||||||
                  "en": "This shop does not repair climbing shoes"
 | 
					                  "en": "This shop does not repair climbing shoes",
 | 
				
			||||||
 | 
					                  "de": "Dieser Shop repariert keine Kletterschuhe"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
| 
						 | 
					@ -397,19 +400,22 @@
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            "id": "repairs_climbing_shoes",
 | 
					            "id": "repairs_climbing_shoes",
 | 
				
			||||||
            "question": {
 | 
					            "question": {
 | 
				
			||||||
              "en": "Does this shoe repair shop also repair clibming shoes?"
 | 
					              "en": "Does this shoe repair shop also repair clibming shoes?",
 | 
				
			||||||
 | 
					              "de": "Repariert dieses Schuhgeschäft auch Kletterschuhe?"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "mappings": [
 | 
					            "mappings": [
 | 
				
			||||||
              {
 | 
					              {
 | 
				
			||||||
                "if": "service:repair:climbing_shoes=yes",
 | 
					                "if": "service:repair:climbing_shoes=yes",
 | 
				
			||||||
                "then": {
 | 
					                "then": {
 | 
				
			||||||
                  "en": "This shop repairs climbing shoes"
 | 
					                  "en": "This shop repairs climbing shoes",
 | 
				
			||||||
 | 
					                  "de": "Dieses Geschäft repariert Kletterschuhe"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              },
 | 
					              },
 | 
				
			||||||
              {
 | 
					              {
 | 
				
			||||||
                "if": "service:repair:climbing_shoes=no",
 | 
					                "if": "service:repair:climbing_shoes=no",
 | 
				
			||||||
                "then": {
 | 
					                "then": {
 | 
				
			||||||
                  "en": "This shop does not repair climbing shoes"
 | 
					                  "en": "This shop does not repair climbing shoes",
 | 
				
			||||||
 | 
					                  "de": "Dieses Geschäft repariert keine Kletterschuhe"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
| 
						 | 
					@ -421,7 +427,8 @@
 | 
				
			||||||
              "shop=shoe_repair"
 | 
					              "shop=shoe_repair"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "title": {
 | 
					            "title": {
 | 
				
			||||||
              "en": "a shoe repair shop"
 | 
					              "en": "a shoe repair shop",
 | 
				
			||||||
 | 
					              "de": "Ein Schuhmacher"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,20 +1,24 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "id": "elongated_coin",
 | 
					  "id": "elongated_coin",
 | 
				
			||||||
  "title": {
 | 
					  "title": {
 | 
				
			||||||
    "en": "Penny Presses"
 | 
					    "en": "Penny Presses",
 | 
				
			||||||
 | 
					    "de": "Münzpressen"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "description": {
 | 
					  "description": {
 | 
				
			||||||
    "en": "Find penny presses to create your own elongated coins."
 | 
					    "en": "Find penny presses to create your own elongated coins.",
 | 
				
			||||||
 | 
					    "de": "Finde Münzpresse um deine eigenen Prägemünzen zu Pressen."
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "icon": "./assets/themes/elongated_coin/penny.svg",
 | 
					  "icon": "./assets/themes/elongated_coin/penny.svg",
 | 
				
			||||||
  "layers": [
 | 
					  "layers": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "id": "elongated_coin",
 | 
					      "id": "elongated_coin",
 | 
				
			||||||
      "name": {
 | 
					      "name": {
 | 
				
			||||||
        "en": "Penny Presses"
 | 
					        "en": "Penny Presses",
 | 
				
			||||||
 | 
					        "de": "Münzpressen"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "description": {
 | 
					      "description": {
 | 
				
			||||||
        "en": "Layer showing penny presses."
 | 
					        "en": "Layer showing penny presses.",
 | 
				
			||||||
 | 
					        "de": "Ebene mit Münzpressen."
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "source": {
 | 
					      "source": {
 | 
				
			||||||
        "osmTags": {
 | 
					        "osmTags": {
 | 
				
			||||||
| 
						 | 
					@ -26,7 +30,8 @@
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "title": {
 | 
					      "title": {
 | 
				
			||||||
        "render": {
 | 
					        "render": {
 | 
				
			||||||
          "en": "Penny Press"
 | 
					          "en": "Penny Press",
 | 
				
			||||||
 | 
					          "de": "Münzpresse"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "tagRenderings": [
 | 
					      "tagRenderings": [
 | 
				
			||||||
| 
						 | 
					@ -35,41 +40,48 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "id": "designs",
 | 
					          "id": "designs",
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "How many designs are available?"
 | 
					            "en": "How many designs are available?",
 | 
				
			||||||
 | 
					            "de": "Wieviele Motive sind verfügbar?"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "freeform": {
 | 
					          "freeform": {
 | 
				
			||||||
            "key": "coin:design_count",
 | 
					            "key": "coin:design_count",
 | 
				
			||||||
            "type": "pnat",
 | 
					            "type": "pnat",
 | 
				
			||||||
            "placeholder": {
 | 
					            "placeholder": {
 | 
				
			||||||
              "en": "Number of designs (e.g. 5)"
 | 
					              "en": "Number of designs (e.g. 5)",
 | 
				
			||||||
 | 
					              "de": "Motivanzahl (z.B. 5)"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "render": {
 | 
					          "render": {
 | 
				
			||||||
            "en": "This penny press has {coin:design_count} designs available."
 | 
					            "en": "This penny press has {coin:design_count} designs available.",
 | 
				
			||||||
 | 
					            "de": "Die Münzpresse hat {coin:design_count} Motive zur Auswahl."
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "mappings": [
 | 
					          "mappings": [
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "coin:design_count=1",
 | 
					              "if": "coin:design_count=1",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press has one design available."
 | 
					                "en": "This penny press has one design available.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse hat ein Motiv zur Auswahl."
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "coin:design_count=2",
 | 
					              "if": "coin:design_count=2",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press has two designs available."
 | 
					                "en": "This penny press has two designs available.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse hat zwei Motive zur Auswahl."
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "coin:design_count=3",
 | 
					              "if": "coin:design_count=3",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press has three designs available."
 | 
					                "en": "This penny press has three designs available.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse hat drei Motive zur Auswahl."
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "coin:design_count=4",
 | 
					              "if": "coin:design_count=4",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press has four designs available."
 | 
					                "en": "This penny press has four designs available.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse hat vier Motive zur Auswahl."
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -77,102 +89,118 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "id": "coin",
 | 
					          "id": "coin",
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "What coin is used for pressing?"
 | 
					            "en": "What coin is used for pressing?",
 | 
				
			||||||
 | 
					            "de": "Welche Münze wird zum Pressen verwendet?"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "freeform": {
 | 
					          "freeform": {
 | 
				
			||||||
            "key": "coin:type",
 | 
					            "key": "coin:type",
 | 
				
			||||||
            "type": "string",
 | 
					            "type": "string",
 | 
				
			||||||
            "placeholder": {
 | 
					            "placeholder": {
 | 
				
			||||||
              "en": "Coin type (e.g. 10cent)"
 | 
					              "en": "Coin type (e.g. 10cent)",
 | 
				
			||||||
 | 
					              "de": "Münzenart (z.B. 10 Cent)"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "mappings": [
 | 
					          "mappings": [
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "coin:type=2cent",
 | 
					              "if": "coin:type=2cent",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press uses a 2 cent coin for pressing."
 | 
					                "en": "This penny press uses a 2 cent coin for pressing.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse benötigt eine 2 Cent Münze um zu Pressen."
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "coin:type=5cent",
 | 
					              "if": "coin:type=5cent",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press uses a 5 cent coin for pressing."
 | 
					                "en": "This penny press uses a 5 cent coin for pressing.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse benötigt eine 5 Cent Münze um zu Pressen."
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "coin:type=10cent",
 | 
					              "if": "coin:type=10cent",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press uses a 10 cent coin for pressing."
 | 
					                "en": "This penny press uses a 10 cent coin for pressing.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse benötigt eine 10 Cent Münze um zu Pressen."
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "coin:type=25cent",
 | 
					              "if": "coin:type=25cent",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press uses a 25 cent coin for pressing."
 | 
					                "en": "This penny press uses a 25 cent coin for pressing.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse benötigt eine 25 Cent Münze um zu Pressen."
 | 
				
			||||||
              },
 | 
					              },
 | 
				
			||||||
              "hideInAnswer": "_currency!~.*USD.*"
 | 
					              "hideInAnswer": "_currency!~.*USD.*"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "coin:type=50cent",
 | 
					              "if": "coin:type=50cent",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press uses a 50 cent coin for pressing."
 | 
					                "en": "This penny press uses a 50 cent coin for pressing.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse benötigt eine 50 Cent Münze um zu Pressen."
 | 
				
			||||||
              },
 | 
					              },
 | 
				
			||||||
              "hideInAnswer": "_currency!~.*USD.*"
 | 
					              "hideInAnswer": "_currency!~.*USD.*"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ],
 | 
					          ],
 | 
				
			||||||
          "render": {
 | 
					          "render": {
 | 
				
			||||||
            "en": "This penny press uses a {coin:type} coin for pressing."
 | 
					            "en": "This penny press uses a {coin:type} coin for pressing.",
 | 
				
			||||||
 | 
					            "de": "Die Münzpresse benötigt eine {coin:type} Münze um zu Pressen."
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "website",
 | 
					        "website",
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "id": "charge",
 | 
					          "id": "charge",
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "How much does it cost to press a penny?"
 | 
					            "en": "How much does it cost to press a penny?",
 | 
				
			||||||
 | 
					            "de": "Wieviel kostet es eine Münze zu Pressen?"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "freeform": {
 | 
					          "freeform": {
 | 
				
			||||||
            "key": "charge",
 | 
					            "key": "charge",
 | 
				
			||||||
            "placeholder": {
 | 
					            "placeholder": {
 | 
				
			||||||
              "en": "Cost (e.g. 0.50 EUR)"
 | 
					              "en": "Cost (e.g. 0.50 EUR)",
 | 
				
			||||||
 | 
					              "de": "Einwurf (z.B. 0,5€)"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "mappings": [
 | 
					          "mappings": [
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "charge=1 EUR",
 | 
					              "if": "charge=1 EUR",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "It costs 1 euro to press a penny."
 | 
					                "en": "It costs 1 euro to press a penny.",
 | 
				
			||||||
 | 
					                "de": "Eine Münze zu Pressen kostet 1 Euro."
 | 
				
			||||||
              },
 | 
					              },
 | 
				
			||||||
              "hideInAnswer": "_currency!~.*EUR.*"
 | 
					              "hideInAnswer": "_currency!~.*EUR.*"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "charge=2 EUR",
 | 
					              "if": "charge=2 EUR",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "It costs 2 euros to press a penny."
 | 
					                "en": "It costs 2 euros to press a penny.",
 | 
				
			||||||
 | 
					                "de": "Eine Münze zu Pressen kostet 2€."
 | 
				
			||||||
              },
 | 
					              },
 | 
				
			||||||
              "hideInAnswer": "_currency!~.*EUR.*"
 | 
					              "hideInAnswer": "_currency!~.*EUR.*"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ],
 | 
					          ],
 | 
				
			||||||
          "render": {
 | 
					          "render": {
 | 
				
			||||||
            "en": "It costs {charge} to press a penny."
 | 
					            "en": "It costs {charge} to press a penny.",
 | 
				
			||||||
 | 
					            "de": "Es kostet {charge}€ um eine Münze zu Pressen."
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "denominations-coins",
 | 
					        "denominations-coins",
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "id": "indoor",
 | 
					          "id": "indoor",
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "Is the penny press indoors?"
 | 
					            "en": "Is the penny press indoors?",
 | 
				
			||||||
 | 
					            "de": "Befindet sich die Münzpresse im Inneren?"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "mappings": [
 | 
					          "mappings": [
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "indoor=yes",
 | 
					              "if": "indoor=yes",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press is located indoors."
 | 
					                "en": "This penny press is located indoors.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse befindet sich im Inneren."
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "if": "indoor=no",
 | 
					              "if": "indoor=no",
 | 
				
			||||||
              "then": {
 | 
					              "then": {
 | 
				
			||||||
                "en": "This penny press is located outdoors."
 | 
					                "en": "This penny press is located outdoors.",
 | 
				
			||||||
 | 
					                "de": "Die Münzpresse befindet sich Draußen."
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -197,7 +225,8 @@
 | 
				
			||||||
      "presets": [
 | 
					      "presets": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "title": {
 | 
					          "title": {
 | 
				
			||||||
            "en": "a penny press"
 | 
					            "en": "a penny press",
 | 
				
			||||||
 | 
					            "de": "Eine Münzpresse"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "tags": [
 | 
					          "tags": [
 | 
				
			||||||
            "amenity=vending_machine",
 | 
					            "amenity=vending_machine",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,13 +1,19 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "id": "mapcomplete-changes",
 | 
					  "id": "mapcomplete-changes",
 | 
				
			||||||
  "title": {
 | 
					  "title": {
 | 
				
			||||||
    "en": "Changes made with MapComplete"
 | 
					    "en": "Changes made with MapComplete",
 | 
				
			||||||
 | 
					    "de": "Mit MapComplete erstellte Änderungen",
 | 
				
			||||||
 | 
					    "nl": "Wijzigingen gemaakt met MapComplete"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "shortDescription": {
 | 
					  "shortDescription": {
 | 
				
			||||||
    "en": "Shows changes made by MapComplete"
 | 
					    "en": "Show changes made with MapComplete",
 | 
				
			||||||
 | 
					    "de": "Mit MapComplete erstellte Änderungen anzeigen",
 | 
				
			||||||
 | 
					    "nl": "Toon wijzigingen gemaakt met MapComplete"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "description": {
 | 
					  "description": {
 | 
				
			||||||
    "en": "This maps shows all the changes made with MapComplete"
 | 
					    "en": "This maps shows all the changes made with MapComplete",
 | 
				
			||||||
 | 
					    "de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
 | 
				
			||||||
 | 
					    "nl": "Deze kaart toont alle wijzigingen die met MapComplete gemaakt werden"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "icon": "./assets/svg/logo.svg",
 | 
					  "icon": "./assets/svg/logo.svg",
 | 
				
			||||||
  "hideFromOverview": true,
 | 
					  "hideFromOverview": true,
 | 
				
			||||||
| 
						 | 
					@ -20,7 +26,9 @@
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "id": "mapcomplete-changes",
 | 
					      "id": "mapcomplete-changes",
 | 
				
			||||||
      "name": {
 | 
					      "name": {
 | 
				
			||||||
        "en": "Changeset centers"
 | 
					        "en": "Changeset centers",
 | 
				
			||||||
 | 
					        "de": "Zentrum der Änderungssätze",
 | 
				
			||||||
 | 
					        "nl": "Centerpunt van changeset"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "minzoom": 0,
 | 
					      "minzoom": 0,
 | 
				
			||||||
      "source": {
 | 
					      "source": {
 | 
				
			||||||
| 
						 | 
					@ -31,41 +39,51 @@
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "title": {
 | 
					      "title": {
 | 
				
			||||||
        "render": {
 | 
					        "render": {
 | 
				
			||||||
          "en": "Changeset for {theme}"
 | 
					          "en": "Changeset for {theme}",
 | 
				
			||||||
 | 
					          "de": "Änderungssatz für {theme}"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "description": {
 | 
					      "description": {
 | 
				
			||||||
        "en": "Shows all MapComplete changes"
 | 
					        "en": "Show all MapComplete changes",
 | 
				
			||||||
 | 
					        "de": "Alle MapComplete-Änderungen anzeigen",
 | 
				
			||||||
 | 
					        "nl": "Toon alle MapComplete wijzigingen"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "tagRenderings": [
 | 
					      "tagRenderings": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "id": "show_changeset_id",
 | 
					          "id": "show_changeset_id",
 | 
				
			||||||
          "render": {
 | 
					          "render": {
 | 
				
			||||||
            "en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
 | 
					            "en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
 | 
				
			||||||
 | 
					            "de": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "id": "contributor",
 | 
					          "id": "contributor",
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "What contributor did make this change?"
 | 
					            "en": "Which contributor made this change?",
 | 
				
			||||||
 | 
					            "de": "Welcher Mitwirkende hat diese Änderung vorgenommen?",
 | 
				
			||||||
 | 
					            "nl": "Welke bijdrager maakte deze wijziging?"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "freeform": {
 | 
					          "freeform": {
 | 
				
			||||||
            "key": "user"
 | 
					            "key": "user"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "render": {
 | 
					          "render": {
 | 
				
			||||||
            "en": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
 | 
					            "en": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>",
 | 
				
			||||||
 | 
					            "de": "Änderung gemacht von <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>",
 | 
				
			||||||
 | 
					            "nl": "Wijziging gemaakt door  <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "id": "theme-id",
 | 
					          "id": "theme-id",
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "What theme was used to make this change?"
 | 
					            "en": "What theme was used to make this change?",
 | 
				
			||||||
 | 
					            "de": "Welches Thema wurde für diese Änderung verwendet?"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "freeform": {
 | 
					          "freeform": {
 | 
				
			||||||
            "key": "theme"
 | 
					            "key": "theme"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "render": {
 | 
					          "render": {
 | 
				
			||||||
            "en": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
 | 
					            "en": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>",
 | 
				
			||||||
 | 
					            "de": "Geändert mit Thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					@ -74,19 +92,27 @@
 | 
				
			||||||
            "key": "locale"
 | 
					            "key": "locale"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "What locale (language) was this change made in?"
 | 
					            "en": "What locale (language) was this change made in?",
 | 
				
			||||||
 | 
					            "de": "In welcher Sprache wurde diese Änderung vorgenommen?",
 | 
				
			||||||
 | 
					            "nl": "In welke locale (taal) werd deze wijziging gemaakt?"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "render": {
 | 
					          "render": {
 | 
				
			||||||
            "en": "User locale is {locale}"
 | 
					            "en": "User locale is {locale}",
 | 
				
			||||||
 | 
					            "de": "Usersprache ist {locale}",
 | 
				
			||||||
 | 
					            "nl": "De gebruikerstaal is {locale}"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "id": "host",
 | 
					          "id": "host",
 | 
				
			||||||
          "render": {
 | 
					          "render": {
 | 
				
			||||||
            "en": "Change with with <a href='{host}'>{host}</a>"
 | 
					            "en": "Change made with <a href='{host}'>{host}</a>",
 | 
				
			||||||
 | 
					            "de": "Änderung vorgenommen mit <a href='{host}'>{host}</a>",
 | 
				
			||||||
 | 
					            "nl": "Wijziging gemaakt met <a href='{host}'>{host}</a>"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "What host (website) was this change made with?"
 | 
					            "en": "What host (website) was this change made with?",
 | 
				
			||||||
 | 
					            "de": "Mit welchem Host / welcher Website wurde diese Änderung gemacht?",
 | 
				
			||||||
 | 
					            "nl": "Met welke host (website) werd deze wijziging gemaakt?"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "freeform": {
 | 
					          "freeform": {
 | 
				
			||||||
            "key": "host"
 | 
					            "key": "host"
 | 
				
			||||||
| 
						 | 
					@ -107,10 +133,12 @@
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "id": "version",
 | 
					          "id": "version",
 | 
				
			||||||
          "question": {
 | 
					          "question": {
 | 
				
			||||||
            "en": "What version of MapComplete was used to make this change?"
 | 
					            "en": "What version of MapComplete was used to make this change?",
 | 
				
			||||||
 | 
					            "de": "Mit welcher Version von MapComplete wurde diese Änderung gemacht?"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "render": {
 | 
					          "render": {
 | 
				
			||||||
            "en": "Made with {editor}"
 | 
					            "en": "Made with {editor}",
 | 
				
			||||||
 | 
					            "de": "Erstellt mit {editor}"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "freeform": {
 | 
					          "freeform": {
 | 
				
			||||||
            "key": "editor"
 | 
					            "key": "editor"
 | 
				
			||||||
| 
						 | 
					@ -452,7 +480,9 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              ],
 | 
					              ],
 | 
				
			||||||
              "question": {
 | 
					              "question": {
 | 
				
			||||||
                "en": "Themename contains {search}"
 | 
					                "en": "Theme name contains {search}",
 | 
				
			||||||
 | 
					                "de": "Themenname enthält {search}",
 | 
				
			||||||
 | 
					                "nl": "Themenaam bevat {search}"
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -468,7 +498,9 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              ],
 | 
					              ],
 | 
				
			||||||
              "question": {
 | 
					              "question": {
 | 
				
			||||||
                "en": "Made by contributor {search}"
 | 
					                "en": "Made by contributor {search}",
 | 
				
			||||||
 | 
					                "de": "Erstellt von {search}",
 | 
				
			||||||
 | 
					                "nl": "Gemaakt door bijdrager {search}"
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -484,7 +516,9 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              ],
 | 
					              ],
 | 
				
			||||||
              "question": {
 | 
					              "question": {
 | 
				
			||||||
                "en": "<b>Not</b> made by contributor {search}"
 | 
					                "en": "<b>Not</b> made by contributor {search}",
 | 
				
			||||||
 | 
					                "de": "<b>Nicht</b> erstellt von {search}",
 | 
				
			||||||
 | 
					                "nl": "<b>Niet</b> gemaakt door bijdrager {search}"
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -501,7 +535,9 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              ],
 | 
					              ],
 | 
				
			||||||
              "question": {
 | 
					              "question": {
 | 
				
			||||||
                "en": "Made before {search}"
 | 
					                "en": "Made before {search}",
 | 
				
			||||||
 | 
					                "de": "Erstellt vor {search}",
 | 
				
			||||||
 | 
					                "nl": "Gemaakt voor {search}"
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -518,7 +554,9 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              ],
 | 
					              ],
 | 
				
			||||||
              "question": {
 | 
					              "question": {
 | 
				
			||||||
                "en": "Made after {search}"
 | 
					                "en": "Made after {search}",
 | 
				
			||||||
 | 
					                "de": "Erstellt nach {search}",
 | 
				
			||||||
 | 
					                "nl": "Gemaakt na {search}"
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -534,7 +572,9 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              ],
 | 
					              ],
 | 
				
			||||||
              "question": {
 | 
					              "question": {
 | 
				
			||||||
                "en": "User language (iso-code) {search}"
 | 
					                "en": "User language (iso-code) {search}",
 | 
				
			||||||
 | 
					                "de": "Benutzersprache (ISO-Code) {search}",
 | 
				
			||||||
 | 
					                "nl": "De taal van de bijdrager is {search}"
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -550,7 +590,9 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
              ],
 | 
					              ],
 | 
				
			||||||
              "question": {
 | 
					              "question": {
 | 
				
			||||||
                "en": "Made with host {search}"
 | 
					                "en": "Made with host {search}",
 | 
				
			||||||
 | 
					                "de": "Erstellt mit Host {search}",
 | 
				
			||||||
 | 
					                "nl": "Gemaakt met host {search}"
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -561,7 +603,9 @@
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
              "osmTags": "add-image>0",
 | 
					              "osmTags": "add-image>0",
 | 
				
			||||||
              "question": {
 | 
					              "question": {
 | 
				
			||||||
                "en": "Changeset added at least one image"
 | 
					                "en": "Changeset added at least one image",
 | 
				
			||||||
 | 
					                "de": "Changeset fügte mindestens ein Bild hinzu",
 | 
				
			||||||
 | 
					                "nl": "Changeset bevat minstens één afbeelding"
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          ]
 | 
					          ]
 | 
				
			||||||
| 
						 | 
					@ -576,7 +620,8 @@
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
            "id": "link_to_more",
 | 
					            "id": "link_to_more",
 | 
				
			||||||
            "render": {
 | 
					            "render": {
 | 
				
			||||||
              "en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>"
 | 
					              "en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>",
 | 
				
			||||||
 | 
					              "de": "Mehr Statistiken gibt es <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          {
 | 
					          {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,11 +2,13 @@
 | 
				
			||||||
  "id": "vending_machine",
 | 
					  "id": "vending_machine",
 | 
				
			||||||
  "title": {
 | 
					  "title": {
 | 
				
			||||||
    "en": "Vending Machines",
 | 
					    "en": "Vending Machines",
 | 
				
			||||||
    "nl": "Verkoopautomaten"
 | 
					    "nl": "Verkoopautomaten",
 | 
				
			||||||
 | 
					    "de": "Verkaufsautomaten"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "description": {
 | 
					  "description": {
 | 
				
			||||||
    "en": "Find vending machines for everything",
 | 
					    "en": "Find vending machines for everything",
 | 
				
			||||||
    "nl": "Vind verkoopautomaten voor alles"
 | 
					    "nl": "Vind verkoopautomaten voor alles",
 | 
				
			||||||
 | 
					    "de": "Finde Verkaufautomaten für Alles"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "icon": "./assets/layers/vending_machine/vending_machine.svg",
 | 
					  "icon": "./assets/layers/vending_machine/vending_machine.svg",
 | 
				
			||||||
  "startLat": 53.21102,
 | 
					  "startLat": 53.21102,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@
 | 
				
			||||||
        "available": "This community speaks {native}",
 | 
					        "available": "This community speaks {native}",
 | 
				
			||||||
        "intro": "Get in touch with other people to get to know them, learn from them, …",
 | 
					        "intro": "Get in touch with other people to get to know them, learn from them, …",
 | 
				
			||||||
        "notAvailable": "This community does not speak {native}",
 | 
					        "notAvailable": "This community does not speak {native}",
 | 
				
			||||||
        "title": "Get in touch with others",
 | 
					        "title": "Get in touch with others"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "delete": {
 | 
					    "delete": {
 | 
				
			||||||
        "cancel": "Cancel",
 | 
					        "cancel": "Cancel",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -35,16 +35,6 @@
 | 
				
			||||||
            "1": {
 | 
					            "1": {
 | 
				
			||||||
                "title": "eine freistehende Posterbox"
 | 
					                "title": "eine freistehende Posterbox"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "10": {
 | 
					 | 
				
			||||||
                "description": "Verwendet für Werbeschilder, Leuchtreklamen, Logos und institutionelle Eingangsschilder",
 | 
					 | 
				
			||||||
                "title": "ein Schild"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "11": {
 | 
					 | 
				
			||||||
                "title": "eine Skulptur"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "12": {
 | 
					 | 
				
			||||||
                "title": "eine Wandmalerei"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "2": {
 | 
					            "2": {
 | 
				
			||||||
                "title": "eine wandmontierte Posterbox"
 | 
					                "title": "eine wandmontierte Posterbox"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
| 
						 | 
					@ -71,6 +61,16 @@
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "9": {
 | 
					            "9": {
 | 
				
			||||||
                "title": "ein Totem"
 | 
					                "title": "ein Totem"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "10": {
 | 
				
			||||||
 | 
					                "description": "Verwendet für Werbeschilder, Leuchtreklamen, Logos und institutionelle Eingangsschilder",
 | 
				
			||||||
 | 
					                "title": "ein Schild"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "11": {
 | 
				
			||||||
 | 
					                "title": "eine Skulptur"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "12": {
 | 
				
			||||||
 | 
					                "title": "eine Wandmalerei"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "tagRenderings": {
 | 
					        "tagRenderings": {
 | 
				
			||||||
| 
						 | 
					@ -165,9 +165,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Dies ist ein Brett"
 | 
					                        "then": "Dies ist ein Brett"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Dies ist eine Wandmalerei"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Dies ist eine Litfaßsäule"
 | 
					                        "then": "Dies ist eine Litfaßsäule"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -191,6 +188,9 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Dies ist ein Totem"
 | 
					                        "then": "Dies ist ein Totem"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Dies ist eine Wandmalerei"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Welche Art von Werbung ist das?",
 | 
					                "question": "Welche Art von Werbung ist das?",
 | 
				
			||||||
| 
						 | 
					@ -205,9 +205,6 @@
 | 
				
			||||||
                "1": {
 | 
					                "1": {
 | 
				
			||||||
                    "then": "Brett"
 | 
					                    "then": "Brett"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "10": {
 | 
					 | 
				
			||||||
                    "then": "Wandmalerei"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "2": {
 | 
					                "2": {
 | 
				
			||||||
                    "then": "Posterbox"
 | 
					                    "then": "Posterbox"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
| 
						 | 
					@ -231,6 +228,9 @@
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "9": {
 | 
					                "9": {
 | 
				
			||||||
                    "then": "Totem"
 | 
					                    "then": "Totem"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                "10": {
 | 
				
			||||||
 | 
					                    "then": "Wandmalerei"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					@ -312,15 +312,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Wandbild"
 | 
					                        "then": "Wandbild"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Azulejo (spanische dekorative Fliesenarbeit)"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Fliesenarbeit"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Holzschnitzerei"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Malerei"
 | 
					                        "then": "Malerei"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -344,6 +335,15 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Relief"
 | 
					                        "then": "Relief"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Azulejo (spanische dekorative Fliesenarbeit)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Fliesenarbeit"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Holzschnitzerei"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Um welche Art Kunstwerk handelt es sich?",
 | 
					                "question": "Um welche Art Kunstwerk handelt es sich?",
 | 
				
			||||||
| 
						 | 
					@ -1830,27 +1830,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "question": "Verfügt über einen <div style='display: inline-block'><b><b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
 | 
					                        "question": "Verfügt über einen <div style='display: inline-block'><b><b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "question": "Hat einen <div style='display: inline-block'><b><b>Typ 2</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (Typ 2 CSS vonTesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> Anschluss"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "13": {
 | 
					 | 
				
			||||||
                        "question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Typ 2 von Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "14": {
 | 
					 | 
				
			||||||
                        "question": "Hat einen <div style='display: inline-block'><b><b>USB</b>-Anschluss zum Aufladen von Telefonen und kleinen Elektrogeräten</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "15": {
 | 
					 | 
				
			||||||
                        "question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 3 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> und Kabel"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "16": {
 | 
					 | 
				
			||||||
                        "question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 5 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> und Kabel"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "question": "Verfügt über einen <div style='display: inline-block'><b><b>europäischen Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> Anschluss"
 | 
					                        "question": "Verfügt über einen <div style='display: inline-block'><b><b>europäischen Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> Anschluss"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -1874,6 +1853,27 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "question": "Hat einen <div style='display: inline-block'><b><b>Typ 2 CCS</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
 | 
					                        "question": "Hat einen <div style='display: inline-block'><b><b>Typ 2 CCS</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "question": "Hat einen <div style='display: inline-block'><b><b>Typ 2</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (Typ 2 CSS vonTesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> Anschluss"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "13": {
 | 
				
			||||||
 | 
					                        "question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Typ 2 von Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "14": {
 | 
				
			||||||
 | 
					                        "question": "Hat einen <div style='display: inline-block'><b><b>USB</b>-Anschluss zum Aufladen von Telefonen und kleinen Elektrogeräten</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "15": {
 | 
				
			||||||
 | 
					                        "question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 3 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> und Kabel"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "16": {
 | 
				
			||||||
 | 
					                        "question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 5 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> und Kabel"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
| 
						 | 
					@ -1929,6 +1929,30 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)"
 | 
					                        "then": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
 | 
					                    "2": {
 | 
				
			||||||
 | 
					                        "then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "3": {
 | 
				
			||||||
 | 
					                        "then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "4": {
 | 
				
			||||||
 | 
					                        "then": "<b>Chademo-Anschluss</b>"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "5": {
 | 
				
			||||||
 | 
					                        "then": "<b>Chademo-Anschluss</b>"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "6": {
 | 
				
			||||||
 | 
					                        "then": "<b>Typ 1 mit Kabel</b> (J1772)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "7": {
 | 
				
			||||||
 | 
					                        "then": "<b>Typ 1 mit Kabel</b> (J1772)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "8": {
 | 
				
			||||||
 | 
					                        "then": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "9": {
 | 
				
			||||||
 | 
					                        "then": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					                    "10": {
 | 
				
			||||||
                        "then": "<b>Typ 1 CCS</b> (Typ 1 Combo)"
 | 
					                        "then": "<b>Typ 1 CCS</b> (Typ 1 Combo)"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -1959,9 +1983,6 @@
 | 
				
			||||||
                    "19": {
 | 
					                    "19": {
 | 
				
			||||||
                        "then": "<b>Typ 2 mit Kabel</b> (mennekes)"
 | 
					                        "then": "<b>Typ 2 mit Kabel</b> (mennekes)"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "2": {
 | 
					 | 
				
			||||||
                        "then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "20": {
 | 
					                    "20": {
 | 
				
			||||||
                        "then": "<b>Tesla Supercharger CCS</b> (Typ 2 CSS von Tesla)"
 | 
					                        "then": "<b>Tesla Supercharger CCS</b> (Typ 2 CSS von Tesla)"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -1992,32 +2013,11 @@
 | 
				
			||||||
                    "29": {
 | 
					                    "29": {
 | 
				
			||||||
                        "then": "<b> Bosch Active Connect mit 3 Pins </b> und Kabel"
 | 
					                        "then": "<b> Bosch Active Connect mit 3 Pins </b> und Kabel"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "3": {
 | 
					 | 
				
			||||||
                        "then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "30": {
 | 
					                    "30": {
 | 
				
			||||||
                        "then": "<b>Bosch Active Connect mit 5 Pins</b> und Kabel"
 | 
					                        "then": "<b>Bosch Active Connect mit 5 Pins</b> und Kabel"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "31": {
 | 
					                    "31": {
 | 
				
			||||||
                        "then": "<b> Bosch Active Connect mit 5 Pins </b> und Kabel"
 | 
					                        "then": "<b> Bosch Active Connect mit 5 Pins </b> und Kabel"
 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "4": {
 | 
					 | 
				
			||||||
                        "then": "<b>Chademo-Anschluss</b>"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "5": {
 | 
					 | 
				
			||||||
                        "then": "<b>Chademo-Anschluss</b>"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "6": {
 | 
					 | 
				
			||||||
                        "then": "<b>Typ 1 mit Kabel</b> (J1772)"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "7": {
 | 
					 | 
				
			||||||
                        "then": "<b>Typ 1 mit Kabel</b> (J1772)"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "8": {
 | 
					 | 
				
			||||||
                        "then": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "9": {
 | 
					 | 
				
			||||||
                        "then": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)"
 | 
					 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Welche Ladeanschlüsse gibt es hier?"
 | 
					                "question": "Welche Ladeanschlüsse gibt es hier?"
 | 
				
			||||||
| 
						 | 
					@ -3555,15 +3555,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Dieser Radweg hat einen festen Belag"
 | 
					                        "then": "Dieser Radweg hat einen festen Belag"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Dieser Radweg besteht aus feinem Schotter"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Der Radweg ist aus Kies"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Dieser Radweg besteht aus Rohboden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Der Radweg ist aus Asphalt"
 | 
					                        "then": "Der Radweg ist aus Asphalt"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -3587,6 +3578,15 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Der Radweg ist aus Schotter"
 | 
					                        "then": "Der Radweg ist aus Schotter"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Dieser Radweg besteht aus feinem Schotter"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Der Radweg ist aus Kies"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Dieser Radweg besteht aus Rohboden"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Was ist der Belag dieses Radwegs?",
 | 
					                "question": "Was ist der Belag dieses Radwegs?",
 | 
				
			||||||
| 
						 | 
					@ -3635,15 +3635,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Dieser Radweg hat einen festen Belag"
 | 
					                        "then": "Dieser Radweg hat einen festen Belag"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Dieser Radweg besteht aus feinem Schotter"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Der Radweg ist aus Kies"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Dieser Radweg besteht aus Rohboden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Der Radweg ist aus Asphalt"
 | 
					                        "then": "Der Radweg ist aus Asphalt"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -3667,6 +3658,15 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Der Radweg ist aus Schotter"
 | 
					                        "then": "Der Radweg ist aus Schotter"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Dieser Radweg besteht aus feinem Schotter"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Der Radweg ist aus Kies"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Dieser Radweg besteht aus Rohboden"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Was ist der Belag dieser Straße?",
 | 
					                "question": "Was ist der Belag dieser Straße?",
 | 
				
			||||||
| 
						 | 
					@ -4606,6 +4606,30 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Die Fitness-Station hat ein Schild mit Anweisungen für eine bestimmte Übung."
 | 
					                        "then": "Die Fitness-Station hat ein Schild mit Anweisungen für eine bestimmte Übung."
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
 | 
					                    "2": {
 | 
				
			||||||
 | 
					                        "then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "3": {
 | 
				
			||||||
 | 
					                        "then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "4": {
 | 
				
			||||||
 | 
					                        "then": "Die Fitness-Station hat Stangen zum Dehnen."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "5": {
 | 
				
			||||||
 | 
					                        "then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "6": {
 | 
				
			||||||
 | 
					                        "then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "7": {
 | 
				
			||||||
 | 
					                        "then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "8": {
 | 
				
			||||||
 | 
					                        "then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "9": {
 | 
				
			||||||
 | 
					                        "then": "Die Fitness-Station hat Pfosten für Slalomübungen."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					                    "10": {
 | 
				
			||||||
                        "then": "Die Fitness-Station hat Trittsteine."
 | 
					                        "then": "Die Fitness-Station hat Trittsteine."
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -4636,9 +4660,6 @@
 | 
				
			||||||
                    "19": {
 | 
					                    "19": {
 | 
				
			||||||
                        "then": "Die Fitness-Station hat Kampfseile (battle ropes)."
 | 
					                        "then": "Die Fitness-Station hat Kampfseile (battle ropes)."
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "2": {
 | 
					 | 
				
			||||||
                        "then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "20": {
 | 
					                    "20": {
 | 
				
			||||||
                        "then": "Die Fitness-Station hat ein Fahrradergometer."
 | 
					                        "then": "Die Fitness-Station hat ein Fahrradergometer."
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -4653,27 +4674,6 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "24": {
 | 
					                    "24": {
 | 
				
			||||||
                        "then": "Die Fitness-Station hat eine Slackline."
 | 
					                        "then": "Die Fitness-Station hat eine Slackline."
 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "3": {
 | 
					 | 
				
			||||||
                        "then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "4": {
 | 
					 | 
				
			||||||
                        "then": "Die Fitness-Station hat Stangen zum Dehnen."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "5": {
 | 
					 | 
				
			||||||
                        "then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "6": {
 | 
					 | 
				
			||||||
                        "then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "7": {
 | 
					 | 
				
			||||||
                        "then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "8": {
 | 
					 | 
				
			||||||
                        "then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "9": {
 | 
					 | 
				
			||||||
                        "then": "Die Fitness-Station hat Pfosten für Slalomübungen."
 | 
					 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Welche Übungsgeräte gibt es an dieser Fitness-Station?"
 | 
					                "question": "Welche Übungsgeräte gibt es an dieser Fitness-Station?"
 | 
				
			||||||
| 
						 | 
					@ -4780,21 +4780,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Dies ist eine Pommesbude"
 | 
					                        "then": "Dies ist eine Pommesbude"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Hier werden chinesische Gerichte serviert"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Hier werden griechische Gerichte serviert"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Hier werden indische Gerichte serviert"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "13": {
 | 
					 | 
				
			||||||
                        "then": "Hier werden türkische Gerichte serviert"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "14": {
 | 
					 | 
				
			||||||
                        "then": "Hier werden thailändische Gerichte serviert"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Bietet vorwiegend Pastagerichte an"
 | 
					                        "then": "Bietet vorwiegend Pastagerichte an"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -4818,6 +4803,21 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Hier werden französische Gerichte serviert"
 | 
					                        "then": "Hier werden französische Gerichte serviert"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Hier werden chinesische Gerichte serviert"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Hier werden griechische Gerichte serviert"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Hier werden indische Gerichte serviert"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "13": {
 | 
				
			||||||
 | 
					                        "then": "Hier werden türkische Gerichte serviert"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "14": {
 | 
				
			||||||
 | 
					                        "then": "Hier werden thailändische Gerichte serviert"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Was für Essen gibt es hier?",
 | 
					                "question": "Was für Essen gibt es hier?",
 | 
				
			||||||
| 
						 | 
					@ -6036,19 +6036,6 @@
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "10": {
 | 
					 | 
				
			||||||
                "options": {
 | 
					 | 
				
			||||||
                    "0": {
 | 
					 | 
				
			||||||
                        "question": "Alle Notizen"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "1": {
 | 
					 | 
				
			||||||
                        "question": "Importnotizen ausblenden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					 | 
				
			||||||
                        "question": "Nur Importnotizen anzeigen"
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "2": {
 | 
					            "2": {
 | 
				
			||||||
                "options": {
 | 
					                "options": {
 | 
				
			||||||
                    "0": {
 | 
					                    "0": {
 | 
				
			||||||
| 
						 | 
					@ -6104,6 +6091,19 @@
 | 
				
			||||||
                        "question": "Nur offene Notizen anzeigen"
 | 
					                        "question": "Nur offene Notizen anzeigen"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "10": {
 | 
				
			||||||
 | 
					                "options": {
 | 
				
			||||||
 | 
					                    "0": {
 | 
				
			||||||
 | 
					                        "question": "Alle Notizen"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "1": {
 | 
				
			||||||
 | 
					                        "question": "Importnotizen ausblenden"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "2": {
 | 
				
			||||||
 | 
					                        "question": "Nur Importnotizen anzeigen"
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "name": "OpenStreetMap-Hinweise",
 | 
					        "name": "OpenStreetMap-Hinweise",
 | 
				
			||||||
| 
						 | 
					@ -6432,21 +6432,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Dies ist ein normaler Stellplatz."
 | 
					                        "then": "Dies ist ein normaler Stellplatz."
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "13": {
 | 
					 | 
				
			||||||
                        "then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "14": {
 | 
					 | 
				
			||||||
                        "then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Dies ist ein Behindertenstellplatz."
 | 
					                        "then": "Dies ist ein Behindertenstellplatz."
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -6470,6 +6455,21 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Dies ist ein Stellplatz, der für Motorräder reserviert ist."
 | 
					                        "then": "Dies ist ein Stellplatz, der für Motorräder reserviert ist."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "13": {
 | 
				
			||||||
 | 
					                        "then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "14": {
 | 
				
			||||||
 | 
					                        "then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Welche Art von Stellplatz ist dies?"
 | 
					                "question": "Welche Art von Stellplatz ist dies?"
 | 
				
			||||||
| 
						 | 
					@ -7443,6 +7443,30 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "question": "Recycling von Batterien"
 | 
					                        "question": "Recycling von Batterien"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
 | 
					                    "2": {
 | 
				
			||||||
 | 
					                        "question": "Recycling von Getränkekartons"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "3": {
 | 
				
			||||||
 | 
					                        "question": "Recycling von Dosen"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "4": {
 | 
				
			||||||
 | 
					                        "question": "Recycling von Kleidung"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "5": {
 | 
				
			||||||
 | 
					                        "question": "Recycling von Speiseöl"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "6": {
 | 
				
			||||||
 | 
					                        "question": "Recycling von Motoröl"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "7": {
 | 
				
			||||||
 | 
					                        "question": "Recycling von Leuchtstoffröhren"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "8": {
 | 
				
			||||||
 | 
					                        "question": "Recycling von Grünabfällen"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "9": {
 | 
				
			||||||
 | 
					                        "question": "Recycling von Glasflaschen"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					                    "10": {
 | 
				
			||||||
                        "question": "Recycling von Glas"
 | 
					                        "question": "Recycling von Glas"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -7473,35 +7497,11 @@
 | 
				
			||||||
                    "19": {
 | 
					                    "19": {
 | 
				
			||||||
                        "question": "Recycling von Restabfällen"
 | 
					                        "question": "Recycling von Restabfällen"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "2": {
 | 
					 | 
				
			||||||
                        "question": "Recycling von Getränkekartons"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "20": {
 | 
					                    "20": {
 | 
				
			||||||
                        "question": "Recycling von Druckerpatronen"
 | 
					                        "question": "Recycling von Druckerpatronen"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "21": {
 | 
					                    "21": {
 | 
				
			||||||
                        "question": "Recycling von Fahrrädern"
 | 
					                        "question": "Recycling von Fahrrädern"
 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "3": {
 | 
					 | 
				
			||||||
                        "question": "Recycling von Dosen"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "4": {
 | 
					 | 
				
			||||||
                        "question": "Recycling von Kleidung"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "5": {
 | 
					 | 
				
			||||||
                        "question": "Recycling von Speiseöl"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "6": {
 | 
					 | 
				
			||||||
                        "question": "Recycling von Motoröl"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "7": {
 | 
					 | 
				
			||||||
                        "question": "Recycling von Leuchtstoffröhren"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "8": {
 | 
					 | 
				
			||||||
                        "question": "Recycling von Grünabfällen"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "9": {
 | 
					 | 
				
			||||||
                        "question": "Recycling von Glasflaschen"
 | 
					 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
| 
						 | 
					@ -7569,6 +7569,30 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Getränkekartons können hier recycelt werden"
 | 
					                        "then": "Getränkekartons können hier recycelt werden"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
 | 
					                    "2": {
 | 
				
			||||||
 | 
					                        "then": "Dosen können hier recycelt werden"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "3": {
 | 
				
			||||||
 | 
					                        "then": "Kleidung kann hier recycelt werden"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "4": {
 | 
				
			||||||
 | 
					                        "then": "Speiseöl kann hier recycelt werden"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "5": {
 | 
				
			||||||
 | 
					                        "then": "Motoröl kann hier recycelt werden"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "6": {
 | 
				
			||||||
 | 
					                        "then": "Hier können Leuchtstoffröhren recycelt werden"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "7": {
 | 
				
			||||||
 | 
					                        "then": "Grünabfälle können hier recycelt werden"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "8": {
 | 
				
			||||||
 | 
					                        "then": "Bio-Abfall kann hier recycelt werden"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "9": {
 | 
				
			||||||
 | 
					                        "then": "Glasflaschen können hier recycelt werden"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					                    "10": {
 | 
				
			||||||
                        "then": "Glas kann hier recycelt werden"
 | 
					                        "then": "Glas kann hier recycelt werden"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -7599,9 +7623,6 @@
 | 
				
			||||||
                    "19": {
 | 
					                    "19": {
 | 
				
			||||||
                        "then": "Schuhe können hier recycelt werden"
 | 
					                        "then": "Schuhe können hier recycelt werden"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "2": {
 | 
					 | 
				
			||||||
                        "then": "Dosen können hier recycelt werden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "20": {
 | 
					                    "20": {
 | 
				
			||||||
                        "then": "Elektrokleingeräte können hier recycelt werden"
 | 
					                        "then": "Elektrokleingeräte können hier recycelt werden"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -7616,27 +7637,6 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "24": {
 | 
					                    "24": {
 | 
				
			||||||
                        "then": "Fahrräder können hier recycelt werden"
 | 
					                        "then": "Fahrräder können hier recycelt werden"
 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "3": {
 | 
					 | 
				
			||||||
                        "then": "Kleidung kann hier recycelt werden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "4": {
 | 
					 | 
				
			||||||
                        "then": "Speiseöl kann hier recycelt werden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "5": {
 | 
					 | 
				
			||||||
                        "then": "Motoröl kann hier recycelt werden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "6": {
 | 
					 | 
				
			||||||
                        "then": "Hier können Leuchtstoffröhren recycelt werden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "7": {
 | 
					 | 
				
			||||||
                        "then": "Grünabfälle können hier recycelt werden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "8": {
 | 
					 | 
				
			||||||
                        "then": "Bio-Abfall kann hier recycelt werden"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "9": {
 | 
					 | 
				
			||||||
                        "then": "Glasflaschen können hier recycelt werden"
 | 
					 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Was kann hier recycelt werden?"
 | 
					                "question": "Was kann hier recycelt werden?"
 | 
				
			||||||
| 
						 | 
					@ -8308,12 +8308,6 @@
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Hat die Treppe einen Handlauf?"
 | 
					                "question": "Hat die Treppe einen Handlauf?"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "multilevels": {
 | 
					 | 
				
			||||||
                "override": {
 | 
					 | 
				
			||||||
                    "question": "Zwischen welchen Stockwerken befindet sich diese Treppe?",
 | 
					 | 
				
			||||||
                    "render": "Diese Treppe ist zwischen den Stockwerken {level}"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "ramp": {
 | 
					            "ramp": {
 | 
				
			||||||
                "mappings": {
 | 
					                "mappings": {
 | 
				
			||||||
                    "0": {
 | 
					                    "0": {
 | 
				
			||||||
| 
						 | 
					@ -8440,12 +8434,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Diese Straßenlaterne verwendet LEDs"
 | 
					                        "then": "Diese Straßenlaterne verwendet LEDs"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Diese Straßenlaterne wird mit Gas beleuchtet"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Diese Straßenlaterne verwendet Glühlampenlicht"
 | 
					                        "then": "Diese Straßenlaterne verwendet Glühlampenlicht"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -8469,6 +8457,12 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Diese Straßenlaterne verwendet Niederdruck-Natriumdampflampen (einfarbig orange)"
 | 
					                        "then": "Diese Straßenlaterne verwendet Niederdruck-Natriumdampflampen (einfarbig orange)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Diese Straßenlaterne wird mit Gas beleuchtet"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Mit welcher Art von Beleuchtung arbeitet diese Straßenlaterne?"
 | 
					                "question": "Mit welcher Art von Beleuchtung arbeitet diese Straßenlaterne?"
 | 
				
			||||||
| 
						 | 
					@ -8727,18 +8721,6 @@
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "render": "Dieser Fahrkartenentwerter ist Teil einer Zugangsbarriere vom Typ {barrier}"
 | 
					                "render": "Dieser Fahrkartenentwerter ist Teil einer Zugangsbarriere vom Typ {barrier}"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "payment-options": {
 | 
					 | 
				
			||||||
                "override": {
 | 
					 | 
				
			||||||
                    "mappings+": {
 | 
					 | 
				
			||||||
                        "0": {
 | 
					 | 
				
			||||||
                            "then": "Dieser Fahrkartenentwerter akzeptiert die OV-Chipkaart"
 | 
					 | 
				
			||||||
                        },
 | 
					 | 
				
			||||||
                        "1": {
 | 
					 | 
				
			||||||
                            "then": "Dieser Ticketentwerter akzeptiert die OV-Chipkaart"
 | 
					 | 
				
			||||||
                        }
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "validator-operator": {
 | 
					            "validator-operator": {
 | 
				
			||||||
                "freeform": {
 | 
					                "freeform": {
 | 
				
			||||||
                    "placeholder": "Name des Betreibers"
 | 
					                    "placeholder": "Name des Betreibers"
 | 
				
			||||||
| 
						 | 
					@ -8952,11 +8934,6 @@
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "name": "Toiletten in anderen Einrichtungen",
 | 
					        "name": "Toiletten in anderen Einrichtungen",
 | 
				
			||||||
        "tagRenderings": {
 | 
					        "tagRenderings": {
 | 
				
			||||||
            "opening_hours": {
 | 
					 | 
				
			||||||
                "override": {
 | 
					 | 
				
			||||||
                    "question": "Wann ist der Ort, an dem sich diese Toiletten befinden, geöffnet?"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "toilet-access": {
 | 
					            "toilet-access": {
 | 
				
			||||||
                "mappings": {
 | 
					                "mappings": {
 | 
				
			||||||
                    "0": {
 | 
					                    "0": {
 | 
				
			||||||
| 
						 | 
					@ -9550,27 +9527,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "question": "Verkauf von Getränken"
 | 
					                        "question": "Verkauf von Getränken"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "question": "Verkauf von Milch"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "question": "Verkauf von Brot"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "question": "Verkauf von Eiern"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "13": {
 | 
					 | 
				
			||||||
                        "question": "Verkauf von Käse"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "14": {
 | 
					 | 
				
			||||||
                        "question": "Verkauf von Honig"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "15": {
 | 
					 | 
				
			||||||
                        "question": "Verkauf von Kartoffeln"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "16": {
 | 
					 | 
				
			||||||
                        "question": "Verkauf von Blumen"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "question": "Verkauf von Süßigkeiten"
 | 
					                        "question": "Verkauf von Süßigkeiten"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -9594,6 +9550,27 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "question": "Verkauf von Fahrradschläuchen"
 | 
					                        "question": "Verkauf von Fahrradschläuchen"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "question": "Verkauf von Milch"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "question": "Verkauf von Brot"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "question": "Verkauf von Eiern"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "13": {
 | 
				
			||||||
 | 
					                        "question": "Verkauf von Käse"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "14": {
 | 
				
			||||||
 | 
					                        "question": "Verkauf von Honig"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "15": {
 | 
				
			||||||
 | 
					                        "question": "Verkauf von Kartoffeln"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "16": {
 | 
				
			||||||
 | 
					                        "question": "Verkauf von Blumen"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
| 
						 | 
					@ -9634,24 +9611,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Süßigkeiten werden verkauft"
 | 
					                        "then": "Süßigkeiten werden verkauft"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Brot wird verkauft"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Eier werden verkauft"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Käse wird verkauft"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "13": {
 | 
					 | 
				
			||||||
                        "then": "Honig wird verkauft"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "14": {
 | 
					 | 
				
			||||||
                        "then": "Kartoffeln werden verkauft"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "15": {
 | 
					 | 
				
			||||||
                        "then": "Blumen werden verkauft"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Lebensmittel werden verkauft"
 | 
					                        "then": "Lebensmittel werden verkauft"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -9675,6 +9634,24 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Milch wird verkauft"
 | 
					                        "then": "Milch wird verkauft"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Brot wird verkauft"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Eier werden verkauft"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Käse wird verkauft"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "13": {
 | 
				
			||||||
 | 
					                        "then": "Honig wird verkauft"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "14": {
 | 
				
			||||||
 | 
					                        "then": "Kartoffeln werden verkauft"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "15": {
 | 
				
			||||||
 | 
					                        "then": "Blumen werden verkauft"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Was wird in diesem Automaten verkauft?",
 | 
					                "question": "Was wird in diesem Automaten verkauft?",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9429,6 +9429,13 @@
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
 | 
					            "language_picker": {
 | 
				
			||||||
 | 
					                "mappings": {
 | 
				
			||||||
 | 
					                    "0": {
 | 
				
			||||||
 | 
					                        "then": "The language was set via an URL-parameter and cannot be set by the user.²"
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
            "mangrove-keys": {
 | 
					            "mangrove-keys": {
 | 
				
			||||||
                "render": "<a href='data:application/json,{mangroveidentity}' download='mangrove_private_key_{_name}'>Download the private key for your Mangrove Account</a> <p>Anyone possessing this file can make reviews with your identity</p>"
 | 
					                "render": "<a href='data:application/json,{mangroveidentity}' download='mangrove_private_key_{_name}'>Download the private key for your Mangrove Account</a> <p>Anyone possessing this file can make reviews with your identity</p>"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -33,16 +33,6 @@
 | 
				
			||||||
            "1": {
 | 
					            "1": {
 | 
				
			||||||
                "title": "un panneau à affiches scellé au sol"
 | 
					                "title": "un panneau à affiches scellé au sol"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "10": {
 | 
					 | 
				
			||||||
                "description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
 | 
					 | 
				
			||||||
                "title": "une enseigne"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "11": {
 | 
					 | 
				
			||||||
                "title": "une sculpture"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "12": {
 | 
					 | 
				
			||||||
                "title": "une peinture murale"
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "2": {
 | 
					            "2": {
 | 
				
			||||||
                "title": "un panneau à affiches monté sur un mur"
 | 
					                "title": "un panneau à affiches monté sur un mur"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
| 
						 | 
					@ -68,6 +58,16 @@
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "9": {
 | 
					            "9": {
 | 
				
			||||||
                "title": "un totem"
 | 
					                "title": "un totem"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "10": {
 | 
				
			||||||
 | 
					                "description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
 | 
				
			||||||
 | 
					                "title": "une enseigne"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "11": {
 | 
				
			||||||
 | 
					                "title": "une sculpture"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "12": {
 | 
				
			||||||
 | 
					                "title": "une peinture murale"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "tagRenderings": {
 | 
					        "tagRenderings": {
 | 
				
			||||||
| 
						 | 
					@ -159,9 +159,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "C'est un petit panneau"
 | 
					                        "then": "C'est un petit panneau"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "C'est une peinture murale"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "C'est une colonne"
 | 
					                        "then": "C'est une colonne"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -185,6 +182,9 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "C'est un totem"
 | 
					                        "then": "C'est un totem"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "C'est une peinture murale"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "De quel type de dispositif publicitaire s'agit-il ?"
 | 
					                "question": "De quel type de dispositif publicitaire s'agit-il ?"
 | 
				
			||||||
| 
						 | 
					@ -195,9 +195,6 @@
 | 
				
			||||||
                "1": {
 | 
					                "1": {
 | 
				
			||||||
                    "then": "Petit panneau"
 | 
					                    "then": "Petit panneau"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "10": {
 | 
					 | 
				
			||||||
                    "then": "Peinture murale"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "3": {
 | 
					                "3": {
 | 
				
			||||||
                    "then": "Colonne"
 | 
					                    "then": "Colonne"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
| 
						 | 
					@ -218,6 +215,9 @@
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "9": {
 | 
					                "9": {
 | 
				
			||||||
                    "then": "Totem"
 | 
					                    "then": "Totem"
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					                "10": {
 | 
				
			||||||
 | 
					                    "then": "Peinture murale"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					@ -296,15 +296,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Peinture murale"
 | 
					                        "then": "Peinture murale"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Azulejo (faïence latine)"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Carrelage"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Sculpture sur bois"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Peinture"
 | 
					                        "then": "Peinture"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -328,6 +319,15 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Relief"
 | 
					                        "then": "Relief"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Azulejo (faïence latine)"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Carrelage"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Sculpture sur bois"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Quel est le type de cette œuvre d'art ?",
 | 
					                "question": "Quel est le type de cette œuvre d'art ?",
 | 
				
			||||||
| 
						 | 
					@ -2363,15 +2363,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Cette piste cyclable est goudronée"
 | 
					                        "then": "Cette piste cyclable est goudronée"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Cette piste cyclable est faite en graviers fins"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Cette piste cyclable est en cailloux"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Cette piste cyclable est faite en sol brut"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Cette piste cyclable est asphaltée"
 | 
					                        "then": "Cette piste cyclable est asphaltée"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -2395,6 +2386,15 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Cette piste cyclable est faite en graviers"
 | 
					                        "then": "Cette piste cyclable est faite en graviers"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Cette piste cyclable est faite en graviers fins"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Cette piste cyclable est en cailloux"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Cette piste cyclable est faite en sol brut"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "De quoi est faite la surface de la piste cyclable ?",
 | 
					                "question": "De quoi est faite la surface de la piste cyclable ?",
 | 
				
			||||||
| 
						 | 
					@ -2443,15 +2443,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Cette piste cyclable est pavée"
 | 
					                        "then": "Cette piste cyclable est pavée"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Cette piste cyclable est faite en graviers fins"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Cette piste cyclable est en cailloux"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Cette piste cyclable est faite en sol brut"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Cette piste cyclable est asphaltée"
 | 
					                        "then": "Cette piste cyclable est asphaltée"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -2475,6 +2466,15 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Cette piste cyclable est faite en graviers"
 | 
					                        "then": "Cette piste cyclable est faite en graviers"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Cette piste cyclable est faite en graviers fins"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Cette piste cyclable est en cailloux"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Cette piste cyclable est faite en sol brut"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "De quel materiel est faite cette rue ?",
 | 
					                "question": "De quel materiel est faite cette rue ?",
 | 
				
			||||||
| 
						 | 
					@ -3304,21 +3304,6 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "C'est une friterie"
 | 
					                        "then": "C'est une friterie"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					 | 
				
			||||||
                        "then": "Des plats chinois sont servis ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "11": {
 | 
					 | 
				
			||||||
                        "then": "Des plats grecs sont servis ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "12": {
 | 
					 | 
				
			||||||
                        "then": "Des plats indiens sont servis ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "13": {
 | 
					 | 
				
			||||||
                        "then": "Des plats turcs sont servis ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "14": {
 | 
					 | 
				
			||||||
                        "then": "Des plats thaïlandais sont servis ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "2": {
 | 
					                    "2": {
 | 
				
			||||||
                        "then": "Restaurant Italien"
 | 
					                        "then": "Restaurant Italien"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -3342,6 +3327,21 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "9": {
 | 
					                    "9": {
 | 
				
			||||||
                        "then": "Des plats français sont servis ici"
 | 
					                        "then": "Des plats français sont servis ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "10": {
 | 
				
			||||||
 | 
					                        "then": "Des plats chinois sont servis ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "11": {
 | 
				
			||||||
 | 
					                        "then": "Des plats grecs sont servis ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "12": {
 | 
				
			||||||
 | 
					                        "then": "Des plats indiens sont servis ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "13": {
 | 
				
			||||||
 | 
					                        "then": "Des plats turcs sont servis ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "14": {
 | 
				
			||||||
 | 
					                        "then": "Des plats thaïlandais sont servis ici"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Quelle type de nourriture est servie ici ?",
 | 
					                "question": "Quelle type de nourriture est servie ici ?",
 | 
				
			||||||
| 
						 | 
					@ -4670,6 +4670,30 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "question": "Recyclage de piles et batteries domestiques"
 | 
					                        "question": "Recyclage de piles et batteries domestiques"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
 | 
					                    "2": {
 | 
				
			||||||
 | 
					                        "question": "Recyclage d'emballage de boissons"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "3": {
 | 
				
			||||||
 | 
					                        "question": "Recyclage de boites de conserve et de canettes"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "4": {
 | 
				
			||||||
 | 
					                        "question": "Recyclage de vêtements"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "5": {
 | 
				
			||||||
 | 
					                        "question": "Recyclage des huiles de friture"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "6": {
 | 
				
			||||||
 | 
					                        "question": "Recyclage des huiles de moteur"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "7": {
 | 
				
			||||||
 | 
					                        "question": "Recyclage des lampes fluorescentes"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "8": {
 | 
				
			||||||
 | 
					                        "question": "Recyclage des déchets verts"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "9": {
 | 
				
			||||||
 | 
					                        "question": "Recyclage des bouteilles en verre et des bocaux"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					                    "10": {
 | 
				
			||||||
                        "question": "Recyclage de tout type de verre"
 | 
					                        "question": "Recyclage de tout type de verre"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -4700,35 +4724,11 @@
 | 
				
			||||||
                    "19": {
 | 
					                    "19": {
 | 
				
			||||||
                        "question": "Recyclage des autres déchets"
 | 
					                        "question": "Recyclage des autres déchets"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "2": {
 | 
					 | 
				
			||||||
                        "question": "Recyclage d'emballage de boissons"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "20": {
 | 
					                    "20": {
 | 
				
			||||||
                        "question": "Recyclage des cartouches d'imprimante"
 | 
					                        "question": "Recyclage des cartouches d'imprimante"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "21": {
 | 
					                    "21": {
 | 
				
			||||||
                        "question": "Recyclage des vélos"
 | 
					                        "question": "Recyclage des vélos"
 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "3": {
 | 
					 | 
				
			||||||
                        "question": "Recyclage de boites de conserve et de canettes"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "4": {
 | 
					 | 
				
			||||||
                        "question": "Recyclage de vêtements"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "5": {
 | 
					 | 
				
			||||||
                        "question": "Recyclage des huiles de friture"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "6": {
 | 
					 | 
				
			||||||
                        "question": "Recyclage des huiles de moteur"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "7": {
 | 
					 | 
				
			||||||
                        "question": "Recyclage des lampes fluorescentes"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "8": {
 | 
					 | 
				
			||||||
                        "question": "Recyclage des déchets verts"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "9": {
 | 
					 | 
				
			||||||
                        "question": "Recyclage des bouteilles en verre et des bocaux"
 | 
					 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
| 
						 | 
					@ -4791,6 +4791,30 @@
 | 
				
			||||||
                    "1": {
 | 
					                    "1": {
 | 
				
			||||||
                        "then": "Les briques alimentaires en carton peuvent être recyclées ici"
 | 
					                        "then": "Les briques alimentaires en carton peuvent être recyclées ici"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
 | 
					                    "2": {
 | 
				
			||||||
 | 
					                        "then": "Les boites de conserve et canettes peuvent être recyclées ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "3": {
 | 
				
			||||||
 | 
					                        "then": "Les vêtements peuvent être recyclés ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "4": {
 | 
				
			||||||
 | 
					                        "then": "Les huiles de friture peuvent être recyclées ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "5": {
 | 
				
			||||||
 | 
					                        "then": "Les huiles de moteur peuvent être recyclées ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "6": {
 | 
				
			||||||
 | 
					                        "then": "Les lampes fluorescentes peuvent être recyclées ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "7": {
 | 
				
			||||||
 | 
					                        "then": "Les déchets verts peuvent être recyclés ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "8": {
 | 
				
			||||||
 | 
					                        "then": "Les déchets organiques peuvent être recyclés ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
 | 
					                    "9": {
 | 
				
			||||||
 | 
					                        "then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
 | 
				
			||||||
 | 
					                    },
 | 
				
			||||||
                    "10": {
 | 
					                    "10": {
 | 
				
			||||||
                        "then": "Tout type de verre peut être recyclé ici"
 | 
					                        "then": "Tout type de verre peut être recyclé ici"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -4821,9 +4845,6 @@
 | 
				
			||||||
                    "19": {
 | 
					                    "19": {
 | 
				
			||||||
                        "then": "Les chaussures peuvent être recyclées ici"
 | 
					                        "then": "Les chaussures peuvent être recyclées ici"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "2": {
 | 
					 | 
				
			||||||
                        "then": "Les boites de conserve et canettes peuvent être recyclées ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "20": {
 | 
					                    "20": {
 | 
				
			||||||
                        "then": "Les petits appareils électriques peuvent être recyclés ici"
 | 
					                        "then": "Les petits appareils électriques peuvent être recyclés ici"
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
| 
						 | 
					@ -4838,27 +4859,6 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "24": {
 | 
					                    "24": {
 | 
				
			||||||
                        "then": "Les vélos peuvent être recyclés ici"
 | 
					                        "then": "Les vélos peuvent être recyclés ici"
 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "3": {
 | 
					 | 
				
			||||||
                        "then": "Les vêtements peuvent être recyclés ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "4": {
 | 
					 | 
				
			||||||
                        "then": "Les huiles de friture peuvent être recyclées ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "5": {
 | 
					 | 
				
			||||||
                        "then": "Les huiles de moteur peuvent être recyclées ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "6": {
 | 
					 | 
				
			||||||
                        "then": "Les lampes fluorescentes peuvent être recyclées ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "7": {
 | 
					 | 
				
			||||||
                        "then": "Les déchets verts peuvent être recyclés ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "8": {
 | 
					 | 
				
			||||||
                        "then": "Les déchets organiques peuvent être recyclés ici"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "9": {
 | 
					 | 
				
			||||||
                        "then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
 | 
					 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "question": "Que peut-on recycler ici ?"
 | 
					                "question": "Que peut-on recycler ici ?"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -276,7 +276,7 @@
 | 
				
			||||||
            "answeredMultipleSkippedMultiple": "Je beantwoorde {answered} vragen en sloeg {skipped} vragen over",
 | 
					            "answeredMultipleSkippedMultiple": "Je beantwoorde {answered} vragen en sloeg {skipped} vragen over",
 | 
				
			||||||
            "answeredMultipleSkippedOne": "Je beantwoorde {answered} vragen en sloeg er één over",
 | 
					            "answeredMultipleSkippedOne": "Je beantwoorde {answered} vragen en sloeg er één over",
 | 
				
			||||||
            "answeredOne": "Je beantwoordde één vraag",
 | 
					            "answeredOne": "Je beantwoordde één vraag",
 | 
				
			||||||
            "answeredOneSkippedMultiple": "Je beantwoordde één vraag en sloeg er één over",
 | 
					            "answeredOneSkippedMultiple": "Je beantwoordde één vraag en sloeg er {skipped} over",
 | 
				
			||||||
            "answeredOneSkippedOne": "Je beantwoorde één vraag en sloeg een andere vraag over",
 | 
					            "answeredOneSkippedOne": "Je beantwoorde één vraag en sloeg een andere vraag over",
 | 
				
			||||||
            "done": "Geen verdere vragen! Bedankt!",
 | 
					            "done": "Geen verdere vragen! Bedankt!",
 | 
				
			||||||
            "reactivate": "Heractiveer vragen die je oversloeg",
 | 
					            "reactivate": "Heractiveer vragen die je oversloeg",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1066,33 +1066,6 @@
 | 
				
			||||||
    "onwheels": {
 | 
					    "onwheels": {
 | 
				
			||||||
        "description": "Auf dieser Karte können Sie öffentlich zugängliche Orte für Rollstuhlfahrer ansehen, bearbeiten oder hinzufügen",
 | 
					        "description": "Auf dieser Karte können Sie öffentlich zugängliche Orte für Rollstuhlfahrer ansehen, bearbeiten oder hinzufügen",
 | 
				
			||||||
        "layers": {
 | 
					        "layers": {
 | 
				
			||||||
            "19": {
 | 
					 | 
				
			||||||
                "override": {
 | 
					 | 
				
			||||||
                    "=title": {
 | 
					 | 
				
			||||||
                        "render": "Statistik"
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "20": {
 | 
					 | 
				
			||||||
                "override": {
 | 
					 | 
				
			||||||
                    "+tagRenderings": {
 | 
					 | 
				
			||||||
                        "0": {
 | 
					 | 
				
			||||||
                            "render": {
 | 
					 | 
				
			||||||
                                "special": {
 | 
					 | 
				
			||||||
                                    "text": "Import"
 | 
					 | 
				
			||||||
                                }
 | 
					 | 
				
			||||||
                            }
 | 
					 | 
				
			||||||
                        },
 | 
					 | 
				
			||||||
                        "1": {
 | 
					 | 
				
			||||||
                            "render": {
 | 
					 | 
				
			||||||
                                "special": {
 | 
					 | 
				
			||||||
                                    "message": "Alle vorgeschlagenen Tags hinzufügen"
 | 
					 | 
				
			||||||
                                }
 | 
					 | 
				
			||||||
                            }
 | 
					 | 
				
			||||||
                        }
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "4": {
 | 
					            "4": {
 | 
				
			||||||
                "override": {
 | 
					                "override": {
 | 
				
			||||||
                    "filter": {
 | 
					                    "filter": {
 | 
				
			||||||
| 
						 | 
					@ -1135,6 +1108,33 @@
 | 
				
			||||||
                "override": {
 | 
					                "override": {
 | 
				
			||||||
                    "name": "Barrierefreie Parkplätze"
 | 
					                    "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"
 | 
					        "title": "Auf Rädern"
 | 
				
			||||||
| 
						 | 
					@ -1295,6 +1295,10 @@
 | 
				
			||||||
    "stations": {
 | 
					    "stations": {
 | 
				
			||||||
        "description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
 | 
					        "description": "Bahnhofsdetails ansehen, bearbeiten und hinzufügen",
 | 
				
			||||||
        "layers": {
 | 
					        "layers": {
 | 
				
			||||||
 | 
					            "3": {
 | 
				
			||||||
 | 
					                "description": "Ebene mit Bahnhöfen",
 | 
				
			||||||
 | 
					                "name": "Bahnhöfe"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
            "16": {
 | 
					            "16": {
 | 
				
			||||||
                "description": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
 | 
					                "description": "Anzeigen der Züge, die von diesem Bahnhof abfahren",
 | 
				
			||||||
                "name": "Abfahrtstafeln",
 | 
					                "name": "Abfahrtstafeln",
 | 
				
			||||||
| 
						 | 
					@ -1326,10 +1330,6 @@
 | 
				
			||||||
                "title": {
 | 
					                "title": {
 | 
				
			||||||
                    "render": "Abfahrtstafel"
 | 
					                    "render": "Abfahrtstafel"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "3": {
 | 
					 | 
				
			||||||
                "description": "Ebene mit Bahnhöfen",
 | 
					 | 
				
			||||||
                "name": "Bahnhöfe"
 | 
					 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "title": "Bahnhöfe"
 | 
					        "title": "Bahnhöfe"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1066,33 +1066,6 @@
 | 
				
			||||||
    "onwheels": {
 | 
					    "onwheels": {
 | 
				
			||||||
        "description": "On this map, publicly weelchair accessible places are shown and can be easily added",
 | 
					        "description": "On this map, publicly weelchair accessible places are shown and can be easily added",
 | 
				
			||||||
        "layers": {
 | 
					        "layers": {
 | 
				
			||||||
            "19": {
 | 
					 | 
				
			||||||
                "override": {
 | 
					 | 
				
			||||||
                    "=title": {
 | 
					 | 
				
			||||||
                        "render": "Statistics"
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "20": {
 | 
					 | 
				
			||||||
                "override": {
 | 
					 | 
				
			||||||
                    "+tagRenderings": {
 | 
					 | 
				
			||||||
                        "0": {
 | 
					 | 
				
			||||||
                            "render": {
 | 
					 | 
				
			||||||
                                "special": {
 | 
					 | 
				
			||||||
                                    "text": "Import"
 | 
					 | 
				
			||||||
                                }
 | 
					 | 
				
			||||||
                            }
 | 
					 | 
				
			||||||
                        },
 | 
					 | 
				
			||||||
                        "1": {
 | 
					 | 
				
			||||||
                            "render": {
 | 
					 | 
				
			||||||
                                "special": {
 | 
					 | 
				
			||||||
                                    "message": "Add all the suggested tags"
 | 
					 | 
				
			||||||
                                }
 | 
					 | 
				
			||||||
                            }
 | 
					 | 
				
			||||||
                        }
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "4": {
 | 
					            "4": {
 | 
				
			||||||
                "override": {
 | 
					                "override": {
 | 
				
			||||||
                    "filter": {
 | 
					                    "filter": {
 | 
				
			||||||
| 
						 | 
					@ -1135,6 +1108,33 @@
 | 
				
			||||||
                "override": {
 | 
					                "override": {
 | 
				
			||||||
                    "name": "Disabled parking spaces"
 | 
					                    "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"
 | 
					        "title": "OnWheels"
 | 
				
			||||||
| 
						 | 
					@ -1295,6 +1295,10 @@
 | 
				
			||||||
    "stations": {
 | 
					    "stations": {
 | 
				
			||||||
        "description": "View, edit and add details to a train station",
 | 
					        "description": "View, edit and add details to a train station",
 | 
				
			||||||
        "layers": {
 | 
					        "layers": {
 | 
				
			||||||
 | 
					            "3": {
 | 
				
			||||||
 | 
					                "description": "Layer showing train stations",
 | 
				
			||||||
 | 
					                "name": "Train Stations"
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
            "16": {
 | 
					            "16": {
 | 
				
			||||||
                "description": "Displays showing the trains that will leave from this station",
 | 
					                "description": "Displays showing the trains that will leave from this station",
 | 
				
			||||||
                "name": "Departures boards",
 | 
					                "name": "Departures boards",
 | 
				
			||||||
| 
						 | 
					@ -1326,10 +1330,6 @@
 | 
				
			||||||
                "title": {
 | 
					                "title": {
 | 
				
			||||||
                    "render": "Departures board"
 | 
					                    "render": "Departures board"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
            "3": {
 | 
					 | 
				
			||||||
                "description": "Layer showing train stations",
 | 
					 | 
				
			||||||
                "name": "Train Stations"
 | 
					 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "title": "Train Stations"
 | 
					        "title": "Train Stations"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue