Add cyclestreet theme, various bugfixes
This commit is contained in:
parent
72a744f60d
commit
60c15e9c8d
23 changed files with 412 additions and 211 deletions
1
State.ts
1
State.ts
|
@ -175,6 +175,7 @@ export class State {
|
|||
this.osmConnection = new OsmConnection(
|
||||
testParam === "true",
|
||||
QueryParameters.GetQueryParameter("oauth_token", undefined),
|
||||
layoutToUse.name,
|
||||
true,
|
||||
testParam === "dev"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue