Skip to content

Commit

Permalink
Merge branch 'Release' into Release-6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jia020 authored Dec 16, 2024
2 parents 4ac8a35 + 532a1cd commit 6db84e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/menupanel/custompanel/custompanel.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ export class CustomPanelComponent {
for (const layerRec of layerRecs) {
// Make the layer group listing visible in the UI
this.urlLayers.unshift(layerRec);

// Configure layers so they can be added to map
const uiLayerModel = new UILayerModel(layerRec.id, 100, this.renderStatusService.getStatusBSubject(layerRec));
this.uiLayerModelService.setUILayerModel(layerRec.id, uiLayerModel);
Expand Down
2 changes: 1 addition & 1 deletion src/app/services/ui/uilayer-model.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class UILayerModelService {
public removeUILayerModel(layerId: string) {
this.uiLayerModels.delete(layerId);
}

/**
* Check whether layer has been added to the map
*
Expand Down

0 comments on commit 6db84e7

Please sign in to comment.