update styles

This commit is contained in:
vcoppe
2026-05-28 18:58:49 +02:00
parent 31912da76f
commit 1e6a12eeda
5 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export class StyleManager {
terrainSource.subscribe(() => this.updateTerrain());
customLayers.subscribe(() => this.updateBasemap());
distanceUnits.subscribe(() => {
if (get(currentBasemap) === 'topo') this.updateBasemap();
if (get(currentBasemap) === 'libertyTopo') this.updateBasemap();
});
}