+
+ This client-side tool is for merging
+ GPX files.
+ Please note, this has only been tested on GPX files produced by
+ Garmin and
+ Strava - your mileage may vary.
+ Source:
+
+ https://github.com/thermokarst/gpx-web-utils
+
+
diff --git a/www/index.js b/www/index.js
index 9a40654..e9f7a18 100644
--- a/www/index.js
+++ b/www/index.js
@@ -1,6 +1,6 @@
import * as gpx from "gpx-web-utils";
-const inputElement = document.getElementById("input");
+const inputElement = document.getElementById("gpxInput");
inputElement.addEventListener("change", readFiles, false);