forked from 0x2620/oxjs
update geo and geo tools (fix for palestine, remove image urls)
This commit is contained in:
parent
3fa654a815
commit
8e490eca2e
5 changed files with 6944 additions and 7547 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue