Featuer: add selfhosted version of pmtiles

This commit is contained in:
Pieter Vander Vennet 2025-06-16 14:33:04 +02:00
parent de74a5dc08
commit 55339435d5
7 changed files with 4543 additions and 11 deletions

View file

@ -70,12 +70,13 @@ export class AvailableRasterLayers {
throw "Detected invalid global layer with invalid id"
}
return joined.map(
(properties) =>
<RasterLayerPolygon>{
(properties) => {
return <RasterLayerPolygon>{
type: "Feature",
properties,
geometry: BBox.global.asGeometry(),
}
}
)
}