Skip to content

Commit

Permalink
portal-names: fix to comply with updated leaflet
Browse files Browse the repository at this point in the history
fixes IITC-CE#7
  • Loading branch information
johnd0e authored Dec 4, 2018
1 parent 256540f commit 387d2ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/portal-names.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ window.plugin.portalNames.addLabel = function(guid, latLng) {
html: portalName
}),
guid: guid,
interactive: false
});
window.plugin.portalNames.labelLayers[guid] = label;
label.addTo(window.plugin.portalNames.labelLayerGroup);
Expand Down

0 comments on commit 387d2ea

Please sign in to comment.