3 Maps of Creative Technology Spaces in Europe and the World
Morgan | June 23, 2009
This is a comprehensive, user-maintained, list of Hackerspaces throughout the world. We have also a list of planned Hacker Spaces. function createMarker(point, title, label, icon) { if (icon!=”) { var iconObj = new GIcon(G_DEFAULT_ICON); iconObj.image = icon; var marker = new GMarker(point, {title:title, icon:iconObj}); } else { var marker = new GMarker(point, {title:title}); } GEvent.addListener(marker, [...]