Hm, that's a bit unfortunate.

Mike: It's probably revert if there are no resources to complete it?

Anyway, have a look at
https://github.com/GeoWebCache/geowebcache/blob/master/geowebcache/web/src/main/resources/geowebcache.xml

You need roughly something like this, either 1.2.2 or 1.2.4 should be fine.

<?xml version="1.0" encoding="utf-8"?>
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://geowebcache.org/schema/1.2.2/geowebcache.xsd";
xmlns="http://geowebcache.org/schema/1.2.2";>
<version>1.2.2</version>


<gridSets>
<gridSet>
<name>EPSG:2163</name>
<srs><number>2163</number></srs>
<extent>
<coords>
<double>-2495667.977678598</double>
<double>-2223677.196231552</double>
<double>3291070.6104286816</double>
<double>959189.3312465074</double>
</coords>
</extent>

</gridSet>
</gridSets><layers>

<wmsLayer>
<name>new_name</name>
<gridSubsets>
<gridSubset>
<gridSetName>EPSG:2163</gridSetName>
</gridSubset>
</gridSubsets>
<wmsUrl><string>http://localhost:8080/geoserver/wms</string></wmsUrl> <wmsLayers>backend_name</wmsLayers>
</wmsLayer> </layers>

</gwcConfiguration>




Gabriel made the new release with the intent of using it in GeoServer 2.1.




On 4/4/11 9:39 AM, Micka wrote:
and fot the informations :

http://geowebcache.org/docs/current/configuration/layers/projections.html

too bad :(

On Mon, Apr 4, 2011 at 9:31 AM, Micka <mickamus...@gmail.com <mailto:mickamus...@gmail.com>> wrote:

    Thanks you very much,

    I hard that geowebcache has a new release, have you planed to use
    it soon ?

    how do you choose which version to take ?

    thx,


    On Mon, Apr 4, 2011 at 9:28 AM, Arne Kepp <a...@tiledmarble.org
    <mailto:a...@tiledmarble.org>> wrote:

        It means you haven't configured GWC to support EPSG:32632

        You need to create an XML-file (see geowebcache.org
        <http://geowebcache.org>) and save it as
        <GEOSERVER_DATA_DIR>/gwc/geowebcache.xml

        Be sure to give the cached layer a new name, at least until
        you are sure your configuration works.

        -Arne



        On 4/4/11 9:23 AM, Micka wrote:

            Hello everyone,

            I would like to know if someone have an idea of what that
            mean :

            ERROR [geowebcache.GeoWebCacheDispatcher] - Unable to
            match requested SRS EPSG:32632 to those supported by layer

            Thx,





------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to