yaph / d3-geomap

A library for creating geographical maps based on D3.js
https://d3-geomap.github.io/
MIT License
132 stars 45 forks source link

d3.geomap 2.0.0alpha: "this is null" in choropleth.draw in FireFox and iOS #41

Closed yaph closed 7 years ago

yaph commented 7 years ago

The super call fails since this is not defined and nothing gets drawn.

yaph commented 7 years ago

FireFox works after changes to draw method and its calls, but iOS still doesn't work.

yaph commented 7 years ago

Works with map.draw(selection) API change. Created #42 for unresolved iOS bug(s).