when i add a tiff without srs,the tiff has become blurred #2027
Unanswered
csuxing
asked this question in
Support Q&A
Replies: 1 comment 3 replies
-
It is hard to answer this question without knowing what you see and what you expect to see. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this is my code:
osgEarth::Drivers::FileSystemCacheOptions filecapoptions;
filecapoptions.rootPath() = "D:\OEcache";
osgEarth::Map::Options configue;
configue.cache() = filecapoptions;
configue.cachePolicy() = osgEarth::CachePolicy::USAGE_READ_WRITE;
Beta Was this translation helpful? Give feedback.
All reactions