<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&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;BBOX=-180.000000,-90.000000,180.000000,90.000000&amp;SRS=EPSG:4326&amp;WIDTH=1119&amp;HEIGHT=560&amp;LAYERS=osm&amp;STYLES=&amp;FORMAT=image/jpeg&amp;DPI=96">test it</a>).<br><br>Then I want to add a new layer (services.yaml) :<br>&nbsp;&nbsp;&nbsp; basic:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; md:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; title: Petrus-v basic layer<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; param:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # cache tiles in format:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # format: image/png<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # cache projected and geographical SRS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; srs: ['EPSG:4326', 'EPSG:900913']<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # store another level between each regular level<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; res: 'sqrt2'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # request all data in this format:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # request_format: image/png<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # use a tile size of:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tile_size: [256, 256]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sources:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - type: cache_wms<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; req:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; url: http://www.verkest.homelinux.com/wms/tilecache.py<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;BBOX=-180.000000,-90.000000,180.000000,90.000000&amp;SRS=EPSG:4326&amp;WIDTH=1119&amp;HEIGHT=560&amp;LAYERS=basic&amp;STYLES=&amp;FORMAT=image/jpeg&amp;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>