fixes from testing
This commit is contained in:
@@ -32,7 +32,15 @@ var overviewerConfig = {
|
||||
}
|
||||
}
|
||||
],
|
||||
'regions': []
|
||||
'regions': [
|
||||
{
|
||||
'label': 'All',
|
||||
'clickable':true,
|
||||
'match': function(region) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
'mapTypes': {maptypedata}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user