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