Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#7256 closed enhancement (fixed)

MITAB: Add Sweref99 (EPSG:6619) to datum-table

Reported by: foggel Owned by: warmerdam
Priority: normal Milestone: 2.2.4
Component: OGR_SRS Version: unspecified
Severity: normal Keywords: MapInfo TAB
Cc:

Description

MITAB is missing the Sweref99 datum In ogr/ogrsf_frmts/mitab/mitab_spatialref.cpp the table asDatumInfoList[] is missing Sweref99/EPSG:6619

https://epsg.io/6619-datum

The MITAB Coordsys-string should be: Earth Projection 8, 33, "m", 15, 0, 0.9996, 500000, 0

I think this is what should be added to mitab_spatialref.cpp:asDatumInfoList[]

{ 6619, 33, "SWEREF99", 0, 0, 0, 0, 0, 0, 0, 0, 0},

Change History (3)

comment:1 by Even Rouault, 6 years ago

Resolution: fixed
Status: newclosed

In 41773:

MITAB: add support for SWEREF99 datum (patch by foggel, fixes #7256)

comment:2 by Even Rouault, 6 years ago

In 41774:

MITAB: add support for SWEREF99 datum (patch by foggel, fixes #7256)

comment:3 by Even Rouault, 6 years ago

Milestone: 2.2.4
Note: See TracTickets for help on using tickets.