[JPP-Devel] Spatial Query Bug...Not a Bug?

2009-03-08 Thread Sunburned Surveyor
Before I examined the source code for the spatial query bug, I decided to see if I could duplicate the incorrect behavior. I was not able to do this. I successfully executed a spatial query and was able to copy cut the resulting selection from the source layer, pasting the selected features to

Re: [JPP-Devel] Spatial Query Bug...Not a Bug?

2009-03-08 Thread Stefan Steiniger
I think it is a bug - since you can not delete the selected features stefan Sunburned Surveyor schrieb: Before I examined the source code for the spatial query bug, I decided to see if I could duplicate the incorrect behavior. I was not able to do this. I successfully executed a spatial

Re: [JPP-Devel] [jump-users] Intersect Polygon Layers - Warning message

2009-03-08 Thread Stefan Steiniger
Hei Ravi, so .. I checked what is going on with your dataset when applying the function Intersect Polygon Layers. The reason while it fails and the error message appears[1] is that the strbuffer file contains features that overlay each other (you see the overlay if you use the union by

Re: [JPP-Devel] Spatial Query Bug...Not a Bug?

2009-03-08 Thread Michaƫl Michaud
Hi, Here are some hints about the pb It happens because the selection is done on cloned features, not on source features You can see it on line 199 in SpatialQueryExecutor. Just removing the clone part of the function will fix the bug... but it will have a side effect that may be considered as