mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
21 lines
845 B
XML
21 lines
845 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kml xmlns="http://www.opengis.net/kml/2.2">
|
|
<Folder>
|
|
<name>Ground Overlays</name>
|
|
<description>Examples of ground overlays</description>
|
|
<GroundOverlay>
|
|
<name>Large-scale overlay on terrain</name>
|
|
<description>Overlay shows Mount Etna erupting on July 13th, 2001.</description>
|
|
<Icon>
|
|
<href>https://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>
|
|
</Folder>
|
|
</kml> |