How to show terrian height (buildings, mountains,etc...) in 3D Plot similar to Google Earth

5 visualizaciones (últimos 30 días)
I want to display object location information on a 3-D map (Similar to googe earth). I want to show the objects location lat/long & height above ground, and display it along with any buildings or mountains in the map area. I want the buidlings to show up as 3D structures not just an image of the building projected on the ground. Can this be done with the ampping toolbox or any other way? My app Designer code section is below that displays a circle at the location with the correct height but the terrian is just a flat map.
Thanks...
------CODE Snipet ---------
uif = app.Panel;
g = geoglobe(uif);
geoplot3(g,34.63,-85.38,300,'or','HeightReference','ellipsoid',"MarkerSize",10,"Color","red");

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by