<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body dir="auto">
<div>Hi,</div>
<div><br>
</div>
<div>Personally I would advice to use FILTER for that. FILTER is passed directly to the PostGIS DB as Part of the SQL WHERE and this way you can distinct more easily between "FROM" (DATA) and "WHERE" (FILTER).</div>
<div><br>
</div>
<div>For example in combination with OSM one can re-use the DATA for different road categories and distinct which objects to load via FILTER (e.g. FILTER "type in ('primarily', 'primarily_link')" ).</div>
<div><br>
</div>
<div>
<p class="MsoNormal" style="margin: 0cm 0cm 0.0001pt; "><br>
</p>
<div>
<div class="MsoNormal" align="center" style="margin: 0cm 0cm 0.0001pt; text-align: center; ">
<hr size="2" width="100%" align="center" style="text-align: -webkit-auto;">
</div>
<p class="MsoNormal" style="margin: 1pt 0cm 0.0001pt; "><span style="background-color: rgba(255, 255, 255, 0);">Gregor Karzelek<br>
Systemarchitekt<o:p></o:p></span></p>
<p class="MsoNormal" style="margin: 12pt 0cm 0.0001pt; "><span style="background-color: rgba(255, 255, 255, 0);">HELLER Ingenieurgesellschaft mbH<br>
Otto-Hesse-Straße 19 / T3<br>
64293 Darmstadt<br>
Tel.: <a href="tel:+49%206151%2066846-16" x-apple-data-detectors="true" x-apple-data-detectors-type="telephone" x-apple-data-detectors-result="0/0">+49 6151 66846-16</a><br>
Fax: <a href="tel:+49%206151%2066846-22" x-apple-data-detectors="true" x-apple-data-detectors-type="telephone" x-apple-data-detectors-result="0/1">+49 6151 66846-22</a><br>
E-Mail: <a href="mailto:gregor.karzelek@heller-ig.com">gregor.karzelek@heller-ig.com</a> <br>
Internet: <a href="http://www.heller-ig.com/">www.heller-ig.com</a><o:p></o:p></span></p>
<p class="MsoNormal" style="margin: 12pt 0cm 0.0001pt; "><span style="background-color: rgba(255, 255, 255, 0);">Geschäftsführer: Dipl.-Ing. Henning Balck, Dipl.-Ing. Christian Komma<br>
Handelsregister: Amtsgericht Darmstadt HRB 8310<br>
Ust.-Ident.-Nr.: DE <a href="tel:217%20293%20137" x-apple-data-detectors="true" x-apple-data-detectors-type="telephone" x-apple-data-detectors-result="1">217 293 137</a></span></p>
</div>
</div>
<div><br>
Am 07.02.2014 um 16:51 schrieb "Travis Kirstine" <<a href="mailto:traviskirstine@gmail.com">traviskirstine@gmail.com</a>>:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div dir="ltr">What is the best practice for using selecting data with a where clause in MapServer using PostGIS connection
<div><br>
</div>
<div>i.e.</div>
<div><br>
</div>
<div>
<div>DATA "the_geom from (SELECT gid, the_geom FROM audience_table WHERE audience = 'Farmers') as foo using unique gid using SRID=4326"</div>
</div>
<div><br>
</div>
<div>OR</div>
<div><br>
</div>
<div>DATA "the_geom from audience_table using SRID=4326"<br>
</div>
<div><br>
</div>
<div>with a class expression</div>
<div><br>
</div>
<div>CLASSITEM audience</div>
<div>....</div>
<div>EXPRESSION 'Farmer'</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>mapserver-users mailing list</span><br>
<span><a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a></span><br>
<span><a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a></span></div>
</blockquote>
</body>
</html>