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:
@@ -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}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user