446447448449450451452453454
} else if (bo instanceof Event) { return new MoveEventFeature(this); } else if (bo instanceof Lane) { return new MoveLaneFeature(this); } return super.getMoveShapeFeature(context); }