<div dir="ltr">Hey Matt/Guys,<br><br>that's funny: I noticed the same just yesterday, haven't looked at the automatically generated <br>images in ages. I think something goes wrong during the page parsing phase, I'll take a look <br>
at it later this week.<br><br>That said, there's no reason to not use this data to create a Google Map as well. If interested,<br>I could pass you the Perl code (or was it shell script, I don't remember :P) that parses the wiki<br>
page and creates the xplanet data markers, if you are interested. If you want I could also run<br>that script on the same server as a cron job, to update the map with new coordinates people <br>might add to the wiki page.<br>
<br>grtz,<br>Jurgen / SumthinWicked<br><br><div class="gmail_quote">

On Thu, Aug 28, 2008 at 04:17, Matthew Hoops <span dir="ltr"><<a href="mailto:clone2727@gmail.com" target="_blank">clone2727@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Hi all,<br>
<br>
The old map of developers on the wiki's "Developers Bios" page<br>
(<a href="http://wiki.scummvm.org/index.php/Developers_Bios" target="_blank">http://wiki.scummvm.org/index.php/Developers_Bios</a>) doesn't seem to be<br>
working right. Only Ender is on the map. ;)<br>
<br>
Well, I was looking at google maps today, and I noticed that you could<br>
make your own maps. So, I just tested it out using KML<br>
(<a href="http://code.google.com/apis/kml/documentation/kml_tut.html" target="_blank">http://code.google.com/apis/kml/documentation/kml_tut.html</a>) with two<br>
points:<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<kml xmlns="<a href="http://www.opengis.net/kml/2.2" target="_blank">http://www.opengis.net/kml/2.2</a>"><br>
  <Placemark><br>
    <name>Matthew Hoops (clone2727)</name><br>
    <Point><br>
      <coordinates>-74.367657,40.587625</coordinates><br>
    </Point><br>
  </Placemark><br>
  <Placemark><br>
    <name>James Brown (Ender)</name><br>
    <Point><br>
      <coordinates>115.816667,-31.983333</coordinates><br>
    </Point><br>
  </Placemark><br>
</kml><br>
<br>
And that became this map, which could also be embedded in a webpage:<br>
<a href="http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=107506273581356677573.0004557b636785d61c181&z=2" target="_blank">http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=107506273581356677573.0004557b636785d61c181&z=2</a><br>



<br>
I could add the rest of the developers, but I wanted to see what you<br>
guys thought first.<br>
<br>
-Matt<br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
Build the coolest Linux based applications with Moblin SDK & win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>
_______________________________________________<br>
Scummvm-devel mailing list<br>
<a href="mailto:Scummvm-devel@lists.sourceforge.net" target="_blank">Scummvm-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/scummvm-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/scummvm-devel</a><br>
</blockquote></div><br></div>