This week-end, I presented a talk at FOSDEM about how “Bringing geolocation into GNOME”. While giving some background definitions and ideas for geolocation, it mostly covered what are technologies currently available to achieve these goals.
I have the impression that the talk was well received, it certainly boosted my interest into spending long nights infront of the screen pushing libchamplain forward much more!

All of the demonstrated code is already available. For EOG plugin, see the EOG-plugins svn repo, a release should be available in the Gnome 2.28 timeframe. For the Empathy Geolocation, it is available in my empathy repo, and the telepathy parts already have been released. This feature should be merged first thing in the 2.27 development cycle, allowing a smooth testing period before 2.28. As for Emerillion, it was the first public mention of this promizing application. It shall be announced in a close future.
To make this presentation, I used clutter-toys/opt, a clutter based presentation tools. The slides are defined in a xml file. I enhanced it to support embedded maps. So if you add the following xml code, you’ll have an interactive map of Brussels, with very usefull places marked, right into your slide! Grab the branch into my clutter-toys repo.
<map width="600" height="500" zoom-level="13" latitude="50.84" longitude="4.37">
<marker latitude="50.842966" longitude="4.35153">Porte Noire</marker>
<marker latitude="50.845127" longitude="4.349878">Mannequin Pis</marker>
<marker latitude="50.848548" longitude="4.353633">Délirium Café</marker>
<marker latitude="50.821391" longitude="4.39393">Université Libre</marker>
</map>
13 Responses