ym-giswidget-2d 1.0.44 → 1.0.46

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.
@@ -391,8 +391,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
391
391
  resetViewProjection: (projection: string) => void;
392
392
  sortTemLayer: () => void;
393
393
  getExtent: () => import('ol/extent').Extent;
394
- addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
395
- addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
394
+ addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, properties?: any, style?: import('ym-gis-2d/entity/IStyle').default) => import('ym-gis-2d/entity/Feature').default | undefined;
395
+ addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default, properties?: any) => import('ym-gis-2d/entity/Feature').default[] | undefined;
396
396
  locationWKT: (wkt: string, proj?: string, ratio?: number, isFlash?: boolean) => void;
397
397
  locationWKTs: (wkts: string[], proj?: string, ratio?: number, isFlash?: boolean) => void;
398
398
  locationGeometry: (geometry: import('ol/geom').Geometry, proj?: string, ratio?: number, isFlash?: boolean) => void;
@@ -390,8 +390,8 @@ export declare const MapView: import('../../utils').WithInstall<import('vue').De
390
390
  resetViewProjection: (projection: string) => void;
391
391
  sortTemLayer: () => void;
392
392
  getExtent: () => import('ol/extent').Extent;
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;
393
+ addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, properties?: any, style?: import('ym-gis-2d/entity/IStyle').default) => import('ym-gis-2d/entity/Feature').default | undefined;
394
+ addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default, properties?: any) => import('ym-gis-2d/entity/Feature').default[] | undefined;
395
395
  locationWKT: (wkt: string, proj?: string, ratio?: number, isFlash?: boolean) => void;
396
396
  locationWKTs: (wkts: string[], proj?: string, ratio?: number, isFlash?: boolean) => void;
397
397
  locationGeometry: (geometry: import('ol/geom').Geometry, proj?: string, ratio?: number, isFlash?: boolean) => void;
@@ -397,8 +397,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
397
397
  resetViewProjection: (projection: string) => void;
398
398
  sortTemLayer: () => void;
399
399
  getExtent: () => import('ol/extent').Extent;
400
- addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
401
- addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
400
+ addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, properties?: any, style?: import('ym-gis-2d/entity/IStyle').default) => import('ym-gis-2d/entity/Feature').default | undefined;
401
+ addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default, properties?: any) => import('ym-gis-2d/entity/Feature').default[] | undefined;
402
402
  locationWKT: (wkt: string, proj?: string, ratio?: number, isFlash?: boolean) => void;
403
403
  locationWKTs: (wkts: string[], proj?: string, ratio?: number, isFlash?: boolean) => void;
404
404
  locationGeometry: (geometry: import('ol/geom').Geometry, proj?: string, ratio?: number, isFlash?: boolean) => void;
@@ -393,8 +393,8 @@ export declare const MultiScreen: import('../../utils').WithInstall<import('vue'
393
393
  resetViewProjection: (projection: string) => void;
394
394
  sortTemLayer: () => void;
395
395
  getExtent: () => import('ol/extent').Extent;
396
- addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
397
- addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default) => void;
396
+ addWKT: (wkt: string, proj: string, tag?: string, location?: boolean, properties?: any, style?: import('ym-gis-2d/entity/IStyle').default) => import('ym-gis-2d/entity/Feature').default | undefined;
397
+ addWKTs: (wkts: string[], proj: string, tag?: string, location?: boolean, style?: import('ym-gis-2d/entity/IStyle').default, properties?: any) => import('ym-gis-2d/entity/Feature').default[] | undefined;
398
398
  locationWKT: (wkt: string, proj?: string, ratio?: number, isFlash?: boolean) => void;
399
399
  locationWKTs: (wkts: string[], proj?: string, ratio?: number, isFlash?: boolean) => void;
400
400
  locationGeometry: (geometry: import('ol/geom').Geometry, proj?: string, ratio?: number, isFlash?: boolean) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ym-giswidget-2d",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
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.21"
13
+ "ym-gis-2d": "1.0.25"
14
14
  }
15
15
  }