Creating map of Africa using d3.js and topoJSON
问题 i want to create map of Africa using d3.js and topoJSON. I have that datasource https://gist.githubusercontent.com/bricedev/3905007f1794b0cb0bcd/raw/ad5c995f6990f7c3c7fad5c6206bc6fd5462f1fb/africa.json That is my code. How i can get properties and create correct map? Please help me where is the error? <!DOCTYPE html> <html> <head> <meta name="description" content="D3byEX 12.15" /> <meta charset="utf-8"> </head> <body> <script src="http://d3js.org/d3.v3.min.js"></script> <script src="http:/