[OSM-dev] help with mod_tile
Jon Burgess
jburgess777 at googlemail.com
Sun Oct 19 20:36:11 BST 2008
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
More information about the dev
mailing list