if(!IFilterViewer.same(stored, current)){
Layer layer = getElement(Layer.class);
if( layer != null ){
StyleBlackboard blackboard = layer.getStyleBlackboard();
blackboard.put(ProjectBlackboardConstants.LAYER__DATA_QUERY, current );
layer.refresh(null); // force redraw?
}
}
}
/* Grabs the layer and fills in the current page. */