diff --git a/website/src/lib/components/map/style.ts b/website/src/lib/components/map/style.ts index 1852019ae..ab7598276 100644 --- a/website/src/lib/components/map/style.ts +++ b/website/src/lib/components/map/style.ts @@ -58,6 +58,7 @@ export class StyleManager { opacities.subscribe(() => this.updateOverlays()); terrainSource.subscribe(() => this.updateTerrain()); customLayers.subscribe(() => this.updateBasemap()); + i18n.subscribe(() => this.updateBasemap()); distanceUnits.subscribe(() => { const map = get(this._map); if (map && (map.getLayer('contours_m') || map.getLayer('contours_ft'))) {