How can I see what SRID the data is using ? I'm quite new to all this...<br><br>Steven<br><br><div class="gmail_quote">On Nov 19, 2007 3:41 PM, Marcos Sánchez Provencio <<a href="mailto:marcos@burke.ath.cx">marcos@burke.ath.cx
</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Try using the srid your data is stored in instead of 31300. You might<br>
use the function getsrid<br><br>SELECT getsrid(the_geom) from b_capa_percid limit 1;<br><br><br>El lun, 19-11-2007 a las 15:26 +0100, Steven De Vriendt escribió:<br><div><div></div><div class="Wj3C7c">> Marcos,<br>>
<br>> When I try your suggestion Mapserver returns:<br>><br>> −<br>>     <ServiceExceptionReport version="1.1.0"><br>> −<br>>     <ServiceException><br>><br>> msDrawMap(): Image handling error. Failed to draw layer named
<br>> 'percelen'.<br>> msPOSTGISLayerWhichShapes(): Query error. Error executing POSTGIS SQL<br>> statement (in FETCH ALL): DECLARE mycursor BINARY CURSOR FOR SELECT<br>> asbinary(force_collection(force_2d(the_geom)),'NDR'),gid::text from
<br>> (SELECT * FROM b_capa_percid) AS foo WHERE the_geom &&<br>> setSRID('BOX3D( 76945.5918856108 189996.502536997,91328.1081143621<br>> 201805.497460877)'::BOX3D, 31300 )<br>> -ERROR:  Operation on two geometries with different SRIDs
<br>><br>><br>> </ServiceException><br>> </ServiceExceptionReport><br>><br>> On Nov 19, 2007 3:19 PM, Marcos Sánchez Provencio<br>> <<a href="mailto:marcos@burke.ath.cx">marcos@burke.ath.cx
</a>> wrote:<br>>         try<br>>         DATA "the_geom from (SELECT * FROM b_capa_percid) as foo<br>>         using srid=31300 using unique gid"<br>><br>><br>><br>>         El lun, 19-11-2007 a las 09:48 +0100, Steven De Vriendt
<br>>         escribió:<br>><br>>         > DATA "the_geom from b_capa_percid"<br>><br>><br>><br><br></div></div></blockquote></div><br>