Difference between revisions of "User:Mampfred/ExpeditionsRaw"

From Geohashing
imported>Mampfred
imported>Mampfred
m
Line 1: Line 1:
 +
<?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=2011-08-27|lat=50|lon=8|description=Only a couple of feet into mayhem.}}
 
{{User:Mampfred/KMLTemplateExpedition|date=2011-08-27|lat=50|lon=8|description=Only a couple of feet into mayhem.}}
 
+
</Document>
{{#explode:And if you tolerate this| |2}}
+
</kml>
 
 
{{#regex:{{PAGENAME}}|%^.*/(.*)$%|$1}}
 
 
 
 
 
OK, folks, if anyone knowledgable comes across this, I'd like to use apbots auto-expedition list to produce raw KML which I can then feed to e.g. Google Maps. I'm close, problem is that apbot gives me "50 8" as the graticule as one string and I would need to split that up for the template ... any thoughts? - [[User:Mampfred|Mampfred]] 11:30, 31 August 2011 (EDT)
 

Revision as of 15:51, 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>2011-08-27 50 8</name>
     <Point>
        <coordinates>8.0797592,50.1807526</coordinates>
     </Point>
     <description><![CDATA[Only a couple of feet into mayhem.]]></description>
  </Placemark>

</Document> </kml>