Skip to content
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

WMS not working with small samples #244

Open
micpilon opened this issue Mar 30, 2020 · 2 comments
Open

WMS not working with small samples #244

micpilon opened this issue Mar 30, 2020 · 2 comments
Labels

Comments

@micpilon
Copy link

Serving of a small sample of ingested tiled rasters with geotrellis-server through a WMS is not working. When launching the WMS and requesting the layer through a viewer, the console displays:
**ERROR geotrellis.server.ogc.wms.WmsView - geotrellis.raster.GeoAttrsError: invalid cols: 0** .
When copying the GetMap request in the browser, I get the following response:
**Layer (hrdtm) not found or CRS (EPSG:3979) not supported**
However, the GetMap requests seem to be legitimate.

The problem seems to occur mostly when the requested layer's extent is very small and the client tries to access low level tiles data.

@pomadchin
Copy link
Member

pomadchin commented Mar 30, 2020

Hi @michael-pilon, could you share the layer and application.conf layer description to speedup this issue debugging?

@pomadchin pomadchin added the bug label Mar 31, 2020
@pomadchin
Copy link
Member

The data is available here: s3:https://geotrellis-test/issue-244-gt-server/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants