Merge branch 'nested-layers-fixes' of https://github.com/mapycz/mapnik into mapycz-nested-layers-fixes

This commit is contained in:
Artem Pavlenko 2017-09-12 14:09:47 +01:00
commit 8bc080c7b8

View file

@ -213,8 +213,12 @@ void feature_style_processor<Processor>::apply_to_layer(layer const& lay,
if (!mat.active_styles_.empty())
{
p.start_layer_processing(mat.lay_, mat.layer_ext2_);
render_material(mat,p);
render_submaterials(mat, p);
p.end_layer_processing(mat.lay_);
}
}