Immanuel
Immanuel
heh, wish it was just db types ... `"int() argument must be a string, a bytes-like object or a number, not 'NoneType'"` ... hmmmm
Good to know, thanks :) Maybe this should actually be a PR.
Upon further reading I'm pretty sure that there are many more assumptions that the data-table is called [cache-name]_[grid-name] instead of actually looking up the value in gpkg_contents. I.e. self.table_name is...
So I was poking around a bit and found the root cause: The calculation of the delta here: https://github.com/mapproxy/mapproxy/blob/master/mapproxy/grid.py#L956 As my extent is relatively small, this code results in (in...
Thb I don't see the point of this delta calculation to begin with. Even if a tile would only contain a tiny fraction of my map, I don't want my...
Cool. Great news. Created a PR (#22) I hope that works out alright.
Hello, has anything happened here?
I'd also like to get day/month/year functions, as that would allow to implement daylight saving properly (as that actually follows quite simple rules in most places). Also for other use...
There should also be a delay when fetching snapshot pages (i.e. get_all_snapshots_to_consider). This seems also to be affected by the rate-limiting.