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,
|
||||
p,
|
||||
proj0,
|
||||
m_.scale(),
|
||||
scale,
|
||||
scale_denom,
|
||||
m_.width(),
|
||||
m_.height(),
|
||||
m_.get_current_extent(),
|
||||
m_.buffer_size(),
|
||||
width,
|
||||
height,
|
||||
extent,
|
||||
buffer_size,
|
||||
names);
|
||||
|
||||
if (!mat.active_styles_.empty())
|
||||
|
|
Loading…
Reference in a new issue