mapcomplete/assets/themes/cycle_highways/cycle_highways.json

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

84 lines
2.2 KiB
JSON
Raw Normal View History

{
"id": "cycle_highways",
"title": {
2021-10-18 22:42:41 +02:00
"en": "Cycle highways",
2021-11-04 17:14:17 +01:00
"de": "Radschnellwege",
2022-04-13 18:42:40 +02:00
"it": "Strade per velocipedi",
2022-04-18 01:47:54 +02:00
"ca": "Vies ciclistes",
2022-05-06 12:17:21 +02:00
"fr": "Aménagements cyclables",
2022-06-19 22:13:38 +02:00
"nl": "Fietssnelwegen",
2022-08-24 03:09:51 +02:00
"es": "Autovías ciclistas",
2022-09-14 13:35:54 +02:00
"nb_NO": "Sykkelmotorveier",
2022-11-02 13:47:34 +01:00
"da": "Cykelmotorveje",
2023-01-29 18:02:06 +01:00
"pa_PK": "سائیکل‌وے",
2023-10-16 13:38:53 +02:00
"cs": "Cyklodálnice",
2024-06-16 16:06:26 +02:00
"pl": "Ścieżki rowerowe",
2024-10-14 21:40:20 +02:00
"zh_Hant": "單車高速公路",
"uk": "Велосипедні доріжки"
},
"description": {
2021-10-18 22:42:41 +02:00
"en": "This map shows cycle highways",
2021-11-04 17:14:17 +01:00
"de": "Diese Karte zeigt Radschnellwege",
2022-04-18 01:47:54 +02:00
"it": "Questa cartina mostra le strade per velocipedi",
2022-05-06 12:17:21 +02:00
"fr": "Cette carte affiche les aménagements cyclables",
2022-06-19 22:13:38 +02:00
"nl": "Deze kaart toont fietssnelwegen",
2022-08-24 03:09:51 +02:00
"es": "Este mapa muestra autovías ciclistas",
2022-07-26 10:51:14 +02:00
"nb_NO": "Kart som viser sykkelmotorveier",
2022-09-14 13:35:54 +02:00
"ca": "Aquest mapa mostra carrils bici",
2023-01-29 18:02:06 +01:00
"da": "Dette kort viser cykelmotorveje",
2023-10-16 13:38:53 +02:00
"cs": "Tato mapa zobrazuje cyklostezky",
2024-10-14 21:40:20 +02:00
"pl": "Ta mapa pokazuje ścieżki rowerowe",
"uk": "На цій карті показані велодоріжки"
},
2023-10-30 18:03:18 +01:00
"icon": "./assets/themes/cycle_highways/fietssnelwegen-logo.svg",
2024-08-16 11:12:53 +02:00
"startZoom": 7,
"startLat": 51.1599,
"startLon": 3.3475,
"defaultBackgroundId": "protomaps.white",
2023-10-30 18:03:18 +01:00
"credits": [
"L'imaginaire"
],
"hideFromOverview": true,
"layers": [
2024-08-16 14:28:53 +02:00
{
"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"
}
]
}
},
2024-08-16 11:12:53 +02:00
"cycle_highways"
],
2023-10-30 18:03:18 +01:00
"overpassTimeout": 60,
"widenFactor": 1.1
2024-08-16 14:28:53 +02:00
}