public Location getLocationAtHex(Tuple hex) {
   return _mapPane.getLocations().get(hex);
 }