create slope segments

This commit is contained in:
vcoppe
2024-06-25 19:41:37 +02:00
parent 42fe819a72
commit f823bcade5
6 changed files with 101 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
export * from './gpx';
export { Coordinates, LineStyleExtension } from './types';
export { parseGPX, buildGPX } from './io';
export * from './simplify';