brouter-web/js/plugin
Norbert Renner bacf60a3ba Optimize setWaypoints performance (#312)
Loading a track as route with lots of waypoints (simplify tolerance of 0) caused a long pause before even handling the first route request.

This seems to be caused by a repaint for every added marker/layer. Adding them all at once in FeatureGroup.addTo(map) helps (although still added in a loop).
2020-07-01 10:35:50 +02:00
..
Bing.js Add prettier and reformat code 2019-05-17 20:55:39 +02:00
Elevation.js Add shortcut to toggle elevation chart 2020-06-14 18:00:00 +00:00
leaflet-distance-marker.js Improve distance markers a bit (#243) 2019-12-13 12:44:24 +01:00
leaflet-fullHash.js Exclude loaded tracks from URL hash 2020-06-03 20:24:17 +02:00
NogoAreas.js Add shortcut to create no-go areas 2020-06-04 18:00:00 +00:00
POIMarkers.js Combine and reuse translations for keyboard shortcuts 2020-06-21 18:00:00 +00:00
RouteLoaderConverter.js Refactor common track loading parts (#312) 2020-06-25 17:15:09 +02:00
Routing.js Optimize setWaypoints performance (#312) 2020-07-01 10:35:50 +02:00
RoutingPathQuality.js Combine and reuse translations for keyboard shortcuts 2020-06-21 18:00:00 +00:00
Search.js Add shortcut for geocoder search field 2020-06-02 18:00:00 +00:00
Sidebar.js Switch to next tab with Shift+T shortcut even if tab is currently closed 2020-06-20 18:00:00 +00:00
stravaSegments.js Combine and reuse translations for keyboard shortcuts 2020-06-21 18:00:00 +00:00
TracksLoader.js Refactor common track loading parts (#312) 2020-06-25 17:15:09 +02:00