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
I am trying to get the required layer from the workspace. But when I look to the code, there is only get_layer function based on the layer_name. According to the current version, the syntax looks similar to,
cat.get_layer(layer_name)
What I purpose is,
cat.get_layer(layer_name, workspace)
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to get the required layer from the workspace. But when I look to the code, there is only get_layer function based on the layer_name. According to the current version, the syntax looks similar to,
What I purpose is,
The text was updated successfully, but these errors were encountered: