Dear JS-Community
I' sure someone has already developed once a script to show the dynamically changing distinct values of an attribute as list and layer List to check / uncheck them as map overlays.
thank you for the assistance!
Christian
Christian,
You are asking for:
show the dynamically changing distinct values of an attribute as list
Maybe FeatureTable is what you are looking for: FeatureTable | API Reference | ArcGIS API for JavaScript 3.20
layer List to check / uncheck them as map overlays
LayerList is what you are looking for LayerList | API Reference | ArcGIS API for JavaScript 3.20
You can find many great samples here: