Index: /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ElevationProfileBase.java
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ElevationProfileBase.java	(revision 26417)
+++ /applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ElevationProfileBase.java	(revision 26418)
@@ -146,9 +146,9 @@
 		}		
 		
-		if (start.after(end) || start.equals(end)) {
+		//if (start.after(end) || start.equals(end)) {
 			// GPX does not contain time stamps -> use sequential order
 			setStart(wayPoints.get(0));
 			setEnd(wayPoints.get(n-1));
-		}
+		//}
 		
 		avrgHeight = sumEle / n;
