diff --git a/index.html b/index.html index 3cd4f61..ba6b6d3 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ + - @@ -12,7 +12,7 @@

........: GpX :........

- +

diff --git a/js/gpx.js b/js/gpx.js index 797f58a..886008d 100644 --- a/js/gpx.js +++ b/js/gpx.js @@ -23,5 +23,5 @@ }).addTo(map); } -addGPX(map, 'http://localhost:8888/tracks/turin_09122022.gpx', 'red') -addGPX(map, 'http://localhost:8888/tracks/biella_27122022.gpx', 'blue') +addGPX(map, '../tracks/turin_09122022.gpx', 'red') +addGPX(map, '../tracks/biella_27122022.gpx', 'blue')