jerome077 / gpsvp

Automatically exported from code.google.com/p/gpsvp
5 stars 2 forks source link

Mass tiles download optimization #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If four tiles at last downloaded level (merged and halved down) give
(almost or exactly) the same tile that is above then don't save them to
cache. Then apply this to the less detailed level.
This will be useful for:
- wide areas with no details (water, forests, empty space, etc.)
- roads with no details aside.

Can as well be implemented as a "Cache maintenance" routine.

Original issue reported on code.google.com by vlysen...@gmail.com on 12 Jan 2010 at 4:17