TomSchimansky/TkinterMapView

Add Circle with specific radius

Ulukbek1234 opened this issue · 1 comments

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.

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()