Small tweaks to cyclofix: disable parkings

This commit is contained in:
Pieter Vander Vennet 2020-10-27 14:32:38 +01:00
parent 31f91097fd
commit 6c2585b60c
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {

View file

@ -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": []
}