Skip to content

Instantly share code, notes, and snippets.

@fafnirical
fafnirical / README.md
Last active March 6, 2018 01:22 — forked from MaciejKus/README.md
d3 map with states and countries

A d3 world map which shows the states of Canada and the USA on zoom. Also has rotation, but only when scale is set to 1 (zoomed out).

I combined a world topo.json file with a states topo.json file using something like this:

node_modules/.bin/topojson --allow-empty -p name -o combined2.json -- data/countries.topo.json data/states_usa.topo.json
@fafnirical
fafnirical / justify-nav-links.css
Last active December 3, 2015 02:51 — forked from northk/justify-nav-links.css
Using text-align:justify and :after to display equally spaced, justified variable-width navigation links