Hi all,<br><br clear="all">I&#39;m trying to use MapNik and tileCache with my own data.<br>The facti is i can generate a png file with MapNik but when I try to do the same thing with TileCache I&#39;ve only got the background I defined in My XML Mapfile (&lt;Map srs=&quot;+proj=latlong +datum=WGS84&quot; bgcolor=&quot;#4682b4&quot;&gt;)<br>
<br>My project is very simple and I don&#39;t know what is wrong. Could someaone help to know where i made a mistake.<br><br>Here is :<br><br>************* my python MapNik file : <br>import mapnik<br>mapfile=&quot;./mapfile.xml&quot;<br>
m = mapnik.Map(1400, 600)<br>mapnik.load_map(m, mapfile)<br>bbox = mapnik.Envelope(mapnik.Coord(-180.0, -75.0), mapnik.Coord(180.0, 90.0))<br>m.zoom_to_box(bbox) <br>mapnik.render_to_file(m, &#39;./tuto02/world_populationTOTO.png&#39;, &#39;png&#39;)<br>
<br><br>************* my xml file : <br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>&lt;!DOCTYPE Map&gt;<br>&lt;Map srs=&quot;+proj=latlong +datum=WGS84&quot; bgcolor=&quot;#4682b4&quot;&gt;<br>
    &lt;Style name=&quot;My_Style&quot;&gt;<br>    &lt;Rule&gt;            <br>        &lt;PolygonSymbolizer&gt;<br>            &lt;CssParameter name=&quot;fill&quot;&gt;#c7e9b4&lt;/CssParameter&gt;<br>        &lt;/PolygonSymbolizer&gt;<br>
        &lt;LineSymbolizer&gt;<br>            &lt;CssParameter name=&quot;stroke&quot;&gt;black&lt;/CssParameter&gt;<br>            &lt;CssParameter name=&quot;stroke-width&quot;&gt;.1&lt;/CssParameter&gt;<br>        &lt;/LineSymbolizer&gt;<br>
    &lt;/Rule&gt;<br>    &lt;/Style&gt;   <br>    &lt;Layer name=&quot;world&quot; srs=&quot;+proj=latlong +datum=WGS84&quot; status=&quot;on&quot;&gt;<br>        &lt;StyleName&gt;My_Style&lt;/StyleName&gt;<br>        &lt;Datasource&gt;<br>
            &lt;Parameter name=&quot;file&quot;&gt;./data/tuto/TM_WORLD_BORDERS_SIMPL-0.2&lt;/Parameter&gt;<br>            &lt;Parameter name=&quot;type&quot;&gt;shape&lt;/Parameter&gt;<br>        &lt;/Datasource&gt;<br>    &lt;/Layer&gt;<br>
&lt;/Map&gt;<br><br><br>
************* my TileCache configuration file : <br> [world]<br>type=MapnikLayer<br>mapfile=/var/www/html/RetD/mapnik/mapfile.xml<br>layers=world<br><br>TileCache generate all the tile but only with the background color.<br>
<br>Best regards and thanks for your help.<br><br>Arnaud<br>-- <br>--------------------------------------------------------------------<br>Van De Casteele Arnaud<br>72 Rue de la colline des camélias 97400 Saint-Denis<br>0262 30 67 79 - 0692 23 73 17<br>
SIG - WebMapping - GPS embarqué<br>Site internet : <a href="http://geotribu.net/">http://geotribu.net/</a><br>