Hi,

I've noticed that I was getting a lot of error messages in my GeoServer and I 
think I've messaged the group about them before. The error messages are along 
the lines of:

WARN [gwc.layer] - Can't compute bounds for tile layer xxxx in CRS EPSG:4326. 
Assuming full GridSet bounds. (null)

Interestingly, whilst trying to identify the cause of Error 400 when call 
GetCabilities for WMTS I noticed that some of my GWC layer configurations 
included <extent> tags and others did not.

According to http://geowebcache.org/docs/current/concepts/gridsets.html the 
extent tags should be included but interestingly the latest version of 
GeoServer is automatically removing them. I know because I added them all back 
then updated the style on a layer and when I checked the file it has been 
restored to the following:

Was

<gridSubset>
      <gridSetName>EPSG:27700</gridSetName>
      <extent>
        <coords>
          <double>0.0</double>
          <double>0.0</double>
          <double>700000.0</double>
          <double>1300000.0</double>
        </coords>
      </extent>
    </gridSubset>

Now

<gridSubset>
      <gridSetName>EPSG:27700</gridSetName>
    </gridSubset>

Please can someone confirm whether or not we should be including the extent 
tags now or not and if so; is that a bug in GeoServer?

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