Skip to main content

This is a new website theme. Help me improve it and give your feedback (opens in a new tab).

map.debian.net

Published:

Tags:

Debian
This blog post is more than two years old. It is preserved here in the hope that it is useful to someone, but please be aware that links may be broken and that opinions expressed here may not reflect my current views. If this is a technical article, it may no longer reflect current best practice.

I operated map.debian.net to provide a map of Debian contributors and mirrors. There were plans to add in Debian events/sprints but I just did not have the time. The service broke one day, and I didn’t find the time to fix it.

I’ve now uploaded the sources of this very simple application to GitHub and perhaps someone else will pick it up. Having given the code a go today, I’ve not managed to persuade it to load any objects onto the map.

The code in update-developers.py will fetch the coordinates of Debian contributors from the website and convert them to a KML file.

The code in html was the webroot, and the KML files were pushed into the data directory there to be used by the embedded OpenStreetMap.

To find a map of Debian mirrors, see: http://ircbots.debian.net/mirrormap/

I believe the KML file for the mirrors was based on the above link, but I do not have the code I used. To produce the KML, the same system of grabbing the list of mirrors and then using GeoIP databases could be used, instead of using the data from that site.