Select to view content in your preferred language

Airport Signs - Arcade - Black Fillers

414
2
Jump to solution
10-17-2024 12:26 PM
Labels (1)
KateDoughty1
Regular Contributor

I am creating Airport Sign labels, following this Esri article.

I am struggling to make sure both front and back signs are even in widths:

KateDoughty1_0-1729192951528.png

The article (linked) above includes global variables that can be set to change sign appearance, but I'm struggling to find where in the arcade code this should be placed:

  • var autoAdjustWidths = true
  • var labelAlignment = left
  • var blackBackgroundFiller = true

Being global variables, I tried placing them near the top (with color) but it's not working. Any help is appreciated!

 

0 Kudos
1 Solution

Accepted Solutions
KiyoshiYamashita
Esri Contributor

Hi Kate,

Those variables should already be present at the very top of the LXP, you just need to set the desired values.  Here's what I see in the 3.3 version of the expressions: 

KiyoshiYamashita_0-1729284003484.png

One thing to note though, we are tracking an issue with the expression that seems to be affecting how the autoAdjustWidths variable is working.  Not sure yet when this will be addressed, but will report back here when we know more.

View solution in original post

2 Replies
KiyoshiYamashita
Esri Contributor

Hi Kate,

Those variables should already be present at the very top of the LXP, you just need to set the desired values.  Here's what I see in the 3.3 version of the expressions: 

KiyoshiYamashita_0-1729284003484.png

One thing to note though, we are tracking an issue with the expression that seems to be affecting how the autoAdjustWidths variable is working.  Not sure yet when this will be addressed, but will report back here when we know more.

KateDoughty1
Regular Contributor

Thank you! So relieved it's something as simple as I was using the wrong version. Much appreciated, @KiyoshiYamashita! Going to work with this over the weekend.

0 Kudos