gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.48k stars 774 forks source link

How can I add many ImageLayers with large data (600MB) to the map fast? #2620

Closed ZzWDlyy closed 1 week ago

ZzWDlyy commented 1 week ago

If I want to add many ImageLayers with large data (600MB) to the map, how can I make them load and render faster? Can I use osgearth_cache, and how do I use it in osgearth 3.5? please help me.

devil-darkside commented 1 week ago

https://docs.osgearth.org/en/latest/data.html

Building overviews will help you to load them faster.

plevy commented 1 week ago

Yes, overviews and then keep scrolling down on that page for tilesets. Overviews should help alot.

ZzWDlyy commented 1 week ago

Ok,I will try.thanks for your help.