Re: [Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-16 Thread Jonathan Moules
In the interim (which will probably be a long time), you can just create a couple of layers of layergroups and nest it to get the same functionality. :-) On 16 October 2013 06:37, Chris Berkhout wrote: > Thanks for the answers! > > I've added a minor improvement ticket for this: > > "Configurat

Re: [Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-15 Thread Chris Berkhout
Thanks for the answers! I've added a minor improvement ticket for this: "Configuration option to NOT invalidate GWC tiles when style or structural changes happen" http://jira.codehaus.org/browse/GEOS-6095 Unfortunately, we're not in a position to do development on it at the moment. Maybe one day

Re: [Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-08 Thread Andrea Aime
On Tue, Oct 8, 2013 at 3:18 AM, cmaul wrote: > Hi Andrea, > > I think there would be a use case. If you tile a layer you would do it for > a > number of reasons: it is frequently called, you want to speed up your > server > and/or want to relieve the database server or - which would be the most >

Re: [Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-08 Thread cmaul
Hi Andrea, I think there would be a use case. If you tile a layer you would do it for a number of reasons: it is frequently called, you want to speed up your server and/or want to relieve the database server or - which would be the most common reason - you want to provide a basemap. In that case y

Re: [Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-08 Thread Jonathan Moules
Reported as http://jira.codehaus.org/browse/GEOS-6081 Personally I prefer this behaviour - Recreating the tiles takes a while and a lot of processing power and I'd prefer to do it on my time. Cheers, Jonathan On 8 October 2013 11:24, Andrea Aime wrote: > On Tue, Oct 8, 2013 at 12:21 PM, Jona

Re: [Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-08 Thread Andrea Aime
On Tue, Oct 8, 2013 at 12:21 PM, Jonathan Moules < jonathanmou...@warwickshire.gov.uk> wrote: > Hi All, > I may be misunderstanding this issue, but my own TMS tiles don't expire > when I alter a SLD that is a component for them. I have "Enable direct > integration with GeoServer WMS" disabled, but

Re: [Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-08 Thread Jonathan Moules
Hi All, I may be misunderstanding this issue, but my own TMS tiles don't expire when I alter a SLD that is a component for them. I have "Enable direct integration with GeoServer WMS" disabled, but am using the TMS aspect (which is obviously enabled). If I alter a SLD then new tiles will use it, bu

Re: [Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-07 Thread Andrea Aime
On Mon, Oct 7, 2013 at 3:05 AM, Chris Berkhout wrote: > Hi all, > > I'd like to update data and styles in a certain instance of GeoServer > without the GeoWebCache tiles we've seeded being invalidated. > > I just want to keep serving the old tiles until I decide to manually > reseed. > > Is there

Re: [Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-07 Thread cmaul
Chris, there are a few things you can do using the geowebcache.xml: in the tag usual tags such as name/title/mimeFormats/gridsets/ http://my_geowebcache_server/ You cannot leave the wmsURL tag out BUT .. O.k. that is a bit harsh, I admit but also: 0 or scale level-specifi

[Geoserver-users] Avoiding invalidation of GeoWebCache tiles

2013-10-06 Thread Chris Berkhout
Hi all, I'd like to update data and styles in a certain instance of GeoServer without the GeoWebCache tiles we've seeded being invalidated. I just want to keep serving the old tiles until I decide to manually reseed. Is there a configuration option, or another method, for turning off the auto-in