I have a layer that gets created with a couple of attributes, one of which is NAME. Then I create a LabelLayer and add a feature layer like so:
layerLabel.addFeatureLayer(layerDisplay, rendererLbl, "{NAME}", { pointPriorities: 'CenterCenter' });And this works fine. The NAME is displayed where...