respect args passed to apply_to_layer which repairs broken mapnik::request usage (#1737) after 7495d2f381
This commit is contained in:
parent
fc0ca0d847
commit
c881fee7f0
1 changed files with 5 additions and 5 deletions
|
@ -267,12 +267,12 @@ void feature_style_processor<Processor>::apply_to_layer(layer const& lay,
|
||||||
ctx_map,
|
ctx_map,
|
||||||
p,
|
p,
|
||||||
proj0,
|
proj0,
|
||||||
m_.scale(),
|
scale,
|
||||||
scale_denom,
|
scale_denom,
|
||||||
m_.width(),
|
width,
|
||||||
m_.height(),
|
height,
|
||||||
m_.get_current_extent(),
|
extent,
|
||||||
m_.buffer_size(),
|
buffer_size,
|
||||||
names);
|
names);
|
||||||
|
|
||||||
if (!mat.active_styles_.empty())
|
if (!mat.active_styles_.empty())
|
||||||
|
|
Loading…
Reference in a new issue