mapcomplete/assets/layers/sport_pitch/sport_pitch.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

816 lines
28 KiB
JSON
Raw Normal View History

2021-03-14 03:15:06 +01:00
{
2021-11-07 14:37:21 +01:00
"id": "sport_pitch",
"name": {
"nl": "Sportterrein",
"fr": "Terrains de sport",
"en": "Sport pitches",
"ru": "Спортивные площадки",
"it": "Campi sportivi",
2022-04-13 18:42:40 +02:00
"de": "Sportplätze",
2022-06-19 22:13:38 +02:00
"ca": "Camps d'esports",
2023-10-30 13:44:27 +01:00
"es": "Pistas de deportes",
"cs": "Sportovní hřiště"
2021-11-07 14:37:21 +01:00
},
"description": {
"nl": "Een sportterrein",
"fr": "Un terrain de sport",
"en": "A sport pitch",
"it": "Un campo sportivo",
"ru": "Спортивная площадка",
"de": "Ein Sportplatz",
"es": "Una pista de deportes",
"cs": "Sportovní hřiště"
},
2021-11-07 14:37:21 +01:00
"source": {
"osmTags": {
"and": [
"leisure=pitch"
]
}
},
"calculatedTags": [
"_size_classification=Number(feat.properties._surface) < 200 ? 'small' : (Number(feat.properties._surface) < 750 ? 'medium' : 'large') "
],
"minzoom": 12,
2021-11-07 14:37:21 +01:00
"title": {
"render": {
"nl": "Sportterrein",
"fr": "Terrain de sport",
"en": "Sport pitch",
"ru": "Спортивная площадка",
"it": "Campo sportivo",
2022-04-13 18:42:40 +02:00
"de": "Sportplatz",
2022-06-19 22:13:38 +02:00
"ca": "Camp d'esports",
2023-10-30 13:44:27 +01:00
"es": "Pista de deportes",
"cs": "Sportovní hřiště"
2021-11-07 14:37:21 +01:00
}
},
"pointRendering": [
{
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"render": "./assets/layers/sport_pitch/sport_pitch.svg",
"mappings": [
{
"if": {
"or": [
"sport=baseball",
"sport=basketball",
"sport=beachvolleyball",
"sport=boules",
"sport=skateboard",
"sport=soccer",
"sport=table_tennis",
"sport=tennis",
"sport=volleyball",
"sport=equestrian"
]
},
"then": "./assets/layers/sport_pitch/{sport}.svg"
}
]
}
}
],
"iconBadges": [
{
"if": {
"and": [
"opening_hours!=24/7",
"opening_hours~*"
]
},
"then": "icons.isOpen"
},
{
"if": {
"or": [
"access=customers",
"access=private",
"access=no"
]
},
"then": "circle:white;./assets/layers/sport_pitch/lock.svg"
}
],
"iconSize": {
"render": "25,25,center",
"mappings": [
{
"if": {
"or": [
"_size_classification=medium",
"id~node/.*"
]
},
"then": "32,32,center"
},
{
"if": "_size_classification=small",
"then": "25,25,center"
},
{
"if": "_size_classification=large",
"then": "40,40,center"
}
]
},
"location": [
"point",
"centroid"
]
}
],
"lineRendering": [
{
"color": "#00cc00",
"width": "1",
"fill": "false"
}
],
"presets": [
{
"title": {
"nl": "een ping-pong tafel",
"fr": "une table de ping-pong",
"en": "a tabletennis table",
"it": "una tavolo da tennistavolo",
"ru": "Стол для настольного тенниса",
"de": "eine Tischtennisplatte",
"cs": "stůl na stolní tenis"
},
"tags": [
"leisure=pitch",
"sport=table_tennis"
]
},
{
"title": {
"nl": "een sportterrein",
"fr": "une terrain de sport",
"en": "a sport pitch",
"ru": "Спортивная площадка",
"it": "una campo sportivo",
"de": "einen Sportplatz",
"es": "una pista de deportes",
"ca": "una pista d'esports",
"cs": "sportovní hřiště"
},
"tags": [
"leisure=pitch",
"fixme=Toegevoegd met MapComplete, geometry nog uit te tekenen"
]
}
],
2021-11-07 14:37:21 +01:00
"tagRenderings": [
"images",
{
"render": {
"nl": "Hier kan men {sport} beoefenen",
"fr": "Ici on joue au {sport}",
"en": "{sport} is played here",
"it": "Qui si gioca a {sport}",
2022-06-19 22:13:38 +02:00
"de": "Hier wird {sport} gespielt",
2023-09-30 15:36:19 +02:00
"es": "Aquí se juega al {sport}",
2023-10-30 13:44:27 +01:00
"ca": "{sport} es juga aquí",
"cs": "Zde se hraje {sport}"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"key": "sport"
},
"question": {
"nl": "Welke sporten kan men hier beoefenen?",
"fr": "À quel sport peut-on jouer ici ?",
"en": "Which sport can be played here?",
"it": "Quale sport si gioca qui?",
2022-06-19 22:13:38 +02:00
"de": "Welche Sportarten können hier gespielt werden?",
2023-09-30 15:36:19 +02:00
"es": "¿Qué deporte se puede practicar aquí?",
2023-10-30 13:44:27 +01:00
"ca": "Quin esport es pot practicar aquí?",
"cs": "Jaký sport se zde dá provozovat?"
2021-11-07 14:37:21 +01:00
},
"multiAnswer": true,
"mappings": [
{
"if": {
2021-03-14 03:15:06 +01:00
"and": [
2021-11-07 14:37:21 +01:00
"sport=basketball"
2021-03-14 03:15:06 +01:00
]
2021-11-07 14:37:21 +01:00
},
"then": {
"nl": "Hier kan men basketbal spelen",
"fr": "Ici, on joue au basketball",
"en": "Basketball is played here",
"it": "Qui si gioca a basket",
"ru": "Здесь можно играть в баскетбол",
2022-06-19 22:13:38 +02:00
"de": "Hier wird Basketball gespielt",
2023-02-10 01:49:06 +01:00
"es": "Aquí se juega al baloncesto",
2023-10-30 13:44:27 +01:00
"ca": "Aquí es juga bàsquet",
"cs": "Zde se hraje basketbal"
2021-11-07 14:37:21 +01:00
}
},
2021-03-14 03:15:06 +01:00
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"sport=soccer"
]
},
"then": {
"nl": "Hier kan men voetbal spelen",
"fr": "Ici, on joue au football",
"en": "Soccer is played here",
"it": "Qui si gioca a calcio",
"ru": "Здесь можно играть в футбол",
2022-06-19 22:13:38 +02:00
"de": "Hier wird Fußball gespielt",
2023-02-10 01:49:06 +01:00
"es": "Aquí se juega al fútbol",
2023-10-30 13:44:27 +01:00
"ca": "Aquí es juga futbol",
"cs": "Zde se hraje fotbal"
2021-11-07 14:37:21 +01:00
}
2021-03-14 03:15:06 +01:00
},
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"sport=table_tennis"
]
},
"then": {
"nl": "Dit is een pingpongtafel",
"fr": "C'est une table de ping-pong",
"en": "This is a pingpong table",
"ru": "Это стол для пинг-понга",
"it": "Questo è un tavolo da ping pong",
2022-06-19 22:13:38 +02:00
"de": "Dies ist eine Tischtennisplatte",
2023-02-10 01:49:06 +01:00
"es": "Esto es una mesa de ping pong",
2023-10-30 13:44:27 +01:00
"ca": "Aquí es juga ping pong",
"cs": "Toto je pingpongový stůl"
2021-11-07 14:37:21 +01:00
}
2021-03-14 03:15:06 +01:00
},
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"sport=tennis"
2021-03-14 03:15:06 +01:00
]
2021-11-07 14:37:21 +01:00
},
"then": {
"nl": "Hier kan men tennis spelen",
"fr": "Ici, on joue au tennis",
"en": "Tennis is played here",
"it": "Qui si gioca a tennis",
"ru": "Здесь можно играть в теннис",
2022-06-19 22:13:38 +02:00
"de": "Hier wird Tennis gespielt",
2023-02-10 01:49:06 +01:00
"es": "Aquí se juega al tenis",
2023-10-30 13:44:27 +01:00
"ca": "Aquí es juga al tenis",
"cs": "Zde se hraje tenis"
2021-11-07 14:37:21 +01:00
}
2021-03-14 03:15:06 +01:00
},
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"sport=korfball"
2021-03-14 03:15:06 +01:00
]
2021-11-07 14:37:21 +01:00
},
"then": {
"nl": "Hier kan men korfbal spelen",
"fr": "Ici, on joue au korfball",
"en": "Korfball is played here",
"it": "Qui si gioca a korfball",
"ru": "Здесь можно играть в корфбол",
2023-02-10 01:49:06 +01:00
"de": "Hier wird Kopfball gespielt",
2023-10-30 13:44:27 +01:00
"ca": "Aquí es juga al corfbol",
"cs": "Zde se hraje korfbal"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": {
"and": [
"sport=basket"
2021-03-14 03:15:06 +01:00
]
2021-11-07 14:37:21 +01:00
},
"then": {
"nl": "Hier kan men basketbal beoefenen",
"fr": "Ici, on joue au basketball",
"en": "Basketball is played here",
"it": "Qui si gioca a basket",
"ru": "Здесь можно играть в баскетбол",
2022-06-19 22:13:38 +02:00
"de": "Hier wird Basketball gespielt",
2023-10-30 13:44:27 +01:00
"es": "Aquí se juega al baloncesto",
"cs": "Zde se hraje basketbal"
2021-11-07 14:37:21 +01:00
},
"hideInAnswer": true
},
{
"if": "sport=skateboard",
"then": {
"en": "This is a skatepark",
2023-06-23 21:15:11 +02:00
"nl": "Dit is een skatepark",
2023-09-30 15:36:19 +02:00
"de": "Dies ist ein Skatepark",
2023-10-30 13:44:27 +01:00
"ca": "Açò és un skatepark",
"cs": "Toto je skatepark"
}
2021-11-07 14:37:21 +01:00
}
],
"id": "sport_pitch-sport"
},
{
"id": "basketball-hoops",
"question": {
2023-07-15 19:00:23 +02:00
"en": "How much basketball hoops does this pitch have?",
2023-10-30 13:44:27 +01:00
"de": "Wie viele Basketballkörbe hat das Spielfeld?",
"cs": "Kolik má toto hřiště basketbalových košů?"
},
"mappings": [
{
"if": "hoops=1",
"then": {
2023-07-15 19:00:23 +02:00
"en": "This basketball pitch has a single hoop",
2023-10-30 13:44:27 +01:00
"de": "Dieses Basketballfeld hat einen einzigen Korb",
"cs": "Toto basketbalové hřiště má jeden koš"
}
},
{
"if": "hoops=2",
"then": {
2023-07-15 19:00:23 +02:00
"en": "This basketball pitch has two hoops",
2023-10-30 13:44:27 +01:00
"de": "Dieses Basketballfeld hat zwei Körbe",
"cs": "Toto basketbalové hřiště má dva koše"
}
},
{
"if": "hoops=4",
"then": {
2023-07-15 19:00:23 +02:00
"en": "This basketball pitch has four hoops",
2023-10-30 13:44:27 +01:00
"de": "Dieses Basketballfeld hat vier Körbe",
"cs": "Toto basketbalové hřiště má čtyři koše"
}
},
{
"if": "hoops~*",
"then": {
2023-07-15 19:00:23 +02:00
"en": "This basketball pitch has {hoops} hoops",
2023-10-30 13:44:27 +01:00
"de": "Dieses Basketballfeld hat {hoops} Körbe",
"cs": "Toto basketbalové hřiště má {hoops} koše"
},
"hideInAnswer": true
}
],
"condition": "sport~(^|.*;)basketball(;.*|$)"
},
2021-11-07 14:37:21 +01:00
{
"question": {
"nl": "Wat is de ondergrond van dit sportveld?",
"fr": "De quelle surface est fait ce terrain de sport ?",
"en": "Which is the surface of this sport pitch?",
"it": "Qual è la superficie di questo campo sportivo?",
"ru": "Какое покрытие на этой спортивной площадке?",
2022-06-19 22:13:38 +02:00
"de": "Welchen Belag hat der Sportplatz?",
2023-05-01 10:10:26 +02:00
"es": "¿Cual es la superficie de esta pista de deportes?",
2023-10-30 13:44:27 +01:00
"ca": "Quina és la superfície d'aquest camp esportiu?",
"cs": "Jaký je povrch tohoto sportovního hřiště?"
2021-11-07 14:37:21 +01:00
},
"render": {
"nl": "De ondergrond is <b>{surface}</b>",
"fr": "La surface est <b>{surface}</b>",
"en": "The surface is <b>{surface}</b>",
"ru": "Поверхность - <b>{surface}</b>",
"it": "La superficie è <b>{surface}</b>",
2022-06-19 22:13:38 +02:00
"de": "Der Belag ist <b>{surface}</b>",
2023-09-30 15:36:19 +02:00
"es": "La superficie es <b>{surface}</b>",
2023-10-30 13:44:27 +01:00
"ca": "La superfícies és <b>{surface}</b>",
"cs": "Povrch je <b>{surface}</b>"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"key": "surface"
},
"mappings": [
{
"if": "surface=grass",
"then": {
"nl": "De ondergrond is <b>gras</b>",
"fr": "La surface est de l'<b>herbe</b>",
"en": "The surface is <b>grass</b>",
"ru": "Поверхность - <b>трава</b>",
"it": "La superficie è <b>erba</b>",
2022-06-19 22:13:38 +02:00
"de": "Der Belag ist aus <b>Gras</b>",
2023-01-29 18:02:06 +01:00
"es": "La superficie es <b>hierba</b>",
2023-10-30 13:44:27 +01:00
"ca": "La superfície és <b>herba</b>",
"cs": "Povrch je <b>tráva</b>"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "surface=sand",
"then": {
"nl": "De ondergrond is <b>zand</b>",
"fr": "La surface est du <b>sable</b>",
"en": "The surface is <b>sand</b>",
"ru": "Поверхность - <b>песок</b>",
"it": "La superficie è <b>sabbia</b>",
2022-06-19 22:13:38 +02:00
"de": "Der Belag ist aus <b>Sand</b>",
2023-01-29 18:02:06 +01:00
"es": "La superficie es <b>arena</b>",
2023-10-30 13:44:27 +01:00
"ca": "La superfície és <b>sorra</b>",
"cs": "Povrch je <b>písek</b>"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "surface=paving_stones",
"then": {
"nl": "De ondergrond bestaat uit <b>stoeptegels</b>",
"fr": "La surface est des <b>pavés</b>",
"en": "The surface is <b>paving stones</b>",
"ru": "Поверхность - <b>брусчатка</b>",
"it": "La superficie è <b>pietre irregolari</b>",
2022-06-19 22:13:38 +02:00
"de": "Der Belag ist aus <b>Pflastersteinen</b>",
2023-01-29 18:02:06 +01:00
"es": "La superficie es <b>adoquines</b>",
2023-10-30 13:44:27 +01:00
"ca": "La superfície són <b>llambordes</b>",
"cs": "Povrch je <b>dlážděný</b>"
2021-11-07 14:37:21 +01:00
}
},
{
2021-11-07 14:37:21 +01:00
"if": "surface=asphalt",
"then": {
"nl": "De ondergrond is <b>asfalt</b>",
"fr": "La surface est de l'<b>asphalte</b>",
"en": "The surface is <b>asphalt</b>",
"ru": "Поверхность - <b>асфальт</b>",
"it": "La superficie è <b>asfalto</b>",
2022-06-19 22:13:38 +02:00
"de": "Der Belag ist aus <b>Asphalt</b>",
2023-01-29 18:02:06 +01:00
"es": "La superficie es <b>asfalto</b>",
2023-10-30 13:44:27 +01:00
"ca": "La superfície és <b>asfalt</b>",
"cs": "Povrch je <b>asfalt</b>"
2021-11-07 14:37:21 +01:00
}
},
2021-09-26 19:58:11 +02:00
{
2021-11-07 14:37:21 +01:00
"if": "surface=concrete",
"then": {
"nl": "De ondergrond is <b>beton</b>",
"fr": "La surface est du <b>béton</b>",
"en": "The surface is <b>concrete</b>",
"ru": "Поверхность - <b>бетон</b>",
"it": "La superficie è <b>calcestruzzo</b>",
2022-06-19 22:13:38 +02:00
"de": "Der Belag ist aus <b>Beton</b>",
2023-01-29 18:02:06 +01:00
"es": "La superficie es <b>hormigón</b>",
2023-10-30 13:44:27 +01:00
"ca": "La superfície és <b>formigó</b>",
"cs": "Povrch je <b>betonový</b>"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "surface=fine_gravel",
"then": {
2023-12-01 15:23:28 +01:00
"en": "The surface is <b>fine gravel</b>",
2023-12-09 15:28:11 +01:00
"nl": "De ondergrond bestaat uit <b>grind</b>",
"de": "Die Oberfläche ist <b>feiner Kies</b>"
}
},
2023-12-19 22:08:00 +01:00
{
"if": "surface=tartan",
"then": {
"en": "The surface of this track is Tartan, a synthetic, slightly springy, porous surface",
"nl": "De ondergrond is Tartan, een synthetisch, licht verende en poreuze ondergrond"
}
2021-03-14 03:15:06 +01:00
}
2021-11-07 14:37:21 +01:00
],
"id": "sport_pitch-surface"
2021-03-14 03:15:06 +01:00
},
2021-11-07 14:37:21 +01:00
{
"id": "sport-pitch-access",
"question": {
"nl": "Is dit sportterrein publiek toegankelijk?",
"fr": "Est-ce que ce terrain de sport est accessible au public ?",
"en": "Is this sport pitch publicly accessible?",
"it": "Questo campo sportivo è aperto al pubblico?",
"ru": "Есть ли свободный доступ к этой спортивной площадке?",
2022-06-19 22:13:38 +02:00
"de": "Ist der Sportplatz öffentlich zugänglich?",
2023-01-29 18:02:06 +01:00
"es": "¿Esta pista de deportes es accesible públicamente?",
2023-10-30 13:44:27 +01:00
"ca": "Aquesta pista d'esports és accessible públicament?",
"cs": "Je toto sportovní hřiště veřejně přístupné?"
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
2022-08-18 19:29:00 +02:00
"if": "access=yes",
2021-11-07 14:37:21 +01:00
"then": {
"nl": "Publiek toegankelijk",
"fr": "Accessible au public",
"en": "Public access",
"it": "Aperto al pubblico",
"ru": "Свободный доступ",
2022-06-19 22:13:38 +02:00
"de": "Der Sportplatz ist öffentlich zugänglich",
2023-01-29 18:02:06 +01:00
"es": "Acceso público",
2023-10-30 13:44:27 +01:00
"ca": "Accés públic",
"cs": "Veřejný přístup"
2021-11-07 14:37:21 +01:00
}
2021-03-14 03:15:06 +01:00
},
{
2021-11-07 14:37:21 +01:00
"if": "access=limited",
"then": {
2022-06-22 18:56:02 +02:00
"nl": "Beperkt toegankelijk (enkel na reservatie, tijdens bepaalde uren, …)",
2021-11-07 14:37:21 +01:00
"fr": "Accès limité (par exemple uniquement sur réservation, à certains horaires…)",
2022-06-01 20:21:16 +02:00
"en": "Limited access (e.g. only with an appointment, during certain hours, …)",
2021-11-07 14:37:21 +01:00
"it": "Accesso limitato (p.es. solo con prenotazione, in certi orari, ...)",
"ru": "Ограниченный доступ (напр., только по записи, в определённые часы, ...)",
2022-06-19 22:13:38 +02:00
"de": "Der Sportplatz ist nur eingeschränkt zugänglich (z. B. nur mit Termin, nur zu bestimmten Zeiten, …)",
2023-01-10 19:34:07 +01:00
"es": "Acceso limitado (ej. solo con una cita, a cieras horas, ...)",
2023-10-30 13:44:27 +01:00
"ca": "Accés limitat (p.e. només amb cita, durant certes hores, …)",
"cs": "Omezený přístup (např. pouze po předchozí domluvě, v určitých hodinách, ...)"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "access=members",
"then": {
"nl": "Enkel toegankelijk voor leden van de bijhorende sportclub",
"fr": "Accessible uniquement aux membres du club",
"en": "Only accessible for members of the club",
"it": "Accesso limitato ai membri dell'associazione",
"ru": "Доступ только членам клуба",
2022-06-19 22:13:38 +02:00
"de": "Der Sportplatz ist nur für Vereinsmitglieder zugänglich",
2023-01-29 18:02:06 +01:00
"es": "Solo accesible para miembros del club",
2023-10-30 13:44:27 +01:00
"ca": "Sols accessible per a membres del club",
"cs": "Přístupné pouze pro členy klubu"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "access=private",
"then": {
"nl": "Privaat en niet toegankelijk",
"fr": "Privé - Pas accessible au public",
"en": "Private - not accessible to the public",
"it": "Privato - non aperto al pubblico",
2022-06-19 22:13:38 +02:00
"de": "Der Sportplatz ist nicht öffentlich zugänglich (es ist ein privater Sportplatz)",
2023-01-29 18:02:06 +01:00
"es": "Privada - no accesible al público",
2023-10-30 13:44:27 +01:00
"ca": "Privat - no accessible al públic",
"cs": "Soukromé - veřejnosti nepřístupné"
2021-11-07 14:37:21 +01:00
}
2022-08-18 19:29:00 +02:00
},
{
"if": "access=public",
"then": {
"nl": "Publiek toegankelijk",
"fr": "Accessible au public",
"en": "Public access",
"it": "Aperto al pubblico",
"ru": "Свободный доступ",
"de": "Der Sportplatz ist öffentlich zugänglich",
2023-10-30 13:44:27 +01:00
"es": "Acceso público",
"cs": "Veřejný přístup"
2022-08-18 19:29:00 +02:00
},
"hideInAnswer": true
2021-03-14 03:15:06 +01:00
}
2021-11-07 14:37:21 +01:00
]
2021-03-14 03:15:06 +01:00
},
2021-11-07 14:37:21 +01:00
{
"id": "sport-pitch-reservation",
"question": {
"nl": "Moet men reserveren om gebruik te maken van dit sportveld?",
"fr": "Doit-on réserver pour utiliser ce terrain de sport ?",
"en": "Does one have to make an appointment to use this sport pitch?",
"it": "È necessario prenotarsi per usare questo campo sportivo?",
"ru": "Нужна ли предварительная запись для доступа на эту спортивную площадку?",
2022-06-19 22:13:38 +02:00
"de": "Muss man einen Termin vereinbaren, um den Sportplatz nutzen zu dürfen?",
2023-01-29 18:02:06 +01:00
"es": "¿Hay que pedir una cita para utilizar esta pista?",
2023-10-30 13:44:27 +01:00
"ca": "Hi ha que sol·licitar cita per a utilitzar la pista?",
"cs": "Je nutné se na toto sportovní hřiště objednat?"
2021-11-07 14:37:21 +01:00
},
"condition": {
"and": [
"access!=public",
"access!=private",
"access!=members"
]
2021-11-07 14:37:21 +01:00
},
"mappings": [
{
"if": "reservation=required",
"then": {
"nl": "Reserveren is verplicht om gebruik te maken van dit sportterrein",
"fr": "Il est obligatoire de réserver pour utiliser ce terrain de sport",
"en": "Making an appointment is obligatory to use this sport pitch",
"it": "La prenotazione è obbligatoria per usare questo campo sportivo",
2022-06-19 22:13:38 +02:00
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes ist erforderlich",
2023-01-29 18:02:06 +01:00
"es": "Pedir una cita es obligatorio para utilizar esta pista",
2023-10-30 13:44:27 +01:00
"ca": "S'ha de demanar cita per a utilitzar la pista",
"cs": "Pro využití tohoto sportovního hřiště je nutné se předem objednat"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "reservation=recommended",
"then": {
"nl": "Reserveren is sterk aangeraden om gebruik te maken van dit sportterrein",
"fr": "Il est recommendé de réserver pour utiliser ce terrain de sport",
"en": "Making an appointment is recommended when using this sport pitch",
"it": "La prenotazione è consigliata per usare questo campo sportivo",
"ru": "Желательна предварительная запись для доступа на эту спортивную площадку",
2022-06-19 22:13:38 +02:00
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes wird empfohlen",
2023-01-29 18:02:06 +01:00
"es": "Se recomienda pedir una cita al utilizar esta pista",
2023-10-30 13:44:27 +01:00
"ca": "Es recomana demanar cita per a utilitzar la pista",
"cs": "Při použití tohoto sportovního hřiště se doporučuje domluvit si schůzku"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "reservation=yes",
"then": {
"nl": "Reserveren is mogelijk, maar geen voorwaarde",
"fr": "Il est possible de réserver, mais ce n'est pas nécéssaire pour utiliser ce terrain de sport",
"en": "Making an appointment is possible, but not necessary to use this sport pitch",
"it": "La prenotazione è consentita, ma non è obbligatoria per usare questo campo sportivo",
"ru": "Предварительная запись для доступа на эту спортивную площадку возможна, но не обязательна",
2022-06-19 22:13:38 +02:00
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes ist möglich, aber nicht erforderlich",
2023-01-29 18:02:06 +01:00
"es": "Pedir cita es posible, pero no necesario para utilizar esta pista de deportes",
2023-10-30 13:44:27 +01:00
"ca": "Es pot demanar cita, però no és necessari per a poder utilitzar la pista",
"cs": "Domluvit si schůzku je možné, ale pro využití tohoto sportovního hřiště to není nutné"
2021-11-07 14:37:21 +01:00
}
},
{
"if": "reservation=no",
"then": {
"nl": "Reserveren is niet mogelijk",
"fr": "On ne peut pas réserver",
"en": "Making an appointment is not possible",
"it": "Non è possibile prenotare",
"ru": "Невозможна предварительная запись",
2022-06-19 22:13:38 +02:00
"de": "Eine Voranmeldung zur Nutzung des Sportplatzes ist nicht möglich",
2023-01-29 18:02:06 +01:00
"es": "No es posible pedir cita",
2023-10-30 13:44:27 +01:00
"ca": "No és possible demanar cita",
"cs": "Sjednání schůzky není možné"
2021-11-07 14:37:21 +01:00
}
}
]
},
2021-11-07 14:37:21 +01:00
{
"question": {
"nl": "Wat is het telefoonnummer van de bevoegde dienst of uitbater?",
"fr": "Quel est le numéro de téléphone du gérant ?",
"en": "What is the phone number of the operator?",
"it": "Qual è il numero di telefono del gestore?",
2022-06-19 22:13:38 +02:00
"de": "Wie lautet die Telefonnummer des Betreibers?",
2023-01-29 18:02:06 +01:00
"es": "¿Cual es el número de teléfono de la operadora?",
2023-10-30 13:44:27 +01:00
"ca": "Quin és el telèfon de l'operadora?",
"cs": "Jaké je telefonní číslo provozovatele?"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"key": "phone",
"type": "phone"
},
"render": "<a href='tel:{phone}'>{phone}</a>",
"id": "sport_pitch-phone"
},
2021-11-07 14:37:21 +01:00
{
"question": {
"nl": "Wat is het email-adres van de bevoegde dienst of uitbater?",
"fr": "Quelle est l'adresse courriel du gérant ?",
"en": "What is the email address of the operator?",
"it": "Qual è l'indirizzo email del gestore?",
2022-06-19 22:13:38 +02:00
"de": "Wie lautet die Email-Adresse des Betreibers?",
2023-01-29 18:02:06 +01:00
"es": "¿Cual es la dirección de correo electrónico de la operadora?",
2023-10-30 13:44:27 +01:00
"ca": "Quina és l'adreça de correu electrònic de l'operador?",
"cs": "Jaká je e-mailová adresa provozovatele?"
2021-11-07 14:37:21 +01:00
},
"freeform": {
"key": "email",
"type": "email"
},
"render": "<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>",
2021-11-07 14:37:21 +01:00
"id": "sport_pitch-email"
},
2021-11-07 14:37:21 +01:00
{
"question": {
"nl": "Wanneer is dit sportveld toegankelijk?",
"fr": "Quand ce terrain est-il accessible ?",
"en": "When is this pitch accessible?",
"it": "Quando è aperto questo campo sportivo?",
"ru": "В какое время доступна эта площадка?",
2022-06-19 22:13:38 +02:00
"de": "Wann ist dieser Sportplatz zugänglich?",
2023-10-30 13:44:27 +01:00
"es": "¿Cuándo es accesible esta pista?",
"cs": "Kdy je toto hřiště přístupné?"
2021-11-07 14:37:21 +01:00
},
"render": "Openingsuren: {opening_hours_table()}",
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"mappings": [
{
2021-11-07 14:37:21 +01:00
"if": "opening_hours=",
2022-06-27 09:12:17 +02:00
"then": {
"en": "Always accessible",
2022-07-01 00:34:46 +02:00
"nl": "24/7 toegankelijk",
2023-02-06 00:50:13 +01:00
"de": "Immer zugänglich",
2023-10-30 13:44:27 +01:00
"ca": "Sempre accesible",
"cs": "Vždy přístupné"
2022-06-27 09:12:17 +02:00
},
2021-11-07 14:37:21 +01:00
"hideInAnswer": true
},
{
2021-11-07 14:37:21 +01:00
"if": "opening_hours=24/7",
"then": {
"nl": "24/7 toegankelijk",
"fr": "Accessible en permanence",
"en": "Always accessible",
"ru": "Всегда доступен",
"it": "Sempre aperto",
2022-06-19 22:13:38 +02:00
"de": "Immer zugänglich",
2023-10-30 13:44:27 +01:00
"es": "Siempre accesible",
"cs": "Vždy přístupné"
2021-11-07 14:37:21 +01:00
}
}
2021-11-07 14:37:21 +01:00
],
"condition": "access~*",
"id": "sport_pitch-opening_hours"
},
"questions",
{
"id": "sport-pitch-reviews",
"render": "{reviews(name, sportpitch)}"
}
],
2023-09-19 14:04:13 +02:00
"filter": [
{
"id": "accessibility",
"options": [
{
"question": {
"en": "Publicly accessible",
"nl": "Publiek toegankelijk",
"de": "Öffentlich zugänglich",
2023-10-30 13:44:27 +01:00
"ca": "Accés lliure",
2023-12-19 22:08:00 +01:00
"cs": "Veřejně přístupné",
"pt": "Acessível ao público"
2023-09-19 14:04:13 +02:00
},
"osmTags": {
"or": [
"access=yes",
"access=public",
"access="
]
}
}
]
},
{
"id": "available_sports",
"options": [
{
"question": {
"en": "All sports",
"nl": "Alle sporten",
"de": "Alle Sportarten",
2023-10-30 13:44:27 +01:00
"ca": "Tots els esports",
"cs": "Všechny sporty"
2023-09-19 14:04:13 +02:00
}
},
{
"osmTags": "sport=basketball",
"question": {
"nl": "Basketbalvelden",
"en": "Basketball fields",
"de": "Basketballplätze",
2023-10-30 13:44:27 +01:00
"ca": "Camps de bàsquet",
"cs": "Basketbalová hřiště"
2023-09-19 14:04:13 +02:00
}
},
{
"osmTags": "sport=soccer",
"question": {
"nl": "Voetbalvelden",
"en": "Soccer fields",
"de": "Fußballplätze",
2023-10-30 13:44:27 +01:00
"ca": "Camps de futbol",
"cs": "Fotbalová hřiště"
2023-09-19 14:04:13 +02:00
}
},
{
"osmTags": "sport=table_tennis",
"question": {
"nl": "Pingpong-tafel",
"en": "Ping-pong tables",
"de": "Tischtennisplatten",
2023-10-30 13:44:27 +01:00
"ca": "Taules de ping-pong",
"cs": "Ping-pongové stoly"
2023-09-19 14:04:13 +02:00
}
},
{
"osmTags": "sport=tennis",
"question": {
"nl": "Tennisveld",
"en": "Tennis fields",
"de": "Tennisplätze",
2023-10-30 13:44:27 +01:00
"ca": "Camps de tennis",
"cs": "Tenisové kurty"
2023-09-19 14:04:13 +02:00
}
},
{
"osmTags": "sport=badminton",
"question": {
2023-10-16 13:38:53 +02:00
"nl": "Badmintonveld",
2023-10-30 13:44:27 +01:00
"en": "Badminton fields",
"cs": "Badmintonová hřiště",
"de": "Badmintonfelder"
}
2023-09-19 14:04:13 +02:00
}
]
},
"open_now"
2021-11-07 14:37:21 +01:00
]
}