Change all references to the labs.metacarta.com WMS server to the

OSGeo-hosted vmap0.tiles.osgeo.org server. 


git-svn-id: http://svn.openlayers.org/trunk/openlayers@10708 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2010-09-01 11:36:05 +00:00
parent e3d36e80e9
commit fb35f555be
95 changed files with 111 additions and 110 deletions

View File

@@ -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.
</div>
</body>
</html>
</html>