<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello all,<br>
    <br>
    I am having some problems with the output of ST_Transform. To
    illustrate the problem, I have a point in the EPSG:28992 SRS:<br>
    <br>
    POINT(253328 593188)<br>
    <br>
    I want to transform it to WGS84 (EPSG:4326). This is the output of
    ST_Transform:<br>
    <br>
    POINT(6.86264236062518 53.3160795502069)<br>
    <br>
    There are two things wrong with this result:<br>
    1) The coordinates are in the wrong order (EPSG:4326 uses latitude,
    longitude).<br>
    2) There are too much significant numbers in the result (the implied
    accuracy was increased by ST_Transform).<br>
    <br>
    I would have expected a result like <br>
    <br>
    POINT(53.31608 6.86264)<br>
    <br>
    Is there a way to improve the way ST_Transform works?<br>
    <br>
    Thanks,<br>
    Frans<br>
    <br>
    <br>
    <br>
    <br>
    <span class="Apple-style-span" style="border-collapse: separate;
      color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size:
      10px; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: normal; orphans: 2;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px;"><span class="Apple-style-span"
        style="font-family: Verdana,Arial,sans-serif; font-size: 12px;
        line-height: 18px; text-align: left;"></span></span>
  </body>
</html>