mapbox / mapbox-isochrone

Isochrone generator built atop the Mapbox Matrix API, with CONREC polygonization.
MIT License
119 stars 28 forks source link

reduce buffer radius #12

Closed peterqliu closed 6 years ago

peterqliu commented 6 years ago

Reduces the cells to buffer around each new point from 12 to 4 -- from testing, this reduces the request quantity by about 30%, and element quantity by 50%, which should help alleviate users experiencing rate limit issues.

Also put in plumbing for adjustable radii depending on the amount of time left, though for now the 4 is hardcoded.