[Qgis-user] Applying a label to a point in a series of points

Phil phillor9 at gmail.com
Sat Dec 20 15:23:04 PST 2025


On 12/21/25 03:31, Jim Jackson via QGIS-User wrote:
Hello Jim,
> At the moment I manipulate the CSV file and add the label text I want
> for the point as an extra field in the CSV file, leaving some blank, and
> giving the extra field a name e.g. "Text", in the first CSV line.
> Then in QGIS in the point layer properties / Labels, set the Value to
> "Text", and that field will form the label for each point.

That sounds like a reasonable idea and one I hadn't thought of. However, 
with a CSV file of 250 odd lines I'd definitely have to put Python to work.

Following Brent's suggestion of using a database I'm now wondering if 
that's the way that this type of data should be viewed. I'm about to 
start researching MySql.

-- 
Regards,
Phil



More information about the QGIS-User mailing list