@idm-plugin/geo 2.1.0 → 2.1.1

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.
@@ -368,6 +368,7 @@ export declare class LaneHelper {
368
368
  * @see https://cirm.org/rtz-xml-schemas
369
369
  */
370
370
  static waypoints2RTZ10(name: string, waypoints: Coordinate[]): string;
371
+ static toRTZWaypoints(waypoints: Coordinate[], precision?: number): string[];
371
372
  /**
372
373
  * 路径转CSV (JRC ECDIS ROUTE SHEET格式)
373
374
  * @param name 路径名称
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/geo",
3
3
  "private": false,
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "description": "idm plugin for geo in browser",
6
6
  "type": "module",
7
7
  "keywords": [