ZoomControl
This commit is contained in:
parent
8c58db3039
commit
79314849dd
1 changed files with 4 additions and 0 deletions
|
@ -992,6 +992,10 @@ c3nav = {
|
|||
c3nav._levelControl.finalize();
|
||||
c3nav._levelControl.setLevel(c3nav.initial_level);
|
||||
|
||||
L.control.zoom({
|
||||
position:'bottomright'
|
||||
}).addTo(c3nav.map);
|
||||
|
||||
c3nav.map.on('click', c3nav._click_anywhere);
|
||||
|
||||
c3nav.schedule_refresh_tile_access();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue