new ViewChangeEvent(NoticeView.class).notify(proxy);
// Open the dialog
final double dialogScale = scaleMap.get(SCENE_IMAGE_NAME);
if (city.getActiveShip()!=null){
// city 2 ship
dialogUpdater.updateDialog(new TradeDialog(topLeft, dialogScale,city,ETransferDialogType.CITY_TO_SHIP));
} else if (city.getPlayer().findBuildings(city.getCity())!=null){
// city 2 branch office
dialogUpdater.updateDialog(new TradeDialog(topLeft, dialogScale,city,ETransferDialogType.CITY_TO_STORAGE));
}
}
} // end loading crane
else if (polyName.equals(polyNames[1])){ // stairs
// replace the scene with the market scene