incorporate ahocevar's review
This commit is contained in:
@@ -231,10 +231,19 @@ OpenLayers.Protocol.Response = OpenLayers.Class({
|
||||
/**
|
||||
* Property: features
|
||||
* {Array({<OpenLayers.Feature.Vector>})} or {<OpenLayers.Feature.Vector>}
|
||||
* The features returned in the response by the server.
|
||||
* The features returned in the response by the server. Depending on the
|
||||
* protocol's read payload, either features or data will be populated.
|
||||
*/
|
||||
features: null,
|
||||
|
||||
/**
|
||||
* Property: data
|
||||
* {Object}
|
||||
* The data returned in the response by the server. Depending on the
|
||||
* protocol's read payload, either features or data will be populated.
|
||||
*/
|
||||
data: null,
|
||||
|
||||
/**
|
||||
* Property: reqFeatures
|
||||
* {Array({<OpenLayers.Feature.Vector>})} or {<OpenLayers.Feature.Vector>}
|
||||
|
||||
Reference in New Issue
Block a user