<div dir="ltr">Hey,<div>in QGIS you will have slow visualization essentially on faces.</div><div><br></div><div>If your topogeom are based on node or edge it is faster.</div><div><br></div><div>If not, I use materialized view (requiere postgres 9.3), as a "buffer" for qgis. The problem is QGIS 2.0 doesn't support yet materialized view, so you have to create a proxy view onto your materialized view for qgis!</div>
<div>It is a bit of useless code but it is a great comfort gain.</div><div><br></div><div>Also, you can use QGis visualisation settings to make the element appears dynamically, again this is better than just waiting with blank screen</div>
<div><br></div><div>Cheers,</div><div>Rémi-C</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/28 Christophe Vergon <span dir="ltr"><<a href="mailto:christophevergon-girtec@orange.fr" target="_blank">christophevergon-girtec@orange.fr</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
OK.<br>
<br>
So for now, working with a large topology data set is not practical.  Some processing should not be a problem, if it operates on the primitives, which are indexed.<br>
<br>
-----<br>
</blockquote></div>
I'm not sure to understand all of the problem, the way I use to link Buissnes Object (here "tronfluv" ) and Primitives in a request is as folow<br>
<br>
SELECT st_AsBinary(st_<u></u>GetFaceGeometry('topocommune',<u></u>face_id)),idtronfluv FROM topocommune.face,topocommune.<u></u>relation, schemaname.tronfluv WHERE layer_id=:lid AND mbr && st_LineFromText(:rg,srid) AND face_id=element_id AND (the_topo).id=topogeo_id;<br>

<br>
Nota : :rg parameter who describe a polyline (a rectangle in fact).<br>
<br>
It works well and relatively fast with a large topology dataset (23 518 Buissnes Object "tronfluv" in my Database)<span class="HOEnZb"><font color="#888888"><br>
<br>
Christophe</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-<u></u>bin/mailman/listinfo/postgis-<u></u>users</a><br>
</div></div></blockquote></div><br></div>