<vertical_scale> Element

A <vertical_scale> element defines how much elevation is exaggerated when it is displayed in osgEarth. A vertical scale of 1.0 (the default) will display the original elevation values. Setting it higher will cause the elevation to be more pronounced.

This element has no attributes nor any sub-elements.

Example

<map name="MyMap" type="geocentric">
 
  ...
  
  <vertical_scale>2.0</vertical_scale>

</map>

back to element reference