if (eNotificationRequired()) {
eNotify(new ENotificationImpl(this, Notification.SET,
RenderPackage.VIEWPORT_MODEL__BOUNDS, oldBounds, bounds));
//notifyListeners(new ViewportModelEvent(this, EventType.CRS, bounds, oldBounds));
notifyListeners(new ViewportModelEvent(this, EventType.BOUNDS, bounds, oldBounds));
}
}