<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <link href="chrome://translator/skin/floatingPanel.css"
      type="text/css" rel="stylesheet">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="+1"><tt>I am new to processing and I have an issue when
        trying to use join attributes table in my model.<br>
        Simple model:<br>
        <br>
        I have an input points: [point vector] and ID: [field]<br>
        <br>
        create a raster from points using ID using GRID (Nearest
        Neighbor)<br>
        create polygons from raster with Polygonize use ID<br>
        Join the polygon to the rest of the original point shapefiles
        attributes with Join Attribute Table and the ID field<br>
        <br>
        I can do this manually but when I try to do it in the modeler it
        doesn't give me any choices for the Input Layer2 and anything I
        type in there just gives me an error when I select OK.  I dug
        around in the processing code and in JoinAttributes.py for the
        second parameter I changed ParameterTable to ParameterVector and
        now it allows me to select points like I wanted.  I'm guessing
        this is not correct but I'm not sure what the correct thing is?<br>
      </tt></font>
    <div style="bottom: auto; left: 553px; right: auto; top: 145px;
      display: none;" class="translator-theme-default"
      id="translator-floating-panel">
      <div title="Click to translate"
        id="translator-floating-panel-button"></div>
    </div>
  </body>
</html>