edouard-lopez / ECV-IJBA

ECV-IJBA is dataviz project with students from the ECV and IJBA shcools.
http://edouard-lopez.com/demo/ecv-ijba/
MIT License
3 stars 3 forks source link

Chrome throw Uncaught TypeError: Cannot read property 'centroid' of undefined #3

Closed edouard-lopez closed 10 years ago

edouard-lopez commented 10 years ago

Error can happen in Firefox too, but doesn't seem to bother it.

It comes from map-app.js:215

edouard-lopez commented 10 years ago

solved by issue 1af8733a7816dc455bc61c7d8537d47cbfb59371, using es6-promise polyfill. Thanks to @Davidbruant!