You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Screenshots
If applicable, add screenshots to help explain your problem.
Expected behavior
According to the documentation if there was no popupInfo, None would be returned. However, there is popupInfo for this table and the fact it is looking for popup_info instead indicates a bug.
Platform (please complete the following information):
OS: Windows 11 Home
Browser Chrome
Python API Version 2.4.0
Additional context
Add any other context about the problem here, attachments etc.
The text was updated successfully, but these errors were encountered:
Hi @nanaeaubry,
The table in the Map was added from a Feature Service. The WebMap is automatically classifying it as a SubtypeGroupTable. I tried to add the table manually and via the API but the result was always the same when accessing the .info
@Clubdebambos No problem it is definitely something we should handle so I'm glad you pointed it out!
Sorry for the inconvenience but thank you for reporting everything so we can make this better.
@Clubdebambos I have gotten a bit more info about these layer types:
It is a way to work with a single feature layer as if it were a series of virtual layers. The biggest and main users of this are utility network datamodels (for performance reasons).
We will treat this as an enhancement since I suspect we need to expand GroupLayer class to support these as well. Thanks for bringing it to our attention!
Describe the bug
When attempting to access a the PopupInfo object via the PopupManager.info for a Table I am returned an AttributeError.
It seems to be looking for a popup_info attribute which should be popupInfo instead.
To Reproduce
Steps to reproduce the behavior:
error:
Screenshots
If applicable, add screenshots to help explain your problem.
Expected behavior
According to the documentation if there was no popupInfo, None would be returned. However, there is popupInfo for this table and the fact it is looking for popup_info instead indicates a bug.
Platform (please complete the following information):
Additional context
Add any other context about the problem here, attachments etc.
The text was updated successfully, but these errors were encountered: