// Update our target layer. If there is a current projection and this
// layer is active, we need to pass it along.
if (getProjection() != null) {
Layer currentLayer = configureAppropriateLayer(getProjection().getScale());
fireStatusUpdate(LayerStatusEvent.START_WORKING);
currentLayer.projectionChanged(new ProjectionEvent((Object) null, getProjection()));
}
}