[Tile-serving] [openstreetmap/mod_tile] Configurable ImageIO output format (#191)
Grant
notifications at github.com
Wed Sep 16 17:27:30 UTC 2020
@Firefishy commented on this pull request.
> @@ -274,13 +275,14 @@ static enum protoCmd render(struct xmlmapconfig * map, int x, int y, int z, char
#else
mapnik::image_view<mapnik::image_data_32> vw(xx * map->tilesize, yy * map->tilesize, map->tilesize, map->tilesize, buf.data());
#endif
- tiles.set(xx, yy, save_to_string(vw, "png256"));
+ //tiles.set(xx, yy, save_to_string(vw, "png256"));
Likely worth removing the commented out line.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/191#pullrequestreview-489843113
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200916/a2fffc97/attachment.htm>
More information about the Tile-serving
mailing list