prashantchhabra89 / Alternate-Power-Source-Property-Mapper

A web application that puts the power into people's hands for finding sites for sustainable electricity generation.
http://power-planner.appspot.com/
Apache License 2.0
0 stars 1 forks source link

Inconsistency in wind data? and a small UI issue #77

Closed alexeyza closed 9 years ago

alexeyza commented 9 years ago

Issue 1:

If I move the map slightly there is a big difference in the data presented (the data is non-consistent). This is a screenshot of wind data at a specific location (near UVic):

screenshot from 2014-11-22 10 37 18

And when moving down just a bit I get this:

screenshot from 2014-11-22 10 37 27

Issue 2: The icons on the side overlap the new legend (I presume this happens only on certain resolutions).

maxentropic commented 9 years ago

Thanks for the bug report. Preliminary testing indicates I can fix issue 1 by expanding the sample of real data points for close zoom levels. For issue 2, I've added in some responsive css which seems to fix it nicely. I'll close this issue once the code is on github

maxentropic commented 9 years ago

Fixed in #76. Not yet pushed to live