From bf0e32874fdd3d98184a55b69fe116ce60b19b03 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Tue, 10 Aug 2021 22:39:42 -0400 Subject: [PATCH] Smol Fix --- js/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index f4f635d..b5811cf 100644 --- a/js/script.js +++ b/js/script.js @@ -510,7 +510,8 @@ function initialize_map() { new ol.control.Rotate(), new ol.control.Attribution({ collapsed: true }), new ol.control.ScaleLine({ units: Metric ? "metric" : "nautical" }), - new ol.control.LayerSwitcher() + new ol.control.LayerSwitcher(), + new ol.control.FullScreen() ], loadTilesWhileAnimating: true, loadTilesWhileInteracting: true