@idm-plugin/geo 2.1.2 → 2.1.3

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.
@@ -372,10 +372,11 @@ export declare class LaneHelper {
372
372
  /**
373
373
  * 路径转通用CSV (纯十进制度数、无厂商头、RFC 4180标准)
374
374
  * 大部分海图设备/导航软件均可导入此格式
375
+ * @param name 兼容旧版本
375
376
  * @param waypoints 途径点
376
377
  * @param options.precision 经纬度小数位数,默认6
377
378
  */
378
- static waypoints2CSV(waypoints: Coordinate[], options?: {
379
+ static waypoints2CSV(name: string, waypoints: Coordinate[], options?: {
379
380
  precision?: number;
380
381
  }): string;
381
382
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/geo",
3
3
  "private": false,
4
- "version": "2.1.2",
4
+ "version": "2.1.3",
5
5
  "description": "idm plugin for geo in browser",
6
6
  "type": "module",
7
7
  "keywords": [