<pre>I would like to directly get postgres - data into qgis with a few mouse
<span class="moz-txt-citetags">></span>clicks
</pre><blockquote type="cite" style="color: rgb(0, 0, 0);"><pre><span class="moz-txt-citetags">></span>Having Data in a postgres database like:
</pre></blockquote><blockquote type="cite" style="color: rgb(0, 0, 0);"><pre><span class="moz-txt-citetags">></span>Header: Place, Zipcode, number of oaktrees, latitude, longitude, alitude
</pre></blockquote><blockquote type="cite" style="color: rgb(0, 0, 0);"><pre><span class="moz-txt-citetags">></span>Data:     Horn, 32805, 123090, 8.91, 51,87, 270
</pre></blockquote><pre>
If I understand your need and if you have installed Postgis.

I think you can try even this way:

using the "RT SQL Layer" plugin you can add this query sql as a layer to the
qgis canvas.

select oid, ST_GeomFromText(''POINT(' || longitude || ' ' || latitude || '
)'');

Regards,
</pre><br clear="all"><br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty אטלעש<br>-----------------<br><br>