Changes between Version 3 and Version 4 of Datasource_Manager
- Timestamp:
- Sep 14, 2009, 3:06:41 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Datasource_Manager
v3 v4 12 12 * !CreateLayers 13 13 * !DeleteLayers 14 * !UpdateLayerFields 14 * !addLayerField 15 * !delLayerField 15 16 * !GetFeatures 16 17 * !AddFeature … … 45 46 This process returns a message or only http status ? 46 47 47 == ! UpdateLayerFields==48 This process provide the capability to manage layer fields48 == !addLayerField == 49 This process provide the capability to add a layer field 49 50 50 51 === Inputs === 51 52 || id || string || M || layer id || 52 || operation || string || M || operation id to process on fields : add/change/del ||53 53 || field || string || M || field id || 54 || format || string || M/O || field format and expression use to create or update field || 54 || format || string || M || field format || 55 || default || string || O || default value || 56 || expression || string || O || an expression used during the creation (fieldA + fieldB) || 55 57 56 58 === Output === 57 59 This process returns the layer description.[[BR]] 58 60 The output format could be XML or JSON. 61 62 == !delLayerField == 63 This process provide the capability to del a layer field 64 65 === Inputs === 66 || id || string || M || layer id || 67 || field || string || M || field id || 68 69 === Output === 70 This process returns the layer description.[[BR]] 71 The output format could be XML or JSON.