Port bicycle cafés to JSON-defined-layer
This commit is contained in:
parent
3653c3ecaa
commit
0c2f662040
17 changed files with 229 additions and 276 deletions
3
State.ts
3
State.ts
|
@ -12,7 +12,6 @@ import {LayerUpdater} from "./Logic/LayerUpdater";
|
|||
import {UIEventSource} from "./Logic/UIEventSource";
|
||||
import {LocalStorageSource} from "./Logic/Web/LocalStorageSource";
|
||||
import {QueryParameters} from "./Logic/Web/QueryParameters";
|
||||
import {FromJSON} from "./Customizations/JSON/FromJSON";
|
||||
|
||||
/**
|
||||
* Contains the global state: a bunch of UI-event sources
|
||||
|
@ -23,7 +22,7 @@ export class State {
|
|||
// The singleton of the global state
|
||||
public static state: State;
|
||||
|
||||
public static vNumber = "0.0.7k";
|
||||
public static vNumber = "0.0.7l";
|
||||
|
||||
// The user journey states thresholds when a new feature gets unlocked
|
||||
public static userJourney = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue