<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello all<br>
    <br>
    Currently, building a Proj.4 PJ structure from a definition string
    like <tt>"+init=epsg:4326"</tt> produces a CRS with (<i>longitude</i>,<i>latitude</i>)
    axis order. Using the <tt>"+init=epsg:4326 +axis=neu"</tt>
    definition string produce the (<i>latitude</i>,<i>longitude</i>)
    axis order expected by EPSG. I would like to know what are the plan
    for the 4.8 release: do you plan to provide some way to build a CRS
    including the <tt>"+axis=neu"</tt> part from an EPSG code, or is it
    left to the user?<br>
    <br>
    It is not a request for change, this is just for knowing if users
    (or geoapi-wrappers) shall handle the axis order parameter on their
    side or if Proj.4 plans to take care of that.<br>
    <br>
    &nbsp;&nbsp;&nbsp; Regards,<br>
    <br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Martin<br>
    <br>
  </body>
</html>