diff --git a/js/gpx.js b/js/gpx.js index c1cc593..1ee6e1f 100644 --- a/js/gpx.js +++ b/js/gpx.js @@ -21,7 +21,8 @@ endIconUrl: 'images/pin-icon-end.png', shadowUrl: 'images/pin-shadow.png' }, - polyline_options: { + polyline_options: { + smoothFactor: 3, color: lineColor, opacity: 1, weight: 3, @@ -46,3 +47,4 @@ addGPX(map, '../tracks/turin_09122022.gpx', 'red') addGPX(map, '../tracks/biella_27122022.gpx', 'blue') +addGPX(map, '../tracks/la_fausto_coppi_2026_lungo.gpx', 'purple')