Make sure the object layer is kept in front of the data layer
This commit is contained in:
parent
97bb135957
commit
398a39dd0a
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ OSM.initializeBrowse = function (map) {
|
|||
displayFeatureWarning(features.length, maxFeatures, addFeatures, cancelAddFeatures);
|
||||
}
|
||||
|
||||
if (map._objectLayer) {
|
||||
map._objectLayer.bringToFront();
|
||||
}
|
||||
|
||||
dataLoader = null;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue