Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 strk, 12 years ago

Keywords: proj4text added

See also #1493

comment:2 by pramsey, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in 1.5 at r8988, 1.4 at r8989 and in trunk with ticket #1493

comment:3 by kmaesen, 12 years ago

Resolution: fixed
Status: closedreopened

comment:4 by kmaesen, 12 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 pramsey, 12 years ago

Resolution: fixed
Status: reopenedclosed

comment:6 by pramsey, 12 years ago

2.0, 1.5, 1.4 @ r9578, r9579, r9580

Note: See TracTickets for help on using tickets.