Re: [Qgis-user] Adding coordinates to layer

2024-12-11 Thread Pat Brown via QGIS-User
Thanks for all the feedback. I will work through all the suggestions and see which works best for me. On Tue, 3 Dec 2024 at 08:21, DelazJ via QGIS-User wrote: > Hello, > > Le 3 décembre 2024 00:36:20 GMT+01:00, Ludwig Kniprath via QGIS-User < > qgis-user@lists.osgeo.org> a écrit : > >Hi Pat, > >

Re: [Qgis-user] Adding coordinates to layer

2024-12-03 Thread Huesmann, Michaela via QGIS-User
Hello Paddy, I guess it will work with a Shapefile (or Geopackage) that allows multi-point feature type. Then it works in the same way as if you want to add an additional part to an existing geometry. You can open the attribute table and select one dataset there. Then activate the map window,

Re: [Qgis-user] Adding coordinates to layer

2024-12-02 Thread DelazJ via QGIS-User
Hello, Le 3 décembre 2024 00:36:20 GMT+01:00, Ludwig Kniprath via QGIS-User a écrit : >Hi Pat, > > >Step 1 (already done): import csv as "Delimited Text Layer". Since there are >no coordinates this results in a geometry-less layer. > >Step 2: export and load the just imported csv as vector-laye

Re: [Qgis-user] Adding coordinates to layer

2024-12-02 Thread Ludwig Kniprath via QGIS-User
Hi Pat, Step 1 (already done): import csv as "Delimited Text Layer". Since there are no coordinates this results in a geometry-less layer. Step 2: export and load the just imported csv as vector-layer (GeoPackage, Shape), geometry-type "Point", desired projection. This results in a Point-La

Re: [Qgis-user] Adding coordinates to layer

2024-12-02 Thread Ludwig Kniprath via QGIS-User
Hi Pat, Step 1 (already done): import csv as "Delimited Text Layer". Since there are no coordinates this results in a geometry-less layer. Step 2: export and load the just imported csv as vector-layer (GeoPackage, Shape), geometry-type "Point", desired projection. This results in a Point-Lay