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

Reply via email to