mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-01 07:43:30 +00:00
fix missing symbol
This commit is contained in:
@ -273,7 +273,7 @@ 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.data(), "png256"));
|
||||
}
|
||||
}
|
||||
return cmdDone; // OK
|
||||
|
Reference in New Issue
Block a user