Re: [Geotools-devel] issues with fix for GEOT-1678

2008-04-29 Thread Andrea Aime
Justin Deoliveira ha scritto: Hi all, I have a few issues with this patch which is supposed to address performance with filters. Ops, sorry... 1) It causes floating point strings to be truncated to an integer. The following simple test case illustrates: Literal l = ff.literal("0.1"); Obje

Re: [Geotools-devel] update to geotools trunk docs and stylevisitor code

2008-04-29 Thread Andrea Aime
Jody Garnett ha scritto: > I had a chance to go over the trunk set up instructions > (http://udig.refractions.net/confluence/display/ADMIN/Home) with a > customer today .. > > And I got to learn first hand: > - how useful those next/previous links are > - that tracking geotools trunk *is* unstab

Re: [Geotools-devel] Typo in SpatialCapabiltiesImpl class name

2008-04-29 Thread Andrea Aime
Jody Garnett ha scritto: > Please my SpellingCheckerDoesNotCheckCamelCase. > Jody This is not about camel case, it's about Capabilties vs Capabilities. Anyways, since the class is only on trunk we don't need a deprecation, but a warning that the api is changing so that other people working on trun

Re: [Geotools-devel] update to geotools trunk docs and stylevisitor code

2008-04-29 Thread andrea antonello
[...] > > Andrea you wanted an 1.2 SDK to try out; I may try my hand and > > generating one tomorrow morning. > > You sure you're not confusing me with Andrea Antonello? I don't remember > asking for a uDig SDK... I haven't touched uDig code in many many months > (probably one year...) :) Yes

Re: [Geotools-devel] update to geotools trunk docs and stylevisitor code

2008-04-29 Thread Jody Garnett
andrea antonello wrote: > [...] > >> > Andrea you wanted an 1.2 SDK to try out; I may try my hand and >> > generating one tomorrow morning. >> >> You sure you're not confusing me with Andrea Antonello? I don't remember >> asking for a uDig SDK... I haven't touched uDig code in many many mont

Re: [Geotools-devel] ArcSDE state of play

2008-04-29 Thread Saul Farber
Cool. Glad you were able to get things testing jody. Re: arcsdepyramidtest -- yes, that's a problem. I'll get that fixed as soon as I'm back in front of my dev station (thursday). Re: the filter tests failing and the use of calendar...I'll reply to that email seperately. --saul On Fri, 2008-0

Re: [Geotools-devel] ArcSDE state of play

2008-04-29 Thread Jody Garnett
Saul Farber wrote: > Cool. Glad you were able to get things testing jody. > > Re: arcsdepyramidtest -- yes, that's a problem. I'll get that fixed as > soon as I'm back in front of my dev station (thursday). > > Re: the filter tests failing and the use of calendar...I'll reply to > that email sepe

Re: [Geotools-devel] ArcSDE state of play, some mistakes due to new feature model handling of Date converations

2008-04-29 Thread Saul Farber
> About date.. Saul, is calendar really needed? I understand the binding should > be either Date or javax.sql.TimeStamp and Calendar provides just a proper way > to deal with dates, but its not a data object itself? > Two things: 1) calendar (confusingly) *is* a data object itself. It's a dat

Re: [Geotools-devel] ArcSDE state of play

2008-04-29 Thread Gabriel Roldán
hmm... I'm wondering if I screwed up and made objectid an attribute when it should not be. gonna check it later. Gabriel On Tuesday 29 April 2008 08:59:57 pm Jody Garnett wrote: > Saul Farber wrote: > > Cool. Glad you were able to get things testing jody. > > > > Re: arcsdepyramidtest -- yes, t

[Geotools-devel] Default overlapsBehavior is no longer a PropertyName

2008-04-29 Thread Jody Garnett
So I found the problem with SLDTransformer; it assumed the RasterSymboliger.getOverlap() would always be a PropertyName ... > final String pn = ((PropertyName)overlaps).getPropertyName(); > > start("OverlapBehavior"); > start(pn); > end(pn); > end("OverlapB

[Geotools-devel] [jira] Created: (GEOT-1791) The wfs version in GetLegendGraphic requests is hard coded so when using the WMS 1.1.1 strategy, the version still says 1.1.0.

2008-04-29 Thread Jesse Eichar (JIRA)
The wfs version in GetLegendGraphic requests is hard coded so when using the WMS 1.1.1 strategy, the version still says 1.1.0. -- Key: GEOT-1791

Re: [Geotools-devel] Default overlapsBehavior is no longer a PropertyName

2008-04-29 Thread Jody Garnett
Similar changes occur for ChannelSelection ... so I need to ask have the "default" values for RasterSymbolizer been changed on me? At the very least this code needs a bit of work to cope with reality... Jody > So I found the problem with SLDTransformer; it assumed the > RasterSymboliger.getOver

Re: [Geotools-devel] Default overlapsBehavior is no longer a PropertyName

2008-04-29 Thread Jody Garnett
Jody Garnett wrote: > Similar changes occur for ChannelSelection ... so I need to ask have the > "default" values for RasterSymbolizer been changed on me? At the very > least this code needs a bit of work to cope with reality... > I have added a bunch of tests to the ChannelSelection output co

[Geotools-devel] [jira] Created: (GEOT-1792) ArcGridReader can't read ArcGrid ASCII file without file extension

2008-04-29 Thread Jong Lee (JIRA)
ArcGridReader can't read ArcGrid ASCII file without file extension -- Key: GEOT-1792 URL: http://jira.codehaus.org/browse/GEOT-1792 Project: GeoTools Issue Type: Bug C

Re: [Geotools-devel] ArcSDE state of play, some mistakes due to new feature model handling of Date converations

2008-04-29 Thread Jody Garnett
Saul Farber wrote: >> About date.. Saul, is calendar really needed? I understand the binding >> should >> be either Date or javax.sql.TimeStamp and Calendar provides just a proper >> way >> to deal with dates, but its not a data object itself? >> >> > Two things: > > 1) calendar (confusing

[Geotools-devel] verifier is required to build verifier!

2008-04-29 Thread Jody Garnett
I am trying to tag up a 2.5-M2 (with the fixes from today for SLDTransformer) so a bit more of the uDig community can consider life in the fast lane. - I have created the tag, update the version numbers using the rename.xml ant script etc... - Building the tag for the first time fails ... > [INF

[Geotools-devel] 2.5-M2 has been deployed

2008-04-29 Thread Jody Garnett
I am having a bit of problems sorting out the 2.5-M1 jira issues; a lot of work has been closed against 2.5-M1 (a release that was tagged back in Novermber or so). In anycase I will sort it out and we can start updating the user guide again. Cheers, Jody ---