scotthmurray / d3-book

Code examples for “Interactive Data Visualization for the Web”
http://d3book.com
Other
2.4k stars 1.79k forks source link

Chapter 12 bug #5

Closed vdclouis closed 10 years ago

vdclouis commented 10 years ago

For some unclear reason the GeoJSON is not being showed properly using the latest d3js version (a black rectangle is shown)

scotthmurray commented 10 years ago

Yes, this has to do with changes in later versions of D3, which are pickier about the quality of the GeoJSON used. I'll correct this shortly. (In the meantime, try this example with the version of D3 included here.)

theroller commented 10 years ago

Works fine now. Thanks.