From c51c0233576de01b4af638ef66266fd2d64d96cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Mon, 1 Jun 2020 22:07:13 +0200 Subject: [PATCH] MAPG-97 switch off motion tracking in map editor --- public/static/js/map_editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/static/js/map_editor.js b/public/static/js/map_editor.js index 1b9df4d..9f790a4 100644 --- a/public/static/js/map_editor.js +++ b/public/static/js/map_editor.js @@ -91,7 +91,8 @@ fullscreenControl: false, fullscreenControlOptions: { position: google.maps.ControlPosition.LEFT_TOP - } + }, + motionTracking: false }); document.getElementById('cancelButton').onclick = function () {