diff --git a/erdblick_app/app/app.component.ts b/erdblick_app/app/app.component.ts index 61f45354..f94ee9e7 100644 --- a/erdblick_app/app/app.component.ts +++ b/erdblick_app/app/app.component.ts @@ -258,6 +258,7 @@ export class AppComponent { if (Object.keys(params).length && this.firstParamUpdate) { this.mapService.mapModel.getValue()?.update(); + this.mapService.mapModel.getValue()?.reloadStyle(); this.firstParamUpdate = false; } });