Hello Mulone, Generally you have two options, you can pre-render (at the needed zoom levels) all the tiles you want, or you can set up a server to do on- demand rendering (and caching if you need).
For pre-generating tiles try the 'generate_tiles.py' script from OpenStreetMap. Richard Weait has written some great tutorials on this and related options. Find them at: http://weait.com For on-demand tile serving generally you'll want to use either Mod_tile[1], TileCache[2], or TileLite[3]. The latter I wrote with ease of setup as a priority, while both Mod_tile and TileCache are much more flexible and should be faster. Dane [1] http://wiki.openstreetmap.org/index.php/Mod_tile [2] http://tilecache.org [3] http://bitbucket.org/springmeyer/tilelite On Sep 21, 2009, at 7:31 AM, Mulone wrote: > > Hi everybody, > I have a PostGIS with a OSM dataset loaded on a Linux server and I'd > like to > install Mapnik to set up a web application with an interactive map. > > I've been reading the manual and the various links at > http://trac.mapnik.org/wiki but I haven't figured out what kind of > set up I > need. I understand that Mapnik isn't a web server itself but is just > able to > produce images, so what kind of web server should I install to make it > produce an interactive map? > > Sorry for my silly question, but I'm a mapnik newbie :-/ > > Cheers, > Mulone > -- > View this message in context: > http://www.nabble.com/Installing-Mapnik-%2B-Postgis-tp25530347p25530347.html > Sent from the Mapnik - Users mailing list archive at Nabble.com. > > _______________________________________________ > Mapnik-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/mapnik-users _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

