[Geotools-devel] renderer changes commited

2006-04-18 Thread David Blasby
Changes - NOTE: test cases are mostly turned off for maven 2 and non-functional in maven 1. I ran the tests in eclipse and they pass. NOTE: I had awful trouble moving my changes from 2.2.x to trunk. As I mentioned last week, I made a bunch of changes to improve performance and fix

Re: [Geotools-devel] renderer changes commited

2006-04-18 Thread Paul Ramsey
This is very exciting stuff Dave, I can't wait to see it slip into the uDig stream (v. v. soon, if we're on nightlies :) One comment, on: * changed WKB parser to optimized WKB parser (slightly modified JTS version) Have you sent your optimization back to Martin? P On Apr 18, 2006, at

Re: [Geotools-devel] renderer changes commited

2006-04-18 Thread Andrea Aime
David Blasby ha scritto: 3. Renderer * moved LiteCoordinateSequence ...Factory to org.geotools.util so it can be shared. * changed the line labeler so it networks using an approx O(n) algorithm instead of the old O(N*N) * line labeler now chooses the rotation of the line based on the

Re: [Geotools-devel] renderer changes commited

2006-04-18 Thread David Blasby
Andrea Aime wrote: Hum I'm wondering what changes did you made. It's easy to make decimation more efficient by making it more aggressive, but a properly working decimation generates results that cannot be distinguished from not having applied decimation at all. When I coded it, I made