Hi Lester.

I think you're close to do it. Try this label expression:

case when "ELEV"%1000=0 then "ELEV" end

Good luck

Carlos


2016-08-18 7:49 GMT-05:00 Lester Anderson <arctica1...@gmail.com>:

> Hello,
>
> Is there a simple way of labelling only certain contours rather than all?
>
> I have set up bathymetry styling for thick contours (1000) and thin (100):
> "ELEV" % 1000 = 0  (thick)
> "ELEV" % 1000 <> 0 (thin)
>
> I would like to label only the 1000 contours, i.e. conditional labelling.
>
> Thanks
> _______________________________________________
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to