/[schmitzm]/trunk/src/skrueger/geotools/StyledLayerUtil.java
ViewVC logotype

Diff of /trunk/src/skrueger/geotools/StyledLayerUtil.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 694 by alfonx, Fri Feb 12 11:28:41 2010 UTC revision 695 by alfonx, Fri Feb 12 20:46:08 2010 UTC
# Line 951  public class StyledLayerUtil { Line 951  public class StyledLayerUtil {
951                          for (final Rule rule : rules) {                          for (final Rule rule : rules) {
952    
953                                  // Check if this RULE shall actually appear in the legend                                  // Check if this RULE shall actually appear in the legend
954                                  if (rule.getName().endsWith(HIDE_IN_LAYER_LEGEND_HINT))                                  if (rule.getName() != null && rule.getName().endsWith(HIDE_IN_LAYER_LEGEND_HINT))
955                                          continue;                                          continue;
956    
957                                  /**                                  /**

Legend:
Removed from v.694  
changed lines
  Added in v.695

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26