[Geoserver-users] Requesting a specific gridset (tile size) through GeoWebCache

Hi all,

I'm hoping to use GWC's gmaps service (http://geowebcache.org/docs/1.5.1/services/gmaps.html) to access image tiles instead of plain WMS as a) it guarantees images are being served via the cache and b) if the URLs get into the wild and someone wants to hack around the parameter values are finite (zoom, x, y instead of bounding box).

Does anyone know whether I can explicitly request images from a certain gridset? I have set up a global gridset called EPSG:900913_512 which specifies a tile size of 512x512 and would like to access those images but /geoserver/gwc/service/gmaps?layers=layer&width=512&height=512&zoom=z&x=x&y=y produces a 256x256 image - clearly defaulting to the default EPSG:900913 (256x256) gridset.

Regards,
Andrew