sequential segment requests (Async.js queue) instead of firing all at once,
fixes terminated requests when number of segments > maxthreads
This commit is contained in:
parent
7e0bda0f07
commit
9ec5985b2c
8 changed files with 2802 additions and 2 deletions
|
|
@ -79,6 +79,7 @@
|
|||
<!--<script src="http://d3js.org/d3.v3.min.js"></script>-->
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.4.1/d3.min.js"></script>
|
||||
<script src="bower_components/Leaflet.Elevation/src/L.Control.Elevation.js"></script>
|
||||
<script src="bower_components/async/lib/async.js"></script>
|
||||
|
||||
<script>
|
||||
// global package prefix for BRouter web application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue