https://github.com/DataNeel/d3js_trade_routes
Very new to js and d3, so I appreciate the help.
I wrote this code locally using sublime text, and immediately had problems loading it in Chrome. Loading it in chrome shows a grid for my map, but it doesn't show the countries. It worked in Safari, however, so I continued to learn d3.js while previewing the file in safari.
When I upload the file to github and download/extract the files locally, the file no longer works in chrome. I ran "diff -rq folder1 folder2" on the original and the downloaded versions, and no difference was found.
Anybody have any idea what is going on?