From 6c2585b60c8c905bd0a23564ae346c93f7a7e346 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 27 Oct 2020 14:32:38 +0100 Subject: [PATCH] Small tweaks to cyclofix: disable parkings --- State.ts | 2 +- assets/themes/cyclofix/cyclofix.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/State.ts b/State.ts index aac2795..c2fb00c 100644 --- a/State.ts +++ b/State.ts @@ -23,7 +23,7 @@ export default class State { // The singleton of the global state public static state: State; - public static vNumber = "0.1.1a"; + public static vNumber = "0.1.1b"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 45322bc..3f6befe 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -25,6 +25,6 @@ "startZoom": 16, "widenFactor": 0.05, "socialImage": "./assets/themes/cyclofix/logo.svg", - "layers": ["bike_cafes", "bike_shops", "bike_repair_station", "drinking_water", "bike_parking","bike_themed_object"], + "layers": ["bike_cafes", "bike_shops", "bike_repair_station", "drinking_water", "bike_themed_object"], "roamingRenderings": [] } \ No newline at end of file