forked from MapComplete/MapComplete
Add table, fix preferences view
This commit is contained in:
parent
8e72b70742
commit
afbe765ce9
6 changed files with 95 additions and 43 deletions
2
State.ts
2
State.ts
|
@ -221,7 +221,7 @@ export default class State {
|
|||
|
||||
|
||||
this.backgroundLayerId = QueryParameters.GetQueryParameter("background",
|
||||
layoutToUse.defaultBackgroundId ?? "osm",
|
||||
layoutToUse?.defaultBackgroundId ?? "osm",
|
||||
"The id of the background layer to start with")
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue