hello i receive error message when i try this request <br><br><a href="http://192.168.12.60/cgi-bin/mapserv?map=/var/www/geomod/demo.map&amp;TYPENAME=Stations_de_Bus_TCL&amp;SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=GetFeature&amp;SRS=EPSG%3A2154&amp;BBOX=606718.21606768,6453456.066322,1087998.2160677,6593744.066322">http://192.168.12.60/cgi-bin/mapserv?map=/var/www/geomod/demo.map&amp;TYPENAME=Stations_de_Bus_TCL&amp;SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=GetFeature&amp;SRS=EPSG%3A2154&amp;BBOX=606718.21606768,6453456.066322,1087998.2160677,6593744.066322</a>   no data but i saw in postgis log that there found few<br>
<br>i think i forget something in mapfile <br>layer is explain like that <br><br>LAYER<br>        CONNECTIONTYPE postgis<br>  CONNECTION &quot;host=localhost dbname=plaigis user=toto password=XXXX port=5432&quot;<br>  DATA &quot;geometry FROM restcl_bus_point&quot;<br>
        NAME &quot;Stations_de_Bus_TCL&quot;<br>        TYPE POINT<br>        DEBUG 5<br>        DUMP TRUE<br>        LABELCACHE ON<br>        METADATA<br>        ows_TITLE &quot;Stations_de_Bus_TCL&quot; ##required<br>        &quot;ows_SRS&quot; &quot;EPSG:2154&quot;<br>
        &quot;gml_featureid&quot; &quot;8&quot; ##required<br>        &quot;gml_include_items&quot; &quot;all&quot; ##optional<br>        END #Metadata<br>        LABELITEM nom_stt<br>CLASS<br>NAME &quot;Stations_de_Bus_TCL&quot;<br>
        STYLE<br>        SYMBOL 7<br>        SIZE 2<br>        OUTLINECOLOR 128 128 255<br>        COLOR 128 128 255<br>        END<br>        LABEL<br>        FONT arial<br>        TYPE truetype<br>        ANTIALIAS true<br>
        MAXSCALEDENOM 12500<br>        POSITION lr<br>        SIZE 10<br>        COLOR 0 0 0<br>        End #LABEL<br>        END<br>END #Layer<br><br>