TkinterMapView
TkinterMapView copied to clipboard
Offline Map Example in Readme
The link on the github page to the 'using offline map tiles' example is pointing to the wrong link. It exists in the folder and I looked there instead, just thought you should know.
edit: it's this one https://github.com/TomSchimansky/TkinterMapView/blob/main/examples/map_with%20offline_tiles.py
Thanks
@TomSchimansky Cool! Do you have happen to have any recommendations on optimizing performance with an offline tile database? I'm running this on a raspberry pi 3 and don't have too much processing power to spare with other processes running.
Do you mean the download performance or the performance while rendering the tiles form the database? The download is indeed very slow, but I don't really know how to speed it up, because im using multithreading already.
The link is not properly set: https://github.com/TomSchimansky/TkinterMapView/blob/main/examples/map_with_offline_tiles.py
fixed
I’m talking about reading from the database, sorry I wasn’t clear. It seems pretty quick now reading a tile set I downloaded, just wondering if you had any suggestions if I had a large number of other processes running simultaneously.
On Wed, Jul 6, 2022 at 2:02 PM Tom Schimansky @.***> wrote:
Do you mean the download performance or the performance while rendering the tiles form the database? The download is indeed very slow, but I don't really know how to speed it up, because im using multithreading already.
— Reply to this email directly, view it on GitHub https://github.com/TomSchimansky/TkinterMapView/issues/26#issuecomment-1176742662, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUU4DXOJGSR5MV2EFMWZDSLVSXX5VANCNFSM5ZX5S23A . You are receiving this because you authored the thread.Message ID: @.***>