0

fixes from testing

This commit is contained in:
Alex Headley
2011-04-23 20:21:59 -04:00
parent df2117544d
commit 37a7b28bc8
2 changed files with 48 additions and 34 deletions

View File

@@ -32,7 +32,15 @@ var overviewerConfig = {
}
}
],
'regions': []
'regions': [
{
'label': 'All',
'clickable':true,
'match': function(region) {
return true;
}
}
]
},
'mapTypes': {maptypedata}
};
};