diff --git a/public_html/script.js b/public_html/script.js index a0950a2..d68a7df 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -363,7 +363,11 @@ function initialize_map() { view: new ol.View({ center: ol.proj.fromLonLat([CenterLon, CenterLat]), zoom: ZoomLvl - }) + }), + controls: [new ol.control.Zoom(), + new ol.control.Rotate(), + new ol.control.Attribution(), + new ol.control.ScaleLine({units: Metric ? "metric" : "nautical"})] }); // Listeners for newly created Map