diff --git a/public_html/script.js b/public_html/script.js index e954e46..dd4e687 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -386,8 +386,6 @@ function initialize_map() { layers.push(new ol.layer.Group({ title: 'Overlays', layers: [ - iconsLayer, - new ol.layer.Vector({ title: 'Site position and range rings', source: new ol.source.Vector({ @@ -401,6 +399,8 @@ function initialize_map() { features: PlaneTrailFeatures, }) }), + + iconsLayer ] }));