Merged in feature/MAPG-97-integrate-leaflet (pull request #77)
MAPG-97 switch off motion tracking in map editor
This commit is contained in:
commit
b4de510a65
@ -91,7 +91,8 @@
|
||||
fullscreenControl: false,
|
||||
fullscreenControlOptions: {
|
||||
position: google.maps.ControlPosition.LEFT_TOP
|
||||
}
|
||||
},
|
||||
motionTracking: false
|
||||
});
|
||||
|
||||
document.getElementById('cancelButton').onclick = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user