TkinterMapView icon indicating copy to clipboard operation
TkinterMapView copied to clipboard

Add Circle with specific radius

Open Ulukbek1234 opened this issue 1 year ago • 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.

Ulukbek1234 avatar Dec 19 '23 16:12 Ulukbek1234

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

LorenzoMattia avatar Dec 21 '23 14:12 LorenzoMattia