--- a/src/main/resources/templates/gpx.ssp Fri Aug 26 12:44:21 2011 -0400
+++ b/src/main/resources/templates/gpx.ssp Fri Aug 26 13:20:55 2011 -0400
@@ -18,7 +18,7 @@
<!-- A Track Segment holds a list of Track Points which are logically connected in order. To represent a single GPS track where GPS reception was lost, or the GPS receiver was turned off, start a new Track Segment for each continuous span of track data. -->
#for (e <- w.events if (! e.status.isDefined))
-<% val Some((lon, lat, altO)) = e.c %>
+<% val Some((lat, lon, altO)) = e.c %>
<trkpt lat="${lat.toString}" lon="${lon.toString}">
<time>${e.timestamp.toString}</time>
#if (altO.isDefined)