I have a feature service symbolized simply, where the style uses a single attribute with three values. The thing is, for one of the symbology values, popups don't show up when clicked. It's not an issue with the layer or the map, the other two symbology classes work fine. I can't find any other reports of similar issues.
Solved! Go to Solution.
I found the culprit... I had created a custom symbology in ArcGIS Pro before publishing the web-layer, and somehow the hollow-fill style I had for the Fee polygons got published in the feature service as a "Structure" symbol type (I hadn't seen that before) and the feature's were only pop-up-able when clicking the outline itself! I added a very light fill and can now click on the center of the features and get normal behavior.
Hello @RobertMatthewmanCTCLUSI , what is the value of the attribute when it fails to show the popup, and what are the other two values that do work ?
They are strings for property status - "Fee", "Reservation" and "Trust". They're also in a Domain (where Reservation as a label is Res a code). "Fee" is the value that doesn't show pop-ups.
"Fee" is not a Reserved Word, and it works OK for me, so I think that is not the issue. Is there something else in the Attributes that is particular to "Fee" type data, eg some Arcade or similar ?
I found the culprit... I had created a custom symbology in ArcGIS Pro before publishing the web-layer, and somehow the hollow-fill style I had for the Fee polygons got published in the feature service as a "Structure" symbol type (I hadn't seen that before) and the feature's were only pop-up-able when clicking the outline itself! I added a very light fill and can now click on the center of the features and get normal behavior.