All map features disapear after sooming in tight. #2946
Replies: 2 comments 3 replies
-
|
Can you share the file you are loading and an earth file that reproduces the issue? |
Beta Was this translation helpful? Give feedback.
-
|
Bruce I tried to make a local sample that reproduces your issue. I downloaded one of the county level NAIP files and made a similar map to what you have. The image itself is just fine and stay s on screen the whole time when I zoom in on it. The TiledFeatureModel is disappearing b/c the earth itself is getting more verts and more defined curvature when you zoom in. You can turn on wireframe by hitting 'w' and see it is still there. You can use a FeatureModel layer with terrain-drape if you'd like, I noticed that it doesn't work with TiledFeatureModel I'm not sure why your imagery is disappearing, can you show a video or point me to file you used on the NAIP website so I can download it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Working with version 3.8 on windows 10, using visual studio 2022.
when I load a MrSID NAIP file everything looks ok but when I zoom in all rasters and vectors disappear and only the blue background shows even though I am still a few throusand feet above ground.
I tested osgEarth_viewer with a simple.earth file that I added the MrSid image to and it did not have the same drop out.
After a few more tests I tried loading the original simple.earth file and used that as my base layer then added the other features and did not have the drop out.
I can work with this configuration but I do not understand what is happening. Is it a memory issue or some LOD defined in the earth file loader I do not have in my code?
Beta Was this translation helpful? Give feedback.
All reactions