"make clean" and re-making did the trick! Thanks Jon - my server is serving up tiles!
Thanks for the help, Ryan On Sun, Oct 19, 2008 at 3:36 PM, Jon Burgess <[EMAIL PROTECTED]> wrote: > On Sun, 2008-10-19 at 14:00 -0400, Ryan Case wrote: >> but I get a 404 error in the browser. >> >> The .meta file is indeed in /var/www/direct/0/0/0/0/0/. >> >> Any ideas on why the PNG isn't showing up in the browser? >> >> Thanks for your help, >> Ryan >> > > Another thing to check: It is easy to forget to recompile and activate > the mod_tile code after making a change to the render_config.h. I don't > think the dependencies work correctly on the module. Try doing: > > $ make clean > $ make all > $ sudo make install > $ sudo service apache restart (or /etc/init.d/apache2 restart) > > Jon > > > _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

