diff options
| author | Rutger Broekhoff | 2026-09-08 01:36:38 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-09-08 01:37:34 +0200 |
| commit | 3e8ce840c70ee00925210b96738696d1dc445f8f (patch) | |
| tree | 4eb6b30b1d571daa596394c36e7769f6ee0af956 /server/src/gpx.cppm | |
| parent | 15bcf23f2e75f9c710eee3753d530ebefc5f78f1 (diff) | |
| download | routemon-3e8ce840c70ee00925210b96738696d1dc445f8f.tar.gz routemon-3e8ce840c70ee00925210b96738696d1dc445f8f.zip | |
UTM projection
Diffstat (limited to 'server/src/gpx.cppm')
| -rw-r--r-- | server/src/gpx.cppm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/gpx.cppm b/server/src/gpx.cppm index 5872805..6267443 100644 --- a/server/src/gpx.cppm +++ b/server/src/gpx.cppm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | export module routemon:gpx; | 1 | export module routemon:gpx; |
| 2 | 2 | ||
| 3 | import std; | 3 | import std; |
| 4 | import :geo; | 4 | import :geo.utm; |
| 5 | import :util; | 5 | import :util; |
| 6 | import :xml; | 6 | import :xml; |
| 7 | 7 | ||
| @@ -15,7 +15,7 @@ struct metadata | |||
| 15 | 15 | ||
| 16 | struct track_segment | 16 | struct track_segment |
| 17 | { | 17 | { |
| 18 | geo::linestring waypoints; | 18 | geo::utm::zonable_wgs84_linestring waypoints; |
| 19 | }; | 19 | }; |
| 20 | 20 | ||
| 21 | struct track | 21 | struct track |