[OpenLayers-Commits] r11067 - trunk/doc/library

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Feb 1 15:32:25 EST 2011


Author: tschaub
Date: 2011-02-01 12:32:25 -0800 (Tue, 01 Feb 2011)
New Revision: 11067

Modified:
   trunk/doc/library/introduction.rst
Log:
Updating tile source.

Modified: trunk/doc/library/introduction.rst
===================================================================
--- trunk/doc/library/introduction.rst	2011-02-01 16:05:47 UTC (rev 11066)
+++ trunk/doc/library/introduction.rst	2011-02-01 20:32:25 UTC (rev 11067)
@@ -60,7 +60,7 @@
 
   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);
 



More information about the Commits mailing list