<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi list,<br><br>I'm newbie with MapProxy and I'm trying to set it with my own tilecache server.<br><br>TileCache is running well with the basic layer exemple (http://www.verkest.homelinux.com/wms/tilecache.py/1.0.0/basic/0/0/0.png).<br><br>MapProxy looks to run well (I installed mapproxy with easy_install on ubuntu). With Qgis I can see the osm layer example (<a href="http://www.verkest.homelinux.com:8080/service?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-180.000000,-90.000000,180.000000,90.000000&SRS=EPSG:4326&WIDTH=1119&HEIGHT=560&LAYERS=osm&STYLES=&FORMAT=image/jpeg&DPI=96">test it</a>).<br><br>Then I want to add a new layer (services.yaml) :<br> basic:<br> md:<br> title: Petrus-v basic layer<br> param:<br> # cache tiles in format:<br> # format: image/png<br> <br> # cache projected and geographical SRS<br> srs: ['EPSG:4326', 'EPSG:900913']<br> <br> # store another level between each regular level<br> res: 'sqrt2'<br> <br> # request all data in this format:<br> # request_format: image/png<br> <br> # use a tile size of:<br> tile_size: [256, 256]<br> sources:<br> - type: cache_wms<br> req:<br> url: http://www.verkest.homelinux.com/wms/tilecache.py<br> layers: basic<br><br>When I want to add that layer in Qgis I get an error:<br>HTTP Error (http://www.verkest.homelinux.c...): 404<br><br>test the error <a href="http://www.verkest.homelinux.com:8080/service?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-180.000000,-90.000000,180.000000,90.000000&SRS=EPSG:4326&WIDTH=1119&HEIGHT=560&LAYERS=basic&STYLES=&FORMAT=image/jpeg&DPI=96">here</a><br><br>Where can I see the end of the Error? I supposed that mapproxy don't find the tilecache layer but what's the entirely request?<br><br>Is it a miss configuration or a miss install? <br><br>Have you any simple example to start? or any idea to help me?<br><br>Thanks,<br>Pierre<br><br><br><br><br>                                            <br /><hr />Télécharger en toute sécurité sur Internet ? <a href='http://clk.atdmt.com/FRM/go/206608211/direct/01/' target='_new'>La solution avec Internet Explorer 8</a></body>
</html>