Schema Central > KML 2.2 > ogckml22.xsd > kml:GroundOverlay
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

kml:GroundOverlay

Element information

Namespace: http://www.opengis.net/kml/2.2

Schema document: ogckml22.xsd

Type: kml:GroundOverlayType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group kml:idAttributes
targetId [0..1]xsd:NCNamefrom group kml:idAttributes

Used in

Substitution hierarchy

Sample instance

<GroundOverlay>
   <name>Large-scale overlay on terrain</name>
   <visibility>0</visibility>
   <description>Overlay shows Mount Etna erupting on July 13th, 2001.</description>
   <LookAt>
      <longitude>15.02468937557116</longitude>
      <latitude>37.67395167941667</latitude>
      <altitude>0</altitude>
      <heading>-16.5581842842829</heading>
      <tilt>58.31228652890705</tilt>
      <range>30350.36838438907</range>
   </LookAt>
   <Icon>
      <href>http://developers.google.com/kml/documentation/images/etna.jpg</href>
   </Icon>
   <LatLonBox>
      <north>37.91904192681665</north>
      <south>37.46543388598137</south>
      <east>15.35832653742206</east>
      <west>14.60128369746704</west>
      <rotation>-0.1556640799496235</rotation>
   </LatLonBox>
</GroundOverlay>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com