<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello devs <BR> <BR>I got into a bit of problems today trying to render a GML file, I get the features in the wrong position. (<a href="https://docs.google.com/file/d/0B2WxCPuMM8hEanNmSDUyVU1JRFk/edit?usp=sharing">https://docs.google.com/file/d/0B2WxCPuMM8hEanNmSDUyVU1JRFk/edit?usp=sharing</a>)  image<BR>(<a href="https://docs.google.com/file/d/0B2WxCPuMM8hEQkhDWUNmSEM5Qkk/edit?usp=sharing ">https://docs.google.com/file/d/0B2WxCPuMM8hEQkhDWUNmSEM5Qkk/edit?usp=sharing </a> ) gml file for France airports<BR> <BR>After investigating a bit I found that <BR>"EPSG:4326 specifically states that the coordinate order should be latitude, longitude. Many software packages still use longitude, latitude ordering" which seems to be the case for Proj4 which is used in QGIS<BR><pre>+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs </pre>Now my question is how can I have the correct definition for EPSG 4326 to use? Should I create a custom CRS and how? Using windows <br><br>Thanks for your time <br><strong>Ing. Antonio Locandro</strong><br>Tegucigalpa, Honduras<br><BR>                                         </div></body>
</html>