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

Add Circle with specific radius #118

Open Ulukbek1234 opened 9 months ago

Ulukbek1234 commented 9 months ago

Hi Tom, i really like this project and this is perfect for my situation. However i noticed that one thing is missing. It would be nice if its possible to add circle at a specific location with a defined radius.

LorenzoMattia commented 8 months ago

Hi @Ulukbek1234 , you can try using the create_oval method of the map canvas passing to it the coordinates where to draw it, like:

self.canvas.create_oval()