Hi Folks,<br><br>I'm having a problems with the transform process at present some records in my database.<br>I try to transform my geometry in a 4326(EPSG:4326) projection to 900913(google mercator) projection uses a ST_TRANSFORM postgis function.<br>

In some geometries in same table(relation) it's work but in others postgis show me this erro.<br><br>********** Error **********<br>ERROR: transform: couldn't project point: -14 (latitude or longitude exceeded limits)<br>

SQL state: XX000<br>Context: SQL statement "SELECT  ST_TRANSFORM( $1 ,900913)"<br><br><div id="result_box" dir="ltr">What could be wrong since the geometry is valid and postgis metadata(spatial_ref_sys and geometry_columns) is correct?</div>

<br>Environment description<br><br>PostgreSQL 8.3.5 on x86_64-centOS-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)<br>PostGIS 1.3.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1<br>PROJ Rel. 4.6.1, 21 August 2008<br clear="all">

GEOS 3.0.3-CAPI-1.4.2<br><br>Hopes for help!<br><br>Rafael Soto<br>