Topic: Map with elevation and LODs like Google Earth

I was wondering if you can achieve an experience similar to Google Earth or Cesium with Online Maps? I mean a very large terrain with different LOD levels for the elevation and the tile textures depending on the distance from the camera. All data should be streamed, e.g. Google Maps satellite tiles + Bing maps elevation.

Idea: If it doesn't come out of the box it might work by manually combining several Tile Maps with different sizes / resolutions.

Thanks for any help,
Michael

Re: Map with elevation and LODs like Google Earth

Hi.

I think you're looking for something like this:
https://forum.infinity-code.com/viewtopic.php?id=808

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Map with elevation and LODs like Google Earth

To me that only looks like a shader that blends towards the horizon with a limited range of vision. Google Earth uses high-res textures and elevation data for terrain that's closer to the camera, and low-res for distant areas. Does Online Maps have such a feature?

Re: Map with elevation and LODs like Google Earth

This script works to load and display far areas in low resolution.
Near areas are already shown by the map in high resolution.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.