Hello all!<br><br>I&#39;m trying to use PostGIS with SharpMap library to develop GIS applications. However when the PostGIS extension for SharpMap try to run the following query an error occurs:<br><br>SELECT AsBinary(geometry) AS Geom FROM bairros 
<br>WHERE geometry &amp;&amp; setSRID(box2d(&#39;BOX3D(-0.5 -0.302040816326531,0.5 0.302040816326531)&#39;::box3d),29101)<br><br>ERROR: Operation on two geometries with different SRIDs<br>SQL state: XX000<br><br>I believe the &quot;bairros&quot; layer is ok because I can edit it with OpenJUMP without problem...
<br>Anybody can help me with this?<br clear="all"><br>Thanks a lot!<br>