Hi all, I have the featureserver release from trunk reading data from PostGIS:<br><a href="http://pocus.wustl.edu/cgi-bin/featureserver3/featureserver.cgi/GIS?format=WFS">http://pocus.wustl.edu/cgi-bin/featureserver3/featureserver.cgi/GIS?format=WFS</a><br>
<br>However, when I try to add a BBOX parameter:<br><a href="http://pocus.wustl.edu/cgi-bin/featureserver3/featureserver.cgi/GIS?format=WFS&amp;BBOX=-100,10,50,-70">http://pocus.wustl.edu/cgi-bin/featureserver3/featureserver.cgi/GIS?format=WFS&amp;BBOX=-100,10,50,-70</a><br>
<br>I get:<br><br>An error occurred: current transaction is aborted, commands ignored until end of transaction block<br><br> File &quot;/opt/lampp/cgi-bin/featureserver3/FeatureServer/Server.py&quot;, line 296, in cgiHandler<br>
 format, content = service.dispatchRequest( params, path_info, host, post_data, request_method, accepts )<br> File &quot;/opt/lampp/cgi-bin/featureserver3/FeatureServer/Server.py&quot;, line 145, in dispatchRequest<br> result = method(action)<br>
 File &quot;/opt/lampp/cgi-bin/featureserver3/FeatureServer/DataSource/PostGIS.py&quot;, line 205, in select<br> cursor.execute(str(sql), attrs)<br><br>I&#39;m not sure if this is a featureserver problem or a problem with my data inside PostGIS.<br>
I think it might be featureserver because the original WFS request returns fine, with all the polygon coordinates and values, etc. but I could be completely wrong.<br><br>All I&#39;m doing is a select, nothing fancy.<br><br>
Anyone have any ideas why the BBOX parameter would abort the transaction?<br><br>Thanks for any help!<br>-Ed<br>