mapcomplete/assets/themes/blind_osm/blind_osm.json

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

107 lines
2.6 KiB
JSON
Raw Normal View History

2022-10-18 19:44:53 +02:00
{
"id": "blind_osm",
"title": {
2022-11-02 13:47:34 +01:00
"en": "OSM for the blind",
2022-12-16 13:44:25 +01:00
"de": "OSM für Blinde",
2022-12-23 14:46:05 +01:00
"nl": "OSM voor blinden",
2022-12-28 00:48:47 +01:00
"fr": "OSM pour les malvoyants",
2023-01-10 19:34:07 +01:00
"nb_NO": "OSM for blinde",
2023-01-29 18:02:06 +01:00
"ca": "OSM per als cecs",
2023-02-10 01:49:06 +01:00
"cs": "Mapování systému objektů pro nevidomé",
"ru": "OSM для слепых и слабовидящих"
2022-10-18 19:44:53 +02:00
},
"description": {
2022-11-02 13:47:34 +01:00
"en": "Help to map features relevant for the blind",
2022-12-16 13:44:25 +01:00
"de": "Hilfe zur Kartierung blindenrelevanter Merkmale",
2022-12-23 14:46:05 +01:00
"nl": "Help zaken die relevant zijn voor blinden in kaart te brengen",
2023-01-10 19:34:07 +01:00
"fr": "Aidez à cartographier les caractéristiques importantes pour les malvoyants",
2023-01-29 18:02:06 +01:00
"ca": "Ajuda a mapejar elements rellevants per a persones amb discapacitat visual",
"cs": "Pomozte zmapovat objekty důležité pro nevidomé",
"nb_NO": "Relevante funksjoner for blinde"
2022-10-18 19:44:53 +02:00
},
"icon": "./assets/themes/blind_osm/Blindicon.svg",
2022-10-22 17:19:12 +02:00
"startLat": 52.99238,
"startLon": 6.570614,
"startZoom": 20,
2022-10-18 19:44:53 +02:00
"defaultBackgroundId": "CartoDB.Positron",
"layers": [
{
"builtin": "cycleways_and_roads",
"override": {
"title": null,
"forceLoad": true,
"minzoom": 18,
"passAllFeatures": true,
"shownByDefault": false
2022-10-18 19:44:53 +02:00
}
},
{
"builtin": "crossings",
"override": {
"mapRendering": [
{
"iconBadges": [
{
"if": "tactile_paving=yes",
"then": "circle:green"
},
{
"if": "tactile_paving=no",
"then": "circle:red"
}
]
}
]
},
"hideTagRenderingsWithLabels": [
"crossing-bicycle-allowed"
]
2022-10-18 19:44:53 +02:00
},
{
"builtin": "kerbs",
"override": {
"minzoom": 19,
"mapRendering": [
{
"iconBadges": [
{
"if": "tactile_paving=yes",
"then": "circle:green"
},
{
"if": "tactile_paving=no",
"then": "circle:red"
}
]
}
]
}
},
{
"builtin": "transit_stops",
"override": {
"mapRendering": [
{
"iconBadges": [
{
"if": "tactile_paving=yes",
"then": "circle:green"
},
{
"if": "tactile_paving=no",
"then": "circle:red"
}
]
}
]
}
},
{
"builtin": "elevator",
"override": {
"minzoom": 17
}
},
"stairs"
2022-10-18 19:44:53 +02:00
]
2023-01-10 19:34:07 +01:00
}