[Scummvm-devel] Developers Bios Map

Jurgen Braam g.j.m.braam at gmail.com
Thu Aug 28 17:27:11 CEST 2008


Hey Matt/Guys,

that's funny: I noticed the same just yesterday, haven't looked at the
automatically generated
images in ages. I think something goes wrong during the page parsing phase,
I'll take a look
at it later this week.

That said, there's no reason to not use this data to create a Google Map as
well. If interested,
I could pass you the Perl code (or was it shell script, I don't remember :P)
that parses the wiki
page and creates the xplanet data markers, if you are interested. If you
want I could also run
that script on the same server as a cron job, to update the map with new
coordinates people
might add to the wiki page.

grtz,
Jurgen / SumthinWicked

On Thu, Aug 28, 2008 at 04:17, Matthew Hoops <clone2727 at gmail.com> wrote:

> Hi all,
>
> The old map of developers on the wiki's "Developers Bios" page
> (http://wiki.scummvm.org/index.php/Developers_Bios) doesn't seem to be
> working right. Only Ender is on the map. ;)
>
> Well, I was looking at google maps today, and I noticed that you could
> make your own maps. So, I just tested it out using KML
> (http://code.google.com/apis/kml/documentation/kml_tut.html) with two
> points:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <kml xmlns="http://www.opengis.net/kml/2.2">
>  <Placemark>
>    <name>Matthew Hoops (clone2727)</name>
>    <Point>
>      <coordinates>-74.367657,40.587625</coordinates>
>    </Point>
>  </Placemark>
>  <Placemark>
>    <name>James Brown (Ender)</name>
>    <Point>
>      <coordinates>115.816667,-31.983333</coordinates>
>    </Point>
>  </Placemark>
> </kml>
>
> And that became this map, which could also be embedded in a webpage:
>
> http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=107506273581356677573.0004557b636785d61c181&z=2
>
> I could add the rest of the developers, but I wanted to see what you
> guys thought first.
>
> -Matt
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Scummvm-devel mailing list
> Scummvm-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scummvm-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scummvm.org/pipermail/scummvm-devel/attachments/20080828/f4fe7dd0/attachment.html>


More information about the Scummvm-devel mailing list