python render_with_detector: respect scale_factor and offsets - refs #2075
This commit is contained in:
parent
46f19ff185
commit
9688562df3
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ void render_with_detector(
|
||||||
unsigned offset_y = 0u)
|
unsigned offset_y = 0u)
|
||||||
{
|
{
|
||||||
python_unblock_auto_block b;
|
python_unblock_auto_block b;
|
||||||
mapnik::agg_renderer<mapnik::image_32> ren(map,image,detector);
|
mapnik::agg_renderer<mapnik::image_32> ren(map,image,detector,scale_factor,offset_x,offset_y);
|
||||||
ren.apply();
|
ren.apply();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue