Possible Duplicate:
Create new polygon layers from postcodes latitude & longitude
I'm running QGIS 1.8.0
I have a list of points that I need to convert to one polygon. So far I have been using the Point2One plugin which produces a zigzagged polygon, instead of one full polygon.
To change the output result, I modified the numerical order of the ID column in the dbf to connect points in order yet I still get the same result.
The "Create output features based on input field" or "Sort points by this field" yields an error
I've looked at Createing polygon layer from point data using QGIS? but my problem seems a bit different.
I thought converting these points to a csv or txt format might work.
This seems like fairly easy problem to solve but I'm hung up. Any suggestions?
Thanks all!