You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.