diff --git a/examples/strategy-cluster.html b/examples/strategy-cluster.html index 91e1e428cd..d275261c09 100644 --- a/examples/strategy-cluster.html +++ b/examples/strategy-cluster.html @@ -74,11 +74,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({ diff --git a/examples/strategy-paging.html b/examples/strategy-paging.html index 3e0d54f62c..abefa51a41 100644 --- a/examples/strategy-paging.html +++ b/examples/strategy-paging.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({