TomSchimansky / TkinterMapView

A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Circle with specific radius

Ulukbek1234 opened this issue · 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()