gis-leaflet-helper 3.3.4 → 3.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27020,7 +27020,7 @@ const PlotDraw = leafletSrcExports.Handler.extend({
27020
27020
  L.Handler.prototype.disable.call(this);
27021
27021
  }
27022
27022
  });
27023
- leafletSrcExports.Map.addInitHook("addHandler", "PlotDraw", PlotDraw);
27023
+ leafletSrcExports.Map.addInitHook("addHandler", "plotDrawHandler", PlotDraw);
27024
27024
  const PlotTypes = {
27025
27025
  STRAIGHT_ARROW: "straightarrow",
27026
27026
  ASSAULT_DIRECTION: "assaultdirection",
@@ -27272,7 +27272,7 @@ const AssaultDirection = FineArrow.extend({
27272
27272
  this.setPoints(latlngs);
27273
27273
  }
27274
27274
  });
27275
- const AttackArrow = L.Polyline.extend({
27275
+ const AttackArrow = L.Polygon.extend({
27276
27276
  includes: Plot,
27277
27277
  options: {
27278
27278
  headHeightFactor: 0.18,