All examples By author By category About

espinielli

D3.js Boetti

Boetti's map using D3

ToDo's:

Due to their peculiar bounding boxes (see Jason Davies nice visualization) some countries need special treatment

For these special cases we could:

  1. use a topojson file for the parts we are interested and replot mapping the relevant flag.
    For USA: Alaska and Continental USA.
    For France: Metropolitan France (i.e. includes Corsica) and Guiana
  2. add an entry for Kosovo (special iso code and flag entry)

Inspired by [rveciana]](/rveciana/)'s block 'Flag map with D3js - SVG'