Print mapnik::Map (useful gathering query_map_point data)

This commit is contained in:
Artem Pavlenko 2021-03-09 16:13:20 +00:00
parent f8877e2263
commit 0e0d222ede

View file

@ -598,6 +598,7 @@ void MapWidget::updateMap()
proj_tr.forward(x0, y0, z);
proj_tr.forward(x1, y1, z);
std::cout << "MAP SIZE:" << map_->width() << "," << map_->height() << std::endl;
std::cout << "BBOX (WGS84): " << x0 << "," << y0 << "," << x1 << "," << y1 << "\n";
update();
// emit signal to interested widgets