cd-mapgis 1.0.11 → 1.0.13
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.
- package/package.json +1 -1
- package/src/index.d.ts +1 -2
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ declare module 'cd-mapgis' {
|
|
|
13
13
|
data: string;
|
|
14
14
|
}): void;
|
|
15
15
|
static expandExtent(extent: number[]): number[];
|
|
16
|
-
static addOverlay(p:
|
|
16
|
+
static addOverlay(p:{html:string,point:[number,number],positioning?:string}): void;
|
|
17
17
|
}
|
|
18
18
|
export class LayerUtil {
|
|
19
19
|
static _tdt_map: {
|
|
@@ -46,7 +46,6 @@ declare module 'cd-mapgis' {
|
|
|
46
46
|
static getWmtsLayer(p: {
|
|
47
47
|
url: string;
|
|
48
48
|
}): Promise<any>;
|
|
49
|
-
static addOverlay(p:any): void;
|
|
50
49
|
}
|
|
51
50
|
export class Overlay {
|
|
52
51
|
constructor(data: any);
|