osgEarth 2.10.1 ImageLayer resolution. #2313
Unanswered
AnthonyDrow21
asked this question in
Support Q&A
Replies: 1 comment 1 reply
-
Hi. It is difficult to say what is wrong without knowing more about the data. Is this a single CARDG? Are you using a VRT? What's the gdalinfo output look like? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am working on updating a moving map display from osgEarth 2.7 to osgEarth 2.10.1 (I cannot upgrade to osgEarth 3 due to external factors). While I have had to make a few minor API changes, the overall code is relatively the same. I am using the GDALOptions to load a CADRG file into an imageLayer, but no matter how I configure the options I am unable to get the resolution of the image to look good. I have tried setting the minResolution, minLevel, tileSize, and other fields to try and upscale the resolution. I have attached an image detailing what I'm seeing and the code that configures the Image Layer options.
Is this a setting that would be configured in the MapOptions or ProfileOptions instead? Thank you for any assistance.
Beta Was this translation helpful? Give feedback.
All reactions