Hey folks, I'm using version 4.4 of the javascript API and trying to implement functionality as present in V3 of the API. I have a popup showing the results of an IdentifyTask and am able to navigate through the list of features. However, in V4, the map isn't drawing the boundaries of the selected feature. You can see this in action in the code samples for the identify task:
V4: ArcGIS API for JavaScript Sandbox
V3: ArcGIS API for JavaScript Sandbox
Is there a way to replicate the V3 functionality of drawing the boundaries of the selected feature using the 4.4 API? Is that functionality that's under development?
Yep, that nailed it.
Thanks.