[Geotools-devel] WFS Schema Issue

2010-03-07 Thread Zdeněk Farana
I just wonder if anyone has ever encountered this: DecribeFT URL for aixm:AirportHeliport: http://demo.snowflakesoftware.com:8080/AIXM51FINAL_DONLON/GOPublisherWFS?TYPENAME=aixm%3AAirportHeliport&VERSION=1.1.0&SERVICE=WFS&REQUEST=DescribeFeatureType&NAMESPACE=xmlns%28aixm%3Dhttp%3A%2F%2Fwww.aixm

[Geotools-devel] [jira] Created: (GEOT-2968) swing module: allow users to register new helpers for feature info tool

2010-03-07 Thread Michael Bedward (JIRA)
swing module: allow users to register new helpers for feature info tool --- Key: GEOT-2968 URL: http://jira.codehaus.org/browse/GEOT-2968 Project: GeoTools Issue Type: New F

[Geotools-devel] [jira] Created: (GEOT-2967) Access Restriction Exception due to the use of sun.misc.BASE64Encoder

2010-03-07 Thread Zdenek Farana (JIRA)
Access Restriction Exception due to the use of sun.misc.BASE64Encoder - Key: GEOT-2967 URL: http://jira.codehaus.org/browse/GEOT-2967 Project: GeoTools Issue Type: Bug

[Geotools-devel] [jira] Created: (GEOT-2966) SelectionLab selects additional, incorrect features

2010-03-07 Thread Michael Bedward (JIRA)
SelectionLab selects additional, incorrect features --- Key: GEOT-2966 URL: http://jira.codehaus.org/browse/GEOT-2966 Project: GeoTools Issue Type: Bug Affects Versions: 2.6.2 R

[Geotools-devel] Schema 'http://www.geotools.org/test:ft1' does not exist

2010-03-07 Thread lim goh
Hi all, I've been trying to FeatureSourceTest on the new ingres module. From what I read, I should be able to get at least FeatureSourceTest working without fully implementing the module with advanced functionalities the other jdbc modules have. But I have been getting failure in all the tests be

Re: [Geotools-devel] Proposed module: Bean2WFS - binds FeatureTypes to Java-Class

2010-03-07 Thread Jody Garnett
Okay I understand. In that case why don't you ask for a community module (procedure is in the developers guide). When it is ready you can go through the steps of including it in the larger library. Jody On 08/03/2010, at 7:14 AM, Jens wrote: > Hi Jody, > > it's a general proposal. I want to

Re: [Geotools-devel] Fixing WMSLab

2010-03-07 Thread Michael Bedward
On 7 March 2010 21:47, Andrea Aime wrote: > Done. This makes WMSLab usable and returns images with the right proportions > (see attached screenshot). That's terrific - thanks Andrea. > However the feature info tools is still broken. I think we need to > write a custom helper for this kind of laye

Re: [Geotools-devel] Fixing WMSLab

2010-03-07 Thread Michael Bedward
On 7 March 2010 20:44, Jody Garnett wrote: > They were talking with Michael. > Oops, was this a loose thread I was supposed to chase up ? I'm afraid whatever conversation that was has slipped beyond my mental event horizon, never to be seen again. Andrea, you're a marvel. Michael

Re: [Geotools-devel] Fixing WMSLab

2010-03-07 Thread Jody Garnett
Andrea sent me some of the code to review ... and is is great! The previous WMSLayer was as andrea pointed out never going to work; it was rescued from some demo code last september but I could not sort it out. Andrea's new thing provides a gridcoveragereader that goes off and makes the request

Re: [Geotools-devel] Fixing WMSLab

2010-03-07 Thread Jody Garnett
>> On the email list last year someone mentioned a JMapPane alternative >> that used a background thread to draw; leaving the user interface >> thread free to pan around quickly. I was hoping they would donate >> that code ... but apparently they never got permission from their >> company to. > >

Re: [Geotools-devel] Shapefile editor/renderer and shapefile locking

2010-03-07 Thread LSA
I have created sample code reproducing the issue. Here is the source: http://sites.google.com/site/lattati/downloads/ShapeRenderer.java?attredirects=0&d=1 Sample shapefile (required to repproduce): http://sites.google.com/site/lattati/downloads/RUS_rds.zip?attredirects=0&d=1 Exception log: http://

Re: [Geotools-devel] about Dimension and Extent support (GEOT-2305)

2010-03-07 Thread Björn Harrtell
Hi Jody, Thanks for looking at this. Short story is that I want to be able to parse TIME dimensions and extents, but I do understand the need to make this more generic and/or a better API than in this patch. Long story is that the main purpose of the patch is to at all be able to parse the Dimens

Re: [Geotools-devel] Fixing WMSLab

2010-03-07 Thread Andrea Aime
Jody Garnett ha scritto: > HI Andrea: > > The WMS Lab code was donated; I put some time into it last year > before pulling it from the tutorials (for the reasons you mention). > > There is an earlier tutorial from 2006 I was wanting to replace - > which simply showed how to use the WMS API; retri