#1389 closed defect (fixed)
wrong proj4text in spatial_ref_sys for SRID 31300 and 31370 (again)
Reported by: | kmaesen | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | 1.4.X |
Keywords: | proj4text | Cc: |
Description
This problem was previously reported in ticket #23 and was fixed.
From version 1.4.2 (at least) we see a wrong +towgs84 string.
In 1.4.2 it is: +towgs84=106.869,-52.2978,103.724,-0.33657,0.456955,-1.84218,1
But it should be: +towgs84=-106.868628,52.297783,-103.723893,0.336570,-0.456955,1.842183,-1
See also info in ticket #23.
Change History (6)
comment:1 by , 13 years ago
Keywords: | proj4text added |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 13 years ago
I made a small mistake in the scale parameter. it should be
+towgs84=-106.868628,52.297783,-103.723893,0.336570,-0.456955,1.842183,-1.2747
See also the discussion w.r.t #47 on the PROJ.4 Track (http://trac.osgeo.org/proj/ticket/47); and the parameters for srid=15929 on http://www.epsg-registry.org.
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
See also #1493