From 47345bdf61e4c7508c2faf2749076823efa8fcff Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 14 Jun 2022 23:48:09 +0200 Subject: [PATCH] Add charging stations to cyclofix theme --- Models/Constants.ts | 2 +- assets/themes/cyclofix/cyclofix.json | 28 ++-------------------------- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 7d583c5be..6e9535de2 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -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" diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 4b0e03237..48a2c58bb 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -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 } } ]