this.parallelContext.setMode(PrecisionToolsMode.WAITING);
List<IDrawCommand> commands = new ArrayList<IDrawCommand>();
DrawFeatureCommand drawCmd = new DrawFeatureCommand(feature);
commands.add(drawCmd);
FeatureHighLight animation = new FeatureHighLight(commands, new Rectangle());
AnimationUpdater.runTimer(handler.getContext().getMapDisplay(), animation);
}