forked from MapComplete/MapComplete
Fix build
This commit is contained in:
parent
68f8432db7
commit
cc741d8ac1
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ class GenerateLayouts extends Script {
|
|||
hosts.add("https://schema.org")
|
||||
const eliLayers: RasterLayerPolygon[] = AvailableRasterLayers.layersAvailableAt(
|
||||
new ImmutableStore({ lon: 0, lat: 0 })
|
||||
).data
|
||||
).store.data
|
||||
{
|
||||
const vectorLayers = eliLayers.filter((l) => l.properties.type === "vector")
|
||||
const vectorSources = vectorLayers.map((l) => l.properties.url)
|
||||
|
|
Loading…
Reference in a new issue