[OSM-dev] mod_tile and renderd .. why 404?

Mikel Maron mikel_maron at yahoo.com
Tue Jan 20 21:17:12 GMT 2009


Success

I missed the AddTileConfig and LoadTileConfig .. duh!

Looks like LoadTileConfig can not be place in mod_tile.load, but only in the site definition?

Thanks for your patience Jon!


-Mikel



________________________________
From: Jon Burgess <jburgess777 at googlemail.com>
To: Mikel Maron <mikel_maron at yahoo.com>
Cc: Chris Jones <rollercow at sucs.org>; dev at openstreetmap.org
Sent: Monday, January 19, 2009 2:26:07 PM
Subject: Re: [OSM-dev] mod_tile and renderd .. why 404?

On Mon, 2009-01-19 at 12:23 -0800, Mikel Maron wrote:
> 
> 
> > Check the readme.txt
> > 
> > The mod_tile code was updated a couple of weeks ago to add support
> for
> > multiple layers. It now requires a config file to tell it what
> layers
> > and URIs to map. The default tile storage location also moved
> > to /var/lib/mod_tile/layer_name/...
> 
> Yup, have this code. renderd.conf is in
> place. /var/lib/mod_tile/Default/ exists...


How about the Apache config. I have a file which contains:

LoadModule tile_module modules/mod_tile.so
AddTileConfig /osm_tiles2/ Default
LoadTileConfig /etc/renderd.conf

The other obvious question is whether you've done: make clean, make all,
sudo make install, /etc/init.d/apache restart

If that all looks good, try emailing me the apache config & renderd.conf

    Jon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/dev/attachments/20090120/0d590d3d/attachment.html>


More information about the dev mailing list