Hi,<br><br>I&#39;m trying to use the tcl mapscript to retrieve data from postgres+postgis database, but whitout success. The mapscript do not support the connectiontype postgis ?<br><br>A error is generated in follow line from my mapfile:<br>
<br><br>&nbsp; ....<br>&nbsp; layer<br>&nbsp;&nbsp;&nbsp; name &quot;Municípios&quot;<br>&nbsp;&nbsp;&nbsp; status on<br>&nbsp;&nbsp;&nbsp; connectiontype postgis&nbsp;&nbsp;&nbsp; &lt;---- Error Here!!<br>&nbsp;&nbsp;&nbsp; connection &quot;user=postgres dbname=db_name host=localhost port=5432&quot;<br>&nbsp;&nbsp;&nbsp; data &quot;the_geom from municipios&quot;<br>
&nbsp;&nbsp;&nbsp; ...<br>&nbsp; end<br><br><br>I&#39;m using tcl/tk8.5 and mapserver 5.2.1 under Windows XP...<br><br>Thanks for advance,<br><br>Thiago Tiedtke dos Reis