Feature: add possibility to show a scale on the map

This commit is contained in:
Pieter Vander Vennet 2024-09-12 01:53:47 +02:00
parent 0fdbf445be
commit 5a9ae3f104
6 changed files with 52 additions and 10 deletions

View file

@ -889,6 +889,9 @@ export default class ThemeViewState implements SpecialVisualizationState {
}
})
})
this.userRelatedState.showScale.addCallbackAndRun(showScale => {
this.mapProperties.showScale.set(showScale)
})
new ThemeViewStateHashActor(this)
new MetaTagging(this)
new TitleHandler(this.selectedElement, this.featureProperties, this)