Tagged Questions
7
votes
1answer
793 views
Incorrect date displayed with Esri JavaScript API v.2.6
I am working on a site that is using version 2.6 of the Esri Javascript API. I have an info window that displays some date information, and the date is one day behind the date in the database. For ...
1
vote
1answer
153 views
Does a graphic or graphicsLayer support time-awareness?
In the ArcGIS Server JavaScript API 2.6 I'm looking to implement map graphics. I can't see whether they support time-awareness.
The help entry for graphicsLayer doesn't mention timeInfo, which is ...
3
votes
1answer
471 views
How to handle time-based raster data in the ArcGIS Server JS API
The TimeSlider functionality in the ArcGIS Server JS API is great for working with time-based vector features - you can scroll forwards and backwards through time to see the vector features which ...