From 713cfb600b944027921d6859102a127b3aa9f928 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 11 Mar 2009 14:17:07 +0000 Subject: [PATCH] updating wms url for imagery git-svn-id: http://svn.openlayers.org/trunk/openlayers@9011 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/strategy-bbox.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/examples/strategy-bbox.html b/examples/strategy-bbox.html index 173d33f1f7..18fd0bfb27 100644 --- a/examples/strategy-bbox.html +++ b/examples/strategy-bbox.html @@ -13,11 +13,12 @@ map = new OpenLayers.Map('map', { restrictedExtent: new OpenLayers.Bounds(-180, -90, 180, 90) }); - var base = new OpenLayers.Layer.WMS("OpenLayers WMS", - ["http://t3.labs.metacarta.com/wms-c/Basic.py", - "http://t2.labs.metacarta.com/wms-c/Basic.py", - "http://t1.labs.metacarta.com/wms-c/Basic.py"], - {layers: 'satellite'} + var base = new OpenLayers.Layer.WMS("Imagery", + ["http://t1.hypercube.telascience.org/tiles?", + "http://t2.hypercube.telascience.org/tiles?", + "http://t3.hypercube.telascience.org/tiles?", + "http://t4.hypercube.telascience.org/tiles?"], + {layers: 'landsat7'} ); var style = new OpenLayers.Style({