[Qgis-user] Adding coordinates to layer

2024-12-02 Thread Pat Brown via QGIS-User
Hi I have a csv file with data about various mines. It includes descriptions of locality but no coordinates. I have added this file to qgis and created a shapefile. I now want to add the coordinates of each mine by searching for its locality on a basemap in qgis then clicking on the map to add t

[Qgis-user] Help with Composers

2024-12-02 Thread DEREK Beddis via QGIS-User
Hi, I have been working with QGIS 2.18.28 for the past 5 years, just had to buy a new desktop and when I installed QGIS 2.18, the site recommended me to instal QGIS 3.40 which I did, but unfortunately I couldn't understand it, so went back to QGIS 2.18. But on downloading my info I managed to ge

[Qgis-user] QGIS user conference 2025

2024-12-02 Thread Karl Magnus Jönsson via QGIS-User
Join us for the biggest QGIS event next year! QGIS user conference 2025 site is up: https://qgis.org/uc-2025/ We are happy to announce that the QGIS User Conference 2025 will take place 2-3 June in Norrköping, Sweden. Right after the conference, the 28th QGIS Contributor meeting will be right n

[Qgis-user] Fwd: digitizing polygons

2024-12-02 Thread Garth Fletcher via QGIS-User
Is the new layer selected (highlighted) [1], did you enable editing on it [2], did you select the Add Polygon tool [3]? You should see the polygon forming as in [4].  Right-click (Ctrl-click on Mac) to finish the polygon. See screen shots [1]..[4] On 12/2/24 6:28 AM, qgis-user-requ...@lists.os

Re: [Qgis-user] digitizing locations (Vol 226, Issue 2)

2024-12-02 Thread Garth Fletcher via QGIS-User
The shapefile you created from your .csv contains only Attributes, NO Geometry. I don't know of a way to easily add geometries, e.g., coordinates. You could have as easily used Layer > Data Source Manager > Delimited Text to read in the .csv into an attributes-only layer.  Lets name it "ATTRIB".

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

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 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