osgEarth comes with several sample earth files. It you look at the bottom of boston.earth, for example, there's an
externals section with several viewpoints. When you load this file in the osgearth_viewer, you can select each of those viewpoints and it will fly to that location, orientation, and range. So if you know where the patch should be, you could add it to an externals section.
<external>
<viewpoints>
<viewpoint name="Boston Overview" heading="24.261" height="0" lat="42.34425" long="-71.076262" pitch="-21.6" range="3450"/>
<viewpoint name="Boston Downtown 1" heading="117" lat="42.3568" long="-71.0585" height="0" pitch="-20.4" range="1500" />
<viewpoint name="Boston Downtown 2" heading="-128.5" lat="42.3582" long="-71.0546" height="0" pitch="-19" range="1620" />
<viewpoint name="Boston Street Level" heading="-145.64081" lat="42.364015" long="-71.054149" pitch="-9.701" range="144.95"/>
</viewpoints>
<sky driver="simple" hours="14.0"/>
</external>