Difference between revisions of "User:Mampfred/KMLTemplateExpedition"
From Geohashing
imported>Mampfred |
imported>Mampfred |
||
Line 3: | Line 3: | ||
<name>{{{date}}} {{{lat}}} {{{lon}}}</name> | <name>{{{date}}} {{{lat}}} {{{lon}}}</name> | ||
<Point> | <Point> | ||
− | <coordinates> | + | <coordinates>{{Coordinates graticule/lonOnly|{{{1}}}|lat={{{lat}}}|lon={{{lon}}}}},{{Coordinates graticule/latOnly|{{{date}}}|lat={{{lat}}}|lon={{{lon}}}}}</coordinates> |
− | {{Coordinates graticule/lonOnly|{{{1}}}|lat={{{lat}}}|lon={{{lon}}}}}, | ||
− | {{Coordinates graticule/latOnly|{{{date}}}|lat={{{lat}}}|lon={{{lon}}}}}</coordinates> | ||
</Point> | </Point> | ||
<description><![CDATA[{{{description}}}]]></description> | <description><![CDATA[{{{description}}}]]></description> | ||
</Placemark> | </Placemark> | ||
</includeonly> | </includeonly> | ||
+ | Example: | ||
+ | {{User:Mampfred/KMLTemplateExpedition|date=2011-08-27|lat=50|lon=8|description=Only a couple of feet into mayhem.}} |
Revision as of 15:13, 31 August 2011
Example:
<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>