Aller au contenu principal

Attribute Search: label name

Commentaires

1 commentaire

  • Berend Veldkamp

    I don't see that particular sample, so I don't know how exactly it's implemented. But in general, you should be able to get the field alias from the layer. For instance, in the Buildings layer in Capital City:

    =$layer1.layer.fields.find(f => f.name == 'BLDG_HEIGHT').alias

    returns “Height (m)”

    0

Vous devez vous connecter pour laisser un commentaire.