TextSymbolizer.java line 285: public void addToOptions(String key, String value) ..
Its also in the interface 'org.geotools.styling.TextSymbolizer'. This is both in geotools SVN - trunk and 2.1.x branch. Its been there for a while. Geoserver uses the plain-jane geotools styling system, so you can read "Geoserver enhanced ...." as "Geotools enhanced ...". The SLD DOM parser will automatically parser XML SLD documents with Vendor options in them. org.geotools.styling.SLDParser line 972. I think you're using older versions of geotools or you should see this code. The SVN appears to be still down so you might have to wait a while to get a more up-to-date version. dave ---------------------------------------------------------- This mail sent through IMP: https://webmail.limegroup.com/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
