added overview map control (tiny, zoomed out map in corner) (hidden by default)
This commit is contained in:
@@ -194,6 +194,7 @@ var overviewer = {
|
|||||||
},
|
},
|
||||||
mapTypeId: overviewer.util.getDefaultMapTypeId(),
|
mapTypeId: overviewer.util.getDefaultMapTypeId(),
|
||||||
streetViewControl: false,
|
streetViewControl: false,
|
||||||
|
overviewMapControl: true,
|
||||||
zoomControl: overviewerConfig.map.controls.zoom,
|
zoomControl: overviewerConfig.map.controls.zoom,
|
||||||
backgroundColor: overviewer.util.getMapTypeBackgroundColor(
|
backgroundColor: overviewer.util.getMapTypeBackgroundColor(
|
||||||
overviewer.util.getDefaultMapTypeId())
|
overviewer.util.getDefaultMapTypeId())
|
||||||
|
|||||||
Reference in New Issue
Block a user