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:

<gridSubset>
      <gridSetName>EPSG:27700</gridSetName>
      <extent>
        <coords>
          <double>330865</double>
          <double>66710</double>
          <double>423790</double>
          <double>132400</double>
        </coords>
      </extent>
    </gridSubset>

The layer group itself is:

<bounds>
    <minx>308676</minx>
    <maxx>447245</maxx>
    <miny>51341</miny>
    <maxy>147771</maxy>
    <crs class="projected">EPSG:27700</crs>
  </bounds>

And one of the layers is:

<srs>EPSG:27700</srs>
  <nativeBoundingBox>
    <minx>308676.0</minx>
    <maxx>447245.0</maxx>
    <miny>51341.0</miny>
    <maxy>147771.0</maxy>
  </nativeBoundingBox>
  <latLonBoundingBox>
    <minx>-3.309088281925477</minx>
    <maxx>-1.324791884571388</maxx>
    <miny>50.35487269305337</miny>
    <maxy>51.229126977546464</maxy>
    <crs>GEOGCS[&quot;WGS84(DD)&quot;, &#xd;
  DATUM[&quot;WGS84&quot;, &#xd;
    SPHEROID[&quot;WGS84&quot;, 6378137.0, 298.257223563]], &#xd;
  PRIMEM[&quot;Greenwich&quot;, 0.0], &#xd;
  UNIT[&quot;degree&quot;, 0.017453292519943295], &#xd;
  AXIS[&quot;Geodetic longitude&quot;, EAST], &#xd;
  AXIS[&quot;Geodetic latitude&quot;, NORTH]]</crs>
  </latLonBoundingBox>
  <projectionPolicy>FORCE_DECLARED</projectionPolicy>

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
"This e-mail is intended for the named addressee(s) only and may contain 
information about individuals or other sensitive information and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this email in error, kindly disregard the 
content of the message and notify the sender immediately. Please be aware that 
all email may be subject to recording and/or monitoring in accordance with 
relevant legislation."
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to