Small tweaks to cyclofix: disable parkings
This commit is contained in:
parent
31f91097fd
commit
6c2585b60c
2 changed files with 2 additions and 2 deletions
2
State.ts
2
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 = {
|
||||
|
|
|
@ -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": []
|
||||
}
|
Loading…
Reference in a new issue