From 3e8ce840c70ee00925210b96738696d1dc445f8f Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Tue, 8 Sep 2026 01:36:38 +0200 Subject: UTM projection --- server/src/gpx.cppm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/gpx.cppm') 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 @@ export module routemon:gpx; import std; -import :geo; +import :geo.utm; import :util; import :xml; @@ -15,7 +15,7 @@ struct metadata struct track_segment { - geo::linestring waypoints; + geo::utm::zonable_wgs84_linestring waypoints; }; struct track -- cgit v1.3