This commit is contained in:
parent
75e264a594
commit
0acd2137b8
1 changed files with 1 additions and 1 deletions
|
@ -189,8 +189,8 @@ void agg_renderer<T>::start_map_processing(Map const& map)
|
|||
#ifdef MAPNIK_DEBUG
|
||||
std::clog << "start map processing bbox="
|
||||
<< map.get_current_extent() << "\n";
|
||||
ras_ptr->clip_box(0,0,width_,height_);
|
||||
#endif
|
||||
ras_ptr->clip_box(0,0,width_,height_);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Reference in a new issue