lineButton.setVisible(false);
shapeButton.setVisible(false);
}
});
eventBus.addHandler(ShowRoadsEvent.TYPE, new ShowRoadsEventHandler() {
@Override
public void onShowRoads(ShowRoadsEvent event) {
// make sure line button is on and shape button is off
lineButton.setVisible(true);