|
aleho created an issue |
Issue Type: |
|
---|---|
Affects Versions: |
2.11.1, 2.11.2, 2.12-RC1 |
Assignee: |
Unassigned |
Attachments: |
index.png, openlayers.png |
Created: |
10/Oct/17 11:35 AM |
Environment: |
linux & tomcat |
Priority: |
|
Reporter: |
Currently I am facing a problem with our WMS Service on Geoserver. The data source is a big Image Pyramid with 5 levels covering Germany in EPSG:25832. For tiles outside the boundaries of the dataset Geoserver throws nullpointer exceptions if we request with tileSize. Here is the error log: Request: getMap {FORMAT=image/png, REQUEST=GetMap, SRS=EPSG:25832, BBOX=357454.39991498,6066402.775276,359900.3848201,6068848.7601811, VERSION=1.1.1, STYLES=, SERVICE=WMS, WIDTH=256, HEIGHT=256, TRANSPARENT=FALSE, LAYERS=xx:xx} RemoteOwsType = null The error always occurs on the boundaries where the shape of the index is not exactly an rectangle (picture index.png) You can find a screnshot of the error in OpenLayers.png I also found out, that two vendor parameters tiled and tilesOrigin have an impact on this error. This request works: ?FORMAT=image%2Fpng&TRANSPARENT=FALSE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&LAYERS=d&SRS=EPSG%3A25832&BBOX=281628.86785608,6110430.5035682,359900.3848201,6188702.0205323&WIDTH=256&HEIGHT=256&tiled=true&tilesOrigin=280000%2C5200000 And this doesn’t: ?FORMAT=image%2Fpng&TRANSPARENT=FALSE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&LAYERS=d&SRS=EPSG%3A25832&BBOX=281628.86785608,6110430.5035682,359900.3848201,6188702.0205323&WIDTH=256&HEIGHT=256 So geoserver throws the exception because of the following missing parameters: We are running a geoserver 2.12 From the recommendation of andrea I tried to create a testdataset, but it was quite dificult to keep it small, because usually its quite some data. I took the index from our original dataset and combined it with the small testdataset. So, there are granules referenced in the index, which are originally on another place. So it might not be the cleanest testdataset. I think its a problem, because thera are features in the index which aren’t shaped like a rectangle. But its just an assumption and I had many. |
Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS |
|
This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100063-sha1:00b0487) |
|