Tom Schimansky

Results 224 comments of Tom Schimansky

Hi, looks good, I think I will add this to the repository and host it with GitHub pages then. But at the moment I have other things to do, so...

I think I will stick with the documentation in the Github wiki tab for now, but feel free to extend your documentation too...

Thanks for mentioning this, I think this would be more of a separate component. I will think about adding this somehow in the future.

The following functions are currently available like this: ```python from tkintermapview import convert_coordinates_to_address, convert_coordinates_to_country, convert_coordinates_to_city from tkintermapview import convert_address_to_coordinates from tkintermapview import decimal_to_osm, osm_to_decimal # previously deg2num, num2deg ```

You can change the color of a path by passing a `color`attribute to .set_path(). Changing the width is currently not supported, but maybe I will implement this in the future.

That's a good idea, I will try to implement different shapes in the next time.

Yeah, it looks like there is a thread running where PhotoImage objects are created even after the window is closed. I will try to catch these errors or stop the...

The error should be resolved now with version 1.6, if you experience it again, just mention it here...

Can you post your code or a smaller example where the error appears?

Which operating system are you working on?