Problems displaying very large polygons #2294
Unanswered
JosephTRichardson
asked this question in
Support Q&A
Replies: 1 comment 2 replies
-
Are you able to provide the shapefile (shp/shx/dbf)? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we're developing a plugin for an osgEarth/SIMDIS SDK-based application. Our plugin is supposed to help users manage large geospatial datasets and pick out areas of interest to export. So, for example, they might want to look at a global dataset like DTED0. To style that area of coverage, we are merging together the coverage area of the dataset into a geometry and creating a polygon of it as an osgEarth Feature. But, two problems: one, the application gets really, really slow -- I'm not sure which layer of the application is having trouble handling that, whether osgEarth or something higher up. And two, it looks very weird and bad. We've tried several different methods of styling them, extrusion at various altitudes and draping -- and it just looks wrong.
With extrusion, the plane of the polygon seems to get stuck in the plane of the earth, and whole large portions of polygon disappear behind the land. It's not behind the land imagery layer: even if we remove the .earth file and have a blank earth, the polygon is lost somewhere underground. If we set it really high, that helps some, but creates its own problems. Examples:
With draping, it looks almost passably decent in North America, but creates strange artifacts. For the whole eastern hemisphere, it seems to just blow up. DTED0 doesn't cover the ocean and is not supposed to look like this.
Since we're dealing with several layers of application here -- osgEarth, SIMDIS SDK, and another plugin layer built on top of that -- it's possible that one of the other layers is causing issues. But it appears likely to me to be an issue with osgEarth styling. Do you have any advice on what to do about this, either how to improve performance or how to style it better?
Beta Was this translation helpful? Give feedback.
All reactions