@gis_victory/gismap 2.0.13 → 2.0.14
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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -4372,12 +4372,14 @@ export declare interface LayerPaint {
|
|
|
4372
4372
|
/** 图层查询点击载荷 */
|
|
4373
4373
|
export declare interface LayerQueryClickPayload {
|
|
4374
4374
|
layerId: string;
|
|
4375
|
-
templateId
|
|
4376
|
-
center
|
|
4377
|
-
feature
|
|
4378
|
-
features
|
|
4379
|
-
dataExtension
|
|
4380
|
-
|
|
4375
|
+
templateId?: string;
|
|
4376
|
+
center?: [number, number];
|
|
4377
|
+
feature?: any;
|
|
4378
|
+
features?: any[];
|
|
4379
|
+
dataExtension?: any;
|
|
4380
|
+
legendData?: any;
|
|
4381
|
+
isCommonPopup?: boolean;
|
|
4382
|
+
isShow?: boolean;
|
|
4381
4383
|
}
|
|
4382
4384
|
|
|
4383
4385
|
export declare interface LayerRemoveEvent extends LayerEvent {
|