[OpenLayers-Commits] r3562 - sandbox/euzuro/untiled3/examples

commits at openlayers.org commits at openlayers.org
Tue Jul 3 11:54:30 EDT 2007


Author: euzuro
Date: 2007-07-03 11:54:26 -0400 (Tue, 03 Jul 2007)
New Revision: 3562

Modified:
   sandbox/euzuro/untiled3/examples/lite.html
Log:
remove buffer spec from lite

Modified: sandbox/euzuro/untiled3/examples/lite.html
===================================================================
--- sandbox/euzuro/untiled3/examples/lite.html	2007-07-03 15:41:45 UTC (rev 3561)
+++ sandbox/euzuro/untiled3/examples/lite.html	2007-07-03 15:54:26 UTC (rev 3562)
@@ -20,7 +20,7 @@
             layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 
                     "http://labs.metacarta.com/wms/vmap0",
                     {layers: 'basic'} , 
-                    { buffer:0.25, singleTile: true}
+                    { singleTile: true}
             );
             map.addLayer(layer);
             map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);



More information about the Commits mailing list