Ticket #1389 (closed defect: fixed)

Opened 18 months ago

Last modified 15 months ago

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

Changed 17 months ago by strk

  • keywords proj4text added

See also #1493

Changed 17 months ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

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

Changed 15 months ago by kmaesen

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 15 months ago by kmaesen

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.

Changed 15 months ago by pramsey

  • status changed from reopened to closed
  • resolution set to fixed

Changed 15 months ago by pramsey

2.0, 1.5, 1.4 @ r9578, r9579, r9580

Note: See TracTickets for help on using tickets.