Tom Schimansky
Tom Schimansky
It looks like the loop is still running but parts of the PhotoImage class don't exist anymore when the program gets closed. Like if they are garbage collected earlier than...
Hi, so you want text to be displayed on the polygon if I understood that right? There is currently no option to add a label to a polygon. The reason...
Can you post a full example? I have never used async with tkinter and I don't know what you are doing...
Which tile server is not working for you? For the ones that are not free to use, I don't know how the registration works, I think that depends on the...
This is my code of getting the tile image from the url: ```python url = self.tile_server.replace("{x}", str(x)).replace("{y}", str(y)).replace("{z}", str(zoom)) image = Image.open(requests.get(url, stream=True).raw) ``` `tkintermapview/map_widget.py line 419` You can download...
And how do I get a legend from a specific tile server? Do all tile servers provide a legend?
I will look into this, the two tile servers that don't work seem to be out of order I think.
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...