Add Open Toilet Map, fix #34

This commit is contained in:
Pieter Vander Vennet 2020-08-22 16:00:33 +02:00
parent 2df565dc50
commit a55767c1e9
11 changed files with 188 additions and 188 deletions

View file

@ -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;