More timelines! Two way interaction between our custom Imagery Collection Layer and the timeline! #timelines #arcgisdev
Working on adding some timeline user interface components to simplify the process of choosing relevant data. In this case we a bring COGs directly into the app from a STAC api! #arcgisdev
We've been developing a new application with ArcGIS Maps SDK to create a simple UX for exploring our imagery archive - We pull on lots of the existing widget view models but tweak them to create out own workflow and design system. Map and workflow logic is orchestrated by XState. #arcgis #arcgisdev
We use Playwright for end-to-end testing our ArcGIS Applications. This includes some screenshot testing in our CICD process. It was pretty fiddly to get working, has already been catching bugs we weren't even aware off! Check it out here: github.com/antarctica/e... #Arcgis #ArcGISDev
Has anyone tried overriding core ArcGIS JS logic? I had to hack legend support for a custom layer extending FeatureLayer. The only way I found to make it appear in the Map legend was overriding Legend View Model validation: gist.github.com/JonnyDawe/db... #Arcgis #Arcgisdev #ArcGISMapsSDK