Move aircraft icons above aircraft trails.
This commit is contained in:
parent
abab5f5440
commit
ae6a7acb67
|
@ -386,8 +386,6 @@ function initialize_map() {
|
||||||
layers.push(new ol.layer.Group({
|
layers.push(new ol.layer.Group({
|
||||||
title: 'Overlays',
|
title: 'Overlays',
|
||||||
layers: [
|
layers: [
|
||||||
iconsLayer,
|
|
||||||
|
|
||||||
new ol.layer.Vector({
|
new ol.layer.Vector({
|
||||||
title: 'Site position and range rings',
|
title: 'Site position and range rings',
|
||||||
source: new ol.source.Vector({
|
source: new ol.source.Vector({
|
||||||
|
@ -401,6 +399,8 @@ function initialize_map() {
|
||||||
features: PlaneTrailFeatures,
|
features: PlaneTrailFeatures,
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
iconsLayer
|
||||||
]
|
]
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue