diff --git a/src/components/App.js b/src/components/App.js index a2394fb26..174994c39 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -154,6 +154,7 @@ function MapComponent() { onError: handleError, filters: parameters, iconSuite: window.screen.width > 1199 ? 'ptk-b' : 'ptk-s', + zoomControl: true, }); map.on('moveEnd', () => { log.warn('update url');