[Tile-serving] [mod_tile] SCALE option to produce retina tiles (#82)
Ilya Zverev
notifications at github.com
Wed Jul 9 17:57:14 UTC 2014
> @@ -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);
It is there since June 2010, that is, Mapnik 0.7.2 (and 2.0.0).
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/82/files#r14724909
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140709/ac528954/attachment.html>
More information about the Tile-serving
mailing list