diff --git a/plugins/draw-tools.user.js b/plugins/draw-tools.user.js index 1784c415..4a2923f1 100644 --- a/plugins/draw-tools.user.js +++ b/plugins/draw-tools.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @id iitc-plugin-draw-tools@breunigs // @name iitc: draw tools -// @version 0.2.1 +// @version 0.2.2 // @namespace https://github.com/breunigs/ingress-intel-total-conversion // @updateURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/draw-tools.user.js // @downloadURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/draw-tools.user.js @@ -32,8 +32,6 @@ window.plugin.drawTools.loadExternals = function() { var base = 'https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist'; //~ var base = 'http://0.0.0.0:8000/dist'; load(base+'/leaflet.draw.0.1.6.js').thenRun(window.plugin.drawTools.boot); - // overwrite default Leaflet Marker icon. - L.Icon.Default.imagePath = base + '/images'; // FIXME: this is currently manually included from // external/leaflet.draw.0.1.6.css. It should either be loaded remotely