forked from georchestra/geoserver_minimal_datadir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwps.xml
39 lines (39 loc) · 1.34 KB
/
wps.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<wps>
<id>WPSInfoImpl--cde8a83:14af8a9cd9b:-7fff</id>
<enabled>true</enabled>
<name>WPS</name>
<versions>
<org.geotools.util.Version>
<version>1.0.0</version>
</org.geotools.util.Version>
</versions>
<citeCompliant>false</citeCompliant>
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
<verbose>false</verbose>
<connectionTimeout>30.0</connectionTimeout>
<resourceExpirationTimeout>300</resourceExpirationTimeout>
<maxSynchronousProcesses>8</maxSynchronousProcesses>
<maxAsynchronousProcesses>8</maxAsynchronousProcesses>
<processGroups>
<processGroup>
<factoryClass>org.geoserver.wps.DeprecatedProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geoserver.wps.jts.SpringBeanProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.geometry.GeometryProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.raster.RasterProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.vector.VectorProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
</processGroups>
</wps>