[Geotools-devel] [jira] (GEOT-4542) Rendering line crossing dateline

2013-08-21 Thread Andreas Holzmann (JIRA)
Andreas H

Re: [Geotools-devel] 10-RC1 artifacts up and blog post ready, please check

2013-08-21 Thread Andrea Aime
On Thu, Aug 22, 2013 at 7:09 AM, Jody Garnett wrote: > Was there anything else needed for this blog post? I corrected a > reference to "beta" a couple days ago. > Oh sorry, simply forgot about it. Published it now Cheers Andrea -- == Our support, Your Success! Visit http://opensdi.geo-soluti

Re: [Geotools-devel] Thinking about support for randomized fills with repeated symbols

2013-08-21 Thread Andrea Aime
On Wed, Aug 21, 2013 at 11:43 PM, Phil Scadden wrote: > > How do you do 601 with two micro-symbols? >> > > You do two PolygonSymbolizers, superimposed (and yes, in this case it's > unavoidable > that the two sets of micro symbols end up overlapping with each other, > which is > what is actually

Re: [Geotools-devel] 10-RC1 artifacts up and blog post ready, please check

2013-08-21 Thread Jody Garnett
Was there anything else needed for this blog post? I corrected a reference to "beta" a couple days ago. On Mon, Aug 19, 2013 at 12:41 AM, Andrea Aime wrote: > Hi, > the blog post is available on blogger.com, and the artifacts are > available on sourceforge: > > http://sourceforge.net/projects/g

Re: [Geotools-devel] gt-xsd-core and apache classes for date and time processing

2013-08-21 Thread Jody Garnett
Okay so let me follow that chain .. the xsdlib.jar is distributed as part of JAXB. *webservices developers pack license* Here is an announcement of web services developers pack: http://docs.oracle.com/cd/E17802_01/webservices/webservices/docs/1.5/ReleaseNotes.html The license link is broken but i

Re: [Geotools-devel] DateUtils have we modified this file?

2013-08-21 Thread Jody Garnett
Okay I will restore the original header and we can get on with life. On Thu, Aug 22, 2013 at 7:15 AM, Justin Deoliveira wrote: > Hmmm... nope. I have may have touched this class at some point but never > significantly. > > > On Wed, Aug 21, 2013 at 4:45 PM, Jody Garnett wrote: > >> Do you know a

Re: [Geotools-devel] Thinking about support for randomized fills with repeated symbols

2013-08-21 Thread Phil Scadden
>* Paint the symbols also when crossing the tile borders, but in this case, make sure the other half of the symbol is painted on >the opposed side of the image (tricky, but doable) okay, I am impressed With the above approach I don't believe I need to do this. Or am I missing something? If yo

Re: [Geotools-devel] DateUtils have we modified this file?

2013-08-21 Thread Justin Deoliveira
Hmmm... nope. I have may have touched this class at some point but never significantly. On Wed, Aug 21, 2013 at 4:45 PM, Jody Garnett wrote: > Do you know anything about this one Justin? > > At the very least we changed the name from Utility to DateUtils. > > Earliest discussion I found was 2007

Re: [Geotools-devel] DateUtils have we modified this file?

2013-08-21 Thread Jody Garnett
Do you know anything about this one Justin? At the very least we changed the name from Utility to DateUtils. Earliest discussion I found was 2007: http://lists.refractions.net/pipermail/udig-devel/2007-March/007404.html (But the class was already in place then) Jody On Tue, Aug 20, 2013 at 1

Re: [Geotools-devel] db2 source code question

2013-08-21 Thread Jody Garnett
You will need to look up the history for *each* of the files mentioned. I must not of been clear ... It looks as if you cut and pasted the same (C) 2002-2008 date range in everywhere, and this timeframe does not match with jdbc-ng. The following files are effected: modules/plugin/jdbc/jdbc-db2/s

Re: [Geotools-devel] GEOS-5958 and root login

2013-08-21 Thread Justin Deoliveira
My thought is that it would not show up in the config.xml file, and just be something completely transparent to the user. And only have things in config.xml that would be user configurable. On Wed, Aug 21, 2013 at 10:55 AM, Christian Mueller < christian.muel...@os-solutions.at> wrote: > Hi Justi

Re: [Geotools-devel] gt-xsd-core and apache classes for date and time processing

2013-08-21 Thread Justin Deoliveira
Hey Jody, It was in a upstream dependency of jaxb. Here is the artifact specifically: http://mvnrepository.com/artifact/com.sun.msv.datatype.xsd/xsdlib/20060614 Pulled in transitively from the old jaxb jars, through the relaxng dependency. -Justin On Tue, Aug 20, 2013 at 12:25 AM, Jody Garn

Re: [Geotools-devel] gt-xsd-gml3 Circle question for justin

2013-08-21 Thread Justin Deoliveira
Not sure. The patch was submitted by Erik van de Pol from this jira issue. https://jira.codehaus.org/browse/GEOT-3324 On Tue, Aug 20, 2013 at 12:20 AM, Jody Garnett wrote: > Another one for you justin, as module maintainer of gt-xsd-gml3. > > gt-xsd-gml3/Code/org/geotools/gml3/Circle.java > >

Re: [Geotools-devel] filter questions for justin

2013-08-21 Thread Justin Deoliveira
Hey Jody, Answers inline. On Tue, Aug 20, 2013 at 12:06 AM, Jody Garnett wrote: > Afternoon Justin: > > In yesterday's meeting you asked me to send email if I had any specific > questions for you. > > You may be in position to answer questions on the Filter API? > > *Filter API * > > org/opengis

Re: [Geotools-devel] GEOS-5958 and root login

2013-08-21 Thread Christian Mueller
Hi Justin I will use a constant filter chain in any case. The question is if this chain is stored in the security/config.xml or injected on start. We have a hook for this, as an example look at the last method in https://github.com/geoserver/geoserver/blob/master/src/extension/security/cas/src/ma

Re: [Geotools-devel] Thinking about support for randomized fills with repeated symbols

2013-08-21 Thread Andrea Aime
On Tue, Aug 20, 2013 at 11:35 PM, Phil Scadden wrote: > Since I work heavily with geological maps, I am going to be cheering > this one. However, what happens to fill when a polygon crosses a tile > boundary? Somehow you are going to need your micro pattern component to > be placed so drawing it

Re: [Geotools-devel] db2 source code question

2013-08-21 Thread Christian Mueller
Changed the date range, hope it is ok now :-) On Wed, Aug 21, 2013 at 2:42 PM, Jody Garnett wrote: > Had a look and it seems you have fallen into cut and paste trouble again. > The date range was provided as: > > (C) 2002-2008, Open Source Geospatial Foundation (OSGeo) > > Which is incorrect, ch

Re: [Geotools-devel] db2 source code question

2013-08-21 Thread Jody Garnett
Had a look and it seems you have fallen into cut and paste trouble again. The date range was provided as: (C) 2002-2008, Open Source Geospatial Foundation (OSGeo) Which is incorrect, checking file history (as much of as is in git) shows a range of 2011-2012. I have added those comments to the pu

Re: [Geotools-devel] db2 source code question

2013-08-21 Thread Jody
Thanks Christian I will 'git' right on that next. -- Jody Garnett On Wednesday, 21 August 2013 at 8:30 PM, Christian Mueller wrote: > Hi Jody > > Here is the pull request > > https://github.com/geotools/geotools/pull/251 > > Since this was my first pull request, I hope it is correct

Re: [Geotools-devel] db2 source code question

2013-08-21 Thread Christian Mueller
Hi Jody Here is the pull request https://github.com/geotools/geotools/pull/251 Since this was my first pull request, I hope it is correct :-) Cheers Christian On Tue, Aug 20, 2013 at 3:46 PM, Jody Garnett wrote: > That is great, thanks for the clarification - do you think you (as the > au