Change examples from using OnEarth WMS because it no longer support 512px tiles.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5117 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -88,10 +88,10 @@ function runMVS() {
|
||||
case 'nasa':
|
||||
theMVS.addLayer(
|
||||
new OpenLayers.Layer.WMS("NASA Mosaic",
|
||||
"http://wms.jpl.nasa.gov/wms.cgi",
|
||||
"http://t1.hypercube.telascience.org/tiles/landsat7",
|
||||
{"EXCEPTIONS" : "application/vnd.ogc.se_inimage",
|
||||
"format" : "image/jpeg",
|
||||
layers:"modis,global_mosaic"}
|
||||
layers:"landsat7"}
|
||||
));
|
||||
break;
|
||||
case 'gmaps':
|
||||
|
||||
Reference in New Issue
Block a user