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:
@@ -39,8 +39,8 @@
|
||||
|
||||
var jpl = new OpenLayers.Layer.WMS(
|
||||
"NASA Global Mosaic",
|
||||
"http://wms..nasa.gov/wms.cgi",
|
||||
{layers: "modis,global_mosaic"}
|
||||
"http://t1.hypercube.telascience.org/tiles/landsat7",
|
||||
{layers: "landsat7"}
|
||||
);
|
||||
|
||||
map1.addLayers([ol, jpl]);
|
||||
|
||||
Reference in New Issue
Block a user