|
@@ -54,11 +54,11 @@ class Api_WpsHelper {
|
|
|
],
|
|
],
|
|
|
],
|
|
],
|
|
|
// 'MimeType' => text/xml, 'Encoding' => base64, 'Schema' => http://foo.bar/gml/3.1.0/polygon.xsd
|
|
// 'MimeType' => text/xml, 'Encoding' => base64, 'Schema' => http://foo.bar/gml/3.1.0/polygon.xsd
|
|
|
- 'defaultOutput' => [ 'MimeType' => "text/xml; subtype=wfs-collection/1.0" ], // TODO: result type - like Insert Wfs Transaction result - list of: Success (primaryKey = 123), ...
|
|
|
|
|
|
|
+ 'defaultOutput' => [ 'MimeType' => "application/json" ], // TODO: result type - like Insert Wfs Transaction result - list of: Success (primaryKey = 123), ...
|
|
|
'supportedOutput' => [
|
|
'supportedOutput' => [
|
|
|
|
|
+ [ 'MimeType' => "application/json" ],
|
|
|
[ 'MimeType' => "text/xml; subtype=wfs-collection/1.0" ],
|
|
[ 'MimeType' => "text/xml; subtype=wfs-collection/1.0" ],
|
|
|
[ 'MimeType' => "text/xml; subtype=wfs-collection/1.1" ],
|
|
[ 'MimeType' => "text/xml; subtype=wfs-collection/1.1" ],
|
|
|
- [ 'MimeType' => "application/json" ],
|
|
|
|
|
// [ 'MimeType' => "application/wfs-collection-1.0" ],
|
|
// [ 'MimeType' => "application/wfs-collection-1.0" ],
|
|
|
// [ 'MimeType' => "application/wfs-collection-1.1" ],
|
|
// [ 'MimeType' => "application/wfs-collection-1.1" ],
|
|
|
// [ 'MimeType' => "application/zip" ],
|
|
// [ 'MimeType' => "application/zip" ],
|