On Fri, Dec 17, 2010 at 3:51 AM, Jody Garnett <[email protected]> wrote: > So I am getting tripped over the following method: > LabelCache.put( String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange<Double> scaleRange) > In GeoTools 2.7-M4 this method used Feature, is this api changing in > response to aaime's work on rendering app schema? And if so should it not be > changing to use Feature rather than the other way.
Jody, I think there is something odd going on here, the code on the OSGeo SVN does use Feature: http://svn.osgeo.org/geotools/trunk/modules/library/render/src/main/java/org/geotools/renderer/lite/LabelCache.java void put( String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange<Double> scaleRange) ; Actually the change is recent and yes, has to do with supporting complex features, up until Nov 21 it used to use SimpleFeature instead, but now it's definitely using Feature Cheers Andrea > Jody > > On 17/12/2010, at 10:36 AM, Jody Garnett wrote: > > Hi Justin: > I have one bug I am looking at with respect to labels being broken; as such > I want to sort it out before you release. > I am taking my udig over to SNAPSHOT to confirm the problem. > Is anyone aware of recent labeling work (between geotools 2.6 and 2.7 I > guess). I do notice an api change since GeoTools 2.7-M4 was made. > Jody > On 17/12/2010, at 7:42 AM, Justin Deoliveira wrote: > > Hi all, > Unless there are any objections i am going to start the 2.7-M5 release later > today, after most people have hopefully gone home :). Although I guess it > might be early morning for the aussies ;) > -Justin > > -- > Justin Deoliveira > OpenGeo - http://opengeo.org > Enterprise support for open source geospatial. > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d_______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > -- ----------------------------------------------------- Ing. Andrea Aime Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584962313 fax: +39 0584962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ----------------------------------------------------- ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
