Re: [Geotools-devel] map layers and event handling

2011-04-14 Thread Jody Garnett
Understood; as this section of the code has fallen into technical debt perhaps you can fix these ones interactively without going through the full proposal process? I would recommend using an Enum rather than int for example :-) I do note that the layer changed( int ) is designed to be open end

Re: [Geotools-devel] map layers and event handling

2011-04-14 Thread Michael Bedward
Hi Jody, > I will look for you on IRC; I am not sure I can answer without the code in > front of me and an understanding of the problem. Thanks - that would be good. No rush. > I do note that Layer has all the fire utility events that are needed: > - fireMapLayerListenerLayerChanged(int) > - fir

[Geotools-devel] [jira] Created: (GEOT-3517) Add jai-tools to root pom dependency management

2011-04-14 Thread Michael Bedward (JIRA)
Add jai-tools to root pom dependency management --- Key: GEOT-3517 URL: http://jira.codehaus.org/browse/GEOT-3517 Project: GeoTools Issue Type: Task Reporter: Michael Bedward

[Geotools-devel] Hudson build is back to normal : geotools-trunk-docs #680

2011-04-14 Thread Hudson
See -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority

[Geotools-devel] Hudson build is back to normal : geotools-trunk #3456

2011-04-14 Thread Hudson
See -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Vir

[Geotools-devel] Build failed in Hudson: geotools-trunk-docs #679

2011-04-14 Thread Hudson
See Changes: [sbrunner] fix for test [sbrunner] fix index in user data -- Started by an SCM change Updating http://svn.osgeo.org/geotools/trunk U modules/unsupported/jdbc-tera

[Geotools-devel] Build failed in Hudson: geotools-trunk #3455

2011-04-14 Thread Hudson
See Changes: [sbrunner] fix for test [sbrunner] fix index in user data -- [...truncated 14807 lines...] [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar:

[Geotools-devel] Build failed in Hudson: geotools-trunk #3454

2011-04-14 Thread Hudson
See Changes: [jive] validation docs -- [...truncated 14846 lines...] [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar:

[Geotools-devel] Build failed in Hudson: geotools-trunk-docs #678

2011-04-14 Thread Hudson
See Changes: [jive] validation docs -- Started by user hudson Updating http://svn.osgeo.org/geotools/trunk A docs/src/main/java/org/geotools/api/validation A docs/src/ma

[Geotools-devel] [jira] Created: (GEOT-3516) tests using perceptualdiff always fail on OSX

2011-04-14 Thread Michael Bedward (JIRA)
tests using perceptualdiff always fail on OSX - Key: GEOT-3516 URL: http://jira.codehaus.org/browse/GEOT-3516 Project: GeoTools Issue Type: Bug Components: core coverage Affects Versi

Re: [Geotools-devel] map layers and event handling

2011-04-14 Thread Jody Garnett
I will look for you on IRC; I am not sure I can answer without the code in front of me and an understanding of the problem. I do note that Layer has all the fire utility events that are needed: - fireMapLayerListenerLayerChanged(int) - fireMapLayerListenerLayerShown() - fireMapLayerListenerLayer

[Geotools-devel] map layers and event handling

2011-04-14 Thread Michael Bedward
Hi Jody, As per our IRC chat, I've been looking at the code for events and map layers in the render module. I started with the idea of just fixing the problem that I first noticed: ie. no event being fired when the visibility of a Layer changes, but after I while I decided what I'd prefer to do is