Running in Sart Tilman
From GHER
(Difference between revisions)
Line 228: | Line 228: | ||
var nMoves = moves.length; | var nMoves = moves.length; | ||
var OldTracks = []; | var OldTracks = []; | ||
- | for (var i = 0; i < nMoves | + | for (var i = 0; i < nMoves ; i++) { |
var moveGps = omnivore.gpx(gpxdir + moves[i], null, customLayer); | var moveGps = omnivore.gpx(gpxdir + moves[i], null, customLayer); | ||
moveGps.addTo(map); | moveGps.addTo(map); |
Revision as of 08:11, 14 June 2017