Select to view content in your preferred language

Roberts identify widget - Highlight

993
5
01-20-2012 02:36 AM
DavidCaussin
Deactivated User
Robert's

Is it possible to highlight only one feature and not all the features from the layers.

For example, use the identify widget on a lot af layers but highlight only the parcel feature that we have click in?

Thanks in advance.

David
Tags (2)
0 Kudos
5 Replies
RobertScheitlin__GISP
MVP Emeritus
David,

  Sure just go into the IdentifyWidget.xml and set the
<identifytolerance>5</identifytolerance>
to 0 or something lower than 5 until you receive your desired result.

Don't forget to click the top arrow (promote) and to click the Mark as answer check as shown below:
0 Kudos
DavidCaussin
Deactivated User
Robert,

i undersrand your response but i would like to higlight ONE fearure in  ONE layer.
I click in a parcel, and i would like to highlight the parcel and not the others layers .

Thanks
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
David,

   So I think that you want to use the
<layers onlythese="true">
and only have your parcel layer listed as a layer then.
0 Kudos
DavidCaussin
Deactivated User
Ok but doing so i'll only have the results of the parcels layers isn't it?

i would like to highlight only the parcel but have the results for the others layers.

Thanks
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
David,

   I am completely lost then... When you click on the map a MapPoint is created and that precise point is sent to the identify task and the identify parameters allows a tolerance to be applied to the point (think of it as a small buffer in pixels) and map services that intersect that buffer are returned. So if you are saying that you get more than one parcel selected when you identify than you need to zoom in more first or lower your tolerance.
0 Kudos