@gis_victory/gismap 2.0.50 → 2.0.52

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.
@@ -0,0 +1,14 @@
1
+ {
2
+ "success": true,
3
+ "data": [
4
+ {
5
+ "id": "xzq",
6
+ "name": "xzq",
7
+ "label": "行政村名称",
8
+ "placeholder": "请输入行政村名称",
9
+ "defaultValue": "",
10
+ "serviceUrl": "commonServer/query/quick_xzc",
11
+ "templateId": "quick_xzc"
12
+ }
13
+ ]
14
+ }
package/dist/index.d.ts CHANGED
@@ -397,8 +397,8 @@ bearing: number;
397
397
  }) => any) | undefined;
398
398
  }>, {
399
399
  center: [number, number];
400
- zoom: number;
401
400
  bearing: number;
401
+ zoom: number;
402
402
  pitch: number;
403
403
  accessToken: string;
404
404
  adapter: MapAdapter;
@@ -6129,6 +6129,7 @@ export declare interface MeasureEvent {
6129
6129
 
6130
6130
  declare class MeasureManager {
6131
6131
  private map;
6132
+ private isMobile;
6132
6133
  private options;
6133
6134
  private sourceId;
6134
6135
  private measureLayerId;
@@ -6152,7 +6153,7 @@ declare class MeasureManager {
6152
6153
  private lastTouchCoords;
6153
6154
  private doubleTapThreshold;
6154
6155
  private tooltipElement;
6155
- constructor(map: any, options?: MeasureManagerOptions);
6156
+ constructor(adapter: MapAdapter, options?: MeasureManagerOptions);
6156
6157
  private initMeasureSource;
6157
6158
  private setupMeasureLayers;
6158
6159
  /**