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:
Norbert Renner 2014-08-20 12:34:27 +02:00
parent 7e0bda0f07
commit 9ec5985b2c
8 changed files with 2802 additions and 2 deletions

4
.gitignore vendored
View file

@ -3,5 +3,9 @@ bower_components/leaflet-routing/examples/
bower_components/Leaflet.Elevation/*
!bower_components/Leaflet.Elevation/dist/
!bower_components/Leaflet.Elevation/src/
bower_components/async/*
!bower_components/async/lib/
!bower_components/async/README.md
!bower_components/async/LICENSE
nbproject/
.idea/