[Geotools-devel] [jira] Created: (GEOT-2763) i have problem opening shapefile in eclipse using shapeLab.java to display the shape file and i'm new to geotools can anyone help me??

2009-10-05 Thread sripathiraj (JIRA)
i have problem opening shapefile in eclipse using shapeLab.java to display the shape file and i'm new to geotools can anyone help me?? -- Key: GEOT-

[Geotools-devel] [jira] Reopened: (GEOT-2627) gml:id should be unique per document

2009-10-05 Thread Rini Angreani (JIRA)
[ http://jira.codehaus.org/browse/GEOT-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rini Angreani reopened GEOT-2627: - Hi Justin, I made a small change that Gabriel proposed to at least exclude simple features from this. We'v

Re: [Geotools-devel] ImageLab problems with JPG+World image

2009-10-05 Thread Michael Bedward
Mmm... there is a difference. When I run demo/example from within the IDE I get this... NetBeans: Executing '/opt/local/apache-maven-2.1.0/bin/mvn -Dexec.args=-Xmx1024m -classpath %classpath org.geotools.demo.ImageLab -Dexec.executable=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home

Re: [Geotools-devel] ImageLab problems with JPG+World image

2009-10-05 Thread Jody Garnett
I suspect that you are running from the JDK in one enviroment (say your IDE?) and from a JRE in another (say standalone application). Have you installed native JAI or ImageIO at anypoint? Jody On Tue, Oct 6, 2009 at 3:56 PM, Michael Bedward wrote: > I just tried it again with similar results. It

Re: [Geotools-devel] ImageLab problems with JPG+World image

2009-10-05 Thread Michael Bedward
I just tried it again with similar results. It works fine within the example project but has problems in the stand-alone project. This time the problem was slightly different: on zooming in the raster just didn't display. When I tried to provoke it using the style menu it threw an exception as bef

Re: [Geotools-devel] ImageLab problems with JPG+World image

2009-10-05 Thread Michael Bedward
Hi Jody > So when you run demo/example are you using a different JRE then when > you run it as a separate project? > No - I'm not that clever :-) I'm just about to try both projects again now and see if I get the same results. Michael ---

Re: [Geotools-devel] ImageLab problems with JPG+World image

2009-10-05 Thread Jody Garnett
Sometimes there is a difference between the JAI image reader used for JPG depending on if it is a native reader or a pure java reader. In udig I had to rewrite the JAI lookup code myself in order to skip over the native writers (since they were failing on windows or something). In the past we have

Re: [Geotools-devel] ImageLab problems with JPG+World image

2009-10-05 Thread Jody Garnett
I tried with clouds.jpg and did not have any trouble ... A couple other references to the error: - http://n2.nabble.com/Improper-call-to-JPEG-library-in-state-202-td1941709.html - http://objectmix.com/graphics/343188-improper-call-jpeg-library-state-202-error-prog-read-ajpeg-file.html - http://w

Re: [Geotools-devel] ImageLab problems with JPG+World image

2009-10-05 Thread Michael Bedward
A follow up on that last message... It must be a pom problem. When I run ImageLab within the demo/example project all is well: I can zoom in on the earthlights image to my heart's content :) When I run it in a separate project, which I set up to check dependencies, it bombs. In the test project'

[Geotools-devel] ImageLab problems with JPG+World image

2009-10-05 Thread Michael Bedward
Hi Jody, I just tried out your changes to the ImageLab example with the earthlights jpg+world format raster. The image initially loads and displays properly but if I zoom in it throws a CoverageProcessingException (see below). Geotiff is working fine. Any ideas ? Simone any tips here ? cheers

[Geotools-devel] [jira] Created: (GEOT-2762) Renderer should be consistent in how AffineTransform is handled with vector and raster layers

2009-10-05 Thread Michael Bedward (JIRA)
Renderer should be consistent in how AffineTransform is handled with vector and raster layers - Key: GEOT-2762 URL: http://jira.codehaus.org/browse/GEOT-2762

[Geotools-devel] [jira] Created: (GEOT-2761) add rotation option to JMapPane

2009-10-05 Thread Michael Bedward (JIRA)
add rotation option to JMapPane --- Key: GEOT-2761 URL: http://jira.codehaus.org/browse/GEOT-2761 Project: GeoTools Issue Type: New Feature Components: new modules Reporter: Michael Bedward

[Geotools-devel] dealing with large rasters

2009-10-05 Thread Michael Bedward
Hi Simone and all, I've been following the "Problems reading huge rasters" thread on the user list. For GeoTools 2.7 what do you think about bringing jai-tools DiskMemImage support in the coverage module to make things easier for users in this situation ? Michael

[Geotools-devel] Streaming Renderer FORCE_CRS_KEY Hint

2009-10-05 Thread Emily Gouge
As far as I can tell the StreamingRenderer does not respect the CRS supplied by the FORCE_CRS_KEY hint. Can somebody confirm this for me and if so, let me know if the intent is eventually to support or remove it? Thanks, Emily ---

Re: [Geotools-devel] Upgrading commons-pool dependency to 1.5.3?

2009-10-05 Thread Andrea Aime
Jody Garnett ha scritto: > Oh what a long story? You mentioned that there was no performance > difference with the other connection pool implementation - I wonder if > we will have to switch if DBCP is really dead? Right, I said so, and on my machines I didn't notice any difference. The server us

Re: [Geotools-devel] Upgrading commons-pool dependency to 1.5.3?

2009-10-05 Thread Jody Garnett
Oh what a long story? You mentioned that there was no performance difference with the other connection pool implementation - I wonder if we will have to switch if DBCP is really dead? Jody On Tue, Oct 6, 2009 at 8:31 AM, Andrea Aime wrote: > Hi, > running the benchmarks for FOSS4G I often got in

[Geotools-devel] Upgrading commons-pool dependency to 1.5.3?

2009-10-05 Thread Andrea Aime
Hi, running the benchmarks for FOSS4G I often got into connection pool deadlock situations which prevented to even complete the tests. Looking into the problem I've found a number of potential deadlock reported against the DBCP Jira, most of which are solved but only in SNAPSHOT versions of DBCP 1

[Geotools-devel] [jira] Reopened: (GEOT-2534) StreamingRenderer does not handle rotated views

2009-10-05 Thread Per S Hustad (JIRA)
[ http://jira.codehaus.org/browse/GEOT-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per S Hustad reopened GEOT-2534: This is really a bit embarrassing but I've detected a bug in the patch provided for GEOT-2534. In RendererUt

[Geotools-devel] [jira] Created: (GEOT-2760) Make ArcSDEDataStore honor the JTS_COORDINATE_SEQUENCE_FACTORY hint

2009-10-05 Thread JIRA
Make ArcSDEDataStore honor the JTS_COORDINATE_SEQUENCE_FACTORY hint --- Key: GEOT-2760 URL: http://jira.codehaus.org/browse/GEOT-2760 Project: GeoTools Issue Type: Improvement

[Geotools-devel] [jira] Created: (GEOT-2759) ContentDataStore should use concurrent data structures for keeping Entry-s around

2009-10-05 Thread Andrea Aime (JIRA)
ContentDataStore should use concurrent data structures for keeping Entry-s around - Key: GEOT-2759 URL: http://jira.codehaus.org/browse/GEOT-2759 Project: GeoTools

[Geotools-devel] [jira] Created: (GEOT-2758) Unique index metadata scan triggers expensive operations on Oracle

2009-10-05 Thread Andrea Aime (JIRA)
Unique index metadata scan triggers expensive operations on Oracle -- Key: GEOT-2758 URL: http://jira.codehaus.org/browse/GEOT-2758 Project: GeoTools Issue Type: Bug C

Re: [Geotools-devel] Heads up regarding H2 1.2.120

2009-10-05 Thread Andrea Aime
Arne Kepp ha scritto: > Just a heads-up that the new release uses the new "Page Store" format by > default, and you have to specify ;PAGE_STORE=FALSE if you want to > continue using your existing data. Mind, 1.2.120 is still marked as beta Cheers Andrea -- Andrea Aime OpenGeo - http://openge

[Geotools-devel] Heads up regarding H2 1.2.120

2009-10-05 Thread Arne Kepp
Just a heads-up that the new release uses the new "Page Store" format by default, and you have to specify ;PAGE_STORE=FALSE if you want to continue using your existing data. I did some benchmarks for GWC and it appears to be about 30% faster for singlethreaded applications, no real performance

[Geotools-devel] [jira] Created: (GEOT-2757) Patch: for multiple ogc:Filter tags in Query when a wfs1.0.0 getFeature request is done and empty FidFilter

2009-10-05 Thread Roy Braam (JIRA)
Patch: for multiple ogc:Filter tags in Query when a wfs1.0.0 getFeature request is done and empty FidFilter --- Key: GEOT-2757 URL: http://jira.codehaus.org/br

[Geotools-devel] [jira] Created: (GEOT-2756) Ignored Geometry attribute when writing to WFS 1.0

2009-10-05 Thread ingenieroariel (JIRA)
Ignored Geometry attribute when writing to WFS 1.0 -- Key: GEOT-2756 URL: http://jira.codehaus.org/browse/GEOT-2756 Project: GeoTools Issue Type: Bug Environment: OSX 10.6 Snow Leopard