<p>In src/gen_tile.cpp:</p>
<pre style='color:#555'>> @@ -244,7 +245,7 @@ static enum protoCmd render(struct xmlmapconfig * map, int x, int y, int z, char
>          Map map_parameterized = map->map; 
>          if (map->parameterize_function) 
>              map->parameterize_function(map_parameterized, options); 
> -        mapnik::agg_renderer<mapnik::image_32> ren(map_parameterized,buf); 
> +        mapnik::agg_renderer<mapnik::image_32> ren(map_parameterized,buf,map->scale);
</pre>
<p>Has this option of scale in the constructor always existed, or is this a new feature and needs to be protected by an ifdef MAPNIK_VERSION?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/openstreetmap/mod_tile/pull/82/files#r14724565">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/4046574__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyMDU0NzUyNCwiZGF0YSI6eyJpZCI6MzY1ODkxMzl9fQ==--6a81d8eae42e429a775ffd13b87da9cd8554e560.gif" width="1" /></p>