Re: [Geotools-devel] Revision 30258 broken?

2008-07-22 Thread Adrian Custer
Hey all, Yes the revision probably does 'break' the rules of SVN so that tools trying to follow the changes cannot cross that changeset. The repo afterwards is in a legal state but the transition through that change probably does not follow regular svn change rules. For bzr and hg we are forced t

Re: [Geotools-devel] coverage handling broken in GeoServer?

2008-07-22 Thread Jody Garnett
Hi David; well some of the formats people may request require a color map. Formats like geotiff should be able to report back generic raster goodness; but PNG for example expects RGB. To get you RGB values for your PNG encoding will require some kind of ColorTable raster symbolizer thing. What

Re: [Geotools-devel] fun with epsg-hsql

2008-07-22 Thread Jody Garnett
Mixed success here Martin :-) UDig trunk is able to draw using epsg-hsql - and the results look good. I have been forced to turn off the various global hints as they mess up our ability to find stuff on the classpath. But for today this is worth a commit :-) Jody > Jody Garnett a écrit : >> Th

Re: [Geotools-devel] coverage handling broken in GeoServer?

2008-07-22 Thread David Winslow
oops, originally sent this just to Jody. This is using the GeoServer 'release' data; the style for this layer is the default GeoServer 'raster' style. (http://svn.codehaus.org/geoserver/branches/1.7.x/configuration/release/styles/raster.sld) That said, this problem affects WCS GetCoverage request

Re: [Geotools-devel] fun with epsg-hsql

2008-07-22 Thread Jody Garnett
Jody Garnett wrote: > Please note I am making use of the Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER > hint. So it makes sense that the > EPSG factory is not found on the classpath when requested with this Hint. > > So what is the story again on how these hints are supposed to be used? > Is this a ca

Re: [Geotools-devel] fun with epsg-hsql

2008-07-22 Thread Jody Garnett
Okay making some progress here - 1. You may not of done significant work in the last year - but we are running in a new version of Eclipse; and thus a new version of OSGi which is trying to buckle down even harder on the kind of hacking we like to do with FactorySPI. 2. FactoryRegistry.scanForPl

[Geotools-devel] Adding SE 1.1 functions to main

2008-07-22 Thread Jody Garnett
Hi Johann; I have added the Concatenate function to geotools main (we needed it for some SLD 1.0 parsing). I have decided to treat the number of parameters (for a function that allows a variable number of parameters) as a minimum value. So for Concatenate I expect it to be reported in a WFS ca

Re: [Geotools-devel] coverage handling broken in GeoServer?

2008-07-22 Thread Jody Garnett
Hi David; Emily and myself are working on raster symbolizer support in uDig; and as such we are testing some of the functionality you describe. We are just starting so I need to indicate that we don't know much yet ... So can I ask what your SLD looks like? It supplies a ColorMap element etc...

[Geotools-devel] coverage handling broken in GeoServer?

2008-07-22 Thread David Winslow
Hi all, I've gotten a bit out of my depth in tracking down a bug in GeoServer (JIRA issue report is here: http://jira.codehaus.org/browse/GEOS-2020) From a debugger session, it seems that when GeoServer does band selection on a coverage the color model is lost. The code that handles this op

Re: [Geotools-devel] fun with epsg-hsql

2008-07-22 Thread Martin Desruisseaux
Jody Garnett a écrit : > This email is a starting place; I will comment as I learn more. Martin I > assume nothing has changed on your end? No I haven't done any significant work in EPSG factory for a year or so... I will look if I have idea. Martin

[Geotools-devel] fun with epsg-hsql

2008-07-22 Thread Jody Garnett
So I am back to trying out epsg-hsql with udig. Last time I tried I was able to see the epsg authority but unable to retrieve a list of known codes. This time I am getting a very deep stack trace with way more classloader fun than I am used to debugging. This email is a starting place; I will c

Re: [Geotools-devel] 2.5.x branch

2008-07-22 Thread Jody Garnett
Jody Garnett wrote: > - http://jira.codehaus.org/browse/GEOT-1896 User Guide must include all > licenses > I am gong to volunteer for this one; will respond when closed. - This SF.Net email is sponsored by the Moblin Your

Re: [Geotools-devel] Revision 30258 broken?

2008-07-22 Thread Arne Kepp
I don't see any CPU activity for Crucible, so I think it's just a TCP network timeout. I'm happy that the repository is sane, I don't advocate any further action. -Arne Chris Hodgson wrote: > I wonder if the sheer number of changes (or the mixture of many > different types of changes) all in o

Re: [Geotools-devel] 2.5.x branch

2008-07-22 Thread Jody Garnett
Thanks David: One question before we start: - Gabriel? Andrea and myself were talking about keeping FeatureIds stable during a geoserver transaction; the quick solution involves feature events (you are aware of the work) the nice solution involves an API change. Can you review the email message

Re: [Geotools-devel] Paint regions in a shapefile

2008-07-22 Thread Jody Garnett
You can draw a shapefile onto a raster as covered by the following tutorial: - http://docs.codehaus.org/display/GEOTDOC/09+ShapeLab You can encode these as PNG and store them on postgres or something; but postgis does not have a concept of storing rasters as far as I know. felipe gutierrez wrote

Re: [Geotools-devel] Revision 30258 broken?

2008-07-22 Thread Jody Garnett
I think this is when acuster split the repository into two; perhaps he can shed more light on the issue? Jody Arne Kepp wrote: > Hi, > > In that case it's probably just timing out, you can try svn diff -r30258 > http://svn.geotools.org > > The log suggests it's a big one: > r30258 | acuster | 200

[Geotools-devel] 2.5.x branch

2008-07-22 Thread David Winslow
Hi all, I think understand the creation of the 2.5.x branch for geotools has been waiting on the go-ahead from GeoServer. We're definitely ready to create this branch now. We'd like to follow the following plan to create a release ASAP: * branch 2.5.x immediately * build geoserver against it, r

[Geotools-devel] Paint regions in a shapefile

2008-07-22 Thread felipe gutierrez
I want to paint regions in a shapefile and store that change in postgis . Someone could help me? _ Instale a Barra de Ferramentas com Desktop Search e ganhe EMOTICONS para o Messenger! É GRÁTIS! http://www.msn.com.br/emoticonpack---

Re: [Geotools-devel] Revision 30258 broken?

2008-07-22 Thread Arne Kepp
Hi, In that case it's probably just timing out, you can try svn diff -r30258 http://svn.geotools.org The log suggests it's a big one: r30258 | acuster | 2008-05-08 11:02:00 -0400 (Thu, 08 May 2008) | 1 line Reshuffle the top level repo: drop uDig, move up trunk, tags, and branches. If the consi