Skip to content

Instantly share code, notes, and snippets.

@robcowie
Created April 4, 2011 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robcowie/902170 to your computer and use it in GitHub Desktop.
Save robcowie/902170 to your computer and use it in GitHub Desktop.
Route of The Greenway, London
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<name>Greenway.kml</name>
<Style id="sh_ylw-pushpin">
<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>
<StyleMap id="msn_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin</styleUrl>
</Pair>
</StyleMap>
<Style id="sn_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="transPurpleLineGreenPoly">
<LineStyle>
<color>7fff00ff</color>
<width>4</width>
</LineStyle>
<PolyStyle>
<color>7f00ff00</color>
</PolyStyle>
</Style>
<Placemark>
<name>Greenway</name>
<styleUrl>#msn_ylw-pushpin</styleUrl>
<LookAt>
<longitude>-0.02413057663470397</longitude>
<latitude>51.53752323603551</latitude>
<altitude>0</altitude>
<range>2889.145007690472</range>
<tilt>62.04855796276328</tilt>
<heading>103.8120432044965</heading>
</LookAt>
<styleUrl>#transPurpleLineGreenPoly</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
-0.02413057663470397,51.53752323603551,0
-0.02191880592617679,51.53684204000638,0
-0.02052767421172064,51.5366153561806,0
-0.01891009980013791,51.53640869505825,0
-0.01840041082408561,51.53638380479729,0
-0.01790272662513814,51.5362638122115,0
-0.01740504974210921,51.53614381817238,0
-0.01700130852147197,51.5360922012622,0
-0.01224381411810782,51.53518991477036,0
-0.007976603153949213,51.53447088939699,0
-0.007328188245736555,51.53431172592534,0
-0.005914343777561725,51.53376365489065,0
-0.001848474363569608,51.53184242467965,0
-0.0008265451301525673,51.53140953701275,0
3.15288841079564e-06,51.53108107183246,0
0.0008066098694570201,51.53094598623781,0
0.001602468260358592,51.53074961252255,0
0.002711127871336316,51.53059947785163,0
0.004597173514596875,51.5300876622041,0
0.006135213843123211,51.53007599186848,0
0.008041327434682444,51.53014278333411,0
0.009383119993159994,51.53020463784377,0
0.01042030465363553,51.53028076265162,0
0.0111953653963468,51.53030568874706,0
0.01194628703410672,51.53017385569079,0
0.01266095942926881,51.52972294973737,0
0.01392976762049614,51.52918040374161,0
0.01548459044573747,51.52853133406786,0
0.01674908327835567,51.52802432100928,0
0.01805885017948583,51.52741669582966,0
0.01925803424043693,51.52678440797716,0
0.02076911856248387,51.52620139833336,0
0.02199674537817486,51.52585790443673,0
0.02338933486954886,51.52543448804271,0
0.02473477576897665,51.52517919612007,0
0.02561789999181485,51.52504790670772,0
0.02667083326662123,51.5249734245246,0
0.02986027968339045,51.52444178605275,0
0.03639322749427265,51.52380356350925,0
0.04266896400801556,51.52298224213507,0
0.04999010435328443,51.52215149371499,0
0.05692260045749719,51.52121054340943,0
0.0584662064518966,51.5210372363821,0
0.05925540097625515,51.52086336692881,0
0.06274903252497666,51.52027168843479,0
0.06750021908413828,51.5196661556807,0
0.07312631648535728,51.51897288362588,0
0.07553940692370986,51.51859648199485,0
0.07917517595222989,51.51800060179128,0
0.08348403669161542,51.51741455237876,0
0.08582578879338598,51.51716066963045,0
</coordinates>
</LineString>
</Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment