[Geotools-devel] strConCat

2011-05-27 Thread Steve Way
Hi everyone, I'm having a strange issue where if I use the strConCat function within my SLD, and the value is null in the db field, it is labelling on the map as null. Is someone able to point me to the library/package/class where the strConCat is defined so I can have a look at what is going o

Re: [Geotools-devel] strConCat

2011-05-27 Thread Andrea Aime
On Fri, May 27, 2011 at 10:02 AM, Steve Way wrote: > Hi everyone, > > > > I’m having a strange issue where if I use the strConCat function within my > SLD, and the value is null in the db field, it is labelling on the map as > null. > > > > Is someone able to point me to the library/package/class

Re: [Geotools-devel] strConCat

2011-05-27 Thread Steve Way
Thanks Jody and Andrea. I see the issue now with the static geometry class Andrea sent through - we are unfortunately stuck on 2.1 RC2 (dam annoying !!) in RC2 there is no null checking in the StaticGeometry class. Cheers, Steve -Original Message- From: andrea.a...@gmail.com [mailto:an

Re: [Geotools-devel] strConCat

2011-05-27 Thread Jody Garnett
Steve you can always go and release another 2.1.x if you need to. Even though development has moved on; you can kick old branches into action if needed for a project (we don't mind) -- Jody Garnett On Friday, 27 May 2011 at 6:39 PM, Steve Way wrote: > Thanks Jody and Andrea. > > I see the i

[Geotools-devel] [jira] Created: (GEOT-3609) SQLServerDialect does not support nvarchar and nchar

2011-05-27 Thread JIRA
SQLServerDialect does not support nvarchar and nchar Key: GEOT-3609 URL: http://jira.codehaus.org/browse/GEOT-3609 Project: GeoTools Issue Type: Bug Components: data sqlserver

[Geotools-devel] [jira] Created: (GEOT-3610) label obstacles

2011-05-27 Thread Justin Deoliveira (JIRA)
label obstacles --- Key: GEOT-3610 URL: http://jira.codehaus.org/browse/GEOT-3610 Project: GeoTools Issue Type: New Feature Components: core render, core styling Reporter: Justin Deoliveira Assig

[Geotools-devel] labelling obstacles

2011-05-27 Thread Justin Deoliveira
Hi all, A while back we had a client who was interested in funding some labelling work to solve a problem they were having with labels being drawn over external graphics. As an example: https://skitch.com/jdeolive/fbiss/label-before Andrea had the idea of introducing the concept of labelling o

[Geotools-devel] [jira] Created: (GEOT-3611) No support for base dbms caps for SQL Server 2008

2011-05-27 Thread JIRA
No support for base dbms caps for SQL Server 2008 - Key: GEOT-3611 URL: http://jira.codehaus.org/browse/GEOT-3611 Project: GeoTools Issue Type: New Feature Components: data sqlserver

Re: [Geotools-devel] labelling obstacles

2011-05-27 Thread Jody Garnett
Hi Justin: I already did something similar to "reserver area" for map decorations (such as scalebars) to keep the label system from drawing over top of them). I cannot remember what method I used; but I can go check if you are interested. -- Jody Garnett On Saturday, 28 May 2011 at 1:02 AM,

Re: [Geotools-devel] labelling obstacles

2011-05-27 Thread Justin Deoliveira
Yeah, i am using it. I was pleasantly surprised to find that much of the work was done... now i know who to thank :) On Fri, May 27, 2011 at 5:14 PM, Jody Garnett wrote: > Hi Justin: > > I already did something similar to "reserver area" for map decorations > (such as scalebars) to keep the labe

[Geotools-devel] sol kratz award nomination

2011-05-27 Thread Jody Garnett
Hey Guys: Nominations are open again this year: > Nominations for the Sol Katz Award should be sent to > solkatzaw...@osgeo.org (mailto:solkatzaw...@osgeo.org) with a description of > the reasons for this > nomination. Nominations will be accepted until 23:59 UTC on *August > 19th* > (http://

[Geotools-devel] Integrating imagemosicJDBC into imagemosiac

2011-05-27 Thread christian . mueller
Hi Simone, I did some investigations about integrating the jdbc stuff into your module. The main difference is that imagemosaic is using SimpleFeatureType and the jdbc module uses sql native. As I started with the jdbc module, the new jdbc-ng modules did not exist, and the existing db2 im