fix indent
This commit is contained in:
parent
f14854912c
commit
2ef7f13d53
1 changed files with 10 additions and 10 deletions
|
@ -264,16 +264,16 @@ void feature_style_processor<Processor>::apply_to_layer(layer const& lay,
|
||||||
layer_rendering_material mat(lay, proj0);
|
layer_rendering_material mat(lay, proj0);
|
||||||
|
|
||||||
prepare_layer(mat,
|
prepare_layer(mat,
|
||||||
ctx_map,
|
ctx_map,
|
||||||
p,
|
p,
|
||||||
proj0,
|
proj0,
|
||||||
scale,
|
scale,
|
||||||
scale_denom,
|
scale_denom,
|
||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
extent,
|
extent,
|
||||||
buffer_size,
|
buffer_size,
|
||||||
names);
|
names);
|
||||||
|
|
||||||
if (!mat.active_styles_.empty())
|
if (!mat.active_styles_.empty())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue