geoaxes inside uicontainer pan/zoom not working

2 次查看(过去 30 天)
Hi
As mentioned above, I am trying to put a geoaxes inside of uicontainer inside of an app that I am making.
But the pan/zoom interaction does not seem to work, is this not possible? I have tried with:
gx = geoaxes(LiveMapPanel,'Basemap','satellite');
gx.Toolbar.Visible = 'on';
gx.Interactions = panInteraction;
Toolbox works but only toolbar works, but this is less then ideal as I can only zoom in and out.
Also I have read that webmap is not possible to put outside of the tab that opens, is this true?
Thank you in advance!
Kind regards

采纳的回答

Tim Johns
Tim Johns 2020-11-24
Hi Johan,
I just tried this in R2020b and it worked fine for me. What MATLAB version are you using?
LiveMapPanel = uipanel()
gx = geoaxes(LiveMapPanel,'Basemap','satellite');
gx.Toolbar.Visible = 'on';
gx.Interactions = panInteraction;

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by