fix missing symbol

This commit is contained in:
Dane Springmeyer
2015-04-16 18:54:42 +02:00
parent 46af34d562
commit 7816ea45d1

View File

@ -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