<div dir="ltr"><div>I will just add 2 tips to Raymond's answer.</div><div><br></div><div>* In the field calculator, you can create a "virtual" field, so the content is updated everytime you move a point, or you create a new one.</div><div>* With these expressions, you will get decimal values. Since QGIS 3.4, you can have DMS or DM values (convenient for GPS)<br></div><div>to_dms(x(transform( $geometry, 'EPSG:2444', 'EPSG:4326'))),'x', 3)</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 25 janv. 2019 à 07:25, Maria Shinoto <<a href="mailto:maria@shinoto.de">maria@shinoto.de</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Thanks Raymond, <br>
great to have an answer already this evening. I will check it out tomorrow and give feedback, <br>
Maria<br>
<br>
> Am 2019-01-25 um 20:16 schrieb Raymond Nijssen <<a href="mailto:r.nijssen@terglobo.nl" target="_blank">r.nijssen@terglobo.nl</a>>:<br>
> <br>
> In qgis3 it should work like this:<br>
> <br>
> On 25-01-19 11:49, Maria Shinoto wrote:<br>
>> Hi,<br>
>> I have been watching YouTube and reading tutorials the whole afternoon, but I do not get this simple task done:<br>
>> I have a map with several layers in EPSG:2444. Now I create another vector layer with points, which represents points that I have to go myself and check for several features. I will go there with my Garmin Etrex 10 GPS.<br>
>> So, I would like to<br>
>> - add the coordinates of the certain points into the attribute table to print out the table later.<br>
>> - create a file with the coordinates in order to import it into the GPS device and walk along all points.<br>
>> My question:<br>
>> 1. How do I get readable (GPS) coordinates into the attribute table (automatically, with field calculator or so)?<br>
> <br>
> You can use the field calculator on your attribute table with the following expressions:<br>
> <br>
> lon<br>
> x(transform( $geometry, 'EPSG:2444', 'EPSG:4326'))<br>
> <br>
> lat<br>
> y(transform( $geometry, 'EPSG:2444', 'EPSG:4326'))<br>
> <br>
> <br>
>> 2. Can I export a GPX file or so from these coordinates to import into a Garmin device (if so, how?)<br>
> <br>
> Right click your layer and export in GPX format. You might need to uncheck your lat and lon field to prevent getting an error.<br>
> <br>
> Good luck!<br>
> <br>
>> It seems so basic, but I do not succeed.<br>
>> Best,<br>
>> Maria<br>
>> _______________________________________________<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>
> _______________________________________________<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>
<br>
_______________________________________________<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></blockquote></div>