I am new to processing and I have an issue when trying to use join attributes table in my model.
Simple model:

I have an input points: [point vector] and ID: [field]

create a raster from points using ID using GRID (Nearest Neighbor)
create polygons from raster with Polygonize use ID
Join the polygon to the rest of the original point shapefiles attributes with Join Attribute Table and the ID field

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?
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to