Re: [OSM-dev] Apache + mapnik + mod_python problem

2010-06-28 Thread Lennard
On 28-6-2010 23:05, yvecai wrote: Don't know about the other things, but this remark peeked my interest. What rendering rules had changed, and why would you feel the need to rerun generate_xml.py for them? The s have been changed on my own setup to modify the rendering style: I try too find out

Re: [OSM-dev] Apache + mapnik + mod_python problem

2010-06-28 Thread yvecai
On 28/06/2010 21:04, Lennard wrote: On 28-6-2010 18:18, yvecai wrote: I had just run generate_xml.py again to change some rendering rules. Don't know about the other things, but this remark peeked my interest. What rendering rules had changed, and why would you feel the need to rerun genera

Re: [OSM-dev] Apache + mapnik + mod_python problem

2010-06-28 Thread yvecai
Dane actually. Oups ! I suspected something like that, but I'm far from expert in this field. Actually, I just wanted a local real-time rendering method to test rendering and I choose Sylvain's method because it was the most documented. I found the readme.txt from mod_tile is a little scar

Re: [OSM-dev] Apache + mapnik + mod_python problem

2010-06-28 Thread Dane Springmeyer
On Jun 28, 2010, at 9:18 AM, yvecai wrote: > >>> The problem I have is that some tiles are properly rendered, but other are >>> not, like in this example: >>> http://yvecai.olympe-network.com/divers/Capture.png >>> >> That is because each request is likely generating a child thread that i

Re: [OSM-dev] Apache + mapnik + mod_python problem

2010-06-28 Thread Lennard
On 28-6-2010 18:18, yvecai wrote: I had just run generate_xml.py again to change some rendering rules. Don't know about the other things, but this remark peeked my interest. What rendering rules had changed, and why would you feel the need to rerun generate_xml.py for them? -- Lennard __

Re: [OSM-dev] Apache + mapnik + mod_python problem

2010-06-28 Thread yvecai
The problem I have is that some tiles are properly rendered, but other are not, like in this example: http://yvecai.olympe-network.com/divers/Capture.png That is because each request is likely generating a child thread that is trying to share the same mapnik map, which is not good behav

Re: [OSM-dev] Apache + mapnik + mod_python problem

2010-06-27 Thread Dane Springmeyer
On Jun 27, 2010, at 9:59 AM, yvecai wrote: > Hi all, > I am currently using a setup similar to > http://wiki.openstreetmap.org/wiki/Howto_real_time_tiles_rendering_with_mapnik_and_mod_python. > A better setup would likely be mod_tile, which supports multi-threaded request handling and renderin

[OSM-dev] Apache + mapnik + mod_python problem

2010-06-27 Thread yvecai
Hi all, I am currently using a setup similar to http://wiki.openstreetmap.org/wiki/Howto_real_time_tiles_rendering_with_mapnik_and_mod_python. The problem I have is that some tiles are properly rendered, but other are not, like in this example: http://yvecai.olympe-network.com/divers/Capture.