-
Notifications
You must be signed in to change notification settings - Fork 52
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
Failled to publish raster layer with compression. #100
Comments
More info. trying to add the same layer as WMS I got this in the WMS message log:
|
And I have noticed that the WCS responded like this:
|
The problem is related to raster files using compression. I seems that the plugins does not take that parameter in consideration. |
According to geoserver documentation, using compressed raster is not good for performance. Can send a message to the user when compression is detected? or maybe we can export the layer to a umcompressed format before uploading. |
I am having problems trying to publish a raster layer to geoserver using the geoserver explorer plugin.
The layer seems to have been publish correctly and shows on the catalog tree. But when I try to add the layer to the project I get the following error:
On geoserver administration page, the layer is present but the preview returns empty.
Adding a WCS connection to QGIS, I can see the layer, but again, when I try to load it I get this:
Tested on 2.12 and 2.14
The text was updated successfully, but these errors were encountered: