The WPS download module allows to perform large data, map and animation downloads sing asynchronous requests
Up
get /services/wps/download
(getDownloadServiceConfiguration)
Retrieves the WPS Download configuration.
Return type
Example data
Content-Type: application/xml
"\n 100000\n 64000000\n 64000000\n 52428800\n 4\n 1000\n\n"
Example data
Content-Type: application/json
"{\"DownloadServiceConfiguration\": {\n \"maxFeatures\": 123,\n \"rasterSizeLimits\": 456000,\n \"writeLimits\": 789000,\n \"hardOutputLimit\": 123456,\n \"compressionLevel\": 8,\n \"maxAnimationFrames\": 56\n}}\n"
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
application/xml
application/json
Responses
200
OK
DownloadServiceConfiguration
Example data
Content-Type: application/xml
100000
64000000
64000000
52428800
4
1000
Example data
Content-Type: application/json
{"DownloadServiceConfiguration": {
"maxFeatures": 123,
"rasterSizeLimits": 456000,
"writeLimits": 789000,
"hardOutputLimit": 123456,
"compressionLevel": 8,
"maxAnimationFrames": 56
}}
Up
put /services/wps/download
(getDownloadServiceConfiguration_1)
Retrieves the WPS Download configuration.
Consumes
This API call consumes the following media types via the request header:
application/xml
application/json
Request body
Body Parameter — Body of the WPS download configuration
Responses
200
Updated