forked from MapComplete/MapComplete
Merge branch 'develop' into feature/goejson-export
This commit is contained in:
commit
18e27c32be
13 changed files with 166 additions and 127 deletions
|
@ -341,7 +341,7 @@ export class InitUiElements {
|
|||
|
||||
private static InitBaseMap() {
|
||||
|
||||
State.state.availableBackgroundLayers = new AvailableBaseLayers(State.state.locationControl).availableEditorLayers;
|
||||
State.state.availableBackgroundLayers = AvailableBaseLayers.AvailableLayersAt(State.state.locationControl);
|
||||
|
||||
State.state.backgroundLayer = State.state.backgroundLayerId
|
||||
.map((selectedId: string) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue