diff options
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 |