Implementation of Track loading

Use leaflet-filelayer to load kml, gpx, geojson, json tracks and display them as new Overlay layer.
This commit is contained in:
Unknown 2019-09-17 12:20:24 +02:00
parent 029bdad4ff
commit 936e5732b2
8 changed files with 134 additions and 5 deletions

View file

@ -271,6 +271,8 @@
BR.stravaSegments(map, layersControl);
}
BR.tracksLoader(map, layersControl);
map.addControl(
new BR.OpacitySliderControl({
id: 'route',