From charlesreid1

Revision as of 00:37, 18 February 2018 by Admin (talk | contribs) (Created page with "Planning out some simple map visualizations using Leaflet, build on those. ==Why maps?== The main point of these map visualizations is to learn Leaflet, D3, and Javascript....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Planning out some simple map visualizations using Leaflet, build on those.

Why maps?

The main point of these map visualizations is to learn Leaflet, D3, and Javascript. The advantages of using maps:

  • no lack of interesting data sets
  • data sets get very large very fast, so provides motivation for learning to bundle data, deal with "promises" etc.
  • maps are mainly interesting when linked to another component, so focus on learning to link pieces