PitchInteractiveInc / tilegrams

Make hexagonally tiled cartograms
http://pitchinteractiveinc.github.com/tilegrams
ISC License
214 stars 49 forks source link

Add international tilegrams for France and Germany #78

Closed jessihamel closed 7 years ago

jessihamel commented 7 years ago

• Adds a geography parameter to tilegram generation, which is associated with a basemap, a projection, at least one dataset, and a geoCodeToName file that associates topojson ids to a longer string. • Adds geography parameter to tilegram export, or defaults to 'United States' to support older tilegrams. • Adds default 1-to-1 tilegrams for France Departments and Germany constituencies. • Adds default population tilegram for France Regions. • Fixes bug that would strip data from exported tilegram if a region was omitted on the map. Data is now included in export with a null geography. • Adds names to custom CSV example to make it easier to generate custom tilegrams. • Displays full name of geo region when hovering over Metric or tilegram region. • Other small style and bug updates.

adamflorin commented 7 years ago

🙌