Is it possible to get the instanced PagedLOD-maxRange of a Feature Tile? I want to print this value for specific tiles in a TiledFeatureSource:
std::vector<osgEarth::TileKey> intersecting_tile_keys;
getFeatureProfile()->getTilingProfile()->getIntersectingTiles(extent, lod, intersecting_tile_keys);
// find PagedLOD of this Tile and get the data or compute it
Thanks
Remo Eichenberger, Switzerland