mapcomplete/assets/layers/parking/parking.json

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

338 lines
13 KiB
JSON
Raw Normal View History

2021-07-07 16:26:58 +02:00
{
2021-11-07 14:37:21 +01:00
"id": "parking",
"name": {
"en": "Parking",
2022-04-09 17:35:21 +02:00
"nl": "Parking",
2022-04-13 18:42:40 +02:00
"de": "Parkplätze",
2022-06-19 22:13:38 +02:00
"ca": "Aparcament",
2022-07-27 10:13:31 +02:00
"es": "Aparcamiento",
2022-11-02 13:47:34 +01:00
"fr": "Lieu de stationnement",
2023-09-16 18:52:42 +02:00
"pa_PK": "پارکنگ",
2023-10-16 13:38:53 +02:00
"pl": "Parking",
"cs": "Parkoviště"
2021-11-07 14:37:21 +01:00
},
"description": {
"en": "A layer showing car parkings",
"nl": "Deze laag toont autoparkings",
"de": "Eine Ebene mit Parkplätzen",
"es": "Una capa que muestra aparcamientos para coches",
"fr": "Un calque montrant les parkings",
"ca": "Una capa que mostra aparcaments per a cotxes",
"pl": "Warstwa pokazująca parkingi samochodowe",
"cs": "Vrstva zobrazující parkoviště"
},
2021-11-07 14:37:21 +01:00
"source": {
"osmTags": "amenity=parking"
2021-11-07 14:37:21 +01:00
},
"minzoom": 12,
2021-11-07 14:37:21 +01:00
"title": {
"render": {
2021-11-08 15:31:25 +01:00
"nl": "Parking voor auto's",
2022-04-18 01:47:54 +02:00
"en": "Car parking",
2022-06-19 22:13:38 +02:00
"de": "Parkplatz",
2022-07-27 10:13:31 +02:00
"es": "aparcamiento de coches",
2023-09-16 18:52:42 +02:00
"fr": "Lieu de stationnement",
2023-09-24 00:46:10 +02:00
"pl": "Parking samochodowy",
2023-10-16 13:38:53 +02:00
"ca": "Aparcament de cotxes",
"cs": "Parkování"
}
2021-11-07 14:37:21 +01:00
},
"pointRendering": [
{
"iconSize": "36,36",
"location": [
"point",
"centroid"
],
"iconBadges": [
{
"if": {
"or": [
"capacity:disabled>0",
"capacity:disabled=yes"
]
},
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
}
],
"anchor": "center",
"marker": [
{
"icon": "./assets/layers/parking/parking.svg"
}
]
}
],
"lineRendering": [
{
"width": 2,
"color": "#ddcc00"
}
],
"presets": [
{
"tags": [
"amenity=parking"
],
"title": {
"nl": "een parking voor auto's",
"en": "a car parking",
"de": "einen Parkplatz",
"es": "un aparcamiento de coches",
"fr": "un lieu de stationnement pour voitures",
"ca": "un aparcament per a cotxes",
"pl": "parking samochodowy",
"cs": "parkoviště"
}
}
],
2021-11-07 14:37:21 +01:00
"tagRenderings": [
2022-07-05 15:22:11 +02:00
"images",
2022-07-25 16:45:11 +02:00
"level",
2022-07-05 15:22:11 +02:00
{
"id": "parking-type",
"mappings": [
{
"if": "parking=surface",
"then": {
"en": "This is a surface parking lot",
2022-07-26 10:51:14 +02:00
"nl": "Dit is een bovengronds parkeerterrein",
2022-07-27 10:13:31 +02:00
"de": "Dies ist ein oberirdischer Parkplatz",
2023-05-18 19:47:49 +02:00
"fr": "C'est un parking en surface",
2023-10-16 13:38:53 +02:00
"ca": "Aquest és un aparcament en superfície",
"cs": "Jedná se o povrchové parkoviště"
2022-07-05 15:22:11 +02:00
}
},
{
"if": "parking=street_side",
"then": {
"en": "This is a parking bay next to a street",
2022-07-26 10:51:14 +02:00
"nl": "Dit is een parkeerplek langs een weg",
2022-07-27 10:13:31 +02:00
"de": "Dies ist eine Parkbucht neben einer Straße",
2023-09-24 00:46:10 +02:00
"fr": "C'est un lieu de stationnement à côté d'une route",
2023-10-16 13:38:53 +02:00
"ca": "Es tracta d'un aparcament al costat d'un carrer",
"cs": "Jedná se o parkoviště vedle ulice"
2022-07-05 15:22:11 +02:00
}
},
{
"if": "parking=underground",
"then": {
"en": "This is an underground parking garage",
2022-07-26 10:51:14 +02:00
"nl": "Dit is een ondergrondse parkeergarage",
2022-07-27 10:13:31 +02:00
"de": "Dies ist eine Tiefgarage",
2023-05-18 19:47:49 +02:00
"fr": "C'est un parking souterrain",
2023-09-16 18:52:42 +02:00
"ca": "Aquest és un aparcament subterrani",
2023-10-16 13:38:53 +02:00
"pl": "To jest podziemny parking",
"cs": "Jedná se o podzemní garáž"
2022-07-05 15:22:11 +02:00
}
},
{
"if": "parking=multi-storey",
"then": {
"en": "This is a multi-storey parking garage",
2022-07-26 10:51:14 +02:00
"nl": "Dit is een bovengrondse parkeergarage met meerdere verdiepingen",
2022-07-27 10:13:31 +02:00
"de": "Dies ist ein mehrstöckiges oberirdisches Parkhaus",
2023-09-16 18:52:42 +02:00
"fr": "C'est un parking à plusieurs étages",
2023-09-24 00:46:10 +02:00
"pl": "To jest wielopiętrowy parking",
2023-10-16 13:38:53 +02:00
"ca": "Es tracta d'un garatge de diverses plantes",
"cs": "Jedná se o vícepodlažní parkovací garáž"
2022-07-05 15:22:11 +02:00
}
},
{
"if": "parking=rooftop",
"then": {
"en": "This is a rooftop parking deck",
2022-07-26 10:51:14 +02:00
"nl": "Dit is een parkeerdek op een dak",
2022-07-27 10:13:31 +02:00
"de": "Dies ist ein Parkdeck auf dem Dach",
2023-10-16 13:38:53 +02:00
"fr": "C'est un parking sur le toit",
"cs": "Jedná se o střešní parkoviště"
2022-07-05 15:22:11 +02:00
}
},
{
"if": "parking=lane",
"then": {
"en": "This is a lane for parking on the road",
2022-07-26 10:51:14 +02:00
"nl": "Dit is een strook voor parkeren op de weg",
2022-07-27 10:13:31 +02:00
"de": "Dies ist eine Fahrspur zum Parken auf der Straße",
2023-09-16 18:52:42 +02:00
"fr": "C'est une voie de stationnement sur la route",
2023-09-24 00:46:10 +02:00
"pl": "To jest pas do parkowania na jezdni",
2023-10-16 13:38:53 +02:00
"ca": "Aquest és un carril per aparcar al carrer",
"cs": "Jedná se o pruh pro parkování na silnici"
2022-07-05 15:22:11 +02:00
}
},
{
"if": "parking=carports",
"then": {
"en": "This is parking covered by carports",
2022-07-26 10:51:14 +02:00
"nl": "Dit is parking overdekt met carports",
2022-07-27 10:13:31 +02:00
"de": "Dies ist ein durch Carports überdachter Parkplatz",
2023-10-16 13:38:53 +02:00
"fr": "C'est un parking couvert avec des abris auto",
"cs": "Jedná se o parkoviště kryté přístřešky pro auta"
2022-07-05 15:22:11 +02:00
}
},
{
"if": "parking=garage_boxes",
"then": {
"en": "This a parking consisting of garage boxes",
2022-07-26 10:51:14 +02:00
"nl": "Dit is een parking bestaande uit garageboxen",
2022-07-27 10:13:31 +02:00
"de": "Dies ist ein Parkplatz bestehend aus Garagenboxen",
2023-10-16 13:38:53 +02:00
"fr": "C'est un parking composé de box de garage",
"cs": "Jedná se o parkoviště skládající se z garážových boxů"
2022-07-05 15:22:11 +02:00
}
},
{
"if": "parking=layby",
"then": {
"en": "This is a parking on a layby",
2022-07-26 10:51:14 +02:00
"nl": "Dit is een parkeerplek op een layby",
2022-07-27 10:13:31 +02:00
"de": "Hier gibt es Parkmöglichkeiten auf einem kleinen Rastplatz",
2023-09-24 00:46:10 +02:00
"fr": "C'est un parking sur une aire de stationnement",
2023-10-16 13:38:53 +02:00
"ca": "Aquest és un aparcament en una zona de descans",
"cs": "Jedná se o parkoviště na odpočívadle"
2022-07-05 15:22:11 +02:00
}
},
{
"if": "parking=sheds",
"then": {
"en": "This is a parking consisting of sheds",
2022-07-26 10:51:14 +02:00
"nl": "Dit is een parking bestaande uit schuren",
2022-07-27 10:13:31 +02:00
"de": "Hier gibt es Parkmöglichkeiten unter einer offenen Dachkonstruktion",
2023-10-16 13:38:53 +02:00
"fr": "C'est un parking composé de cabanons",
"cs": "Jedná se o parkoviště tvořené přístřešky"
2022-07-05 15:22:11 +02:00
}
}
],
"question": {
"en": "What kind of parking is this?",
2022-07-26 10:51:14 +02:00
"nl": "Wat voor parking is dit?",
2022-07-27 10:13:31 +02:00
"de": "Was ist das für ein Parkplatz?",
2023-01-29 18:02:06 +01:00
"fr": "De quel type de stationnement s'agit-il ?",
2023-09-16 18:52:42 +02:00
"ca": "Quin tipus d'aparcament és aquest?",
2023-10-16 13:38:53 +02:00
"pl": "Jaki to rodzaj parkingu?",
"cs": "Jaký je druh parkování?"
2022-07-05 15:22:11 +02:00
}
},
{
"id": "capacity-disabled",
"freeform": {
"key": "capacity:disabled",
"type": "pnat",
"placeholder": {
"en": "Amount of parking spots reserved for disabled people",
2022-07-26 10:51:14 +02:00
"nl": "Aantal parkeerplaatsen voor gehandicapten",
2022-07-27 10:13:31 +02:00
"de": "Anzahl barrierefreier Stellplätze",
2023-05-07 23:47:50 +02:00
"fr": "Nombre de places de stationnement réservées aux personnes à mobilité réduite",
2023-09-16 18:52:42 +02:00
"ca": "Quantitat de places d'aparcament reservades per a persones amb mobilitat reduïda",
2023-10-16 13:38:53 +02:00
"pl": "Liczba miejsc parkingowych przeznaczonych dla niepełnosprawnych",
"cs": "Počet parkovacích míst vyhrazených pro osoby se zdravotním postižením"
2022-07-05 15:22:11 +02:00
}
},
"mappings": [
{
"if": "capacity:disabled=yes",
"then": {
"en": "There are disabled parking spots, but it is not known how many",
2022-07-26 10:51:14 +02:00
"nl": "Er zijn parkeerplaatsen voor gehandicapten, maar het is niet bekend hoeveel er zijn",
2022-07-27 10:13:31 +02:00
"de": "Es gibt barrierefreie Stellplätze, aber die Anzahl ist unbekannt",
2023-05-07 23:47:50 +02:00
"fr": "Il y a des places de stationnement pour personnes à mobilité réduite, mais on ne sait pas combien",
2023-09-16 18:52:42 +02:00
"ca": "Hi ha places d'aparcament per a gent amb mobilitat reduïda, però no es sap quantes",
2023-10-16 13:38:53 +02:00
"pl": "Są tutaj miejsca parkingowe dla niepełnosprawnych, ale nie wiadomo ile",
"cs": "K dispozici jsou parkovací místa pro osoby se zdravotním postižením, ale není známo, kolik jich je"
2022-07-05 15:22:11 +02:00
},
"hideInAnswer": true
},
{
"if": "capacity:disabled=no",
"then": {
"en": "There are no disabled parking spots",
2022-07-26 10:51:14 +02:00
"nl": "Er zijn geen parkeerplaatsen voor gehandicapten",
2022-07-27 10:13:31 +02:00
"de": "Es gibt keine barrierefreien Stellplätze",
2023-09-16 18:52:42 +02:00
"fr": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite",
2023-09-24 00:46:10 +02:00
"pl": "Nie ma tutaj żadnych miejsc parkingowych dla niepełnosprawnych",
2023-10-16 13:38:53 +02:00
"ca": "No hi ha places d'aparcament per a minusvàlids",
"cs": "Nejsou zde žádná parkovací místa pro osoby se zdravotním postižením"
2022-07-05 15:22:11 +02:00
},
"hideInAnswer": true
},
{
"if": "capacity:disabled=0",
"then": {
"en": "There are no disabled parking spots",
"nl": "Er zijn geen parkeerplaatsen voor gehandicapten",
"de": "Es gibt keine barrierefreien Stellplätze",
2023-01-29 18:02:06 +01:00
"fr": "Il n'y a pas de places de stationnement pour personnes à mobilité réduite",
2023-09-16 18:52:42 +02:00
"ca": "No hi ha places d'aparcament per a persones amb mobilitat reduïda",
2023-10-16 13:38:53 +02:00
"pl": "Nie ma tutaj żadnych miejsc parkingowych dla niepełnosprawnych",
"cs": "Nejsou zde žádná parkovací místa pro osoby se zdravotním postižením"
}
2022-07-05 15:22:11 +02:00
}
],
"question": {
"en": "How many disabled parking spots are there at this parking?",
2022-07-26 10:51:14 +02:00
"nl": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?",
2022-07-27 10:13:31 +02:00
"de": "Wie viele barrierefreie Stellplätze gibt es auf diesem Parkplatz?",
2023-01-13 03:58:43 +01:00
"fr": "Combien y a-t-il de places de stationnement pour personnes à mobilité réduite dans ce parking ?",
2023-09-16 18:52:42 +02:00
"ca": "Quantes places d'aparcament per a persones amb mobilitat reduïda hi ha al parking?",
2023-10-16 13:38:53 +02:00
"pl": "Jak wiele miejsc parkingowych dla niepełnosprawnych znajduje się na tym parkingu?",
"cs": "Kolik je na tomto parkovišti parkovacích míst pro osoby se zdravotním postižením?"
2022-07-05 15:22:11 +02:00
},
"render": {
2022-07-06 11:33:27 +02:00
"en": "There are {capacity:disabled} disabled parking spots",
2022-07-26 10:51:14 +02:00
"nl": "Er zijn {capacity:disabled} parkeerplaatsen voor gehandicapten",
2022-07-27 10:13:31 +02:00
"de": "Es gibt {capacity:disabled} barrierefreie Stellplätze",
2023-05-01 10:10:26 +02:00
"fr": "Il y a {capacity:disabled} places de stationnement pour personnes à mobilité réduite",
2023-09-16 18:52:42 +02:00
"ca": "Hi ha {capacity:disabled} places d'aparcament per a discapacitats",
2023-10-16 13:38:53 +02:00
"pl": "Jest {capacity:disabled} miejsc parkingowych dla niepełnosprawnych",
"cs": "K dispozici je {capacity:disabled} parkovacích míst pro osoby se zdravotním postižením"
2022-07-05 15:22:11 +02:00
}
},
{
"id": "capacity",
"freeform": {
"key": "capacity",
"type": "pnat",
"placeholder": {
"en": "Amount of parking spots",
2022-07-26 10:51:14 +02:00
"nl": "Aantal parkeerplaatsen",
2022-07-27 10:13:31 +02:00
"de": "Anzahl der Parkplätze",
2023-05-07 23:47:50 +02:00
"fr": "Nombre de places de stationnement",
2023-09-16 18:52:42 +02:00
"ca": "Quantitat de places d'aparcament",
2023-10-16 13:38:53 +02:00
"pl": "Liczba miejsc parkingowych",
"cs": "Počet parkovacích míst"
2022-07-05 15:22:11 +02:00
}
},
"question": {
"en": "How many parking spots are there at this parking?",
2022-07-26 10:51:14 +02:00
"nl": "Hoeveel parkeerplaatsen zijn er op deze parking?",
2022-07-27 10:13:31 +02:00
"de": "Wie viele Stellplätze gibt es auf diesem Parkplatz?",
2023-01-29 18:02:06 +01:00
"fr": "Combien de places de stationnement y a-t-il dans ce parking ?",
2023-09-16 18:52:42 +02:00
"ca": "Quantes places d'aparcament hi han a aquest aparcament?",
2023-10-16 13:38:53 +02:00
"pl": "Ile miejsc parkingowych jest na tym parkingu?",
"cs": "Kolik je na tomto parkovišti parkovacích míst?"
2022-07-05 15:22:11 +02:00
},
"render": {
2022-07-06 11:33:27 +02:00
"en": "There are {capacity} parking spots",
2022-07-26 10:51:14 +02:00
"nl": "Er zijn {capacity} parkeerplaatsen",
2022-07-27 10:13:31 +02:00
"de": "Es gibt {capacity} Stellplätze",
2023-03-08 02:05:27 +01:00
"fr": "Il y a {capacity} places de stationnement",
2023-09-16 18:52:42 +02:00
"ca": "Hi han {capacity} places d'aparcament",
2023-10-16 13:38:53 +02:00
"pl": "Jest {capacity} miejsc parkingowych",
"cs": "Počet parkovacích míst {capacity}"
2022-07-05 15:22:11 +02:00
}
}
2021-11-07 14:37:21 +01:00
],
"deletion": {
"softDeletionTags": {
"and": [
"disused:amenity:={amenity}",
"amenity="
]
},
2021-11-07 14:37:21 +01:00
"neededChangesets": 1
},
"allowMove": {
"enableRelocation": false,
2022-07-05 15:22:11 +02:00
"enableImproveAccuracy": true
}
}