Themes: fix cycle_highways

This commit is contained in:
Pieter Vander Vennet 2024-08-16 11:12:53 +02:00
parent eeb1ea7c41
commit 61575a9909
29 changed files with 908 additions and 869 deletions

View file

@ -0,0 +1,216 @@
{
"id": "cycle_highways",
"tagRenderings": [
{
"render": "The name is <b>{name}</b>",
"question": "What is the name of this cycle highway?",
"freeform": {
"key": "name"
},
"id": "cycle_highways-name"
},
{
"render": "Referentienummer is <b>{ref}</b>",
"question": "What is the reference number of this cycle highway?",
"freeform": {
"key": "ref"
},
"id": "cycle_highways-ref"
},
{
"render": "The current state of this link is {state}",
"question": "What is the state of this link?",
"freeform": {
"key": "state"
},
"mappings": [
{
"if": {
"and": [
"state=proposed",
"note:state="
]
},
"then": "This is a proposed route which can be cycled"
},
{
"then": "This is a proposed route which has missing links (thus: some parts don't even have a building permit yet)",
"if": {
"and": [
"state=proposed",
"note:state=has_highway_no"
]
}
},
{
"then": "This is a proposed route which has some links which are under construction",
"if": {
"and": [
"state=proposed",
"note:state=has_highway_under_construction"
]
}
},
{
"if": "state=temporary",
"then": "This is a temporary deviation"
},
{
"if": "state=",
"then": "This link is operational and signposted"
}
],
"id": "cycle_highways-state"
},
{
"id": "cycle-highway-length",
"render": "This part is {_length:km}km long"
},
"website",
"all_tags"
],
"name": {
"en": "cycle highways",
"de": "Radschnellwege",
"ca": "vies ciclistes",
"fr": "Aménagements cyclables",
"nl": "fietssnelwegen",
"es": "autovías ciclistas",
"nb_NO": "sykkelmotorveier",
"da": "cykelmotorveje",
"pa_PK": "سائیکل‌وے",
"cs": "cyklodálnice",
"pl": "ścieżki rowerowe",
"it": "strade per biciclette",
"zh_Hant": "單車高速公路"
},
"source": {
"osmTags": "cycle_network=BE-VLG:cycle_highway"
},
"minzoom": 8,
"title": {
"render": {
"en": "cycle highway",
"de": "Radschnellweg",
"ca": "via ciclista",
"fr": "Aménagement cyclable",
"nl": "fietssnelweg",
"es": "autovía ciclista",
"nb_NO": "sykkelmotorvei",
"da": "cykelmotorvej",
"pa_PK": "سائیکل‌وے",
"cs": "cyklodálnice",
"pl": "ścieżka rowerowa",
"it": "strada per bicilette",
"zh_Hant": "單車高速公路"
}
},
"filter": [
{
"id": "name-alt",
"options": [
{
"question": "Name contains 'alt'",
"osmTags": "name~i~.*alt.*"
}
]
},
{
"id": "name-wenslijn",
"options": [
{
"question": "Name contains 'wenslijn'",
"osmTags": "name~i~.*wenslijn.*"
}
]
},
{
"id": "name-omleiding",
"options": [
{
"question": "Name contains 'omleiding'",
"osmTags": "name~i~.*omleiding.*"
}
]
},
{
"id": "ref-alt",
"options": [
{
"question": "Reference contains 'alt'",
"osmTags": "ref~i~.*aAlt.*"
}
]
},
{
"id": "missing_link",
"options": [
{
"question": "No filter"
},
{
"question": "Has missing links (note:state=has_highway_no)",
"osmTags": "note:state=has_highway_no"
},
{
"question": "Has links which are under construction (note:state=has_highway_under_construction)",
"osmTags": "note:state=has_highway_under_construction"
},
{
"question": "Has links which are proposed (note:state=has_highway_proposed)",
"osmTags": "note:state=has_highway_proposed"
}
]
},
{
"id": "proposed",
"options": [
{
"question": "No filter"
},
{
"question": "state=proposed",
"osmTags": "state=proposed"
},
{
"question": "state=temporary",
"osmTags": "state=temporary"
},
{
"question": "state unset",
"osmTags": "state="
},
{
"question": "Other state",
"osmTags": {
"and": [
"state!=",
"state!=proposed",
"state!=temporary"
]
}
}
]
}
],
"pointRendering": null,
"isCounted": false,
"lineRendering": [
{
"color": {
"render": "#ff7392",
"mappings": [
{
"if": "state=",
"then": "#00acfc"
},
{
"if": "state=temporary",
"then": "#00acfc"
}
]
},
"width": "4"
}
]
}

