I’m using Polymaps.js library for making maps.
It would be very useful to be able to observe zoom level changes on layers. I’m trying to keep a layer of points scaled by values in meters, so I need to recalculate the radii whenever the zoom level changes.
I’m using Polymaps.js library for making maps. It would be very useful to be
Share
I’m using the on “move” function, which I think is triggered on zooms, too. There may be on on “zoom” function, too. I think that there is.
For example: