forked from MapComplete/MapComplete
Attempt to fix build
This commit is contained in:
parent
259d4d7fdf
commit
42a87d2611
5 changed files with 592 additions and 110 deletions
|
@ -722,7 +722,9 @@ class LayerOverviewUtils extends Script {
|
|||
ConversionContext.construct([themePath], ["PrepareLayer"])
|
||||
)
|
||||
try {
|
||||
themeFile = new PrepareTheme(convertState).convertStrict(
|
||||
themeFile = new PrepareTheme(convertState, {
|
||||
skipDefaultLayers: true,
|
||||
}).convertStrict(
|
||||
themeFile,
|
||||
ConversionContext.construct([themePath], ["PrepareLayer"])
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue