TkinterMapView
TkinterMapView copied to clipboard
need to add marker when mouse click but zoom in out
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 ?
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>"