
GeodeticGraticule* graticule = new GeodeticGraticule();
mapNode->getMap()->addLayer(graticule);
osgEarth::TerrainEngineNode* p = mapNode->getTerrainEngine();
osgEarth::GeoTransform* pGeo = new osgEarth::GeoTransform();
pGeo->addChild()//add oblique photography Node from file
p->addChild(pGeo);