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.

95 lines
2 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",
"nl": "OSM voor blinden"
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",
"nl": "Help zaken die relevant zijn voor blinden in kaart te brengen"
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": {
"mapRendering": null,
"title": null
}
},
{
"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
]
2022-10-27 01:50:01 +02:00
}