nakarte

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

commit 04288293561272ecf5e4b264984ecb4de6d2664b
parent 982933e73194b8e49888d6c1afa7de3e324fc436
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sat, 18 Feb 2017 02:31:46 +0300

print pages control minimized at start

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

diff --git a/src/App.js b/src/App.js @@ -71,7 +71,8 @@ function setUp() { new L.Control.PrintPages({position: 'bottomleft'}) .addTo(map) - .enableHashState('p'); + .enableHashState('p') + .setMinimized(); /////////// controls bottom-right corner