openelections / openelections.github.io

Entry point into Openelections project status and data
MIT License
12 stars 11 forks source link

Fix the map #56

Closed ghing closed 7 years ago

ghing commented 7 years ago

The map wasn't rendering on initial page load. I realized that the same variable name path was being used for both the d3 path generator and the d3 selector for path SVG elements. It seems like it should have worked, but it's sloppy coding to use the same variable name anyway.

dwillis commented 7 years ago

Sloppiness managed.