BOX selection tool of UDIG does not select added or modified features in transaction from shapefile. This is because ShapefileRenderer has an optimization - it transforms a geometry in Filter to screen coordinate space, but features in Diff still are in datastore native CRS and ShapefileRenderer.processTransaction(..) method ignores features because they are not accepted by geometry filter in screen space coordinate system. It is a new "feature" of UDIG, as I remember it did not behave in a such way
before. Vitali. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
