TomSchimansky / TkinterMapView

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

need to add marker when mouse click but zoom in out #115

Open yuanjifeng opened 1 year ago

yuanjifeng commented 1 year ago

I have a need to add markers to the map when I click the left mouse button, but when I click on the upper left corner to zoom in or out, it also add markers, how can I avoid it ?

LorenzoMattia commented 11 months ago

Hi @yuanjifeng, can't you use a different event to trigger the addition of new markers? For instance using right click or a combination like

"<Shift-Button-1>"

FaridAlmaulaui1 commented 3 weeks ago

hello, any solution for this this issue is still prevalent