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

Chunk the queries when a subset of the heatmap query has known data #45

Open maxentropic opened 9 years ago

maxentropic commented 9 years ago

e.g. when zooming out, the data in the middle of the screen is known

The cache should be checked for partial knowledge, and when it is present, queries for more data could be made in never more than four chunks.

Time estimate: 4 hours