1
0
Fork 0
forked from 0x2620/oxjs

update geo and geo tools (fix for palestine, remove image urls)

This commit is contained in:
rlx 2011-10-02 13:17:04 +00:00
commit 8e490eca2e
5 changed files with 6944 additions and 7547 deletions

View file

@ -103,7 +103,7 @@
if (countries.length) {
setTimeout(callGetData, timeout);
} else {
//Ox.print(logs);
alert('Done');
}
});
}
@ -222,13 +222,13 @@
var addresses = geo.google_query[country.name] || [country.name],
length = addresses.length,
union;
// fixme: this might be too much data
// check if map really needs this preloaded
// (and even if, country markers may not be necessary)
getImageURLs(country, function(imageURLs) {
// this might be too much data
/*
Ox.extend(country, {
imageURLs: imageURLs
});
*/
callGeocode();
});
function callGeocode() {