I'm not sure which version was released on which day.
If you are running from source code then you can just check in
LabelCacheDefault.java (about line 130):
public boolean DEFAULT_GROUP=false; //what to do if there's no grouping
option
If its "false" then you'll find that labels with the same name will be
rendered multiple times. If its "true" then labels with the same name
will only be displayed once.
You can change the behavior programatically (and with SLD).
In SLD, you add this to the TextSymbolizer:
<VendorOption name="group">no</VendorOption>
Programmatically, when you build your TextSymbolizer, use this:
org.geotools.styling.TextSymbolizer#addToOptions(java.lang.String,
java.lang.String)
textsymbolizer.addToOptions("group","no");
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users