mapcomplete/assets/themes/cycle_highways/cycle_highways.json

83 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "cycle_highways",
"title": {
"en": "Cycle highways",
"de": "Radschnellwege",
"it": "Strade per velocipedi",
"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",
"zh_Hant": "單車高速公路",
"uk": "Велосипедні доріжки"
},
"description": {
"en": "This map shows cycle highways",
"de": "Diese Karte zeigt Radschnellwege",
"it": "Questa cartina mostra le strade per velocipedi",
"fr": "Cette carte affiche les aménagements cyclables",
"nl": "Deze kaart toont fietssnelwegen",
"es": "Este mapa muestra autovías ciclistas",
"nb_NO": "Kart som viser sykkelmotorveier",
"ca": "Aquest mapa mostra carrils bici",
"da": "Dette kort viser cykelmotorveje",
"cs": "Tato mapa zobrazuje cyklostezky",
"pl": "Ta mapa pokazuje ścieżki rowerowe",
"uk": "На цій карті показані велодоріжки"
},
"icon": "./assets/themes/cycle_highways/fietssnelwegen-logo.svg",
"startZoom": 7,
"startLat": 51.1599,
"startLon": 3.3475,
"defaultBackgroundId": "protomaps.white",
"credits": [
"L'imaginaire"
],
"hideFromOverview": true,
"layers": [
{
"builtin": "cycle_highways",
"override": {
"source": {
"osmTags": {
"and+": [
"note:state=has_highway_no"
]
}
},
"id": "cycle_highways_no_highway",
"lineRendering": [
{
"dashArray": "0.25 2"
}
]
}
},
{
"builtin": "cycle_highways",
"override": {
"source": {
"osmTags": {
"and+": [
"note:state=has_highway_under_construction"
]
}
},
"id": "cycle_highways_under-construction",
"lineRendering": [
{
"dashArray": "0.75 2"
}
]
}
},
"cycle_highways"
],
"overpassTimeout": 60,
"widenFactor": 1.1
}