Re: [Geoserver-users] Application Schema and SLD

2012-09-16 Thread Ben Caradoc-Davies
That looks like the last-resort fallback of the GeoTools Encoder: if all else fails, encode the string representation of the Java object. How is your property defined in your schema? What is its type? Is your schema valid? Does your schema conform the GML object/property rules for an applicatio

Re: [Geoserver-users] Application Schema and SLD

2012-09-14 Thread jdoley
As far as I got with this problem is to note that what appears on my map is the result of org.geotools.feature.AttributeImpl.toString() which appends the attribute value with ClassName + ":" + "<" + attribute_type + ">=" rather than the simple value of the attribute (from getValue()) Unable to

[Geoserver-users] Application Schema and SLD

2012-09-10 Thread jdoley
In 2.2-RC2, I have a simple test application schema that just converts names, eg, using the topp:states shapefile, the inner "STATE_ABBR" becomes "StateAbbr" This all works fine (GetFeature, GetMap, and GetGeatureInfo) except when I reference a transformed name as the label property in an SLD TextS