mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-06-10 01:10:25 +00:00
update styles
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user