Select to view content in your preferred language

Calculate height info

422
3
08-13-2022 07:23 AM
AydinUluc
New Contributor II

Hi,

 

We are building a 2D platform where we connected our 2d platform to Unreal using MQTT so we can send locations of the IoT icons and also data over to Unreal. Because it is all geolocated we decided to use ArcGIS for this. If we disable default elevation everything looks great.  

icons.jpg

Once we enable default elevation we get this. Is there a way to calculate the height between the 2 settings? Or how to approach this?

icons_elevation_data.jpg

 

Thanks.

0 Kudos
3 Replies
AydinUluc
New Contributor II

We solved this another way by getting the latitude info from Open-Elevation API and sending this to Unreal and use this as a starting point.

0 Kudos
Matt_Nelson
Esri Contributor

That is a great solution to this problem. 

We will be coming out with our own solution to this in the next release, but another approach you can use, is found in our samples repo https://github.com/Esri/arcgis-maps-sdk-unreal-engine-samples where we do a raycast to find the surface.

0 Kudos
AydinUluc
New Contributor II

Hi Matt,

 

That would be great so you are not dependant with other external solutions too. We will defenitively check the link.

0 Kudos