Designing Beautiful Maps with D3.js
Michael Bowman
Applied Information Sciences
Dayton Data Visualization Group
http://github.com/bowmanmc/designing_maps
@webslingerm
What is D3.js?
- Data Driven Documents
- Toolkit for building interactive visualizations with SVG
Ok, why SVG?
- W3C Standard
- Wide Browser Support
- Human Readable (...ahem)
- Developer Tools
Why is it good for making maps?
Design!
- No Defaults
- Colors
- Projections
- Interactivity
Alright, You've convinced me.
Let's see some code.