ym-giswidget-2d 1.0.14 → 1.0.15

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.
@@ -328,10 +328,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
328
328
  getPolygonTempLayer: () => import('ol/layer').Vector<import('ym-giscomm-2d/entity/Feature').default>;
329
329
  getTempLayerByGeoType: (geoType: string) => import('ol/layer').Vector<import('ym-giscomm-2d/entity/Feature').default>;
330
330
  resetViewProjection: (projection: string) => void;
331
+ sortTemLayer: () => void;
331
332
  getExtent: () => import('ol/extent').Extent;
332
- addWKT: (wkt: string, wkid: number, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
333
- addWKTs: (wkts: string[], wkid: number, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
334
- clearTempFeatures: () => void;
333
+ addWKT: (wkt: string, wkid: number, tag?: string, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
334
+ addWKTs: (wkts: string[], wkid: number, tag?: string, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
335
+ clearTempFeatures: (tag?: string) => void;
335
336
  on: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
336
337
  once: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
337
338
  un: import('ol/Map').MapEventHandler<void>;
@@ -324,10 +324,11 @@ export declare const MultiScreen: import('../../utils').WithInstall<import('vue'
324
324
  getPolygonTempLayer: () => import('ol/layer').Vector<import('ym-giscomm-2d/entity/Feature').default>;
325
325
  getTempLayerByGeoType: (geoType: string) => import('ol/layer').Vector<import('ym-giscomm-2d/entity/Feature').default>;
326
326
  resetViewProjection: (projection: string) => void;
327
+ sortTemLayer: () => void;
327
328
  getExtent: () => import('ol/extent').Extent;
328
- addWKT: (wkt: string, wkid: number, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
329
- addWKTs: (wkts: string[], wkid: number, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
330
- clearTempFeatures: () => void;
329
+ addWKT: (wkt: string, wkid: number, tag?: string, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
330
+ addWKTs: (wkts: string[], wkid: number, tag?: string, location?: boolean, fillColor?: string, strokeColor?: string, strokeWidth?: number) => void;
331
+ clearTempFeatures: (tag?: string) => void;
331
332
  on: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
332
333
  once: import('ol/Map').MapEventHandler<import('ol/events').EventsKey>;
333
334
  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.14",
3
+ "version": "1.0.15",
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-giscomm-2d": "1.0.10"
13
+ "ym-giscomm-2d": "1.0.11"
14
14
  }
15
15
  }