Geoglobe is not showing
    12 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Vojtech
 el 14 de Nov. de 2023
  
    
    
    
    
    Comentada: leka0024
 el 19 de Dic. de 2023
            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!
 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 comentarios
  Dyuman Joshi
      
      
 el 15 de Nov. de 2023
				You should contact TMW technical support for this - Contact Support
  Mike Susedik
 el 17 de Nov. de 2023
				
      Editada: Mike Susedik
 el 17 de Nov. de 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. 
Respuesta aceptada
  Cris LaPierre
    
      
 el 17 de Nov. de 2023
        MathWorks is aware of a server issue and is working to resolve it.
4 comentarios
  Walter Roberson
      
      
 el 18 de Dic. de 2023
				uifigure() are based on HTML, and can have components that are based around HTML.
"Traditional" figures are based around java and cannot have components that are based around HTML (except for individual HTML 1.1 containers such as uicontrol buttons.)
geoglobe uses HTML.
  leka0024
 el 19 de Dic. de 2023
				Más respuestas (2)
  Angelo Yeo
    
 el 21 de Nov. de 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);
  Mike Susedik
 el 17 de Nov. de 2023
        
      Editada: Mike Susedik
 el 17 de Nov. de 2023
  
      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") 
0 comentarios
Ver también
Categorías
				Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!






