Re: [Geotools-devel] Diamond exit line renderer

2013-05-27 Thread Andrea Aime
On Sun, May 26, 2013 at 3:59 PM, Mihail Ivanchev mihai...@gmail.com wrote: Hello GeoTools! For my research work I am drawing aliased lines of thickness 1 with the requirement that coincident line segments should be drawn using the same set of pixels in the common region. Sadly, this is not

[Geotools-devel] Graphic-margin vendor option for graphic fills

2013-05-27 Thread Andrea Aime
Hi, I need to add a new functionality to the rendering engine that allows to add spaces around the symbols in a graphic fill. The need for spaces in graphic fill is easy to understand, it allows to control the density of the fill. However, in this case I also need to be able to control the

[Geotools-devel] [jira] (GEOT-4471) ReprojectingFilterVisitor.findPropertyCRS() casts AttributeDescriptor

2013-05-27 Thread Rini Angreani (JIRA)
Rini

[Geotools-devel] Supporting circular arcs in GeoTools

2013-05-27 Thread Andrea Aime
Hi, I am looking into end-to-end support for circular arcs in GeoTools. The requirement would be to take a circular arc from the data source (SQL Server 2012 in this case, http://msdn.microsoft.com/en-us/library/ff929141.aspx), and maintain the data in its native form until it can be encoded in

Re: [Geotools-devel] Proposal: efficient support for multicoverage grid readers

2013-05-27 Thread Andrea Aime
On Wed, May 15, 2013 at 5:16 AM, Jody Garnett jody.garn...@gmail.comwrote: So my feedback (from the meeting) was that I tend to focus not he Tasks section (in order to determine what work is needed from the community to make the proposal happen, and what time frame the work is happening in).

Re: [Geotools-devel] Graphic-margin vendor option for graphic fills

2013-05-27 Thread Jody Garnett
As said, the parsing and key name are already there, I would just like to use them inside PolygonSymbolizer instead of being limited to TextSymbolizer like today Any concern? Seems fine, challenging problem. Joody

[Geotools-devel] GeoTools / GeoServer Meeting 2013-05-27

2013-05-27 Thread Ben.Caradoc-Davies
GeoTools / GeoServer Meeting 2013-05-27 === Attending - Andrea Aime Ben Caradoc-Davies Jody Garnett Justin Deoliveira Jukka Rahkonen Agenda -- * FOSS4G NA * Passing thread locals in thread pools * Arc support in GeoTools * GeoTools change

Re: [Geotools-devel] SchemaCache timeout error

2013-05-27 Thread Mauro Bartolomeoli
Hi all, I tried to fix some remaining issues with GEOT-4467, in particular the File.deleteOnExit() usage. You find the alternative solution here: https://github.com/mbarto/geotools/commit/c1733941f9cfaf3642e7ce33cf8844b4ae21b104 It's based on synchronization in the topic moments of resolving

[Geotools-devel] [jira] (GEOT-4472) JDBCDataStore.createSchema fails when feature type contains column named fid

2013-05-27 Thread Justin Deoliveira (JIRA)
Justin

Re: [Geotools-devel] Mentoring a Summer of Code Project

2013-05-27 Thread Landon Blake
I'll do all of the heavy lifting. :] Thanks for stepping up as the official mentor Andrea. I'll have Julian touch base in the next few days when we get some initial tasks complete. Landon On Sat, May 25, 2013 at 9:11 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Wed, May 22, 2013 at

Re: [Geotools-devel] Supporting circular arcs in GeoTools

2013-05-27 Thread Justin Deoliveira
Sounds like a good approach to me. So to clarify, are you planning on taking the Circle/Arc code from the gml3 module and putting that in the api module? On Mon, May 27, 2013 at 3:15 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: Hi, I am looking into end-to-end support for circular arcs

[Geotools-devel] backporting feature attribute vistior change

2013-05-27 Thread Justin Deoliveira
Hi all, I was wondering if anyone had any objections to backporting this change. https://github.com/geotools/geotools/pull/195 https://jira.codehaus.org/browse/GEOT-4457 I ask because it adds a new interface, FeatureAttributeVisitor. However it shouldn't have any backwards compatibility

Re: [Geotools-devel] Diamond exit line renderer

2013-05-27 Thread Mihail Ivanchev
Hello, Andrea. Aliased rendering is not popular these days (everybody wants maps to be pretty). That said, I guess having a nicer alternative for those that do can always come in handy. It's indeed a nice alternative; I personally consider the default behaviour flawed. I agree one doesn't

Re: [Geotools-devel] SchemaCache timeout error

2013-05-27 Thread Ben Caradoc-Davies
Thanks, Mauro. That looks great! I had two small stylistic observations: (1) I do not think you need your static synchObject; you could achieve the same effect synchronising on the class object with synchronized(SchemaClass.class). (2) If you make any minor changes, please remove the trailing

Re: [Geotools-devel] Proposal: efficient support for multicoverage grid readers

2013-05-27 Thread Ben Caradoc-Davies
+0. Andrea, this is a thoroughly documented proposal. The level of detail inspires confidence; only my lack of knowledge of coverages in GeoServer limits my vote to +0. On 08/05/13 23:34, Andrea Aime wrote: Hi all, here is our overhauled proposal for multicoverage grid readers:

Re: [Geotools-devel] Proposal: structured coverage grid readers, aka generic means of finding what's inside a mosaic

2013-05-27 Thread Ben Caradoc-Davies
+0. (Same reason as before.) I do have a couple of questions: My recollection is that the NetCDF CF (previously COARDS) Conventions were limited to one-grid-per file. Are your multiple coverages all on the same grid? Do you support CF Conventions? Kind regards, Ben. On 09/05/13 00:00, Andrea

[Geotools-devel] Community patch submission and the contributor agreement

2013-05-27 Thread Ben Caradoc-Davies
With the recent adoption of the new GeoTools contributor agreement, the PMC considered the status of patches submitted by community members who have not signed the agreement. For example, we sometimes receive patches attached to Jira issues or emailed to the mailing lists. As mentioned in