d3.js - D3 convert geojson to topojson syntax -


i following syntax convert geojson topojson described here

https://github.com/mbostock/topojson/wiki/command-line-reference

i want make sure properties on generated topojson file can access info later on in code. problem none of getting generated topojson code. missing?

topojson -o zone1994topojson.json -p w6id,w_name,ease_wored,ease_z4id,ease_zonen,region_nam,region_r2i,area_km 2,lat_hi,long_hi,lat_low,long_low zone1994.json 


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -