Point ts = MisoUtil.tileToScreen(_metrics, tx, ty, new Point());
// log.info("Added portal", "portal", portal, "screen", StringUtil.toString(p), "tile",
// StringUtil.coordsToString(tx, ty), "tscreen", StringUtil.toString(ts));
ObjectInfo info = new ObjectInfo(0, tx, ty);
info.action = "portal:" + portal.portalId;
// TODO: cache me
ObjectTile tile = new PortalObjectTile(
ts.x + _metrics.tilehwid - p.x + (PORTAL_ICON_WIDTH / 2),