add support for wfs:Native, r=tschaub (closes #3349)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12123 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -294,6 +294,14 @@ OpenLayers.Protocol.WFS.v1 = OpenLayers.Class(OpenLayers.Protocol, {
|
||||
*
|
||||
* Parameters:
|
||||
* features - {Array(<OpenLayers.Feature.Vector>)}
|
||||
* options - {Object}
|
||||
*
|
||||
* Valid options properties:
|
||||
* nativeElements - {Array({Object})} Array of objects with information for writing
|
||||
* out <Native> elements, these objects have vendorId, safeToIgnore and
|
||||
* value properties. The <Native> element is intended to allow access to
|
||||
* vendor specific capabilities of any particular web feature server or
|
||||
* datastore.
|
||||
*
|
||||
* Returns:
|
||||
* {<OpenLayers.Protocol.Response>} A response object with a features
|
||||
|
||||
Reference in New Issue
Block a user