public HoverLayer(IUniqueIndexLayer underlyingLayer,
boolean useDefaultConfiguration) {
super(underlyingLayer);
if (useDefaultConfiguration)
addConfiguration(new BodyHoverStylingBindings(this));
registerCommandHandler(new HoverStylingCommandHandler(this));
registerCommandHandler(new ClearHoverStylingCommandHandler(this));
}