I have a web mapping application that uses the map tour story map template. This tour uses a web map which contains a feature layer. The feature layer has a date attribute and also a sequence attribute i.e. 'sequence' = '1', '2', '3' etc. The tour contains several tour points which take the viewer to different locations as they click through the thumbnail carousel at the bottom of the map. The question is:
Is there any way that I can get my feature layer to display one section at a time, as the viewer clicks through the map tour points? The feature layer is a line which represents a journey, and ideally it would display one line feature at a time in sync with the map tour points. Any ideas?