Hi,<br><br>I'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>  ....<br>  layer<br>    name "Municípios"<br>    status on<br>    connectiontype postgis    <---- Error Here!!<br>    connection "user=postgres dbname=db_name host=localhost port=5432"<br>    data "the_geom from municipios"<br>
    ...<br>  end<br><br><br>I'm using tcl/tk8.5 and mapserver 5.2.1 under Windows XP...<br><br>Thanks for advance,<br><br>Thiago Tiedtke dos Reis