brouter-web/js
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
..
control Don't update TrackAnalysis when tab is hidden 2020-06-30 21:35:51 +02:00
plugin Optimize setWaypoints performance (#312) 2020-07-01 10:35:50 +02:00
router Fix Custom option not disabled when URL with profile 2019-11-29 15:45:31 +01:00
util Refactor common track loading parts (#312) 2020-06-25 17:15:09 +02:00
Browser.js Increase prettier maxwidth to 120 2019-08-10 19:36:36 +02:00
index.js Refactor common track loading parts (#312) 2020-06-25 17:15:09 +02:00
LayersConfig.js Fix "Layer not found: route-quality" error msg (ignore built-in layers) 2020-01-08 19:13:15 +01:00
Map.js Combine and reuse translations for keyboard shortcuts 2020-06-21 18:00:00 +00:00
Util.js Prevent more accidental shortcut triggers 2020-05-28 18:00:00 +00:00