Print mapnik::Map (useful gathering query_map_point
data)
This commit is contained in:
parent
f8877e2263
commit
0e0d222ede
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue