Hi,

I have spent the last couple of days researching how to define my own gridsets 
in gwc.

I have managed to create a geowebcache.xml file which contains a gridset for 
EPSG:31467 and EPSG:25832. I used the following method to define the 
resolutions..


resolution = scale denominator / OpenLayers.INCHES_PER_UNIT[units] 
*OpenLayers.DOTS_PER_INCH 


from http://www.spatialreference.org/ref/epsg/31467/ the bounds for the gridset 
= 3386564.9400, 5237917.9109, 3613579.2251, 6104500.7393

so I added the following for 31467

<resolutions>
      <double>279.9998488000</double> <!-- 1,000,000 -->
      <double>139.9999244000</double> <!-- 1,500,000 -->
      <double>27.9999848800</double> <!-- 100,000 -->
      <double>13.9999924400</double> <!-- 50,000 -->
      <double>2.7999984880</double> <!-- 10,000 -->
      <double>1.3999992440</double> <!-- 5,000 -->
      <double>0.2799998488</double> <!-- 1,000 -->
</resolutions>


The result is that the demo page shows the map! (success)

When I copy the geoserver demo client into my own directory I just get while 
tiles???? and with my geoext client I get this in the geoserver logs

2011-12-06 10:37:16,703 ERROR [geowebcache.GeoWebCacheDispatcher] - Unable to 
match requested SRS EPSG:31467 to those supported by layer 
http://192.168.20.35:9090/geoserver/gwc/service/wms


Could anyone help me get it running?

yours with thanks,

Rob
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to