I just looked at your code-behind to see what your FeatureLayer_Initialized event handler does.The issue is that you are setting your time slider intervals three times:1 when your ArcGISDynamicMapServiceLayer is initialized, and 2 when your FeatureLayers are initialized. The odd behavior that you were experiencing is because the time slider takes the setting of the last layer that initialized and the order of when these layers are initialized is random. Since your TimeSlider Start and End times are set from your WellsLayer (ArcGISDynamicMapServiceLayer), you need the intervals of this layer and not the FeatureLayers'.
In your application, can you try to replace the URL with services from a sample server and does it reproduce the same behavior that you described? Can you share your code on how you defined the FeatureLayer and ArcGISDynamicMapServiceLayer? Please provide us with steps that will allow us to replicate this. Thank you.
Which layer are you having an issure with? FeatureLayer or DynamicLayer? Can turn off the visibility of the other layers and look at how a single layer is performing. What is it that you want to cache graphics from feature layer or tiles from dynamic service?
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.