Fix â#951, fix #952
This commit is contained in:
parent
ce4665a4f1
commit
71e3560b27
3 changed files with 45 additions and 1 deletions
|
@ -323,5 +323,6 @@
|
||||||
"render": "1"
|
"render": "1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"deletion": true
|
||||||
}
|
}
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue