I want to revive one of my old projects. The old environment was VS2010 and I want to upgrade it to VS2015. In VS2010 I used to cache image and elevation data with osgearth_cache.exe (I don't remember where it's came from). It was very useful tool for offline setup configuration. The problem that now all my attempts to find this utility in new osgearth github packages was in vain, it just not there. Any ideas ? what Im missing ?
osgearth_packagecan be used to download map data for later offline use.It can be found in
src/applications/osgearth_packageThis is a better solution than using
osgearth_cachein my experience.osgearth_cachecan be found insrc/applications/osgearth_seedThis is based on osgearth 2.10. Latest 3.0 I believe also has these tools.