mapcomplete/assets/layers/playground/playground.json

498 lines
17 KiB
JSON
Raw Normal View History

{
"id": "playground",
"name": {
2021-03-14 03:15:06 +01:00
"nl": "Speeltuinen",
2021-05-30 20:56:09 +02:00
"en": "Playgrounds",
2021-06-08 16:56:36 +02:00
"ru": "Детские площадки",
2021-07-04 00:22:46 +02:00
"de": "Spielplätze",
"it": "Campi da gioco"
},
"minzoom": 13,
"source": {
"osmTags": {
"and": [
"leisure=playground",
"playground!=forest"
]
}
},
2021-04-23 17:22:01 +02:00
"calculatedTags": [
"_size_classification=Number(feat.properties._surface) < 10 ? 'small' : (Number(feat.properties._surface) < 100 ? 'medium' : 'large') "
],
"description": {
2021-03-14 03:15:06 +01:00
"nl": "Speeltuinen",
2021-05-30 20:56:09 +02:00
"en": "Playgrounds",
"it": "Parchi giochi",
2021-06-08 16:56:36 +02:00
"ru": "Детские площадки",
"de": "Spielplätze"
},
"title": {
"render": {
2021-03-14 03:15:06 +01:00
"nl": "Speeltuin",
2021-05-30 20:56:09 +02:00
"en": "Playground",
"it": "Parco giochi",
2021-06-08 16:56:36 +02:00
"ru": "Детская площадка",
"de": "Spielplatz"
},
"mappings": [
{
"if": "name~*",
"then": {
2021-03-14 03:15:06 +01:00
"nl": "Speeltuin <i>{name}</i>",
2021-05-30 20:56:09 +02:00
"en": "Playground <i>{name}</i>",
"it": "Parco giochi <i>{name}</i>",
2021-06-08 16:56:36 +02:00
"ru": "Детская площадка <i>{name}</i>",
"de": "Spielplatz <i>{name}</i>"
}
}
]
},
"tagRenderings": [
"images",
{
"question": {
2021-03-14 03:15:06 +01:00
"nl": "Wat is de ondergrond van deze speeltuin?<br/><i>Indien er verschillende ondergronden zijn, neem de meest voorkomende</i>",
2021-05-30 20:56:09 +02:00
"en": "Which is the surface of this playground?<br/><i>If there are multiple, select the most occuring one</i>",
2021-06-08 16:56:36 +02:00
"it": "Qual è la superficie di questo parco giochi?<br/><i>Se ve ne è più di una, seleziona quella predominante</i>",
"de": "Welche Oberfläche hat dieser Spielplatz?<br/><i>Wenn es mehrere gibt, wähle die am häufigsten vorkommende aus</i>"
},
"render": {
2021-03-14 03:15:06 +01:00
"nl": "De ondergrond is <b>{surface}</b>",
2021-05-30 20:56:09 +02:00
"en": "The surface is <b>{surface}</b>",
"it": "La superficie è <b>{surface}</b>",
2021-06-08 16:56:36 +02:00
"ru": "Поверхность - <b>{surface}</b>",
"de": "Die Oberfläche ist <b>{surface}</b>"
},
"freeform": {
"key": "surface"
},
"mappings": [
{
"if": "surface=grass",
2021-03-14 03:15:06 +01:00
"then": {
"nl": "De ondergrond is <b>gras</b>",
2021-05-30 20:56:09 +02:00
"en": "The surface is <b>grass</b>",
"it": "La superficie è <b>prato</b>",
2021-06-08 16:56:36 +02:00
"ru": "Поверхность - <b>трава</b>",
"de": "Die Oberfläche ist <b>Gras</b>"
2021-03-14 03:15:06 +01:00
}
},
{
"if": "surface=sand",
2021-03-14 03:15:06 +01:00
"then": {
"nl": "De ondergrond is <b>zand</b>",
2021-05-30 20:56:09 +02:00
"en": "The surface is <b>sand</b>",
"it": "La superficie è <b>sabbia</b>",
2021-06-08 16:56:36 +02:00
"ru": "Поверхность - <b>песок</b>",
"de": "Die Oberfläche ist <b>Sand</b>"
2021-03-14 03:15:06 +01:00
}
},
{
"if": "surface=woodchips",
"then": {
"nl": "De ondergrond bestaat uit <b>houtsnippers</b>",
2021-05-30 20:56:09 +02:00
"en": "The surface consist of <b>woodchips</b>",
2021-06-08 16:56:36 +02:00
"it": "La superficie consiste di <b>trucioli di legno</b>",
"de": "Die Oberfläche besteht aus <b>Holzschnitzeln</b>",
"ru": "Покрытие из <b>щепы</b>"
}
},
{
"if": "surface=paving_stones",
2021-03-14 03:15:06 +01:00
"then": {
"nl": "De ondergrond bestaat uit <b>stoeptegels</b>",
2021-05-30 20:56:09 +02:00
"en": "The surface is <b>paving stones</b>",
"it": "La superficie è <b>mattonelle regolari</b>",
2021-06-08 16:56:36 +02:00
"ru": "Поверхность - <b>брусчатка</b>",
"de": "Die Oberfläche ist <b>Pflastersteine</b>"
2021-03-14 03:15:06 +01:00
}
},
{
"if": "surface=asphalt",
2021-03-14 03:15:06 +01:00
"then": {
"nl": "De ondergrond is <b>asfalt</b>",
2021-05-30 20:56:09 +02:00
"en": "The surface is <b>asphalt</b>",
"it": "La superficie è <b>asfalto</b>",
2021-06-08 16:56:36 +02:00
"ru": "Поверхность - <b>асфальт</b>",
"de": "Die Oberfläche ist <b>Asphalt</b>"
2021-03-14 03:15:06 +01:00
}
},
{
"if": "surface=concrete",
2021-03-14 03:15:06 +01:00
"then": {
"nl": "De ondergrond is <b>beton</b>",
2021-05-30 20:56:09 +02:00
"en": "The surface is <b>concrete</b>",
"it": "La superficie è <b>cemento</b>",
2021-06-08 16:56:36 +02:00
"ru": "Поверхность - <b>бетон</b>",
"de": "Die Oberfläche ist <b>Beton</b>"
2021-03-14 03:15:06 +01:00
}
},
{
"if": "surface=unpaved",
"then": {
"nl": "De ondergrond is <b>onverhard</b>",
2021-05-30 20:56:09 +02:00
"en": "The surface is <b>unpaved</b>",
2021-06-08 16:56:36 +02:00
"it": "La superficie è <b>non pavimentato</b>",
"de": "Die Oberfläche ist <b>unbefestigt</b>"
},
"hideInAnswer": true
},
{
"if": "surface=paved",
"then": {
"nl": "De ondergrond is <b>verhard</b>",
2021-05-30 20:56:09 +02:00
"en": "The surface is <b>paved</b>",
2021-06-08 16:56:36 +02:00
"it": "La superficie è <b>pavimentato</b>",
"de": "Die Oberfläche ist <b>befestigt</b>"
},
"hideInAnswer": true
}
]
},
{
"question": {
"nl": "Is deze speeltuin 's nachts verlicht?",
2021-05-30 20:56:09 +02:00
"en": "Is this playground lit at night?",
2021-06-04 17:23:17 +02:00
"it": "È illuminato di notte questo parco giochi?",
2021-06-08 16:56:36 +02:00
"fr": "Ce terrain de jeux est-il éclairé la nuit ?",
"de": "Ist dieser Spielplatz nachts beleuchtet?",
"ru": "Эта игровая площадка освещается ночью?"
},
"mappings": [
{
"if": "lit=yes",
"then": {
"nl": "Deze speeltuin is 's nachts verlicht",
2021-05-30 20:56:09 +02:00
"en": "This playground is lit at night",
2021-06-08 16:56:36 +02:00
"it": "Questo parco giochi è illuminato di notte",
"de": "Dieser Spielplatz ist nachts beleuchtet",
"ru": "Эта детская площадка освещается ночью"
}
},
{
"if": "lit=no",
"then": {
"nl": "Deze speeltuin is 's nachts niet verlicht",
2021-05-30 20:56:09 +02:00
"en": "This playground is not lit at night",
2021-06-08 16:56:36 +02:00
"it": "Questo parco giochi non è illuminato di notte",
"de": "Dieser Spielplatz ist nachts nicht beleuchtet",
"ru": "Эта детская площадка не освещается ночью"
}
}
]
},
{
"render": {
"nl": "Toegankelijk vanaf {min_age} jaar oud",
2021-05-30 20:56:09 +02:00
"en": "Accessible to kids older than {min_age} years",
"it": "Accessibile ai bambini di almeno {min_age} anni",
2021-06-04 17:23:17 +02:00
"ru": "Доступно для детей старше {min_age} лет",
"fr": "Accessible aux enfants de plus de {min_age} ans"
},
"question": {
"nl": "Wat is de minimale leeftijd om op deze speeltuin te mogen?",
2021-05-30 20:56:09 +02:00
"en": "What is the minimum age required to access this playground?",
2021-06-04 17:23:17 +02:00
"it": "Qual è letà minima per accedere a questo parco giochi?",
"fr": "Quel est l'âge minimal requis pour accéder à ce terrain de jeux ?",
"ru": "С какого возраста доступна эта детская площадка?"
},
"freeform": {
"key": "min_age",
"type": "pnat"
}
},
{
"render": {
"nl": "Toegankelijk tot {max_age}",
2021-05-30 20:56:09 +02:00
"en": "Accessible to kids of at most {max_age}",
2021-06-04 17:23:17 +02:00
"it": "Accessibile ai bambini di età inferiore a {max_age}",
"fr": "Accessible aux enfants de {max_age} au maximum",
"ru": "Доступно детям до {max_age}"
},
"question": {
"nl": "Wat is de maximaal toegestane leeftijd voor deze speeltuin?",
2021-05-30 20:56:09 +02:00
"en": "What is the maximum age allowed to access this playground?",
"it": "Qual è letà massima per accedere a questo parco giochi?"
},
"freeform": {
"key": "max_age",
"type": "pnat"
}
},
{
"question": {
"nl": "Wie beheert deze speeltuin?",
2021-05-30 20:56:09 +02:00
"en": "Who operates this playground?",
2021-06-08 16:56:36 +02:00
"it": "Chi è il responsabile di questo parco giochi?",
"de": "Wer betreibt diesen Spielplatz?"
},
"render": {
"nl": "Beheer door {operator}",
2021-05-30 20:56:09 +02:00
"en": "Operated by {operator}",
2021-06-04 17:23:17 +02:00
"it": "Gestito da {operator}",
2021-06-08 16:56:36 +02:00
"fr": "Exploité par {operator}",
"de": "Betrieben von {operator}"
},
"freeform": {
"key": "operator"
}
},
{
"question": {
"nl": "Is deze speeltuin vrij toegankelijk voor het publiek?",
2021-05-30 20:56:09 +02:00
"en": "Is this playground accessible to the general public?",
2021-06-08 16:56:36 +02:00
"it": "Questo parco giochi è pubblicamente accessibile?",
"de": "Ist dieser Spielplatz für die Allgemeinheit zugänglich?"
},
"mappings": [
{
"if": "access=",
"then": {
"en": "Accessible to the general public",
2021-05-30 20:56:09 +02:00
"nl": "Vrij toegankelijk voor het publiek",
2021-06-08 16:56:36 +02:00
"it": "Accessibile pubblicamente",
"de": "Zugänglich für die Allgemeinheit"
},
"hideInAnswer": true
},
{
"if": "access=yes",
"then": {
"en": "Accessible to the general public",
2021-05-30 20:56:09 +02:00
"nl": "Vrij toegankelijk voor het publiek",
2021-06-08 16:56:36 +02:00
"it": "Accessibile pubblicamente",
"de": "Zugänglich für die Allgemeinheit"
}
},
{
"if": "access=customers",
"then": {
"en": "Only accessible for clients of the operating business",
2021-05-30 20:56:09 +02:00
"nl": "Enkel toegankelijk voor klanten van de bijhorende zaak",
2021-06-08 16:56:36 +02:00
"it": "Accessibile solamente ai clienti dellattività che lo gestisce",
"de": "Nur für Kunden des Betreibers zugänglich"
}
},
{
"if": "access=students",
"then": {
2021-05-30 20:56:09 +02:00
"en": "Only accessible to students of the school",
"nl": "Vrij toegankelijk voor scholieren van de school",
2021-06-08 16:56:36 +02:00
"it": "Accessibile solamente agli studenti della scuola",
"de": "Nur für Schüler der Schule zugänglich"
}
},
{
"if": "access=private",
"then": {
"en": "Not accessible",
2021-05-30 20:56:09 +02:00
"nl": "Niet vrij toegankelijk",
"it": "Non accessibile",
2021-06-04 17:23:17 +02:00
"ru": "Недоступно",
2021-06-08 16:56:36 +02:00
"fr": "Non accessible",
"de": "Nicht zugänglich"
}
}
]
},
{
"question": {
"nl": "Wie kan men emailen indien er problemen zijn met de speeltuin?",
2021-05-30 20:56:09 +02:00
"en": "What is the email address of the playground maintainer?",
2021-06-04 17:23:17 +02:00
"it": "Qual è lindirizzo email del gestore di questo parco giochi?",
2021-06-08 16:56:36 +02:00
"fr": "Quelle est l'adresse électronique du responsable de l'aire de jeux ?",
"de": "Wie lautet die E-Mail Adresse des Spielplatzbetreuers?"
},
"render": {
"nl": "De bevoegde dienst kan bereikt worden via <a href='mailto:{email}'>{email}</a>",
2021-05-27 21:20:04 +02:00
"en": "<a href='mailto:{email}'>{email}</a>",
"ca": "<a href='mailto:{email}'>{email}</a>",
"de": "<a href='mailto:{email}'>{email}</a>",
2021-05-30 20:56:09 +02:00
"fr": "<a href='mailto:{email}'>{email}</a>",
"it": "<a href='mailto:{email}'>{email}</a>",
2021-06-04 17:23:17 +02:00
"ru": "<a href='mailto:{email}'>{email}</a>",
"id": "<a href='mailto:{email}'>{email}</a>"
},
"freeform": {
"key": "email",
"type": "email"
}
},
{
"question": {
"nl": "Wie kan men bellen indien er problemen zijn met de speeltuin?",
2021-06-04 17:23:17 +02:00
"en": "What is the phone number of the playground maintainer?",
2021-07-04 00:22:46 +02:00
"fr": "Quel est le numéro de téléphone du responsable du terrain de jeux ?",
"it": "Qual è il numero di telefono del gestore del campetto?"
},
"render": {
"nl": "De bevoegde dienst kan getelefoneerd worden via <a href='tel:{phone}'>{phone}</a>",
2021-05-27 21:20:04 +02:00
"en": "<a href='tel:{phone}'>{phone}</a>",
"ca": "<a href='tel:{phone}'>{phone}</a>",
"de": "<a href='tel:{phone}'>{phone}</a>",
2021-05-30 20:56:09 +02:00
"fr": "<a href='tel:{phone}'>{phone}</a>",
2021-06-04 17:23:17 +02:00
"ru": "<a href='tel:{phone}'>{phone}</a>",
2021-07-04 00:22:46 +02:00
"id": "<a href='tel:{phone}'>{phone}</a>",
"it": "<a href='tel:{phone}'>{phone}</a>"
},
"freeform": {
"key": "phone",
"type": "phone"
}
},
{
"question": {
"nl": "Is deze speeltuin toegankelijk voor rolstoelgebruikers?",
2021-06-04 17:23:17 +02:00
"en": "Is this playground accessible to wheelchair users?",
2021-06-08 16:56:36 +02:00
"fr": "Ce terrain de jeux est-il accessible aux personnes en fauteuil roulant ?",
2021-07-04 00:22:46 +02:00
"de": "Ist dieser Spielplatz für Rollstuhlfahrer zugänglich?",
"it": "Il campetto è accessibile a persone in sedia a rotelle?",
"ru": "Доступна ли детская площадка пользователям кресел-колясок?"
},
"mappings": [
{
"if": "wheelchair=yes",
"then": {
"nl": "Geheel toegankelijk voor rolstoelgebruikers",
2021-06-04 17:23:17 +02:00
"en": "Completely accessible for wheelchair users",
2021-06-08 16:56:36 +02:00
"fr": "Entièrement accessible aux personnes en fauteuil roulant",
2021-07-04 00:22:46 +02:00
"de": "Vollständig zugänglich für Rollstuhlfahrer",
"it": "Completamente accessibile in sedia a rotelle",
"ru": "Полностью доступна пользователям кресел-колясок"
}
},
{
"if": "wheelchair=limited",
"then": {
"nl": "Beperkt toegankelijk voor rolstoelgebruikers",
2021-06-04 17:23:17 +02:00
"en": "Limited accessibility for wheelchair users",
2021-06-08 16:56:36 +02:00
"fr": "Accessibilité limitée pour les personnes en fauteuil roulant",
2021-07-04 00:22:46 +02:00
"de": "Eingeschränkte Zugänglichkeit für Rollstuhlfahrer",
"it": "Accesso limitato in sedia a rotelle",
"ru": "Частично доступна пользователям кресел-колясок"
}
},
{
"if": "wheelchair=no",
"then": {
"nl": "Niet toegankelijk voor rolstoelgebruikers",
2021-06-04 17:23:17 +02:00
"en": "Not accessible for wheelchair users",
2021-06-08 16:56:36 +02:00
"fr": "Non accessible aux personnes en fauteuil roulant",
2021-07-04 00:22:46 +02:00
"de": "Nicht zugänglich für Rollstuhlfahrer",
"it": "Non accessibile in sedia a rotelle",
"ru": "Недоступна пользователям кресел-колясок"
}
}
]
},
{
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"render": "{opening_hours_table(opening_hours)}",
"question": {
"nl": "Op welke uren is deze speeltuin toegankelijk?",
2021-06-04 17:23:17 +02:00
"en": "When is this playground accessible?",
2021-07-04 00:22:46 +02:00
"fr": "Quand ce terrain de jeux est-il accessible ?",
"it": "Quando si può accedere a questo campetto?",
"ru": "Когда открыта эта игровая площадка?"
},
"mappings": [
{
"if": "opening_hours=sunrise-sunset",
"then": {
"nl": "Van zonsopgang tot zonsondergang",
2021-06-04 17:23:17 +02:00
"en": "Accessible from sunrise till sunset",
2021-07-04 00:22:46 +02:00
"fr": "Accessible du lever au coucher du soleil",
"it": "Si può accedere dall'alba al tramonto",
"ru": "Открыто от рассвета до заката"
}
},
{
"if": "opening_hours=24/7",
"then": {
"nl": "Dag en nacht toegankelijk",
2021-06-04 17:23:17 +02:00
"en": "Always accessible",
2021-06-28 01:22:08 +02:00
"fr": "Toujours accessible",
2021-07-04 00:22:46 +02:00
"ru": "Всегда доступен",
"it": "Si può sempre accedere"
}
},
{
"if": "opening_hours=",
"then": {
"nl": "Dag en nacht toegankelijk",
2021-05-30 20:56:09 +02:00
"en": "Always accessible",
2021-06-04 17:23:17 +02:00
"ru": "Всегда доступен",
2021-07-04 00:22:46 +02:00
"fr": "Toujours accessible",
"it": "Si può sempre accedere"
},
"hideInAnswer": true
}
]
},
"questions",
{
"render": "{reviews(name, playground)}"
}
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
"render": "./assets/themes/playgrounds/playground.svg"
},
"iconOverlays": [
{
"if": {
"and": [
"opening_hours!=24/7",
"opening_hours~*"
]
},
"then": "isOpen",
"badge": true
}
],
"width": {
"render": "1"
},
"iconSize": {
2021-04-23 17:22:01 +02:00
"render": "40,40,center",
"mappings": [
{
"if": "id~node/.*",
"then": "40,40,center"
},
{
"if": "_size_classification=small",
"then": "25,25,center"
},
{
"if": "_size_classification=medium",
"then": "40,40,center"
},
{
"if": "_size_classification=large",
"then": "60,60,center"
}
]
},
"color": {
2021-05-03 22:22:01 +02:00
"render": "#5dbaa9"
},
"presets": [
{
"tags": [
"leisure=playground"
],
"title": {
"nl": "Speeltuin",
2021-05-30 20:56:09 +02:00
"en": "Playground",
2021-06-04 17:23:17 +02:00
"ru": "Детская площадка",
2021-07-04 00:22:46 +02:00
"fr": "Terrain de jeux",
"it": "Campetto"
}
}
],
"wayHandling": 2
2021-05-19 22:38:41 +02:00
}