EPSG:CODE

RT90 to ETRS89 (2)

EPSG:4124 EPSG:4258

Deprecated

Coordinate Reference Systems

Transform Coordinates

Remarks

Derived at 165 points. Supersedes RT90 to ETRS89 (1) (code 1437). May be taken as approximate transformation RT90 to WGS 84 - see code 1787.

Frequently Asked Questions

How do I convert RT90 to ETRS89 coordinates?

Use the coordinate transformation tool above to convert RT90 (EPSG:4124) to ETRS89 (EPSG:4258). Enter your source coordinates and click Transform. This uses the Coordinate Frame rotation (geog2D domain) method.

How do I transform RT90 to ETRS89 using Proj4js?

Use proj4.defs to define both EPSG:4124 and EPSG:4258, then call proj4(source, target, [x, y]) to convert coordinates programmatically.