gis-leaflet-helper 3.2.19 → 3.2.20

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.
@@ -13316,7 +13316,7 @@ U.Map.addInitHook(function() {
13316
13316
  },
13317
13317
  this.options.scaleControl
13318
13318
  )
13319
- ), this.addControl(this.scaleControl)), this.keyboard.disable();
13319
+ ), this.addControl(this.scaleControl));
13320
13320
  });
13321
13321
  U.Marker.addInitHook(function() {
13322
13322
  let i = this.options.icon && this.options.icon.options && this.options.icon.options.iconAnchor;
@@ -20722,6 +20722,15 @@ function Fp(t) {
20722
20722
  },
20723
20723
  getLayers() {
20724
20724
  return Object.values(this._layers);
20725
+ },
20726
+ openWidget(a, l = {}, c = {}) {
20727
+ this.fire("widget-mount", { name: a, options: l, events: c });
20728
+ },
20729
+ closeWidget(a) {
20730
+ this.fire("widget-unmount", { name: a });
20731
+ },
20732
+ closeAllWidget() {
20733
+ this.view.fire("widget-destory");
20725
20734
  }
20726
20735
  }), i.StatusBar = Xh, i.CRS.BaiDu = bl, i.WebMercatorTiledLayer = mp, i.BlinkMarker = rp, i.CanvasMarker = op, i.HeatLayer = oh, i.WMTS = vp, i.WMS = _e, i.Knob = Mp, i.Draw = hh, i.ContextMenu = ki, i.KeyBoard = El, i.EagleMap = Yh, i.LayerManager = bp, i.ImageOverlay.Rotated = gp, i.Text = ap, i.VertexMarkers = Jh, i.Measurement = Ar, i.Collision = _p, i.Symbol = Pp, i.PolylineDecorator = Gp, t.L = i;
20727
20736
  })(window);