Moved OL WMS to new home at http://labs.metacarta.com/wms/vmap0.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@562 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -107,11 +107,10 @@ function runMVS() {
|
||||
switch(safeArgs.layers[i]) {
|
||||
case 'openlayers':
|
||||
theMVS.addLayer(
|
||||
new OpenLayers.Layer.WMS("OpenLayers WMS",
|
||||
"http://octo.metacarta.com/cgi-bin/mapserv",
|
||||
{"map" : "/mapdata/vmap_wms.map",
|
||||
layers: 'basic'}
|
||||
));
|
||||
new OpenLayers.Layer.WMS( "OpenLayers WMS",
|
||||
"http://labs.metacarta.com/wms/vmap0",
|
||||
{layers: 'basic'} )
|
||||
);
|
||||
break;
|
||||
case 'nasa':
|
||||
theMVS.addLayer(
|
||||
|
||||
Reference in New Issue
Block a user