GeoWebCache is a Java web application used to cache map tiles coming from a variety of sources such as OGC Web Map Service (WMS)

learn more… | top users | synonyms

2
votes
0answers
104 views

Background no data areas appearing where raster and vector data meet in Geoserver

I'm using Geoserver (2.1) to load raster data with the Imagemosaic plugin and then using Geowebcache to cut this data into tiles across the full coverage of the British National Grid. However the data ...
2
votes
0answers
88 views

cache in geowebcache does not update when feature delete or added

I have Layer with geometry point when I added new point or delete feature point tile in geowebcache does not update if I want to saw updated tile I must delete folder layer in geoweb cache? what can ...
1
vote
0answers
27 views

When I used geowebcache, my map overviewmap can not use it?

I know: gwc / service / wms geowebcache use data, overviewmap is use wms original data, I tried modifying openlayers.js,some difficulties. You encountered the same problem and can help me look at it, ...
1
vote
0answers
93 views

How geowebchache + georss works?

In connection to my previous question I have another one. I have created feed using this schema: http://georss.org/gml Now I have a problem with < updated > tag. It occurs two times (in head and ...
0
votes
0answers
26 views

GeoServer - GeoWebCache tile larger than others

GeoServer Version 2.2.4, GeoTools Version 8.6, GWC 1.3-RC5 I have an issue where a tile is sized incorrectly and misaligned when I provide a gutter for a layer's tile caching. The issue occurs in the ...
0
votes
0answers
47 views

GeoWebCache blank tiles

I´m new with GWC and I´m trying to cache this WMS server 1. I can see layer list from this server on "A list of all the layers and automatic demos" but whe I select one png from any layer I only see ...
0
votes
0answers
470 views

Accessing a GeoWebCache WMTS layer via OpenLayers using a 4326 projection requires a zoomOffset of -1?

I cannot understanding why I must specify a zoomOffset of -1 for 4326 but not for 3857 when using the OpenLayers.Layer.WMTS to access http://v2.suite.opengeo.org/geoserver/gwc/service/wmts. Q1: Can ...
0
votes
0answers
80 views

Adding Expires Headers to GeoWebCache Content

I've recently started sorting out the static content on our sites and adding Expires headers to it. My question is, when it comes to the stuff in our GeoWebCache, is it worth adding expires headers to ...