<div dir="ltr">Hey, <div>as far as I know you cant load directly different geometry type into qgis (<a href="http://trac.osgeo.org/qgis/ticket/167">http://trac.osgeo.org/qgis/ticket/167</a>).</div><div><br></div><div>If you have a table with different type in in (point, line, polygon), qgis will ask you to chose which geometry you want to load.</div>
<div>If you have a table with a column with "geometry collection", qgis won't load it.</div><div><br></div><div>This being said, it is easilly worked around (still a hassle) :</div><div>simple : if you have a column with different geometry type, load it multiple time in qgis selecting each time a different geometry type</div>
<div>simple : if you have a column with geometry collection : use ST_CollectionExtract to be in the previous case</div><div><br></div><div>Note:  if you are tired of selecting the type of geometry in qgis, you can create view with only one type of geometry.</div>
<div><br></div><div>dirty way : simply convert everything to polygon ! : use ST_Buffer with small area to convert point and line to polygon.</div><div><br></div><div>Don't hesitate if you need more details.</div><div>
Cheers,</div><div>Rémi-C</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/28 Wesley Roberts <span dir="ltr"><<a href="mailto:jwesroberts@gmail.com" target="_blank">jwesroberts@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Dear PostGIS users,<br><br></div>I am a new postgis user and have a question regarding views and multiple geometry types. I understand that I can create a <i>view</i> where I select a portion of my data using an sql statement and view that <i>view </i>in QGIS. I would like to know if it is possible to create a <i>view </i>that contains multiple geometry types, so for example: a view displaying points lines and polygons from different tables within the my db?<br>

<br></div>The context to this question is as follows. Our organization needs to share a number of GIS layers with an auditor as part of our validation process. Instead of sending the auditor a "bucket load" of shapefiles with instructions on what to look at, I would prefer to share one postGIS DB with all the layers in tables and all of our geo-spatial requirements in views. Is this possible?<br>

<br></div>Many thanks and looking forward to your responses.<span class="HOEnZb"><font color="#888888"><br><div><div><div>Wesley<br clear="all"></div><div><div><br>-- <br><div dir="ltr">Dr Wesley Roberts<br>
<a href="mailto:jwesroberts@gmail.com" target="_blank">jwesroberts@gmail.com</a><br>
Cell: <a href="tel:%2B27%280%2983%205355%20646" value="+27835355646" target="_blank">+27(0)83 5355 646</a><br>skype: roberts-w<br><br>I hear...I forget <br>I see...and I remember <br>I do...and I understand <br>Ancient Chinese Proverb<br>
</div>
</div></div></div></div></font></span></div>
<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">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-bin/mailman/listinfo/postgis-users</a><br></blockquote></div><br></div>