<div dir="ltr"><div><div><div>Formally I was using the following in my code to add a default label to my points vector layer:<br><br>            label = QgsPalLayerSettings()<br>            label.readFromLayer(ptLayer)<br>            label.enabled = True<br>            label.fieldName = 'label'<br>            label.placement= QgsPalLayerSettings.AroundPoint<br>            label.writeToLayer(ptLayer)<br><br></div>In looking at the api break documentation readFromLayer and writeToLayer have been removed and I need to somehow use QgsAbstractVectorLayerLabeling, but I cannot see what I need to change just to add a label to my point layer. I am not trying to do anything fancy. All I want is to specify a field to be used to label the points layer and just use the default styling. Any help understanding the new API changes would be appreciated.<br><br></div>Thanks,<br><br></div>Calvin<br></div>