Commit Graph

6 Commits

Author SHA1 Message Date
7c18f4442b async tile fetcher
we use cqueues, which is the async framework that lua-http is built
on. we integrate it into the glib event loop rather hackily by calling
the cqueues event stepper ever 20ms from a glib timeout function

overpass has very low rate limits so we handle a 429 response by
sleeping for a random length of time and retrying. This is, also,
a bit of a hack
2025-06-03 22:18:05 +01:00
ab4e4857f3 fetch enough tiles to cover the display 2025-06-03 22:18:01 +01:00
ab8ca0d032 update with TODO list 2025-05-27 17:31:35 +01:00
d12cb03a4e clean up README (a bit) 2024-07-22 15:44:55 +01:00
2932649a51 don't growsf on boot, it seems to cause corruption 2024-02-19 19:57:03 +00:00
fd0be0908f first commit, should have done this a day ago 2024-02-18 21:58:03 +00:00