Okay I got it - my bad. A geneated feature used to render icons in the legend did not match up with the symbolizer geometryName as was causing me trouble :-)
Jody On Sat, Mar 14, 2009 at 11:42 PM, Jody Garnett <[email protected]> wrote: > Hi Ben; I was debugging a rendering problem in uDig today and isolated it to > this SimpleFeatureType method: >> >> public Object getAttribute(String name) { >> Integer idx = index.get(name); >> if(idx != null) >> return getAttribute(idx); >> else >> return null; >> } > > The index is empty; and in fact the index could be stored at the FeatureType > level in a user data property field (and shared between instances). > > Is this related to the changes you were working on last week? > > Jody > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
