tt0
Just testing d3.image.
See also the linear path tweening example.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aut.json: subunits.json places.json | |
topojson --id-property SU_A3 -p name=NAME -o aut.json subunits.json places.json | |
underscore -i aut.json print > aut.pp.json | |
subunits.json: ne_10m_admin_0_map_subunits.shp | |
rm subunits.json | |
ogr2ogr -f GeoJSON -where "adm0_a3 IN ('AUT')" -s_srs ne_10m_admin_0_map_subunits.prj -t_srs EPSG:4326 subunits.json ne_10m_admin_0_map_subunits.shp | |
touch samples.dbf | |
places.json: ne_10m_populated_places.shp |
Should be opened in its own window
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<meta charset="utf-8"> | |
<body> | |
<p> read from other gist | |
<!--script src="http://d3js.org/d3.v3.min.js"></script--> | |
<script src="https://rawgithub.com/ge045/d3/master/d3.js"></script> |
Readme