[OpenLayers-Commits] r12235 - trunk/openlayers/tests/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Aug 11 07:51:58 EDT 2011
Author: erilem
Date: 2011-08-11 04:51:57 -0700 (Thu, 11 Aug 2011)
New Revision: 12235
Modified:
trunk/openlayers/tests/Layer/Grid.html
Log:
Grid.html tests may fail because http://octo.metacarta.com/cgi-bin/mapserv does not respond, test only change
Modified: trunk/openlayers/tests/Layer/Grid.html
===================================================================
--- trunk/openlayers/tests/Layer/Grid.html 2011-08-10 18:08:11 UTC (rev 12234)
+++ trunk/openlayers/tests/Layer/Grid.html 2011-08-11 11:51:57 UTC (rev 12235)
@@ -6,10 +6,8 @@
var layer;
var name = 'Test Layer';
- var url = "http://octo.metacarta.com/cgi-bin/mapserv";
- var params = { map: '/mapdata/vmap_wms.map',
- layers: 'basic',
- format: 'image/png'};
+ var url = "http://vmap0.tiles.osgeo.org/wms/vmap0";
+ var params = {layers: 'basic', format: 'image/png'};
/**
* NOTE TO READER:
More information about the Commits
mailing list