org.gwtopenmaps.openlayers.client.control
Class OverviewMapOptions
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
org.gwtopenmaps.openlayers.client.control.ControlOptions
org.gwtopenmaps.openlayers.client.control.OverviewMapOptions
public class OverviewMapOptions
- extends ControlOptions
- Author:
- Edwin Commandeur - Atlis EJS
Method Summary |
void |
setLayers(Layer[] layers)
If no layers are set at the construction of the OverviewMap control then
the base layer of the map to which the OverviewMap control instance is added
is used as layer in the overviewmap. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OverviewMapOptions
public OverviewMapOptions()
setLayers
public void setLayers(Layer[] layers)
- If no layers are set at the construction of the
OverviewMap
control then
the base layer of the map to which the OverviewMap
control instance is added
is used as layer in the overviewmap.
The default behaviour does not work if base layer opacity is less than 1 (known issue?).
- Parameters:
layers
-
Copyright © 2011 sourceforge. All Rights Reserved.