Hi folks,
Sorry to be asking another question but I’m trying to get my head around bounds in GeoServer. I have a layer group with three layers inside it and I have now set a reduced set of bounds for each layer, the layer group and set a gridset subset bounds less that the maximum. When I zoom to an area outside of the bounds it is still rendering the tiles.
The version of GeoServer is 2.9.3 but it is our internal service at present so it would be hard to show the settings.
That said, the layer group tileset is:
EPSG:27700
330865
66710
423790
132400
The layer group itself is:
308676
447245
51341
147771
EPSG:27700
And one of the layers is:
EPSG:27700
308676.0
447245.0
51341.0
147771.0
-3.309088281925477
-1.324791884571388
50.35487269305337
51.229126977546464
GEOGCS["WGS84(DD)",
DATUM["WGS84",
SPHEROID["WGS84", 6378137.0, 298.257223563]],
PRIMEM["Greenwich", 0.0],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH]]
FORCE_DECLARED
The centre point of my location is POINT(463352 89667) which shows as false when run against POLYGON((308676 51341, 308676 147771, 447245 147771, 447245 51341, 308676 51341)) in the WPS JTS:Intersect function.
Sorry for providing so long a message but I wanted to make sure I’d given enough information to check the basics.
I was wondering if I’m missing something here or whether or not there was a bug in that version or my configuration? Any pointers would be gratefully received.
Thanks,
Paul