View file

@ -29,7 +29,7 @@
"pl": "Ta mapa pokazuje ścieżki rowerowe"
},
"icon": "./assets/themes/cycle_highways/fietssnelwegen-logo.svg",
"startZoom": 10,
"startZoom": 7,
"startLat": 51.1599,
"startLon": 3.3475,
"defaultBackgroundId": "protomaps.white",
@ -38,222 +38,8 @@
],
"hideFromOverview": true,
"layers": [
{
"id": "cycle_highways",
"tagRenderings": [
{
"render": "The name is <b>{name}</b>",
"question": "What is the name of this cycle highway?",
"freeform": {
"key": "name"
},
"id": "cycle_highways-name"
},
{
"render": "Referentienummer is <b>{ref}</b>",
"question": "What is the reference number of this cycle highway?",
"freeform": {
"key": "ref"
},
"id": "cycle_highways-ref"
},
{
"render": "The current state of this link is {state}",
"question": "What is the state of this link?",
"freeform": {
"key": "state"
},
"mappings": [
{
"if": {
"and": [
"state=proposed",
"note:state="
]
},
"then": "This is a proposed route which can be cycled"
},
{
"then": "This is a proposed route which has missing links (thus: some parts don't even have a building permit yet)",
"if": {
"and": [
"state=proposed",
"note:state=has_highway_no"
]
}
},
{
"then": "This is a proposed route which has some links which are under construction",
"if": {
"and": [
"state=proposed",
"note:state=has_highway_under_construction"
]
}
},
{
"if": "state=temporary",
"then": "This is a temporary deviation"
},
{
"if": "state=",
"then": "This link is operational and signposted"
}
],
"id": "cycle_highways-state"
},
{
"id": "cycle-highway-length",
"render": "This part is {_length:km}km long"
},
"website",
"all_tags"
],
"name": {
"en": "cycle highways",
"de": "Radschnellwege",
"ca": "vies ciclistes",
"fr": "Aménagements cyclables",
"nl": "fietssnelwegen",
"es": "autovías ciclistas",
"nb_NO": "sykkelmotorveier",
"da": "cykelmotorveje",
"pa_PK": "سائیکل‌وے",
"cs": "cyklodálnice",
"pl": "ścieżki rowerowe",
"it": "strade per biciclette",
"zh_Hant": "單車高速公路"
},
"source": {
"osmTags": "cycle_network=BE-VLG:cycle_highway"
},
"minzoom": 8,
"title": {
"render": {
"en": "cycle highway",
"de": "Radschnellweg",
"ca": "via ciclista",
"fr": "Aménagement cyclable",
"nl": "fietssnelweg",
"es": "autovía ciclista",
"nb_NO": "sykkelmotorvei",
"da": "cykelmotorvej",
"pa_PK": "سائیکل‌وے",
"cs": "cyklodálnice",
"pl": "ścieżka rowerowa",
"it": "strada per bicilette",
"zh_Hant": "單車高速公路"
}
},
"filter": [
{
"id": "name-alt",
"options": [
{
"question": "Name contains 'alt'",
"osmTags": "name~i~.*alt.*"
}
]
},
{
"id": "name-wenslijn",
"options": [
{
"question": "Name contains 'wenslijn'",
"osmTags": "name~i~.*wenslijn.*"
}
]
},
{
"id": "name-omleiding",
"options": [
{
"question": "Name contains 'omleiding'",
"osmTags": "name~i~.*omleiding.*"
}
]
},
{
"id": "ref-alt",
"options": [
{
"question": "Reference contains 'alt'",
"osmTags": "ref~i~.*aAlt.*"
}
]
},
{
"id": "missing_link",
"options": [
{
"question": "No filter"
},
{
"question": "Has missing links (note:state=has_highway_no)",
"osmTags": "note:state=has_highway_no"
},
{
"question": "Has links which are under construction (note:state=has_highway_under_construction)",
"osmTags": "note:state=has_highway_under_construction"
},
{
"question": "Has links which are proposed (note:state=has_highway_proposed)",
"osmTags": "note:state=has_highway_proposed"
}
]
},
{
"id": "proposed",
"options": [
{
"question": "No filter"
},
{
"question": "state=proposed",
"osmTags": "state=proposed"
},
{
"question": "state=temporary",
"osmTags": "state=temporary"
},
{
"question": "state unset",
"osmTags": "state="
},
{
"question": "Other state",
"osmTags": {
"and": [
"state!=",
"state!=proposed",
"state!=temporary"
]
}
}
]
}
],
"pointRendering": null,
"lineRendering": [
{
"color": {
"render": "#ff7392",
"mappings": [
{
"if": "state=",
"then": "#00acfc"
},
{
"if": "state=temporary",
"then": "#00acfc"
}
]
},
"width": "4"
}
]
}
"cycle_highways"
],
"overpassTimeout": 60,
"widenFactor": 1.1
}
}

