Making sure that the process description is not loaded.

This commit is contained in:
ahocevar
2012-08-09 18:29:37 +02:00
parent ec9ab8129e
commit ebc71b492e

View File

@@ -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',