Hi,<div>If you just want to get a basic slippy map working from OSM data, I think the easiest way to do is to follow the instructions shown here from a machine running Ubuntu:</div><div><a href="http://wiki.openstreetmap.org/wiki/Ubuntu_tile_server">http://wiki.openstreetmap.org/wiki/Ubuntu_tile_server</a></div>
<div><br></div><div>That will deal with the techy bits of setting up the database etc. and set up the map style used on the main OSM web site, which you could replace with something of your own - the manik stylesheet is at <span style="font-family:sans-serif;font-size:13px;line-height:19px;background-color:rgb(255,255,255)"> /etc/mapnik-osm-data.</span></div>
<div><font face="sans-serif"><span style="line-height:19px"><br></span></font></div><div><font face="sans-serif"><span style="line-height:19px">That will be a bit like using a black box though - you will get a better feel for what it is doing by following:</span></font></div>
<div><a href="http://wiki.openstreetmap.org/wiki/Mapnik">http://wiki.openstreetmap.org/wiki/Mapnik</a></div><div><br></div><div>The way you have done it using a shapefile and QGIS may work, but it is not the more usual way of rendering OSM data with mapnik - the methods above take an OSM data file and load it into the postgresql database using osm2pgsql.   Remember to just try it with a small extract first though, not the whole world...</div>
<div><br></div><div>The data in the database is then rendered into tiles using another program which utilises the mapnik library - the Mapnik link above uses a scritpt called generate_tiles.py, which is about the simplest.</div>
<div><font face="sans-serif"><span style="line-height:19px"><br></span></font></div><div><font face="sans-serif"><span style="line-height:19px">I drew a little picture of the process as I was trying to work out how it worked a while ago - it is included in these slides, which may help you get up to speed with the different parts of the process: </span></font><a href="http://www.slideshare.net/jones139/rendering-openstreetmap-data-using-mapnik">http://www.slideshare.net/jones139/rendering-openstreetmap-data-using-mapnik</a>.</div>
<div><br></div><div>If you are going to write your own style sheet for mapnik, I would recommend looking at carto, which is used by a program called <a href="http://mapbox.com/tilemill/">TileMill</a> - it is a different format of stylesheet, which is then converted into the xml format that mapnik uses.  I have not used tilemill itself with OSM data much though, but I think it works now.</div>
<div><br></div><div>Hope that helps.</div><div><br></div><div>Regards</div><div><br></div><div><br>Graham.</div><div>-- <br>Graham Jones<div>Hartlepool, UK.</div><br>
</div>