Hi, On 31.05.2013 20:13, Lynn W. Deffenbaugh (Mr) wrote:
I see that mod_tile's renderd.py invokes mapnik.render()
Unless there's a recent development I have missed, renderd.py is outdated and has long since been replaced by the C version, and it is likely that you are using that.
I don't know which of these two modules is actually invoked by apache when tiles are requested, but since neither one does scale_factor, this looks like a mapnik feature that's not yet used by mod_tile/renderd?
mod_tile doesn't have to know about the scale factor; renderd does. You could either add the required code to renderd, or you could switch to using Tirex (you can continue using mod_tile, your Apache setup, your already rendered tiles - just replace renderd by Tirex) which supports setting the scale factor in the config file.
Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

