SDK (100.0) Duplicate Popups

1242
3
12-21-2016 09:53 AM
MikeQuetel
New Contributor III

I'm seeing duplicate popups returned by the .NET SDK (100.0) release:

Using the same web map, an identify on a feature using ESRI's default JS webmap viewer returns a single popup as demonstrated in this screen grab.

Clicking on the same feature in a sample WPF app (using the IdentifyLayersAsync() method) returns an IdentifyLayerResult which contains two popups, which appear to be duplicates.  Notice matching objectids written to the VS output window:

I've checked the underlying data that drives the map service and there isn't anything weird like duplicate features in the feature class.  Regardless the JS API seems to be doing it right.  I'm stumped.  The web map is linked above and the sample WPF app is attached for Esri's convenience.

Thanks in advance.

0 Kudos
3 Replies
YunqinChen1
New Contributor

Hi:

I've faced the same issue. Has it been resolved?

0 Kudos
AnttiKajanus1
Occasional Contributor III

I tested the original sample with the latest build and I cannot see problem happening. I always get only one popup so I assume that this is fixed. @Yunqin_Chen can you provide me a simple test to verify that your case also works?

Utilities_Sewer
0 popups found
Utilities_Sewer/Sewer Pipes
1 popups found
OBJECTID: 11490

0 Kudos
YunqinChen1
New Contributor

Yes, it's fixed. The false comes from my end. Thank you!

0 Kudos