Select to view content in your preferred language

isAttributionTextVisible setter seems not working.

264
1
Jump to solution
11-25-2024 01:00 PM
Labels (2)
SeanKim
Occasional Contributor

Hi team,

 

Thanks for the 200.6 release.

I found that there's no way to hide "powered by Esri" which is supposed to isAttributionTextVisible = false

It shows no matter true or false. Let me know if I am doing something wrong.

 

Thanks,

Sean

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
PaulSturm
Esri Contributor

Ah, interesting.

I experimented with isAttributionTextVisible. It works when you set it in the "onMapViewReady" callback. It doesn't work if you set it earlier.

This is probably not intentional. I'll write it up as a bug. But at least for now the workaround is to set it in onMapViewReady.

View solution in original post

1 Reply
PaulSturm
Esri Contributor

Ah, interesting.

I experimented with isAttributionTextVisible. It works when you set it in the "onMapViewReady" callback. It doesn't work if you set it earlier.

This is probably not intentional. I'll write it up as a bug. But at least for now the workaround is to set it in onMapViewReady.