Default interactions during buttondownfcn for geoaxes ???

4 vues (au cours des 30 derniers jours)
Kunal Khosla
Kunal Khosla le 11 Mai 2021
Réponse apportée : Jonas le 11 Juil 2022
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?

Réponses (1)

Jonas
Jonas le 11 Juil 2022
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

Catégories

En savoir plus sur Visual Exploration dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by