forked from MapComplete/MapComplete
Featuer: add selfhosted version of pmtiles
This commit is contained in:
parent
de74a5dc08
commit
55339435d5
7 changed files with 4543 additions and 11 deletions
|
@ -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(),
|
||||
}
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue