Feature: add link to the original provider, see #2387

This commit is contained in:
Pieter Vander Vennet 2025-04-23 21:35:43 +02:00
parent 991925ba35
commit 3e5b1444cc
10 changed files with 51 additions and 5 deletions

View file

@ -117,7 +117,7 @@ export class AvailableRasterLayers {
)
)
return Stores.ListStabilized(
availableLayersBboxes.map(
availableLayersBboxes.mapD(
(eliPolygons) => {
const loc = location.data
const lonlat: [number, number] = [loc?.lon ?? 0, loc?.lat ?? 0]