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 _______________________________________________ QGIS-User mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
