mapcomplete/assets/themes/rainbow_crossings/rainbow_crossings.json

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

54 lines
1.9 KiB
JSON
Raw Normal View History

2022-07-11 20:48:19 +02:00
{
"id": "rainbow_crossings",
"title": {
2022-07-26 10:51:14 +02:00
"en": "Rainbow pedestrian crossings",
2022-08-05 12:45:51 +02:00
"de": "Regenbogen-Fußgängerübergänge",
2023-02-23 14:39:08 +01:00
"fr": "Passages piétons arc-en-ciel",
2022-09-14 13:35:54 +02:00
"da": "Regnbue fodgængerfelter",
2023-02-10 01:49:06 +01:00
"nl": "Regenboogzebrapaden",
2023-02-26 17:45:29 +01:00
"ru": "Радужные пешеходные переходы",
"ca": "Pasos de vianants amb l'arc de Sant Martí",
"es": "Pasos de peatones arco iris"
2022-07-11 20:48:19 +02:00
},
"description": {
2022-07-26 10:51:14 +02:00
"en": "On this map, rainbow-painted pedestrian crossings are shown and can be easily added",
2022-08-05 12:45:51 +02:00
"de": "Auf dieser Karte sind Fußgängerüberwege mit Regenbogenfarben eingezeichnet und können leicht hinzugefügt werden",
2022-09-14 13:35:54 +02:00
"fr": "Cette carte affiche et permet la modification des passages cloutés peints aux couleurs de larc-en-ciel",
"da": "På dette kort er regnbuemalede fodgængerfelter vist og kan nemt tilføjes",
2023-02-26 17:45:29 +01:00
"nl": "Deze kaart toont zebrapaden die in regenboogkleuren of pridekleuren geschilderd zijn.",
"ca": "A aquest mapa es mostren els pasos de vianants pintats amb l'arc de Sant Martí i poden afegit-se fàcilment",
"es": "En este mapa se muestran los pasos de peatones pintados con el arco iris, que pueden añadirse fácilmente"
2022-07-11 20:48:19 +02:00
},
"icon": "./assets/themes/rainbow_crossings/logo.svg",
"startLat": 50.8465573,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.351697,
"startZoom": 16,
"widenFactor": 2,
"layers": [
2022-07-12 10:23:45 +02:00
{
"builtin": "rainbow_crossings",
"override": {
"minzoom": 10,
"id": "rainbow_crossing_high_zoom",
"name": null,
"=presets": [],
"source": {
"osmTags": {
2022-07-12 14:20:40 +02:00
"and+": [
"crossing:marking=rainbow"
]
2022-07-12 10:23:45 +02:00
}
}
}
},
"rainbow_crossings",
2022-07-12 10:23:45 +02:00
{
"builtin": "cycleways_and_roads",
"override": {
"minzoom": 18,
"name": null
}
}
2022-07-11 20:48:19 +02:00
]
2022-07-12 14:20:40 +02:00
}