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
For some API calls some requests are performed multiple times. For example, for the GeoServer.get_layer call makes requests to get the workspace; if multiple layers share a common workspace, the workspace request is done multiple times.
All requests are done in the GeoServer._request method.
The text was updated successfully, but these errors were encountered:
For some API calls some requests are performed multiple times. For example, for the
GeoServer.get_layer
call makes requests to get the workspace; if multiple layers share a common workspace, the workspace request is done multiple times.All requests are done in the
GeoServer._request
method.The text was updated successfully, but these errors were encountered: