Skip to content

Commit

Permalink
fix(layer list): fix layer list reordering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourget committed Apr 26, 2017
1 parent ee687d4 commit 926d644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/map/shared/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export class IgoMap {

this.layers[to] = layer;
this.layers[from] = layerTo;
this.layers$.next(this.layers.slice(0));
}

moveToExtent(extent: ol.Extent) {
Expand Down

0 comments on commit 926d644

Please sign in to comment.