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