Re: [JPP-Devel] Split Operation

2006-09-01 Thread Stefan Steiniger
Hei Alessandro, >I tried with CombineSelectedFeaturesPlugIn, but it returns >me a MultiLineString. >Is there a way (maybe there is already a plugin >or a way to do this) to combine two lines without generating a >MultiLineString, but a LineString ? > > eventually this function may work to un

Re: [JPP-Devel] Split Operation

2006-09-01 Thread Sunburned Surveyor
Alessandro, I'm not sure about an existing plug-in. Will have to wait on the other guys for an answer to that. If you need to implements something from scratch I can probably help with the code a little. I don't think it will be to tough. We might even be able to modify the CombineSelectedFeature

[JPP-Devel] Split Operation

2006-09-01 Thread [EMAIL PROTECTED]
Hi all, I have a question about splitting lines and polygons. I've noticed that if I try to split a line into two lines, there is no any problem, since i put a point on the line and i can simply split them into two separate features. But What i'd want to revert the split operation? I tried wi