Highlight the related attribute with color based on selected PIN

798
10
06-04-2018 06:10 AM
G_KrishnaRao
New Contributor

Hello..

I have black dots i.e (Assets) in Map page and each asset has different Asset ID.

My requirement is when i select the PIN in the map, the respective asset id's in map should get highlighted with any color.

My Problem is I am unable to read/identify the asset based on the selection.Therefore i am unable to highlight any color on the same.

I have tried a lot but not get success.

Any help is appreciated.

Thanks in advance.

0 Kudos
10 Replies
KenBuja
MVP Esteemed Contributor

I'm guessing it's because of the line

map.centerAndZoom(event.graphic.geometry, 17);

But it's difficult to know without seeing it in context

0 Kudos