mapbox / mapbox-isochrone

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

Conrec License #7

Closed henningko closed 6 years ago

henningko commented 6 years ago

Awesome plugin, but looking through the code we realized that conrec.js is not published under an MIT license, and is based on implementations that are fairly restrictive in their terms (see https://github.com/mapbox/mapbox-isochrone/blob/master/lib/conrec.js).

If we are only interested in distinct polygons for specific drive times, is there a way to do it without relying on Conrec?

peterqliu commented 6 years ago

@henningko thanks for the heads up! Definitely open to using another library-- I see that D3 has a contouring method that polygonizes in a similar manner.

henningko commented 6 years ago

Actually reached out to the authors of CONREC, and they assured it was ok to use. Maybe I can direct them here to clarify for everyone :-)

henningko commented 6 years ago

See: https://github.com/nyue/conrec

for Nicholas Yue's C implementation.