jantman / gw2copilot

A Python-based GuildWars2 helper tool
GNU Affero General Public License v3.0
4 stars 1 forks source link

Pre-cache map tiles #3

Open jantman opened 8 years ago

jantman commented 8 years ago

It takes a lot of time to cache map tiles. See if we can either get them all before Twisted starts, or else use Twisted deferred HTTP gets to cache them asynchronously once Twisted starts. Of course, this would require figuring out all the tiles we need...

Google Maps API article about tiles

Possiblilities: