ym-giswidget-2d 1.0.35 → 1.0.36

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.
@@ -390,8 +390,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
390
390
  resetViewProjection: (projection: string) => void;
391
391
  sortTemLayer: () => void;
392
392
  getExtent: () => import('ol/extent').Extent;
393
- addWKT: (wkt: string, wkid: number, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
394
- addWKTs: (wkts: string[], wkid: number, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
393
+ addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
394
+ addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
395
395
  on: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
396
396
  once: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
397
397
  un: import('ol/Map').MapEventHandler<void>;
@@ -389,8 +389,8 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
389
389
  resetViewProjection: (projection: string) => void;
390
390
  sortTemLayer: () => void;
391
391
  getExtent: () => import('ol/extent').Extent;
392
- addWKT: (wkt: string, wkid: number, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
393
- addWKTs: (wkts: string[], wkid: number, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
392
+ addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
393
+ addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
394
394
  on: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
395
395
  once: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
396
396
  un: import('ol/Map').MapEventHandler<void>;
@@ -396,8 +396,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
396
396
  resetViewProjection: (projection: string) => void;
397
397
  sortTemLayer: () => void;
398
398
  getExtent: () => import('ol/extent').Extent;
399
- addWKT: (wkt: string, wkid: number, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
400
- addWKTs: (wkts: string[], wkid: number, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
399
+ addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
400
+ addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
401
401
  on: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
402
402
  once: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
403
403
  un: import('ol/Map').MapEventHandler<void>;
@@ -392,8 +392,8 @@ export declare const MultiScreen: import('../../utils').WithInstall<import('vue'
392
392
  resetViewProjection: (projection: string) => void;
393
393
  sortTemLayer: () => void;
394
394
  getExtent: () => import('ol/extent').Extent;
395
- addWKT: (wkt: string, wkid: number, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
396
- addWKTs: (wkts: string[], wkid: number, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
395
+ addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
396
+ addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
397
397
  on: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
398
398
  once: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
399
399
  un: import('ol/Map').MapEventHandler<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ym-giswidget-2d",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -10,6 +10,6 @@
10
10
  "element-plus": "^2.9.0",
11
11
  "jszip": "^3.10.1",
12
12
  "ol": "^9.2.4",
13
- "ym-gis-2d": "1.0.13"
13
+ "ym-gis-2d": "1.0.14"
14
14
  }
15
15
  }