Turfjs / turf

A modular geospatial engine written in JavaScript and TypeScript
https://turfjs.org/
MIT License
9.3k stars 941 forks source link

Isobands commonProperites issue #831

Closed DenisCarriere closed 7 years ago

DenisCarriere commented 7 years ago

Just noticed the TurfJS website has errors related to @turf/isobands.

Uncaught TypeError: Cannot read property 'commonProperties' of undefined
    at Object.e.exports [as isobands] (turf.min.js:19)
    at turfjs.org/:9738
DenisCarriere commented 7 years ago

Seems like it got fixed locally via https://github.com/Turfjs/turf/commit/1663f077c075c8902dbeff4acf68b1c8e0151853 by @stebogit

We can close this issue whenever the website gets updated.

stebogit commented 7 years ago

This will be fixed when publishing the new release, I guess

DenisCarriere commented 7 years ago

👍 Should be fixed