TkinterMapView icon indicating copy to clipboard operation
TkinterMapView copied to clipboard

need to add marker when mouse click but zoom in out

Open yuanjifeng opened this issue 1 year ago • 2 comments

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 ?

yuanjifeng avatar Oct 17 '23 10:10 yuanjifeng

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>"

LorenzoMattia avatar Dec 21 '23 14:12 LorenzoMattia