forked from MapComplete/MapComplete
Another sanity check, another bunch of fixed layers; add tagrendering-steal possibility, add some styling to TV-theme
This commit is contained in:
parent
10ac6a72e2
commit
746273f594
57 changed files with 602 additions and 940 deletions
|
@ -44,6 +44,11 @@ export default class DefaultGUI {
|
|||
|
||||
this.SetupUIElements();
|
||||
this.SetupMap()
|
||||
|
||||
|
||||
if(state.layoutToUse.customCss !== undefined && window.location.pathname.indexOf("index") >= 0){
|
||||
Utils.LoadCustomCss(state.layoutToUse.customCss)
|
||||
}
|
||||
}
|
||||
|
||||
public setupClickDialogOnMap(filterViewIsOpened: UIEventSource<boolean>, state: FeaturePipelineState) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue