Skip to content

Instantly share code, notes, and snippets.

@jayapal
Created August 13, 2014 09:03
Show Gist options
  • Save jayapal/b677c64e68ffccf0a1da to your computer and use it in GitHub Desktop.
Save jayapal/b677c64e68ffccf0a1da to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<?access-control allow="*"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<Style id="orWiki">
<LabelStyle>
<scale>0.8</scale>
</LabelStyle>
<IconStyle>
<scale>0.5</scale>
<Icon>
<href>http://wikimapia.org/img/ge_st.png</href>
</Icon>
</IconStyle>
<LineStyle>
<color>99ffff55</color>
<width>2</width>
</LineStyle>
</Style>
<Style id="orWikiOn">
<LabelStyle>
<scale>1</scale>
</LabelStyle>
<IconStyle>
<scale>0.8</scale>
<Icon>
<href>http://wikimapia.org/img/ge_st.png</href>
</Icon>
</IconStyle>
<LineStyle>
<color>d71a1aff</color>
<width>2</width>
</LineStyle>
</Style>
<StyleMap id="orWikiChoose">
<Pair>
<key>normal</key>
<styleUrl>#orWiki</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#orWikiOn</styleUrl>
</Pair>
</StyleMap>
<Folder>
<Placemark id="wm6077895"><name>Ajman Uptown</name><description>Ajman Uptown &lt;br/&gt;
&lt;a href="http://wikimapia.org/6077895/Ajman-Uptown#ge"&gt;View or update this place information at Wikimapia.&lt;/a&gt;</description><Region><LatLonAltBox><north>25.4230002</north><south>25.4148944</south><east>55.5964637</east><west>55.5889857</west></LatLonAltBox><Lod><minLodPixels>5</minLodPixels><maxLodPixels>800</maxLodPixels></Lod></Region><MultiGeometry><LineString><coordinates>55.5911529,25.4199576,0
55.5904555,25.4187027,0
55.5897045,25.4173073,0
55.5889857,25.4156308,0
55.5945003,25.4148944,0
55.595246,25.4193568,0
55.5951065,25.4193665,0
55.5950582,25.4195796,0
55.5953532,25.4208491,0
55.5964637,25.4230002,0
55.5953908,25.4227338,0
55.5941248,25.4220555,0
55.5931002,25.4214062,0
55.5918074,25.4204275,0
55.5911529,25.4199576,0</coordinates></LineString><Point><coordinates>55.5927247,25.4189473,0</coordinates></Point></MultiGeometry></Placemark></Folder>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment