Making sure that the process description is not loaded.
This commit is contained in:
@@ -55,7 +55,11 @@
|
|||||||
log.push(cfg);
|
log.push(cfg);
|
||||||
}
|
}
|
||||||
|
|
||||||
process = client.getProcess('local', 'gs:splitPolygon');
|
process = new OpenLayers.WPSProcess({
|
||||||
|
client: client,
|
||||||
|
server: 'local',
|
||||||
|
identifier: 'gs:splitPolygon'
|
||||||
|
});
|
||||||
process.description = {
|
process.description = {
|
||||||
dataInputs: [{
|
dataInputs: [{
|
||||||
identifier: 'line',
|
identifier: 'line',
|
||||||
|
|||||||
Reference in New Issue
Block a user