Load Track from file and add as Route (#312)

This commit is contained in:
The Ripper 2020-06-19 18:19:42 +02:00 committed by GitHub
parent 007761b4b1
commit 0d6cd61b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 547 additions and 0 deletions

View file

@ -283,6 +283,8 @@
BR.tracksLoader(map, layersControl, routing);
BR.routeLoader(map, layersControl, routing,pois);
pois.addTo(map);
routingPathQuality.addTo(map);