case ProjectPackage.LAYER__ID:
case ProjectPackage.LAYER__GEO_RESOURCE:
case ProjectPackage.LAYER__PROPERTIES:
case ProjectPackage.LAYER__STATUS:
case ProjectPackage.LAYER__ICON:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(),
false, true));
return;
case ProjectPackage.LAYER__ZORDER:
fireNotifyChanged(new ViewerNotification(notification,
((ILayer) notification.getNotifier()).getMap(), true, false));
return;
case ProjectPackage.LAYER__STYLE_BLACKBOARD:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(),
true, false));
return;
}
super.notifyChanged(notification);
}