OpenLayers OpenLayers

Changeset 7486

Show
Ignore:
Timestamp:
07/09/08 11:56:00 (2 months ago)
Author:
elemoine
Message:

point features, therefore set the grid strategy safe option to false to get the best performance

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/vector-behavior/examples/strategy-grid.html

    r7480 r7486  
    3232                    strategies: [ 
    3333                        new OpenLayers.Strategy.Grid({ 
     34                            safe: false, 
    3435                            buffer: 0, 
    3536                            tileSize: new OpenLayers.Size(256, 256)