Re: [Geotools-devel] default geometries of simple features

2009-06-15 Thread Justin Deoliveira
Brining this thread back into focus. Unless there are more concrete objection to the patch I would like to apply it, because it is a regression. The behavior was until recently to map "" to any geometry, and now that is not the case. Ben Caradoc-Davies wrote: > Andrea Aime wrote: >> Jody Garnet

Re: [Geotools-devel] default geometries of simple features

2009-06-15 Thread Ben Caradoc-Davies
Andrea Aime wrote: > Jody Garnett ha scritto: >> So the alternative to "any" is "all" - what would be the consequence >> of rendering all geometry? > > Complete, utter nonsense? ;-) Indeed. Even for simple features you could have, for example, the location of a measuring instrument as one proper

Re: [Geotools-devel] default geometries of simple features

2009-06-14 Thread Andrea Aime
Jody Garnett ha scritto: > So the alternative to "any" is "all" - what would be the consequence > of rendering all geometry? Complete, utter nonsense? ;-) Other geometries might be of different nature: the symbolizer that is not specifying the geom name would apply to all and render weird stuff (

Re: [Geotools-devel] default geometries of simple features

2009-06-14 Thread Jody Garnett
Hi Justin: Yeah I understand the conflict. The definition of "" kind of stands for "draw this feature"; and it is never quite clear what is expected... The other way to interpret this is as a request to draw *all* the geometry associated with the feature - but we made use of default geometry as a

Re: [Geotools-devel] default geometries of simple features

2009-06-12 Thread Justin Deoliveira
FYI, i have attached a patch which fixes this issue to this jira: http://jira.codehaus.org/browse/GEOT-2550 Please speak up if you have issue with it. -Justin Gabriel Roldan wrote: > Justin Deoliveira wrote: >> Some changes to the implementation of >> SimpleFeature.getDefaultGeometry() are cau

Re: [Geotools-devel] default geometries of simple features

2009-06-11 Thread Gabriel Roldan
Justin Deoliveira wrote: > Some changes to the implementation of SimpleFeature.getDefaultGeometry() > are causing some problems with geoserver cite tests. The changes in > question are described here: > > http://jira.codehaus.org/browse/GEOT-2403 > > As stated in the issue, the method before th

[Geotools-devel] default geometries of simple features

2009-06-11 Thread Justin Deoliveira
Some changes to the implementation of SimpleFeature.getDefaultGeometry() are causing some problems with geoserver cite tests. The changes in question are described here: http://jira.codehaus.org/browse/GEOT-2403 As stated in the issue, the method before the changes was inconsistent with the co