ruhrpottforum
12-04-2006, 11:32 AM
Hello,
I'm looking for an Addon/Product that us allow to create a geodata file with Placemarks for a thread that describe the location ...
For example writing a thread about a restaurant adding a Tag or vB-Code for geodating (like [geo=7.062369893742912,51.48607939210279,0]) that could create a google maps link (http://maps.google.de/maps?f=q&hl=de&ie=UTF8&z=17&ll=51.48607939210279,7.062369893742912&spn=0.004911,0.01089&t=h&om=1) and allow us to create a placemark as well as placemark collection.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Placemark>
<name>Forumname: Threadtitel</name>
<description>
<![CDATA[ <name>Threadtitel</name>
<description><p>summary of thread content (like 50 words ...)</p>
<p><a href="http://www.ruhrpottforum.de/linktothread-123.html">mehr lesen ... read more</a></p>]]>
</description>
<Point>
<coordinates>7.062369893742912,51.48607939210279,0</coordinates>
</Point>
</Placemark>
</kml>
Maybe a cronjob that extract all posts/threads with that geotag could create that google-earth.kml (or thruput it to gzip google-earth.kmz) file. Users could subscribe to that kml/kmz and see new geotags/placemarks with link to forum in their google earth.
I would be happy if someone like that idea to - or maybe their is a solution for that? (not googlemaps ME or HE)
Thanks
Chris
P.S.: http://earth.google.com/kml/kml_tut.html
I'm looking for an Addon/Product that us allow to create a geodata file with Placemarks for a thread that describe the location ...
For example writing a thread about a restaurant adding a Tag or vB-Code for geodating (like [geo=7.062369893742912,51.48607939210279,0]) that could create a google maps link (http://maps.google.de/maps?f=q&hl=de&ie=UTF8&z=17&ll=51.48607939210279,7.062369893742912&spn=0.004911,0.01089&t=h&om=1) and allow us to create a placemark as well as placemark collection.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Placemark>
<name>Forumname: Threadtitel</name>
<description>
<![CDATA[ <name>Threadtitel</name>
<description><p>summary of thread content (like 50 words ...)</p>
<p><a href="http://www.ruhrpottforum.de/linktothread-123.html">mehr lesen ... read more</a></p>]]>
</description>
<Point>
<coordinates>7.062369893742912,51.48607939210279,0</coordinates>
</Point>
</Placemark>
</kml>
Maybe a cronjob that extract all posts/threads with that geotag could create that google-earth.kml (or thruput it to gzip google-earth.kmz) file. Users could subscribe to that kml/kmz and see new geotags/placemarks with link to forum in their google earth.
I would be happy if someone like that idea to - or maybe their is a solution for that? (not googlemaps ME or HE)
Thanks
Chris
P.S.: http://earth.google.com/kml/kml_tut.html