Skip to content

Commit

Permalink
update wps.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Mar 20, 2024
1 parent ded03c7 commit 9d98bfb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions wps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,21 @@
<factoryClass>org.geotools.process.vector.VectorProcessFactory</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.geometry.CenterLineProcess</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.geometry.PolygonLabelProcess</factoryClass>
<enabled>true</enabled>
</processGroup>
<processGroup>
<factoryClass>org.geotools.process.geometry.SkeletonizeProcess</factoryClass>
<enabled>true</enabled>
</processGroup>
</processGroups>
<maxComplexInputSize>0</maxComplexInputSize>
<maxSynchronousExecutionTime>0</maxSynchronousExecutionTime>
<maxAsynchronousExecutionTime>0</maxAsynchronousExecutionTime>
<remoteInputDisabled>false</remoteInputDisabled>
</wps>

0 comments on commit 9d98bfb

Please sign in to comment.