Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/2727'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jul 22, 2020
2 parents a792b74 + 56fdf73 commit ca92fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ca92fe3

Please sign in to comment.