start with the patch from OL Trac ticket 2133

This commit is contained in:
Bart van den Eijnden
2012-01-09 09:29:15 +01:00
parent c8e3ae73d4
commit a6be4a4b6c
6 changed files with 273 additions and 0 deletions

View File

@@ -235,6 +235,14 @@ OpenLayers.Protocol.Response = OpenLayers.Class({
*/
features: null,
/**
* Property: data
* The data returned in the response by the server.
* FIXME : as far as the response doesn't necessary transport features
* it may be helpful to store some non-specific data.
*/
data: null,
/**
* Property: reqFeatures
* {Array({<OpenLayers.Feature.Vector>})} or {<OpenLayers.Feature.Vector>}