Created
September 1, 2015 05:23
-
-
Save Ravenstine/44cec3abad5d35004d28 to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8'?> | |
<kml xmlns='http://www.opengis.net/kml/2.2'> | |
<Document> | |
<name>testmap1</name> | |
<description><![CDATA[]]></description> | |
<Folder> | |
<name>Untitled layer</name> | |
<Placemark> | |
<name>Point 1</name> | |
<styleUrl>#icon-503-DB4436-nodesc</styleUrl> | |
<ExtendedData> | |
</ExtendedData> | |
<Point> | |
<coordinates>-118.10302729999998,33.9251297,0.0</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark> | |
<name>Line 2</name> | |
<styleUrl>#line-000000-1-nodesc</styleUrl> | |
<ExtendedData> | |
</ExtendedData> | |
<LineString> | |
<tessellate>1</tessellate> | |
<coordinates>98.0859375,35.46067,0.0 49.5703125,47.9899217,0.0 -31.113281199999996,-68.3343759,0.0 -118.10302729999998,33.9251297,0.0 -117.94921870000002,36.7388841,0.0</coordinates> | |
</LineString> | |
</Placemark> | |
<Placemark> | |
<name>Line 3</name> | |
<styleUrl>#line-000000-1-nodesc</styleUrl> | |
<ExtendedData> | |
</ExtendedData> | |
<LineString> | |
<tessellate>1</tessellate> | |
<coordinates>131.8359375,66.372755,0.0 135.3515625,74.2119825,0.0</coordinates> | |
</LineString> | |
</Placemark> | |
</Folder> | |
<Style id='icon-503-DB4436-nodesc-normal'> | |
<IconStyle> | |
<color>ff3644DB</color> | |
<scale>1.1</scale> | |
<Icon> | |
<href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href> | |
</Icon> | |
<hotSpot x='16' y='31' xunits='pixels' yunits='insetPixels'> | |
</hotSpot> | |
</IconStyle> | |
<LabelStyle> | |
<scale>0.0</scale> | |
</LabelStyle> | |
<BalloonStyle> | |
<text><![CDATA[<h3>$[name]</h3>]]></text> | |
</BalloonStyle> | |
</Style> | |
<Style id='icon-503-DB4436-nodesc-highlight'> | |
<IconStyle> | |
<color>ff3644DB</color> | |
<scale>1.1</scale> | |
<Icon> | |
<href>http://www.gstatic.com/mapspro/images/stock/503-wht-blank_maps.png</href> | |
</Icon> | |
<hotSpot x='16' y='31' xunits='pixels' yunits='insetPixels'> | |
</hotSpot> | |
</IconStyle> | |
<LabelStyle> | |
<scale>1.1</scale> | |
</LabelStyle> | |
<BalloonStyle> | |
<text><![CDATA[<h3>$[name]</h3>]]></text> | |
</BalloonStyle> | |
</Style> | |
<StyleMap id='icon-503-DB4436-nodesc'> | |
<Pair> | |
<key>normal</key> | |
<styleUrl>#icon-503-DB4436-nodesc-normal</styleUrl> | |
</Pair> | |
<Pair> | |
<key>highlight</key> | |
<styleUrl>#icon-503-DB4436-nodesc-highlight</styleUrl> | |
</Pair> | |
</StyleMap> | |
<Style id='line-000000-1-nodesc-normal'> | |
<LineStyle> | |
<color>ff000000</color> | |
<width>1</width> | |
</LineStyle> | |
<BalloonStyle> | |
<text><![CDATA[<h3>$[name]</h3>]]></text> | |
</BalloonStyle> | |
</Style> | |
<Style id='line-000000-1-nodesc-highlight'> | |
<LineStyle> | |
<color>ff000000</color> | |
<width>2.0</width> | |
</LineStyle> | |
<BalloonStyle> | |
<text><![CDATA[<h3>$[name]</h3>]]></text> | |
</BalloonStyle> | |
</Style> | |
<StyleMap id='line-000000-1-nodesc'> | |
<Pair> | |
<key>normal</key> | |
<styleUrl>#line-000000-1-nodesc-normal</styleUrl> | |
</Pair> | |
<Pair> | |
<key>highlight</key> | |
<styleUrl>#line-000000-1-nodesc-highlight</styleUrl> | |
</Pair> | |
</StyleMap> | |
</Document> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment