yaph / d3-geomap

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

Zoom all groups in svg #18

Closed yaph closed 10 years ago

yaph commented 10 years ago

In https://github.com/yaph/d3-geomap/blob/master/src/coffee/geomap.coffee#L55 try:

geomap.properties.svg.selectAll('g')

to see of all groups are scaled. If it conflicts with legend or footer apply only on class zoom and set via accessor, which fixes https://github.com/yaph/d3-geomap/issues/16