777879808182838485
} public boolean deselectFeature(Feature feature) { if (selection.containsValue(feature)) { selection.remove(feature); eventBus.fireEvent(new FeatureDeselectedEvent(feature)); } return false; }