Default interactions during buttondownfcn for geoaxes ???

조회 수: 4 (최근 30일)
Kunal Khosla
Kunal Khosla 2021년 5월 11일
답변: Jonas 2022년 7월 11일
I am working on a idea to plot some points on a geographic axis with the help of a buttondwnfcn callback. But all the map interactions like pan, zooming don't seem to work as they were working without a callback. Is the interaction disabled while use the button-down fcn?

답변 (1개)

Jonas
Jonas 2022년 7월 11일
yes, the defaultInteraction is disabled when you set a window function like the buttondwnfcn. However, it is reenabled if the callback is removed.
Until now, i did not find a solution to have defaultInteraction if a figure window callback is set

카테고리

Help CenterFile Exchange에서 Visual Exploration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by