Can't hide button "About data" #6627
Unanswered
Maxime2023
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i have a problem when creating a GeoJsonCatalogItem.
I just can't hide the button "About data" of this item in the workbench.
this is my code below:
let geoJson = new GeoJsonCatalogItem('Geo1', props.terria);
geoJson.setTrait(CommonStrata.override, "disableAboutData", true); <=== NOT WORKING
Thanks for help
Beta Was this translation helpful? Give feedback.
All reactions