status.setGpsTraceName(name);
GWT.log("assignTagToPoints for:" + status);
GWT.log("EVENT: fire MatchingPointsBusyEvent");
eventBus.fireEvent(new MatchingPointsBusyEvent());
// fire the async
assignService.assignTagToPoints(status, new AsyncCallback<AssignStatus>() {
@Override