From e03850ce05e17b22181ca144cdab0cd3fea330d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 2 May 2021 13:42:46 +0200 Subject: [PATCH] switch off streetViewControl explicitly --- public/static/js/map_editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/static/js/map_editor.js b/public/static/js/map_editor.js index f2cfa04..106f572 100644 --- a/public/static/js/map_editor.js +++ b/public/static/js/map_editor.js @@ -517,6 +517,7 @@ zoomControlOptions: { position: google.maps.ControlPosition.LEFT_BOTTOM }, + streetViewControl: false, draggableCursor: 'crosshair' });