aboutsummaryrefslogtreecommitdiffstats
path: root/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'main.js')
-rw-r--r--main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.js b/main.js
index 15c82ed..f09ce31 100644
--- a/main.js
+++ b/main.js
@@ -157,6 +157,7 @@ const featureOverlaySource = new VectorSource();
const container = document.getElementById('map-control-container');
(function() {
const container0 = map.getViewport().getElementsByClassName('ol-overlaycontainer-stopevent')[0];
+ container0.appendChild(document.getElementById('zoom-control'));
container0.appendChild(container);
container0.appendChild(document.getElementById('modal-info'));