forked from MapComplete/MapComplete
Performance: disable the import layers
This commit is contained in:
parent
a8abc0224e
commit
a9d6aaa448
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ export class PrepareTheme extends Fuse<LayoutConfigJson> {
|
|||
? new Pass("AddDefaultLayers is disabled due to the set flag")
|
||||
: new AddDefaultLayers(state),
|
||||
new AddDependencyLayersToTheme(state),
|
||||
new AddImportLayers(),
|
||||
// new AddImportLayers(),
|
||||
new PostvalidateTheme(state),
|
||||
)
|
||||
this.state = state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue