Created
August 13, 2014 09:03
-
-
Save jayapal/b677c64e68ffccf0a1da to your computer and use it in GitHub Desktop.
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"?> | |
<?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 <br/> | |
<a href="http://wikimapia.org/6077895/Ajman-Uptown#ge">View or update this place information at Wikimapia.</a></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