@idm-plugin/geo 2.1.3 → 2.1.4

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.
@@ -367,8 +367,8 @@ export declare class LaneHelper {
367
367
  * @param waypoints 途径点
368
368
  * @see https://cirm.org/rtz-xml-schemas
369
369
  */
370
- static waypoints2RTZ10(name: string, waypoints: Coordinate[]): string;
371
- static toRTZWaypoints(waypoints: Coordinate[], precision?: number): string[];
370
+ static waypoints2RTZ10(name: string, waypoints: Coordinate[], withExtensions?: boolean): string;
371
+ static toRTZWaypoints(waypoints: Coordinate[], precision?: number, withExtensions?: boolean): string[];
372
372
  /**
373
373
  * 路径转通用CSV (纯十进制度数、无厂商头、RFC 4180标准)
374
374
  * 大部分海图设备/导航软件均可导入此格式
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/geo",
3
3
  "private": false,
4
- "version": "2.1.3",
4
+ "version": "2.1.4",
5
5
  "description": "idm plugin for geo in browser",
6
6
  "type": "module",
7
7
  "keywords": [