-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show more specific error message when importing unsupported types of ArcGIS layers #9108
Comments
@jgoizueta is this still happening? |
Yes, still happening. Can be reproduced with this layer: Internally we log this:
But the users sees only this: |
@saleiva I'd move this straight to the next sprint, unless this takes precedence on what was planned (I don't think so, the rest affects way more builder stability) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
As noticed by @julianamori in #9013, unsupported layers types (e.g. Raster) are simply ignored when importing a multi-layer resource, but cause an import error when importing a single layer.
In this case we log this error message internally:
But the error the user gets is a generic one, which might be misleading:
We can map the error to mor appropriate error code or add a new one for this case.
The error shown when a multilayer resource consisting only of unsupported layers should also be reviewed.
The text was updated successfully, but these errors were encountered: