[Qgis-user] Adding points as seperate layers

Garth Fletcher garth at jacqcad.com
Wed Feb 11 07:39:54 PST 2026


Select your point layer
Click on "Open Attribute Table" tool (spreadsheet icon 3rd to right of 
"abacus icon")
Check if your M1 is listed
if not listed:
   it is seeing the first line as field, so that part is ok
   when loading the .CSV could you have told  it to discard a header line
     this should be 0
if listed:
   perhaps it has a third value that is neither "plain dot" nor "red dot"
   a candidate for a CASE with ELSE
     CASE
       WHEN Idx=1 THEN color_rgb(0,0,0)
       WHEN Idx=2 THEN color_rgb(255,0,0)
       ELSE color_rgb(0,255,0)
     END

Garth Fletcher

On 2/11/26 9:50 AM, qgis-user-request at lists.osgeo.org wrote:
> Date: Wed, 11 Feb 2026 07:50:54 -0700
> From: ERT - Mike Breiding<epicroadtrips at gmail.com>
> To: David Strip<qgis-user at stripfamily.net>
> Cc: Qgis<qgis-user at lists.osgeo.org>
> Subject: Re: [Qgis-user] Adding points as seperate layers
> Message-ID:<e312df5d-b106-47cb-8be5-b46335c52063 at gmail.com>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> Greetings, David.
> I followed your instructions and I am making some progress. I now have
> two categories with individual symbologies for the Mile Marker point layer.
> However, there seems to be a problem with my CSV file or something else.
> The layer is not displaying the first Mile Marker?point and I cannot see
> why.
> The first point displayed is M2, not M1.
>



More information about the QGIS-User mailing list