TkinterMapView icon indicating copy to clipboard operation
TkinterMapView copied to clipboard

Offline Map Example in Readme

Open rbumga opened this issue 3 years ago • 3 comments

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

rbumga avatar Jun 24 '22 13:06 rbumga

Thanks

TomSchimansky avatar Jun 24 '22 16:06 TomSchimansky

@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.

rbumga avatar Jun 24 '22 17:06 rbumga

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.

TomSchimansky avatar Jul 06 '22 21:07 TomSchimansky

The link is not properly set: https://github.com/TomSchimansky/TkinterMapView/blob/main/examples/map_with_offline_tiles.py

jgoyao avatar Aug 25 '22 05:08 jgoyao

fixed

TomSchimansky avatar Aug 25 '22 18:08 TomSchimansky

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: @.***>

rbumga avatar Oct 11 '22 09:10 rbumga