mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-08 20:52:26 +08:00
53 lines
1.3 KiB
XML
53 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kml xmlns="http://earth.google.com/kml/2.1">
|
|
<Document>
|
|
<name>sample.kml</name>
|
|
<StyleMap id="msn_ylw-pushpin_copy1">
|
|
<Pair>
|
|
<key>normal</key>
|
|
<styleUrl>#sn_ylw-pushpin_copy1</styleUrl>
|
|
</Pair>
|
|
<Pair>
|
|
<key>highlight</key>
|
|
<styleUrl>#sh_ylw-pushpin_copy1</styleUrl>
|
|
</Pair>
|
|
</StyleMap>
|
|
<Style id="sn_ylw-pushpin_copy1">
|
|
<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>
|
|
<LineStyle>
|
|
<color>ff0000ff</color>
|
|
<width>2</width>
|
|
</LineStyle>
|
|
</Style>
|
|
<Style id="sh_ylw-pushpin_copy1">
|
|
<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>
|
|
<LineStyle>
|
|
<color>ff0000ff</color>
|
|
<width>2</width>
|
|
</LineStyle>
|
|
</Style>
|
|
<Placemark>
|
|
<name>Sample</name>
|
|
<styleUrl>#msn_ylw-pushpin_copy1</styleUrl>
|
|
<LineString>
|
|
<tessellate>1</tessellate>
|
|
<altitudeMode>absolute</altitudeMode>
|
|
<coordinates>
|
|
1.272986896861127,43.46224243800837,100 1.272531841178782,43.46278367767399,100 1.273918526856052,43.4623202791237,100 </coordinates>
|
|
</LineString>
|
|
</Placemark>
|
|
</Document>
|
|
</kml>
|