All examples By author By category About

VioletVivirand

The Map of Kaohsiung, Taiwan: http://bl.ocks.org/violetvivirand/f39da85441b08e218422587d88cf86ae

The Map of Kaohsiung, Taiwan

Built with blockbuilder.org

This is my first D3 Block, and I'm still working on it, try hard to learn. :)

How to make the TopoJSON file of Kaohsiung

Download from here, extract them, and use the commands below:

$ ogr2ogr -f GeoJSON -where "C_Name IN ('高雄市')" municipality.json County_MOI_1041215.shp
$ ogr2ogr -f GeoJSON -where "C_Name IN ('高雄市')" town.json Town_MOI_1041215.shp
$ topojson -o kh.json --id-property OBJECTID --properties name=NAME --shapefile-encoding big5 municipality.json town.json