@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.
- package/dist/index.js +597 -608
- package/dist/index.umd.cjs +6 -6
- package/dist/lane/src/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/lane/src/index.d.ts
CHANGED
|
@@ -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 路径名称
|