[QGIS-trac] [Quantum GIS] #3050: wrong datum parameters for EPSG
31370
Quantum GIS
qgis at qgis.org
Fri Sep 24 12:47:20 EDT 2010
#3050: wrong datum parameters for EPSG 31370
------------------------------------------------+---------------------------
Reporter: mlennert | Owner: nobody
Type: bug | Status: new
Priority: major: does not work as expected | Milestone: Version 1.6.0
Component: Projection Support | Version: 1.5.0
Keywords: | Platform_version:
Platform: Debian | Must_fix: No
Status_info: 0 |
------------------------------------------------+---------------------------
As discussed in the proj bug tracker a while ago
([http://trac.osgeo.org/proj/ticket/47
http://trac.osgeo.org/proj/ticket/47]), there was a problem with the
definition of datum transformation parameters for EPSG 31370 in the proj
epsg file.
The same issue is still present in QGIS' srs.db, leading to a slight
offset of 10-20m. Running:
{{{
update tbl_srs set parameters='+proj=lcc +lat_1=51.16666723333333
+lat_2=49.8333339 +lat_0=90 +lon_0=4.367486666666666 +x_0=150000.013
+y_0=5400088.438 +ellps=intl
+towgs84=-106.869,52.2978,-103.724,0.33657,-0.456955,1.84218,1 +units=m
+no_defs' where srid='31370';
}}}
Solves the problem for me.
--
Ticket URL: <http://trac.osgeo.org/qgis/ticket/3050>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list