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:
parent
029bdad4ff
commit
936e5732b2
8 changed files with 134 additions and 5 deletions
|
|
@ -271,6 +271,8 @@
|
|||
BR.stravaSegments(map, layersControl);
|
||||
}
|
||||
|
||||
BR.tracksLoader(map, layersControl);
|
||||
|
||||
map.addControl(
|
||||
new BR.OpacitySliderControl({
|
||||
id: 'route',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue