Changeset 7146
- Timestamp:
- 05/13/08 03:27:33 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/camptocamp/unhcr/lib/OpenLayers/Protocol.js
r7078 r7146 94 94 /** 95 95 * Method: commit 96 * Go over the features in the layerand for each take action96 * Go over the features and for each take action 97 97 * based on the feature state. Possible actions are create, 98 98 * update and delete. 99 99 * 100 100 * Parameters: 101 * layer - {<OpenLayers.Layer.Vector>}101 * features - {Array({<OpenLayers.Feature.Vector>})} 102 102 * options - {Object} Map of options, the keys of the map are 103 103 * 'create', 'update', and 'delete'
