[postgis-devel] [PostGIS] #387: ST_Transform decimal issue on Win32
PostGIS
trac at osgeo.org
Mon Jan 18 11:27:33 PST 2010
#387: ST_Transform decimal issue on Win32
-----------------------+----------------------------------------------------
Reporter: colivier | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: trunk
Resolution: | Keywords: ST_Transform Win32 decimal
-----------------------+----------------------------------------------------
Comment (by robe):
I think the difference is more brain dead obvious. So which
spatial_ref_sys entry is correct for this: On my installs they are
different and I suspect that is the difference
{{{
select proj4text from spatial_ref_sys where srid = 28992;
"+proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889
+k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +no_defs "
--1.4/1.5
"+proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.999908
+x_0=155000 +y_0=463000 +ellps=bessel
+towgs84=565.237,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812
+units=m +no_defs " -- 1.3.6
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/387#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list