gisviewer-vue3-arcgis 1.0.231 → 1.0.232

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.
@@ -302,3 +302,9 @@ export interface IShowGreenWaveBandParams {
302
302
  coordinates: number[][];
303
303
  nodeList: INode[];
304
304
  }
305
+ export interface IRoadLine {
306
+ id: string;
307
+ fromNode: string;
308
+ toNode: string;
309
+ coordinates: number[][];
310
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gisviewer-vue3-arcgis",
3
- "version": "1.0.231",
3
+ "version": "1.0.232",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.mjs",
6
6
  "files": [
@@ -40,6 +40,7 @@
40
40
  "fast-xml-parser": "^4.4.0",
41
41
  "md5": "^2.3.0",
42
42
  "pako": "^2.1.0",
43
+ "papaparse": "^5.5.3",
43
44
  "pinia": "^2.0.33",
44
45
  "proj4": "^2.11.0",
45
46
  "three": "^0.156.1",