A simple strategy that requests features once and never requests new data.
| OpenSpace. | A simple strategy that requests features once and never requests new data. |
| Constructor | |
| OpenSpace. | Create a new Fixed strategy. |
| Functions | |
| destroy | Clean up the strategy. |
| activate | Activate the strategy: reads all features from the protocol and add them to the layer. |
| createFilter | Returns {<OpenLayers.Filter>} The filter object. |
| merge | Add all features to the layer. |
Clean up the strategy.
destroy: function()
Activate the strategy: reads all features from the protocol and add them to the layer.
activate: function()
Returns {OpenLayers.Filter} The filter object.
createFilter: function()
Add all features to the layer.
merge: function( resp )