ladybug-tools / epwmap

⛅️ map of available .epw weather files
http://ladybug-tools.github.io/epwmap/
MIT License
33 stars 18 forks source link

Make font size and circle size relative to zoom #3

Closed mostaphaRoudsari closed 9 years ago

mostaphaRoudsari commented 9 years ago

I have no idea how to do this one but should be possible. Except US and some locations in China that there are so many stations next to each other it is not really an issue.

mostaphaRoudsari commented 9 years ago

I think this should be all I need to add: http://www.jasondavies.com/poincare-disc/ http://www.jasondavies.com/poincare-disc/poincare-disc.js

mostaphaRoudsari commented 9 years ago

http://stackoverflow.com/questions/27460534/keep-d3-objects-size-constant-on-map-while-zoom-in-out http://eyeseast.github.io/visible-data/2013/08/26/responsive-d3/

mostaphaRoudsari commented 9 years ago

Maybe I should just use D3 + Google map so I can use all the search functionalists and zooming also works fine based on this example. http://bl.ocks.org/mbostock/899711

mostaphaRoudsari commented 9 years ago

:tada: