{
  "id": "sport_pitch",
  "name": {
    "nl": "Sportterrein",
    "fr": "Terrains de sport",
    "en": "Sport pitches",
    "ru": "Спортивные площадки",
    "it": "Campi sportivi",
    "de": "Sportplätze"
  },
  "minzoom": 12,
  "source": {
    "osmTags": {
      "and": [
        "leisure=pitch"
      ]
    }
  },
  "calculatedTags": [
    "_size_classification=Number(feat.properties._surface) < 200 ? 'small' :  (Number(feat.properties._surface) < 750 ? 'medium' : 'large') "
  ],
  "title": {
    "render": {
      "nl": "Sportterrein",
      "fr": "Terrain de sport",
      "en": "Sport pitch",
      "ru": "Спортивная площадка",
      "it": "Campo sportivo",
      "de": "Sportplatz"
    }
  },
  "description": {
    "nl": "Een sportterrein",
    "fr": "Un terrain de sport",
    "en": "A sport pitch",
    "it": "Un campo sportivo",
    "ru": "Спортивная площадка",
    "de": "Ein Sportplatz"
  },
  "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}",
        "de": "Hier wird {sport} gespielt"
      },
      "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?",
        "de": "Welche Sportarten können hier gespielt werden?"
      },
      "multiAnswer": true,
      "mappings": [
        {
          "if": {
            "and": [
              "sport=basketball"
            ]
          },
          "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": "Здесь можно играть в баскетбол",
            "de": "Hier wird Basketball gespielt"
          }
        },
        {
          "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": "Здесь можно играть в футбол",
            "de": "Hier wird Fußball gespielt"
          }
        },
        {
          "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",
            "de": "Dies ist eine Tischtennisplatte"
          }
        },
        {
          "if": {
            "and": [
              "sport=tennis"
            ]
          },
          "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": "Здесь можно играть в теннис",
            "de": "Hier wird Tennis gespielt"
          }
        },
        {
          "if": {
            "and": [
              "sport=korfball"
            ]
          },
          "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": "Здесь можно играть в корфбол",
            "de": "Hier wird Kopfball gespielt"
          }
        },
        {
          "if": {
            "and": [
              "sport=basket"
            ]
          },
          "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": "Здесь можно играть в баскетбол",
            "de": "Hier wird Basketball gespielt"
          },
          "hideInAnswer": true
        }
      ],
      "id": "sport_pitch-sport"
    },
    {
      "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": "Какое покрытие на этой спортивной площадке?",
        "de": "Was ist die Oberfläche dieses Sportplatzes?"
      },
      "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>",
        "de": "Die Oberfläche ist <b>{surface}</b>"
      },
      "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>",
            "de": "Die Oberfläche ist <b>Gras</b>"
          }
        },
        {
          "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>",
            "de": "Die Oberfläche ist <b>Sand</b>"
          }
        },
        {
          "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>",
            "de": "Die Oberfläche ist aus <b>Pflastersteinen</b>"
          }
        },
        {
          "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>",
            "de": "Die Oberfläche ist <b>Asphalt</b>"
          }
        },
        {
          "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>",
            "de": "Die Oberfläche ist <b>Beton</b>"
          }
        }
      ],
      "id": "sport_pitch-surface"
    },
    {
      "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": "Есть ли свободный доступ к этой спортивной площадке?",
        "de": "Ist dieser Sportplatz öffentlich zugänglich?"
      },
      "mappings": [
        {
          "if": "access=public",
          "then": {
            "nl": "Publiek toegankelijk",
            "fr": "Accessible au public",
            "en": "Public access",
            "it": "Aperto al pubblico",
            "ru": "Свободный доступ",
            "de": "Öffentlicher Zugang"
          }
        },
        {
          "if": "access=limited",
          "then": {
            "nl": "Beperkt toegankelijk (enkel na reservatie, tijdens bepaalde uren, ...)",
            "fr": "Accès limité (par exemple uniquement sur réservation, à certains horaires…)",
            "en": "Limited access (e.g. only with an appointment, during certain hours, ...)",
            "it": "Accesso limitato (p.es. solo con prenotazione, in certi orari, ...)",
            "ru": "Ограниченный доступ (напр., только по записи, в определённые часы, ...)",
            "de": "Eingeschränkter Zugang (z. B. nur mit Termin, zu bestimmten Zeiten, ...)"
          }
        },
        {
          "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": "Доступ только членам клуба",
            "de": "Zugang nur für Vereinsmitglieder"
          }
        },
        {
          "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",
            "de": "Privat - kein öffentlicher Zugang"
          }
        }
      ]
    },
    {
      "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": "Нужна ли предварительная запись для доступа на эту спортивную площадку?",
        "de": "Muss man einen Termin vereinbaren, um diesen Sportplatz zu benutzen?"
      },
      "condition": {
        "and": [
          "access!=public",
          "access!=private",
          "access!=members"
        ]
      },
      "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",
            "de": "Für die Nutzung des Sportplatzes ist eine Voranmeldung erforderlich"
          }
        },
        {
          "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": "Желательна предварительная запись для доступа на эту спортивную площадку",
            "de": "Für die Nutzung des Sportplatzes wird eine Voranmeldung empfohlen"
          }
        },
        {
          "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": "Предварительная запись для доступа на эту спортивную площадку возможна, но не обязательна",
            "de": "Eine Voranmeldung ist möglich, aber nicht notwendig, um diesen Sportplatz zu nutzen"
          }
        },
        {
          "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": "Невозможна предварительная запись",
            "de": "Termine nach Vereinbarung nicht möglich"
          }
        }
      ]
    },
    {
      "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?",
        "de": "Wie ist die Telefonnummer des Betreibers?"
      },
      "freeform": {
        "key": "phone",
        "type": "phone"
      },
      "render": "<a href='tel:{phone}'>{phone}</a>",
      "id": "sport_pitch-phone"
    },
    {
      "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?",
        "de": "Wie ist die Email-Adresse des Betreibers?"
      },
      "freeform": {
        "key": "email",
        "type": "email"
      },
      "render": "<a href='mailto:{email}' target='_blank'>{email}</a>",
      "id": "sport_pitch-email"
    },
    {
      "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": "В какое время доступна эта площадка?",
        "de": "Wann ist dieser Sportplatz zugänglich?"
      },
      "render": "Openingsuren: {opening_hours_table()}",
      "freeform": {
        "key": "opening_hours",
        "type": "opening_hours"
      },
      "mappings": [
        {
          "if": "opening_hours=",
          "then": "24/7 toegankelijk",
          "hideInAnswer": true
        },
        {
          "if": "opening_hours=24/7",
          "then": {
            "nl": "24/7 toegankelijk",
            "fr": "Accessible en permanence",
            "en": "Always accessible",
            "ru": "Всегда доступен",
            "it": "Sempre aperto",
            "de": "Immer zugänglich"
          }
        }
      ],
      "condition": "access~*",
      "id": "sport_pitch-opening_hours"
    },
    "questions",
    {
      "id": "sport-pitch-reviews",
      "render": "{reviews(name, sportpitch)}"
    }
  ],
  "presets": [
    {
      "title": {
        "nl": "Ping-pong tafel",
        "fr": "Table de ping-pong",
        "en": "Tabletennis table",
        "it": "Tavolo da tennistavolo",
        "ru": "Стол для настольного тенниса",
        "de": "Tischtennisplatte"
      },
      "tags": [
        "leisure=pitch",
        "sport=table_tennis"
      ]
    },
    {
      "title": {
        "nl": "Sportterrein",
        "fr": "Terrain de sport",
        "en": "Sport pitch",
        "ru": "Спортивная площадка",
        "it": "Campo sportivo",
        "de": "Sportplatz"
      },
      "tags": [
        "leisure=pitch",
        "fixme=Toegevoegd met MapComplete, geometry nog uit te tekenen"
      ]
    }
  ],
  "mapRendering": [
    {
      "icon": {
        "render": "circle:white;./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"
              ]
            },
            "then": "circle:white;./assets/layers/sport_pitch/{sport}.svg"
          }
        ]
      },
      "iconBadges": [
        {
          "if": {
            "and": [
              "opening_hours!=24/7",
              "opening_hours~*"
            ]
          },
          "then": "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"
      ]
    },
    {
      "color": "#00cc00",
      "width": "1",
      "fill": "false"
    }
  ]
}