A simple strategy that requests features once and never requests new data.
OpenLayers. Strategy. Fixed | A simple strategy that requests features once and never requests new data. |
Constructor | |
OpenLayers. Strategy. Fixed | 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. |
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()
Add all features to the layer.
merge: function( resp )