View file

@ -2404,6 +2404,12 @@
"render": "Encreuament"
}
},
"cycle_highways": {
"name": "vies ciclistes",
"title": {
"render": "via ciclista"
}
},
"cycleways_and_roads": {
"description": "Totes les infraestructures per les quals algú pot ciclar, acompanyades de preguntes sobre aquesta infraestructura",
"name": "Vies ciclistes i carreteres",

View file

@ -2374,6 +2374,12 @@
"render": "Přechod"
}
},
"cycle_highways": {
"name": "cyklodálnice",
"title": {
"render": "cyklodálnice"
}
},
"cycleways_and_roads": {
"description": "Veškerá infrastruktura, kterou může někdo projet na kole, doplněná o otázky týkající se této infrastruktury",
"name": "Cyklostezky a silnice",

View file

@ -1205,6 +1205,12 @@
}
}
},
"cycle_highways": {
"name": "cykelmotorveje",
"title": {
"render": "cykelmotorvej"
}
},
"cycleways_and_roads": {
"tagRenderings": {
"is lit?": {

File diff suppressed because it is too large Load diff

View file

@ -3303,6 +3303,12 @@
"render": "Crossing"
}
},
"cycle_highways": {
"name": "cycle highways",
"title": {
"render": "cycle highway"
}
},
"cycleways_and_roads": {
"description": "All infrastructure that someone can cycle over, accompanied with questions about this infrastructure",
"name": "Cycleways and roads",
@ -10516,6 +10522,34 @@
}
},
"tourism_accomodation": {
"description": "Various types of lodging facilities",
"filter": {
"0": {
"options": {
"0": {
"question": "All types"
},
"1": {
"question": "Hotels"
},
"2": {
"question": "Hostels"
},
"3": {
"question": "Guest houses and Bed&Breakfasts"
},
"4": {
"question": "Motels"
},
"5": {
"question": "Vacation home"
},
"6": {
"question": "Vacation apartment"
}
}
}
},
"name": "Tourism accomodation",
"presets": {
"0": {
@ -10525,6 +10559,25 @@
"1": {
"description": "A hostel is a type of tourist accommodation where people can sleep in a room shared with strangers",
"title": "a hostel"
},
"2": {
"description": "A furnished apartment or flat with cooking and bathroom facilities in a shared building that can be rented for vacations, typically without breakfast or reception desk",
"title": "a vacation apartment"
},
"3": {
"description": "A holiday cottage or vacation home with cooking and bathroom facilities that can be rented for holiday vacations, typically without breakfast or reception desk",
"title": "a vacation chalet"
},
"4": {
"description": "A motel is an establishment that provides paid lodging, usually on a short-term basis, with convenient parking for motor cars at or close to the room. They are typically cheaper then a hotel",
"title": "a motel"
},
"5": {
"description": "A bed-and-breakfast in a guesthouse is a small lodging establishment. These are often a few rooms within a private family home where the owners also accommodate the guests. There is no reception desk, nor is there staff at all times. In some cases, check-in happens remotely by sharing a code to get in.",
"title": "a bed-and-breakfast"
},
"6": {
"title": "a small-scale lodging facility, typically operated by the owner"
}
},
"tagRenderings": {
@ -10540,6 +10593,21 @@
},
"1": {
"then": "Hostel {name}"
},
"2": {
"then": "B&B {name}"
},
"3": {
"then": "Guest house {name}"
},
"4": {
"then": "Motel {name}"
},
"5": {
"then": "Apartment {name}"
},
"6": {
"then": "Vacation home {name}"
}
},
"render": "Tourist accomodation {name}"

View file

@ -35,23 +35,6 @@
"1": {
"title": "un mupi"
},
"10": {
"description": "Una pieza de tela impermeable con un mensaje impreso, anclada permanentemente en una pared",
"title": "una lona"
},
"11": {
"title": "un tótem"
},
"12": {
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
"title": "un señal"
},
"13": {
"title": "una escultura"
},
"14": {
"title": "una pared pintada"
},
"2": {
"title": "un mupi sobre la pared"
},
@ -77,6 +60,23 @@
},
"9": {
"title": "una pantalla montada en una marquesina de tránsito"
},
"10": {
"description": "Una pieza de tela impermeable con un mensaje impreso, anclada permanentemente en una pared",
"title": "una lona"
},
"11": {
"title": "un tótem"
},
"12": {
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
"title": "un señal"
},
"13": {
"title": "una escultura"
},
"14": {
"title": "una pared pintada"
}
},
"tagRenderings": {
@ -171,9 +171,6 @@
"1": {
"then": "Esto es un tablón de anuncios"
},
"10": {
"then": "Esto es una pared pintada"
},
"2": {
"then": "Esto es una columna"
},
@ -197,6 +194,9 @@
},
"9": {
"then": "Esto es un tótem"
},
"10": {
"then": "Esto es una pared pintada"
}
},
"question": "¿Qué tipo de elemento publicitario es?",
@ -211,9 +211,6 @@
"1": {
"then": "Tablon de anuncios"
},
"10": {
"then": "Pared Pintada"
},
"2": {
"then": "Mupi"
},
@ -237,6 +234,9 @@
},
"9": {
"then": "Tótem"
},
"10": {
"then": "Pared Pintada"
}
}
}
@ -375,15 +375,6 @@
"1": {
"then": "Mural"
},
"10": {
"then": "Azulejo (Baldosas decorativas Españolas y Portuguesas)"
},
"11": {
"then": "Cerámica"
},
"12": {
"then": "Tallado en madera"
},
"2": {
"then": "Pintura"
},
@ -407,6 +398,15 @@
},
"9": {
"then": "Relieve"
},
"10": {
"then": "Azulejo (Baldosas decorativas Españolas y Portuguesas)"
},
"11": {
"then": "Cerámica"
},
"12": {
"then": "Tallado en madera"
}
},
"question": "¿Qué tipo de obra es esta pieza?",
@ -1739,6 +1739,12 @@
"render": "Cruce"
}
},
"cycle_highways": {
"name": "autovías ciclistas",
"title": {
"render": "autovía ciclista"
}
},
"cycleways_and_roads": {
"description": "Todas las infraestructuras sobre las que se puede circular en bicicleta, acompañadas de preguntas sobre las mismas",
"name": "Carriles bici y carreteras",
@ -1782,12 +1788,6 @@
"1": {
"then": "Este carril bici está pavimentado"
},
"10": {
"then": "Este carril bici está hecho de gravilla"
},
"12": {
"then": "Este carril bici está hecho de tierra natural"
},
"2": {
"then": "Este carril bici está hecho de asfalto"
},
@ -1802,6 +1802,12 @@
},
"9": {
"then": "Este carril bici está hecho de grava"
},
"10": {
"then": "Este carril bici está hecho de gravilla"
},
"12": {
"then": "Este carril bici está hecho de tierra natural"
}
},
"question": "¿De qué superficie está hecho este carril bici?",
@ -1847,9 +1853,6 @@
"1": {
"then": "Este carril bici está pavimentado"
},
"10": {
"then": "Este carril bici está hecho de gravilla"
},
"2": {
"then": "Este carril bici está hecho de asfalto"
},
@ -1861,6 +1864,9 @@
},
"9": {
"then": "Este carril bici está hecho de grava"
},
"10": {
"then": "Este carril bici está hecho de gravilla"
}
},
"question": "¿De qué esta hecha la superficie de esta calle?",
@ -2502,18 +2508,6 @@
"0": {
"then": "Esto es una pizzería"
},
"10": {
"then": "Aquí se sirven platos Chinos"
},
"11": {
"then": "Aquí se sirven platos Griegos"
},
"12": {
"then": "Aquí se sirven platos Indios"
},
"13": {
"then": "Aquí se sirven platos Turcos"
},
"2": {
"then": "Principalmente sirve pasta"
},
@ -2534,6 +2528,18 @@
},
"9": {
"then": "Aquí se sirven platos Franceses"
},
"10": {
"then": "Aquí se sirven platos Chinos"
},
"11": {
"then": "Aquí se sirven platos Griegos"
},
"12": {
"then": "Aquí se sirven platos Indios"
},
"13": {
"then": "Aquí se sirven platos Turcos"
}
},
"question": "¿Qué tipo de comida sirven aquí?",
@ -2844,11 +2850,11 @@
"tagRenderings": {
"memorial-type": {
"mappings": {
"10": {
"then": "Es una cruz"
},
"9": {
"then": "Es un obelisco"
},
"10": {
"then": "Es una cruz"
}
}
}
@ -2939,19 +2945,6 @@
}
}
},
"10": {
"options": {
"0": {
"question": "Todas las notas"
},
"1": {
"question": "Ocultar las notas de importación"
},
"2": {
"question": "Solo mostrar las notas de importación"
}
}
},
"2": {
"options": {
"0": {
@ -3007,6 +3000,19 @@
"question": "Solo mostrar las notas abiertas"
}
}
},
"10": {
"options": {
"0": {
"question": "Todas las notas"
},
"1": {
"question": "Ocultar las notas de importación"
},
"2": {
"question": "Solo mostrar las notas de importación"
}
}
}
},
"name": "Notas de OpenStreetMap",
@ -3609,6 +3615,24 @@
"1": {
"question": "Reciclaje de baterías"
},
"3": {
"question": "Reciclaje de latas"
},
"4": {
"question": "Reciclaje de ropa"
},
"5": {
"question": "Reciclaje de aceite de cocina"
},
"6": {
"question": "Reciclaje de aceite de motor"
},
"8": {
"question": "Reciclaje de residuos orgánicos"
},
"9": {
"question": "Reciclaje de botellas de cristal"
},
"10": {
"question": "Reciclaje de cristal"
},
@ -3635,24 +3659,6 @@
},
"18": {
"question": "Reciclaje de pequeños electrodomésticos"
},
"3": {
"question": "Reciclaje de latas"
},
"4": {
"question": "Reciclaje de ropa"
},
"5": {
"question": "Reciclaje de aceite de cocina"
},
"6": {
"question": "Reciclaje de aceite de motor"
},
"8": {
"question": "Reciclaje de residuos orgánicos"
},
"9": {
"question": "Reciclaje de botellas de cristal"
}
}
}
@ -3695,6 +3701,27 @@
"0": {
"then": "Aquí se pueden reciclar baterías"
},
"2": {
"then": "Aquí se pueden reciclar latas"
},
"3": {
"then": "Aquí se puede reciclar ropa"
},
"4": {
"then": "Aquí se puede reciclar aceite de cocina"
},
"5": {
"then": "Aquí se puede reciclar aceite de motor"
},
"7": {
"then": "Los residuos orgánicos pueden reciclarse aquí"
},
"8": {
"then": "Aquí se pueden reciclar residuos orgánicos"
},
"9": {
"then": "Aquí se pueden reciclar botellas de cristal"
},
"10": {
"then": "Aquí se puede reciclar cristal"
},
@ -3719,29 +3746,8 @@
"19": {
"then": "Aquí se puede reciclar chatarra"
},
"2": {
"then": "Aquí se pueden reciclar latas"
},
"20": {
"then": "El calzado se puede reciclar aquí"
},
"3": {
"then": "Aquí se puede reciclar ropa"
},
"4": {
"then": "Aquí se puede reciclar aceite de cocina"
},
"5": {
"then": "Aquí se puede reciclar aceite de motor"
},
"7": {
"then": "Los residuos orgánicos pueden reciclarse aquí"
},
"8": {
"then": "Aquí se pueden reciclar residuos orgánicos"
},
"9": {
"then": "Aquí se pueden reciclar botellas de cristal"
}
},
"question": "¿Qué se puede reciclar aquí?"
@ -4162,12 +4168,6 @@
"1": {
"then": "Esta lámpara utiliza LEDs"
},
"10": {
"then": "Esta lámpara utiliza lámparas de sodio de alta presión (naranja con blanco)"
},
"11": {
"then": "Esta lampara se ilumina con gas"
},
"2": {
"then": "Esta lámpara utiliza iluminación incandescente"
},
@ -4188,6 +4188,12 @@
},
"9": {
"then": "Esta lámpara utiliza lámparas de sodio de baja presión (naranja monocromo)"
},
"10": {
"then": "Esta lámpara utiliza lámparas de sodio de alta presión (naranja con blanco)"
},
"11": {
"then": "Esta lampara se ilumina con gas"
}
},
"question": "¿Qué tipo de iluminación utiliza esta lámpara?"
@ -4768,6 +4774,9 @@
},
"vending": {
"mappings": {
"8": {
"then": "Aquí se venden cámaras de aire para bicicletas"
},
"22": {
"then": "Las luces para bicicletas se venden aquí"
},
@ -4782,9 +4791,6 @@
},
"26": {
"then": "Aquí se venden candados para bicicletas"
},
"8": {
"then": "Aquí se venden cámaras de aire para bicicletas"
}
}
}
@ -4872,4 +4878,4 @@
}
}
}
}
}

