0

added options to overviewerConfig.js for search box, coords box, overlay menu

This commit is contained in:
Aaron Griffith
2011-07-14 23:07:32 -04:00
parent cbd48fa2eb
commit f7015396ab
2 changed files with 23 additions and 7 deletions

View File

@@ -50,9 +50,18 @@ var overviewerConfig = {
*/
'mapType': true,
/**
* The small box at the bottom that displays the link to the current map view.
* The coordsBox control is the box showing the XYZ coordinates
* under the cursor.
*/
'link': true
'coordsBox': true,
/**
* The overlays control is the drop-down box for selecting overlays.
*/
'overlays': true,
/**
* The searchBox control is the search box for markers.
*/
'searchBox': true
},
/**
* The zoom level when the page is loaded without a specific zoom setting