combining data (.csv/json) with topojson combining data (.csv/json) with topojson json json

combining data (.csv/json) with topojson


Thanks to this example http://bl.ocks.org/mbostock/5562380! managed to get what I'm after..here is solution..

topojson -e data.csv --id-property id_in_shapefile,id_in_datafile -p -o final.json -- shapefile.shp

it added the properties correctly..

Cheers