Geoglobe is not showing
Show older comments
Hello, I am doing a school project and I am using the Mapping toolbox. Until now I had no problem with the geoglobe function, but today when I ran my code, the globe stopped displaying. When I run this basic code:
uif = uifigure;
g = geoglobe(uif);
This will happen:
do you have any idea how to fix this problem? I tried to reinstall the toolbox, but I have no clue what i can try next. Thanks!
do you have any idea how to fix this problem? I tried to reinstall the toolbox, but I have no clue what i can try next. Thanks!3 Comments
Mike Susedik
on 15 Nov 2023
I am having the same result. I installed the latest update and the globe has suddenly dissapeared. I have been having a lot more trouble with graphics with the new release of 2023b. I've tried just running any of the examples and the result is the same... I do not have a solution, but wanted to add to support your question. I think it is something in the data base of maps? As you rotate the plot, the stars or something rotates in the background like you can see through the globe. I don't know if htere is an oppacity setting that has defaulted wrong or just the plot can't reach the globe anymore... GL
Dyuman Joshi
on 15 Nov 2023
You should contact TMW technical support for this - Contact Support
Mike Susedik
on 17 Nov 2023
Edited: Mike Susedik
on 17 Nov 2023
I put in a ticket and they got back to me and say it's not happening to them. I pointed them to this threat. Hopefully they contact Cris below.
Accepted Answer
More Answers (2)
Angelo Yeo
on 21 Nov 2023
According to our development team, the issue is fixed by now. Please check if the issue persists with the simple script below.
uif = uifigure;
g = geoglobe(uif);
1 Comment
Mike Susedik
on 27 Nov 2023
works so far
Mike Susedik
on 17 Nov 2023
Edited: Mike Susedik
on 17 Nov 2023
0 votes
As a temp fix from ML support and it worked for me:
We are working on resolving this issue as soon as possible. You can still use the "geoglobe" function but you will need to set Terrain="none", such as:
hfig = uifigure;
g = geoglobe(hfig, Terrain="none")
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!