Parent Directory
|
Revision Log
|
Patch
branches/2.0-RC1/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java revision 607 by alfonx, Wed Dec 9 15:13:42 2009 UTC | branches/2.0-RC2/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java revision 671 by alfonx, Wed Feb 3 19:08:37 2010 UTC | |
---|---|---|
# | Line 262 public class FeatureMapLayerSelectionSyn | Line 262 public class FeatureMapLayerSelectionSyn |
262 | } else { | } else { |
263 | Set<FeatureId> fids = new HashSet<FeatureId>(); | Set<FeatureId> fids = new HashSet<FeatureId>(); |
264 | for (String fid : newSelection) { | for (String fid : newSelection) { |
265 | fids.add(FilterUtil.FILTER_FAC2.featureId(fid)); | if (fid != null) |
266 | fids.add(FilterUtil.FILTER_FAC2.featureId(fid)); | |
267 | } | } |
268 | ||
269 | selectionFTStyle.rules().get(0).setFilter( | selectionFTStyle.rules().get(0).setFilter( |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |