I am trying to draw the map (with no data) and I am receiving two errors.
Unexpected token ILLEGAL (in D3 dependencies — not too worried about this)
geomap.properties.projection is not a function.
When I click on error in Chrome dev tools):
Geomap.draw @ d3.geomap.js:444
_a.call @ d3.v3.min.js:3
(anonymous function) @ app.js:5
I am trying to draw the map (with no data) and I am receiving two errors.
I am using the code from: http://d3-geomap.github.io/ just trying to get the basics.
Here is the repository: https://github.com/zreitano/h_campaign
This is my app.js file
This is my index.html file
Please let me know if I can help with any more information.