Identify Task

1574
1
01-11-2016 11:56 AM
JennaWalz2
New Contributor II

Hello,

I am using the ArcGIS API for Javascript esri.tasks.IdentifyTask. I would like to highlight the feature that was selected(customize the highlighting symbol). Also, I would like to zoom into the feature that was selected. Is this possible through the Identify Task?

Thanks!

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Jenna,

   Here is a thread that discusses one method of changing the highlight symbol:

Re: Change default of identified feature

As far as zooming to the results you would have to take the identify results features and use graphicsUtils to get the graphicsExtent to zoom to:

esri/graphicsUtils | API Reference | ArcGIS API for JavaScript

0 Kudos