Fix â‚#951, fix #952

This commit is contained in:
pietervdvn 2022-07-13 13:00:47 +02:00
parent ce4665a4f1
commit 71e3560b27
3 changed files with 45 additions and 1 deletions

View file

@ -323,5 +323,6 @@
"render": "1" "render": "1"
} }
} }
] ],
"deletion": true
} }

View file

@ -39,6 +39,39 @@
"socialImage": "./assets/themes/cyclofix/logo.svg", "socialImage": "./assets/themes/cyclofix/logo.svg",
"layers": [ "layers": [
"bike_cafe", "bike_cafe",
{
"builtin": [
"bicycle_rental"
],
"override": {
"id": "charging_station_non_docking",
"minzoom": 14,
"=presets": [],
"source": {
"osmTags": {
"and+": [
"bicycle_rental!=docking_station"
]
}
}
}
},
{
"#": "All bicycle rental at a high zoom level, to avoid duplicates",
"builtin": "bicycle_rental",
"override": {
"name": null,
"filter": {
"sameAs": "charging_station_non_docking"
},
"minzoom": 18,
"mapRendering": [
{
"icon": "pin:blue;./assets/themes/cyclofix/key.svg"
}
]
}
},
"bike_shop", "bike_shop",
{ {
"builtin": "bicycle_library", "builtin": "bicycle_library",

View file

@ -19,6 +19,16 @@
"https://fietsambassade.gent.be" "https://fietsambassade.gent.be"
] ]
}, },
{
"path": "key.svg",
"license": "CC-BY-SA",
"authors": [
"Stijn Wens"
],
"sources": [
"https://wens.be/free-antwerpenize-bicycle-font"
]
},
{ {
"path": "logo.svg", "path": "logo.svg",
"license": "CC-BY-SA", "license": "CC-BY-SA",