<div dir="ltr">PS: I maybe falsely assumed you are self compiling.<div>If you want I can try that today evening and maybe create a pull request for master.</div><div><br></div><div>regards</div><div>Werner</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 15, 2021 at 2:13 PM Werner Macho <<a href="mailto:werner.macho@gmail.com">werner.macho@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Roland,<div><br></div><div>without trying it my first guess would be that the file </div><div><br></div><div>QGIS/src/providers/delimitedtext/qgsdelimitedtextsourceselect.cpp</div><div>line number 587 has something to do with it ..</div><div><br></div><div>(trySetXYField( fieldList, isValidCoordinate, QStringLiteral( "longitude" ), QStringLiteral( "latitude" ) );</div>  trySetXYField( fieldList, isValidCoordinate, QStringLiteral( "lon" ), QStringLiteral( "lat" ) );<br>  trySetXYField( fieldList, isValidCoordinate, QStringLiteral( "east" ), QStringLiteral( "north" ) );<br>  trySetXYField( fieldList, isValidCoordinate, QStringLiteral( "x" ), QStringLiteral( "y" ) );<br>  trySetXYField( fieldList, isValidCoordinate, QStringLiteral( "e" ), QStringLiteral( "n" ) );)<div><br><div>maybe give it a try.</div><div><br></div><div>regards</div><div>Werner</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 15, 2021 at 2:00 PM Roland Spielhofer <<a href="mailto:rspiel@gmx.net" target="_blank">rspiel@gmx.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:Verdana;font-size:12px"><div>Hi,</div>

<div>when importing delimted text using the data source manager, QGIS automagically detects possible column headers that may hold geometry information - in the "Geometry definition" panel.</div>

<div> </div>

<div>In my experience, if column names like "lat", "lon", "x" or "y" exist, QGIS automagically selects them for "X fIeld" and "Y field"</div>

<div>See also</div>

<div><a href="https://imgur.com/a/CRKRKtT" target="_blank">https://imgur.com/a/CRKRKtT</a></div>

<div>where this part is highlighted.</div>

<div> </div>

<div>I often have column names like "RW" (="Rechtswert") that hold the x coordinate and "HW" ("Hochwert") for the y cordinate. German speaking surveyors may be familiar with the terms...</div>

<div> </div>

<div>Anyway, what I am looking for is how to extend the list of lat, lon, x, y, ... to make QGIS also senitive to my RW and HW column headers. Is there a way to customize that?</div>

<div> </div>

<div> </div>

<div>Regards,</div>

<div>Roland</div></div></div>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>
</blockquote></div>