[OpenLayers-Commits] r7486 - sandbox/vector-behavior/examples

commits at openlayers.org commits at openlayers.org
Wed Jul 9 11:56:00 EDT 2008


Author: elemoine
Date: 2008-07-09 11:56:00 -0400 (Wed, 09 Jul 2008)
New Revision: 7486

Modified:
   sandbox/vector-behavior/examples/strategy-grid.html
Log:
point features, therefore set the grid strategy safe option to false to get the best performance


Modified: sandbox/vector-behavior/examples/strategy-grid.html
===================================================================
--- sandbox/vector-behavior/examples/strategy-grid.html	2008-07-09 15:44:06 UTC (rev 7485)
+++ sandbox/vector-behavior/examples/strategy-grid.html	2008-07-09 15:56:00 UTC (rev 7486)
@@ -31,6 +31,7 @@
                 var layer = new OpenLayers.Layer.Vector("Owl Survey", {
                     strategies: [
                         new OpenLayers.Strategy.Grid({
+                            safe: false,
                             buffer: 0,
                             tileSize: new OpenLayers.Size(256, 256)
                         })



More information about the Commits mailing list