Hi everybody, I have a On the browser I get 404 (Not Found) answer and in the renderd windows (since I launched it with -f flags to see the output) I get "Received request for map layer 'wikihiking' which failed to load" Is there a way to have more debug info? In the case I can share my configuration files asked 17 Oct '21, 22:39 lucadelu |
Please do.
Somewhat higher up the logfile you should be able to see why it failed to load.
If you haven't misconfigured something, then the "works with nik4 but not in renderd" situation might point to a permisssion issue - maybe your style tries to access a file that is available to you but not to the user renderd runs under, or the style is set to connect to the database with the current unix user and there's no database user for the user renderd runs under.
Changing user it works properly, thanks Frederik