+ apply scale_factor in building sym
This commit is contained in:
parent
b472808fb1
commit
36928706bb
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ void agg_renderer<T>::process(building_symbolizer const& sym,
|
||||||
ras_ptr->reset();
|
ras_ptr->reset();
|
||||||
ras_ptr->gamma(agg::gamma_linear());
|
ras_ptr->gamma(agg::gamma_linear());
|
||||||
|
|
||||||
double height = sym.height(); // height in pixels
|
double height = sym.height() * scale_factor_;
|
||||||
|
|
||||||
for (unsigned i=0;i<feature.num_geometries();++i)
|
for (unsigned i=0;i<feature.num_geometries();++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue