adds gpx rte tag to maps
This commit is contained in:
@@ -243,7 +243,6 @@ https://github.com/iosphere/Leaflet.hotline/
|
||||
|
||||
for (i = 0, dataLength = this._data.length; i < dataLength; i++) {
|
||||
path = this._data[i];
|
||||
|
||||
for (j = 1, pathLength = path.length; j < pathLength; j++) {
|
||||
pointStart = path[j - 1];
|
||||
pointEnd = path[j];
|
||||
|
||||
Reference in New Issue
Block a user