Skip to content

GetMap request throws IllegalArgumentException: "bbox" should not be null #135

@emxsys

Description

@emxsys

IllegalArgumentExceptions regarding a null "bbox" were being generated by WMS GetMap requests on a layer group that used styles that defined min and max scale denominators. The exceptions were being thrown when the higher resolution layers were requested (e.g., level 15).

Based on empirical evidence, the null bbox errors appear to be related to WMS requests for higher resolution tiles with a "tiled=true" param and without a "tilesOrigin" param. This issue was manifest in the WWSK Explorer but not the Layer Preview. It only occurred in some layer groups with styles defining the min/max scale denominators for the higher resolution imagery.

I removed the "tiled=true" param from the WWSK Explorer and the problem remained. I re-added the "tiled=true" and added a "tilesOrigin=-180,-90" and the problem was abated.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions