Difference between revisions of "User:Mampfred/ExpeditionsRaw"

From Geohashing
imported>Mampfred
(Created page with "{{coordinates graticule|2011-08-27|lat=50|lon=8}}")
 
imported>Mampfred
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{coordinates graticule|2011-08-27|lat=50|lon=8}}
+
<?xml version="1.0" encoding="UTF-8"?>
 +
<kml xmlns="http://www.opengis.net/kml/2.2"
 +
xmlns:gx="http://www.google.com/kml/ext/2.2">
 +
<Document>
 +
  <name>Mampfreds hashes</name>
 +
{{User:Mampfred/KMLTemplateExpedition|date=2010-10-18|lat=50|lon=10|description=Schweinfurt, Germany: middle of a field.}}
 +
{{User:Mampfred/KMLTemplateExpedition|date=2010-10-19|lat=50|lon=10|description=Schweinfurt, Germany: too lazy to go.}}
 +
{{User:Mampfred/KMLTemplateExpedition|date=2010-09-26|lat=50|lon=8|description=Frankfurt, Germany: middle of the forest.}}
 +
{{User:Mampfred/KMLTemplateExpedition|date=2010-09-24|lat=50|lon=11|description=Erfurt, Germany: a short walk from work.}}
 +
</Document>
 +
</kml>

Latest revision as of 16:04, 4 October 2011

<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"

xmlns:gx="http://www.google.com/kml/ext/2.2">

<Document>

 <name>Mampfreds hashes</name>
  <Placemark>
     <name>2010-10-18 50 10</name>
     <Point>
        <coordinates>10.9706086,50.9060708</coordinates>
     </Point>
     <description><![CDATA[Schweinfurt, Germany: middle of a field.]]></description>
  </Placemark>


  <Placemark>
     <name>2010-10-19 50 10</name>
     <Point>
        <coordinates>10.8830147,50.8608726</coordinates>
     </Point>
     <description><![CDATA[Schweinfurt, Germany: too lazy to go.]]></description>
  </Placemark>


  <Placemark>
     <name>2010-09-26 50 8</name>
     <Point>
        <coordinates>8.4192035,50.2387915</coordinates>
     </Point>
     <description><![CDATA[Frankfurt, Germany: middle of the forest.]]></description>
  </Placemark>


  <Placemark>
     <name>2010-09-24 50 11</name>
     <Point>
        <coordinates>11.0410459,50.9829422</coordinates>
     </Point>
     <description><![CDATA[Erfurt, Germany: a short walk from work.]]></description>
  </Placemark>

</Document> </kml>