Add charging stations to cyclofix theme

This commit is contained in:
Pieter Vander Vennet 2022-06-14 23:48:09 +02:00
parent f56a51e480
commit 47345bdf61
2 changed files with 3 additions and 27 deletions

View file

@ -2,7 +2,7 @@ import {Utils} from "../Utils";
export default class Constants {
public static vNumber = "0.20.2";
public static vNumber = "0.20.3";
public static ImgurApiKey = '7070e7167f0a25a'
public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"

View file

@ -66,30 +66,7 @@
}
},
"filter": null,
"=mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": "./assets/themes/toerisme_vlaanderen/charging_station_ebike.svg"
}
],
"=presets": [
{
"tags": [
"amenity=charging_station",
"motorcar=no",
"bicycle=yes"
],
"title": {
"nl": "laadpunt voor elektrische fietsen"
},
"preciseInput": {
"preferredBackground": "map"
}
}
]
"=presets": []
}
},
{
@ -100,8 +77,7 @@
"filter": {
"sameAs": "charging_station_ebike"
},
"minzoom": 18,
"=presets": []
"minzoom": 18
}
}
]