Yahoo example uses yahoo layer first.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4294 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+4
-4
@@ -15,15 +15,15 @@
|
|||||||
function init(){
|
function init(){
|
||||||
map = new OpenLayers.Map('map');
|
map = new OpenLayers.Map('map');
|
||||||
|
|
||||||
|
yahooLayer = new OpenLayers.Layer.Yahoo( "Yahoo");
|
||||||
|
|
||||||
|
map.addLayer(yahooLayer);
|
||||||
|
|
||||||
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
|
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
|
||||||
"http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} );
|
"http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} );
|
||||||
map.addLayer(layer);
|
map.addLayer(layer);
|
||||||
|
|
||||||
|
|
||||||
yahooLayer = new OpenLayers.Layer.Yahoo( "Yahoo");
|
|
||||||
|
|
||||||
map.addLayer(yahooLayer);
|
|
||||||
|
|
||||||
map.setCenter(new OpenLayers.LonLat(-5, 40), 4);
|
map.setCenter(new OpenLayers.LonLat(-5, 40), 4);
|
||||||
map.addControl(new OpenLayers.Control.LayerSwitcher());
|
map.addControl(new OpenLayers.Control.LayerSwitcher());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user