Change the remaining examples that reference MetaCarta Labs server to
point to the newly set up TileCache service on the OSGeo projects server. git-svn-id: http://svn.openlayers.org/trunk/openlayers@10709 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
function init() {
|
||||
map = new OpenLayers.Map('map');
|
||||
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"],
|
||||
["http://t3.tilecache.osgeo.org/wms-c/Basic.py",
|
||||
"http://t2.tilecache.osgeo.org/wms-c/Basic.py",
|
||||
"http://t1.tilecache.osgeo.org/wms-c/Basic.py"],
|
||||
{layers: 'satellite'}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user