mirage2d 1.1.92 → 1.1.93

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.
@@ -46,6 +46,7 @@ export declare const enum layertype {
46
46
  arcgisMapTile = "arcgisMapTile",
47
47
  imageLayer = "imageLayer",
48
48
  TileGroupLayer = "TileGroupLayer",
49
+ WmsLayer = "WmsLayer",
49
50
  tencent = "tencent",
50
51
  baidu = "baidu",
51
52
  group = "group"
@@ -57,6 +57,11 @@ export declare class MirageMap extends baseMap {
57
57
  appendContextmenu(menu: any): void;
58
58
  scaleControl(scaleType: any): any;
59
59
  /**
60
+ * @description: 设置背景图显示/隐藏
61
+ * @param {boolean} isshow
62
+ */
63
+ setZoomControlVisible(isshow?: boolean): void;
64
+ /**
60
65
  * @description: 设置背景图显示/隐藏
61
66
  * @param {boolean} isshow
62
67
  */