respect args passed to apply_to_layer which repairs broken mapnik::request usage (#1737) after 7495d2f381

This commit is contained in:
Dane Springmeyer 2013-10-15 18:12:07 -04:00
parent fc0ca0d847
commit c881fee7f0

View file

@ -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())