Merge remote-tracking branch 'upstream/pull/2727'
This commit is contained in:
commit
ca92fe3359
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ $(document).ready(function () {
|
|||
var map = new L.OSM.Map("map", {
|
||||
zoomControl: false,
|
||||
layerControl: false,
|
||||
contextmenu: true
|
||||
contextmenu: true,
|
||||
worldCopyJump: true
|
||||
});
|
||||
|
||||
OSM.loadSidebarContent = function (path, callback) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue