Changes between Version 5 and Version 6 of Datasource_Manager
- Timestamp:
- Sep 14, 2009, 3:39:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Datasource_Manager
v5 v6 85 85 86 86 == !AddFeature == 87 This process gives the possibility to create Feature.87 This process gives the possibility to add a feature. 88 88 89 89 === Inputs === 90 || id || string || M || layer id || 90 91 || feature || string || M || a feature or just a geometry in WKT, GML, KML or GeoJSON || 91 92 … … 93 94 This process returns the feature.[[BR]] 94 95 The output could be XML, GML, KML or GeoJSON. 96 97 == !DelFeature == 98 This process gives the possibility to delete a feature. 99 100 === Inputs === 101 || id || string || M || layer id || 102 || fid || string || M || feature id || 103 104 === Output === 105 This process returns a message or only http status ?