I'm using the esri/layers/LabelLayer module and have added a time-aware point FeatureLayer to it using the addFeatureLayer method.
The map has a TimeSlider. When I change the time extent of the map, the labels for hidden points (outside of the time extent) remain displayed.
How do I get the LabelLayer to react to TimeExtent changes?
Solved! Go to Solution.
Nevermind, I solved it by connecting a function to the map "time-extent-change" event that:
Nevermind, I solved it by connecting a function to the map "time-extent-change" event that:
martin schmoll - FYI, this has been fixed for the soon-to-be-released 3.11 JSAPI.
Ok that's great, thanks for letting me know.