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:
parent
fa59a44a5e
commit
5ad12a7c68
4 changed files with 98 additions and 35 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue