Skip to content

Commit

Permalink
Places buffer geometry on top of selected geometries. re #6917
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Dec 4, 2020
1 parent ad85aaf commit bacdc0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ define([
selectFeatureLayersFactory(source, sourceLayer, selectedResourceIds(), true, null, self.nodeids, self.filterNodeIds(), self.hoverId(), selectLayerConfig) :
[];
self.additionalLayers(
extendedLayers.concat(
selectFeatureLayers
selectFeatureLayers.concat(
extendedLayers
)
);
};
Expand Down

0 comments on commit bacdc0d

Please sign in to comment.