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
Describe the bug
Identify on MapImagerLayer return response saying geometry was not provided when it was. You appear to have fallen victim to the well know issue of python requests and nested dictionaries.
Describe the bug
Identify on MapImagerLayer return response saying geometry was not provided when it was. You appear to have fallen victim to the well know issue of python requests and nested dictionaries.
To Reproduce
Steps to reproduce the behavior:
error:
Screenshots
You can clearly see the mangled data that requests is sending to the server.
Expected behavior
Expect it to return the output of the identify operation from the service.
Platform (please complete the following information):
Additional context
I should not have to wrap the geometry in json.dumps to get it to work.
The text was updated successfully, but these errors were encountered: