herry

Results 9 comments of herry

I provided the shapefile and also the kml [https://github.com/HerryJessica/test/archive/refs/heads/main.zip](url)

Version:osg 3.6 osgearth 2.10 Platform: android use Opengles 3.0 This problem has troubled me for a long time but I still can't solve it

That's ok @gwaldron https://github.com/HerryJessica/test.git

Thanks ! I also tried win64 and it works, so I suspect that Opengles is not fully supported

> osgEarth/GLUtils.cpp:821:5: error: ‘glGetTexImage’ was not declared in this scope I have the same problem as you, how did you solve it?

It doesn't seem to work in gles3 either, I try to use gles3 and comment out glGetTexImage but the earth can't be displayed when I run

If I want to request a resource again after the first request fails I have multiple ImageLayers but I only want to re-request the one that failed. What should I...

> GeoImage OnImageLayer::createImageImplementation(const TileKey& key, ProgressCallback* progress) const { osg::Image * img=requestImage(key); return GeoImage(img,key.getExtent()); } osg::Image* OnImageLayer::requestImage(const TileKey& key) { osg::Image * img=NULL; std::string location = _url; unsigned x,y,z; key.getTileXY(x,y);...

How can I ensure proper display in Blend2d? Does it support font reshaping? thanks