TomSchimansky / TkinterMapView

A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.
Creative Commons Zero v1.0 Universal
596 stars 88 forks source link

Icon change #82

Open NRTabq opened 1 year ago

NRTabq commented 1 year ago

When changing the icon of a marker using marker.icon = new_icon, the original icon gets stuck in the center of the screen.

image