mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
49 lines
1.4 KiB
XML
49 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<Document>
|
|
<name>LowResolution.kml</name>
|
|
<StyleMap id="m_ylw-pushpin">
|
|
<Pair>
|
|
<key>normal</key>
|
|
<styleUrl>#s_ylw-pushpin</styleUrl>
|
|
</Pair>
|
|
<Pair>
|
|
<key>highlight</key>
|
|
<styleUrl>#s_ylw-pushpin_hl</styleUrl>
|
|
</Pair>
|
|
</StyleMap>
|
|
<Style id="s_ylw-pushpin">
|
|
<IconStyle>
|
|
<scale>1.1</scale>
|
|
<Icon>
|
|
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
|
|
</Icon>
|
|
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
|
|
</IconStyle>
|
|
</Style>
|
|
<Style id="s_ylw-pushpin_hl">
|
|
<IconStyle>
|
|
<scale>1.3</scale>
|
|
<Icon>
|
|
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
|
|
</Icon>
|
|
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
|
|
</IconStyle>
|
|
</Style>
|
|
<Placemark>
|
|
<name>Untitled Polygon</name>
|
|
<styleUrl>#m_ylw-pushpin</styleUrl>
|
|
<Polygon>
|
|
<tessellate>1</tessellate>
|
|
<outerBoundaryIs>
|
|
<LinearRing>
|
|
<coordinates>
|
|
36.39481280710839,34.53819230857288,0 37.1796694816022,34.53262792655826,0 37.16621384783188,34.96261757019548,0 36.40060390213443,34.96928234867986,0 36.39481280710839,34.53819230857288,0
|
|
</coordinates>
|
|
</LinearRing>
|
|
</outerBoundaryIs>
|
|
</Polygon>
|
|
</Placemark>
|
|
</Document>
|
|
</kml>
|