draw-tools: fix typo that broke editing
This commit is contained in:
parent
a89c90cfdc
commit
ee484c54cb
2
external/leaflet.draw.js
vendored
2
external/leaflet.draw.js
vendored
@ -2542,7 +2542,7 @@ L.EditToolbar.Edit = L.Handler.extend({
|
||||
layer.options.previousOptions = layer.options;
|
||||
|
||||
// Make sure that Polylines are not filled
|
||||
if (!(layer instanceof L.Circle) && !(layer instanceof L.GeodrsicCircle) && !(layer instanceof L.GeodesicPolygon) && !(layer instanceof L.Rectangle)) {
|
||||
if (!(layer instanceof L.Circle) && !(layer instanceof L.GeodesicCircle) && !(layer instanceof L.GeodesicPolygon) && !(layer instanceof L.Rectangle)) {
|
||||
pathOptions.fill = false;
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// @id iitc-plugin-draw-tools@breunigs
|
||||
// @name IITC plugin: draw tools
|
||||
// @category Layer
|
||||
// @version 0.5.2.@@DATETIMEVERSION@@
|
||||
// @version 0.5.3.@@DATETIMEVERSION@@
|
||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||
// @updateURL @@UPDATEURL@@
|
||||
// @downloadURL @@DOWNLOADURL@@
|
||||
|
Loading…
x
Reference in New Issue
Block a user