currentStudyRegion = event.studyRegion;
}
});
eventBus.addHandler(BindPolyLineToRoadEvent.TYPE,
new BindPolyLineToRoadEventHandler() {
public void onBindPolyLineToRoad(BindPolyLineToRoadEvent event) {
TagPolyline p = event.getPolyline();
currentPolyline = p;
polylineHash.put(p.getRoadDetailsId(), p);
/* FOR DEBUGGING ONLY