nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 97f5bc830564be1f5d5ef7d3ebb4312222619ab0
parent 5c8e55236d5f2b42224cfdc81037a5cf35b826a4
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Thu,  9 Feb 2017 11:29:17 +0300

set worldCopyJump for map

Diffstat:
Msrc/App.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/App.js b/src/App.js @@ -33,7 +33,8 @@ function setUp() { fadeAnimation: false, attributionControl: false, easeLinearity: 0.2, - inertiaMaxSpeed: 1500 + inertiaMaxSpeed: 1500, + worldCopyJump: true } ); map.enableHashState('m', [10, 55.75185, 37.61856]);