View file

@ -2330,6 +2330,12 @@
"render": "Traversée"
}
},
"cycle_highways": {
"name": "Aménagements cyclables",
"title": {
"render": "Aménagement cyclable"
}
},
"cycleways_and_roads": {
"description": "Toutes les infrastructures sur lesquelles quelqu'un peut rouler, accompagnées de questions sur cette infrastructure",
"name": "Pistes cyclables et routes",

View file

@ -1192,6 +1192,12 @@
"render": "Via di arrampicata"
}
},
"cycle_highways": {
"name": "strade per biciclette",
"title": {
"render": "strada per bicilette"
}
},
"defibrillator": {
"name": "Defibrillatori",
"presets": {

View file

@ -444,6 +444,12 @@
"render": "Klatrerute"
}
},
"cycle_highways": {
"name": "sykkelmotorveier",
"title": {
"render": "sykkelmotorvei"
}
},
"extinguisher": {
"description": "Kartlag for å vise brannslokkere.",
"name": "Kart over brannhydranter",

View file

@ -2839,6 +2839,12 @@
"render": "Oversteekplaats"
}
},
"cycle_highways": {
"name": "fietssnelwegen",
"title": {
"render": "fietssnelweg"
}
},
"cycleways_and_roads": {
"description": "Alle infrastructuur waar je over kunt fietsen, met vragen over die infrastructuur",
"name": "Fietspaden, straten en wegen",

View file

@ -89,6 +89,12 @@
"render": "کراسنگ"
}
},
"cycle_highways": {
"name": "سائیکل‌وے",
"title": {
"render": "سائیکل‌وے"
}
},
"cycleways_and_roads": {
"title": {
"mappings": {

View file

@ -1269,6 +1269,12 @@
}
}
},
"cycle_highways": {
"name": "ścieżki rowerowe",
"title": {
"render": "ścieżka rowerowa"
}
},
"cycleways_and_roads": {
"tagRenderings": {
"Maxspeed (for road)": {

View file

@ -486,6 +486,12 @@
"render": "攀岩社團"
}
},
"cycle_highways": {
"name": "單車高速公路",
"title": {
"render": "單車高速公路"
}
},
"extinguisher": {
"description": "顯示消防栓的地圖圖層。"
},

View file

@ -448,14 +448,6 @@
},
"cycle_highways": {
"description": "Aquest mapa mostra carrils bici",
"layers": {
"0": {
"name": "vies ciclistes",
"title": {
"render": "via ciclista"
}
}
},
"title": "Vies ciclistes"
},
"cycle_infra": {

View file

@ -445,14 +445,6 @@
},
"cycle_highways": {
"description": "Tato mapa zobrazuje cyklostezky",
"layers": {
"0": {
"name": "cyklodálnice",
"title": {
"render": "cyklodálnice"
}
}
},
"title": "Cyklodálnice"
},
"cycle_infra": {

View file

@ -386,14 +386,6 @@
},
"cycle_highways": {
"description": "Dette kort viser cykelmotorveje",
"layers": {
"0": {
"name": "cykelmotorveje",
"title": {
"render": "cykelmotorvej"
}
}
},
"title": "Cykelmotorveje"
},
"cycle_infra": {

View file

@ -449,14 +449,6 @@
},
"cycle_highways": {
"description": "Diese Karte zeigt Radschnellwege",
"layers": {
"0": {
"name": "Radschnellwege",
"title": {
"render": "Radschnellweg"
}
}
},
"title": "Radschnellwege"
},
"cycle_infra": {

View file

@ -460,14 +460,6 @@
},
"cycle_highways": {
"description": "This map shows cycle highways",
"layers": {
"0": {
"name": "cycle highways",
"title": {
"render": "cycle highway"
}
}
},
"title": "Cycle highways"
},
"cycle_infra": {

View file

@ -460,14 +460,6 @@
},
"cycle_highways": {
"description": "Este mapa muestra autovías ciclistas",
"layers": {
"0": {
"name": "autovías ciclistas",
"title": {
"render": "autovía ciclista"
}
}
},
"title": "Autovías ciclistas"
},
"cycle_infra": {

View file

@ -445,14 +445,6 @@
},
"cycle_highways": {
"description": "Cette carte affiche les aménagements cyclables",
"layers": {
"0": {
"name": "Aménagements cyclables",
"title": {
"render": "Aménagement cyclable"
}
}
},
"title": "Aménagements cyclables"
},
"cycle_infra": {

View file

@ -388,14 +388,6 @@
},
"cycle_highways": {
"description": "Questa cartina mostra le strade per velocipedi",
"layers": {
"0": {
"name": "strade per biciclette",
"title": {
"render": "strada per bicilette"
}
}
},
"title": "Strade per velocipedi"
},
"cycle_infra": {

View file

@ -252,14 +252,6 @@
},
"cycle_highways": {
"description": "Kart som viser sykkelmotorveier",
"layers": {
"0": {
"name": "sykkelmotorveier",
"title": {
"render": "sykkelmotorvei"
}
}
},
"title": "Sykkelmotorveier"
},
"cycle_infra": {

View file

@ -406,14 +406,6 @@
},
"cycle_highways": {
"description": "Deze kaart toont fietssnelwegen",
"layers": {
"0": {
"name": "fietssnelwegen",
"title": {
"render": "fietssnelweg"
}
}
},
"title": "Fietssnelwegen"
},
"cycle_infra": {

View file

@ -66,14 +66,6 @@
}
},
"cycle_highways": {
"layers": {
"0": {
"name": "سائیکل‌وے",
"title": {
"render": "سائیکل‌وے"
}
}
},
"title": "سائیکل‌وے"
},
"cycle_infra": {

View file

@ -448,14 +448,6 @@
},
"cycle_highways": {
"description": "Ta mapa pokazuje ścieżki rowerowe",
"layers": {
"0": {
"name": "ścieżki rowerowe",
"title": {
"render": "ścieżka rowerowa"
}
}
},
"title": "Ścieżki rowerowe"
},
"cycle_infra": {

View file

@ -286,14 +286,6 @@
"title": "攀岩館、俱樂部和場所"
},
"cycle_highways": {
"layers": {
"0": {
"name": "單車高速公路",
"title": {
"render": "單車高速公路"
}
}
},
"title": "單車高速公路"
},
"cycle_infra": {

View file

@ -49,6 +49,7 @@ async function main() {
DetermineLayout.GetLayout(),
await getAvailableLayers(),
])
availableLayers?.delete("cycle_highways") // TODO remove after next cache.mapcomplete.org update
console.log("The available layers on server are", Array.from(availableLayers))
const state = new ThemeViewState(layout, availableLayers)
const target = document.getElementById("maindiv")