--- a/hdalab/js/gomina.js Wed Feb 22 18:55:35 2012 +0100
+++ b/hdalab/js/gomina.js Thu Feb 23 19:45:00 2012 +0100
@@ -200,11 +200,7 @@
+ contentdata.map(function(_d) {
var _html = '<li class="content-item">'
+ ( _d.latitude != null && _d.longitude != null ?
- '<img class="maplet" src="http://maps.googleapis.com/maps/api/staticmap?center='
- + _d.latitude
- + ','
- + _d.longitude
- + '&zoom=8&size=128x200&maptype=terrain&markers=color:red%7C'
+ '<img class="maplet" src="http://maps.googleapis.com/maps/api/staticmap?center=47,1.5&zoom=4&size=160x160&maptype=roadmap&markers=color:red%7C'
+ _d.latitude
+ ','
+ _d.longitude