[06:17] http://uec-images.ubuntu.com/ is down [19:06] howdy [20:07] o/ [21:04] http://libertus.co.uk:8000/europe/ is coming on [21:07] I am thinking of adding some fields to the country object to get more of it into the database and less hard coded in the html template [21:08] in fact just the iso country code would do [21:09] mhall119: does that sound reasonable? [22:51] huh what? [22:51] AlanBell: that's pretty slow loading for me [22:52] I like the idea though [22:52] I'm okay with adding useful fields to the Country object, but who's going to populate them? [22:53] if you can get the initial data, we can make a fixture to load it all into the db when we deploy, that would probably be the easiest way [22:56] no quoting obama [22:56] * cjohnston glares at AlanBell [22:56] it was Bob the Builder then [22:56] bs [22:57] http://www.youtube.com/watch?v=bA16sqCusbY [22:57] anyhow [22:58] dont care.. you already ruined the quote [22:58] I think all the country object needs is the iso code [22:59] then it can loop through all the country objects in the continent and pull out the codes [22:59] then for each country it can pull out the associated teams and populate the html [23:00] ooh, I know a way to make it load faster, just pull the SVG from elsewhere [23:03] or maybe not, silly sandbox rules [23:04] takes about 12 seconds to load from outside my house [23:04] possibly the cdn [23:04] there is no cdn involved [23:04] we are working on getting one [23:04] not for my house you are not :) [23:05] no.. you said pull the svg from elsewhere... [23:05] we are working on a cdn [23:05] oh, I see, sorry [23:06] I just tried putting the SVG on people.ubuntu.com, but if you pull it from elsewhere then the javascript can't manipulate the DOM of the SVG object [23:06] cross site rules [23:06] gotcha [23:06] the map I used is a little heavy at 531KB [23:07] 531 aint bad [23:11] it isn't pulling data from the database at the moment, but I did get the data into a JSON structure http://paste.ubuntu.com/637136/ [23:50] AlanBell: do you have it in a bzr branch that we can checkout? [23:51] if so, I can get it up on an EC2 instance or something for people to test [23:55] nigelb: ping