0

fixed remaining known bugs

made zoom/pan controls independently toggle-able
re-added markers.js and regions.js to index.html
fixed adding marker from query string
fixed initial bg_color setting
This commit is contained in:
Alex Headley
2011-04-23 23:36:29 -04:00
parent 1c92776e41
commit 219fa3e7a9
3 changed files with 40 additions and 22 deletions

View File

@@ -30,10 +30,13 @@ var overviewerConfig = {
*/
'controls': {
/**
* Navigation controls are the pan and zoom typically on the upper
* left.
* Pan control is the hand with the arrows around it in the upper left.
*/
'navigation': true
'pan': true,
/**
* Zoom control is the zoom slider bar in the upper left.
*/
'zoom': true
},
/**
* The zoom level when the page is loaded without a specific zoom setting
@@ -135,4 +138,4 @@ var overviewerConfig = {
* ]
*/
'mapTypes': {maptypedata}
};
};