Add Open Toilet Map, fix #34
This commit is contained in:
parent
2df565dc50
commit
a55767c1e9
11 changed files with 188 additions and 188 deletions
4
State.ts
4
State.ts
|
@ -24,7 +24,7 @@ export class State {
|
|||
// The singleton of the global state
|
||||
public static state: State;
|
||||
|
||||
public static vNumber = "0.0.5b";
|
||||
public static vNumber = "0.0.5c";
|
||||
|
||||
public static runningFromConsole: boolean = false;
|
||||
|
||||
|
@ -47,7 +47,7 @@ export class State {
|
|||
*/
|
||||
public bm;
|
||||
/**
|
||||
The user crednetials
|
||||
The user credentials
|
||||
*/
|
||||
public osmConnection: OsmConnection;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue