Merged in feature/MAPG-97-integrate-leaflet (pull request #77)

MAPG-97 switch off motion tracking in map editor
This commit is contained in:
Bence Pőcze 2020-06-01 20:07:39 +00:00
commit b4de510a65

View File

@ -91,7 +91,8 @@
fullscreenControl: false,
fullscreenControlOptions: {
position: google.maps.ControlPosition.LEFT_TOP
}
},
motionTracking: false
});
document.getElementById('cancelButton').onclick = function () {