I am trying to fetch height and color images for sections of the Earth from ArcGIS or another online database. I want to basically make Google Earth in full 3D. It is important that the image data be available at different LODs so I can display the Earth from any altitude, all the way out to space. I am using C++ with LibCurl, so anything that uses a REST API is good.
I am having a lot of trouble finding the specific information that I need to get started. Does anyone have experience with this system, who can show me the way? Thank you.