Refactor common track loading parts (#312)

- common track style
- TracksLoader now also adds points as POIs
- RouteLoaderConverter does not add route points as POI
This commit is contained in:
Norbert Renner 2020-06-25 17:15:09 +02:00
parent fa59a44a5e
commit 5ad12a7c68
4 changed files with 98 additions and 35 deletions

View file

@ -312,7 +312,7 @@
BR.stravaSegments(map, layersControl);
}
BR.tracksLoader(map, layersControl, routing);
BR.tracksLoader(map, layersControl, routing, pois);
BR.routeLoader(map, layersControl, routing, pois);