forked from MapComplete/MapComplete
Fix: build
This commit is contained in:
parent
51608fb223
commit
01c8d63943
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ class GenerateLayouts extends Script {
|
||||||
const rasterLayers: {properties: RasterLayerProperties}[] = [
|
const rasterLayers: {properties: RasterLayerProperties}[] = [
|
||||||
AvailableRasterLayers.defaultBackgroundLayer,
|
AvailableRasterLayers.defaultBackgroundLayer,
|
||||||
...eli.features,
|
...eli.features,
|
||||||
bing.properties.url,
|
bing,
|
||||||
...eli_global.map((properties) => ({ properties })),
|
...eli_global.map((properties) => ({ properties })),
|
||||||
...layers_global.layers.map((properties) => ({ properties })),
|
...layers_global.layers.map((properties) => ({ properties })),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue