diff --git a/examples/WMSPost.html b/examples/WMSPost.html
index f7f8f92c66..2379598dc5 100644
--- a/examples/WMSPost.html
+++ b/examples/WMSPost.html
@@ -124,7 +124,7 @@
var layer = new OpenLayers.Layer.WMS(
"OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0",
+ "http://vmap0.tiles.osgeo.org/wms/vmap0",
{
layers: 'basic'
}
diff --git a/examples/accessible.html b/examples/accessible.html
index 693262360e..8e8e85cf2f 100644
--- a/examples/accessible.html
+++ b/examples/accessible.html
@@ -38,7 +38,7 @@
map = new OpenLayers.Map('map', options);
var wms = new OpenLayers.Layer.WMS(
"OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0?",
+ "http://vmap0.tiles.osgeo.org/wms/vmap0?",
{layers: 'basic'}
);
map.addLayer(wms);
diff --git a/examples/animated_panning.html b/examples/animated_panning.html
index e20d9e5a19..65e6a0b1b5 100644
--- a/examples/animated_panning.html
+++ b/examples/animated_panning.html
@@ -36,7 +36,7 @@
function init(){
map = new OpenLayers.Map('map', {numZoomLevels: 2});
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} );
+ "http://vmap0.tiles.osgeo.org/wms/vmap0", {layers: 'basic'} );
map.addLayer(layer);
map.zoomToMaxExtent();
@@ -47,7 +47,7 @@
map2 = new OpenLayers.Map('map2', {'panMethod': null, numZoomLevels: 2} );
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} );
+ "http://vmap0.tiles.osgeo.org/wms/vmap0", {layers: 'basic'} );
map2.addLayer(layer);
map2.zoomToMaxExtent();
diff --git a/examples/attribution.html b/examples/attribution.html
index fb98007c88..96ef851312 100644
--- a/examples/attribution.html
+++ b/examples/attribution.html
@@ -11,7 +11,7 @@
map = new OpenLayers.Map('map');
var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0?", {layers: 'basic'},
+ "http://vmap0.tiles.osgeo.org/wms/vmap0?", {layers: 'basic'},
{'attribution': 'Provided by MetaCarta'});
var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic",
diff --git a/examples/baseLayers.html b/examples/baseLayers.html
index 4494a97fa3..c089c8440c 100644
--- a/examples/baseLayers.html
+++ b/examples/baseLayers.html
@@ -33,7 +33,7 @@
map = new OpenLayers.Map( 'map' );
var wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0",
+ "http://vmap0.tiles.osgeo.org/wms/vmap0",
{layers: 'basic'} );
var google = new OpenLayers.Layer.Google( "Google Hybrid" , {type: G_HYBRID_MAP });
var ve = new OpenLayers.Layer.VirtualEarth( "VE");
diff --git a/examples/behavior-fixed-http-gml.html b/examples/behavior-fixed-http-gml.html
index cc7795864b..58cd488cc7 100644
--- a/examples/behavior-fixed-http-gml.html
+++ b/examples/behavior-fixed-http-gml.html
@@ -10,7 +10,7 @@
function init(){
map = new OpenLayers.Map('map');
var wms = new OpenLayers.Layer.WMS(
- "OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0",
+ "OpenLayers WMS", "http://vmap0.tiles.osgeo.org/wms/vmap0",
{layers: 'basic'}
);
diff --git a/examples/boxes-vector.html b/examples/boxes-vector.html
index c6c69bff1c..ac1196e111 100644
--- a/examples/boxes-vector.html
+++ b/examples/boxes-vector.html
@@ -16,7 +16,7 @@
map = new OpenLayers.Map('map');
var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0?", {layers: 'basic'} );
+ "http://vmap0.tiles.osgeo.org/wms/vmap0?", {layers: 'basic'} );
var boxes = new OpenLayers.Layer.Vector( "Boxes" );
diff --git a/examples/boxes.html b/examples/boxes.html
index 4f4cd15169..5179e244c6 100644
--- a/examples/boxes.html
+++ b/examples/boxes.html
@@ -16,7 +16,7 @@
map = new OpenLayers.Map('map');
var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0?", {layers: 'basic'} );
+ "http://vmap0.tiles.osgeo.org/wms/vmap0?", {layers: 'basic'} );
var boxes = new OpenLayers.Layer.Boxes( "Boxes" );
diff --git a/examples/browser-name.html b/examples/browser-name.html
index b59042276d..0fdcd5e801 100644
--- a/examples/browser-name.html
+++ b/examples/browser-name.html
@@ -47,7 +47,7 @@
};
var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0?", {layers: 'basic'},
+ "http://vmap0.tiles.osgeo.org/wms/vmap0?", {layers: 'basic'},
options);
var options2 = {
diff --git a/examples/buffer.html b/examples/buffer.html
index e65ffb1018..ce61c3d6a1 100644
--- a/examples/buffer.html
+++ b/examples/buffer.html
@@ -13,15 +13,15 @@
function init(){
map = new OpenLayers.Map( 'map' );
layer = new OpenLayers.Layer.WMS( "0 buffer: OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0",
+ "http://vmap0.tiles.osgeo.org/wms/vmap0",
{layers: 'basic'}, {'buffer':0} );
map.addLayer(layer);
layer = new OpenLayers.Layer.WMS( "1 buffer: OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0",
+ "http://vmap0.tiles.osgeo.org/wms/vmap0",
{layers: 'basic'}, {'buffer':1} );
map.addLayer(layer);
layer = new OpenLayers.Layer.WMS( "4 buffer: OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0",
+ "http://vmap0.tiles.osgeo.org/wms/vmap0",
{layers: 'basic'}, {'buffer':4} );
map.addLayer(layer);
map.addControl(new OpenLayers.Control.LayerSwitcher())
diff --git a/examples/click-handler.html b/examples/click-handler.html
index a4553e6cb0..5d734018ee 100644
--- a/examples/click-handler.html
+++ b/examples/click-handler.html
@@ -81,7 +81,7 @@
map = new OpenLayers.Map('map');
var layer = new OpenLayers.Layer.WMS(
"OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0",
+ "http://vmap0.tiles.osgeo.org/wms/vmap0",
{layers: 'basic'}
);
map.addLayers([layer]);
diff --git a/examples/click.html b/examples/click.html
index c6fe2d36d8..5a3d931841 100644
--- a/examples/click.html
+++ b/examples/click.html
@@ -41,7 +41,7 @@
map = new OpenLayers.Map('map');
var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0?", {layers: 'basic'} );
+ "http://vmap0.tiles.osgeo.org/wms/vmap0?", {layers: 'basic'} );
var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic",
"http://t1.hypercube.telascience.org/cgi-bin/landsat7",
diff --git a/examples/controls.html b/examples/controls.html
index 2017655832..de59e22a88 100644
--- a/examples/controls.html
+++ b/examples/controls.html
@@ -26,7 +26,7 @@
var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0",
+ "http://vmap0.tiles.osgeo.org/wms/vmap0",
{layers: 'basic'} );
var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic",
"http://t1.hypercube.telascience.org/cgi-bin/landsat7",
diff --git a/examples/custom-control-point.html b/examples/custom-control-point.html
index 3c3f66007b..3ff3199ee3 100644
--- a/examples/custom-control-point.html
+++ b/examples/custom-control-point.html
@@ -14,7 +14,7 @@
map = new OpenLayers.Map( $('map') );
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} );
+ "http://vmap0.tiles.osgeo.org/wms/vmap0", {layers: 'basic'} );
var control = new OpenLayers.Control();
OpenLayers.Util.extend(control, {
diff --git a/examples/custom-control.html b/examples/custom-control.html
index 8164a5b5ff..203ddcd553 100644
--- a/examples/custom-control.html
+++ b/examples/custom-control.html
@@ -13,7 +13,7 @@
function init(){
map = new OpenLayers.Map('map');
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} );
+ "http://vmap0.tiles.osgeo.org/wms/vmap0", {layers: 'basic'} );
var control = new OpenLayers.Control();
OpenLayers.Util.extend(control, {
diff --git a/examples/custom-style.html b/examples/custom-style.html
index 46746de75b..729ae50108 100644
--- a/examples/custom-style.html
+++ b/examples/custom-style.html
@@ -25,7 +25,7 @@
var options = {theme: null};
map = new OpenLayers.Map('map', options);
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} );
+ "http://vmap0.tiles.osgeo.org/wms/vmap0", {layers: 'basic'} );
map.addControl(new OpenLayers.Control.MousePosition());
map.addLayer(layer);
diff --git a/examples/document-drag.html b/examples/document-drag.html
index 4dd0996257..9db32a1837 100644
--- a/examples/document-drag.html
+++ b/examples/document-drag.html
@@ -14,7 +14,7 @@
new OpenLayers.Control.Attribution()
]} );
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
- "http://labs.metacarta.com/wms/vmap0",
+ "http://vmap0.tiles.osgeo.org/wms/vmap0",
{layers: 'basic'} );
map.addLayer(layer);
map.zoomToMaxExtent();
@@ -34,4 +34,4 @@
This example shows how to make a map draggable outside of the map itself.