benchmark: use halo-rasterizer='fast' (doubles perf)
This commit is contained in:
parent
c0559a80bd
commit
e313b5ba62
2 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
</Style>
|
||||
<Style name="labels">
|
||||
<Rule>
|
||||
<TextSymbolizer placement="line" face-name="DejaVu Sans Book" halo-radius="2" allow-overlap="true">[type]</TextSymbolizer>
|
||||
<TextSymbolizer halo-rasterizer="fast" placement="line" face-name="DejaVu Sans Book" halo-radius="2" allow-overlap="true">[type]</TextSymbolizer>
|
||||
</Rule>
|
||||
</Style>
|
||||
<Layer name="layer"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "agg_scanline_u.h"
|
||||
#include "agg_renderer_scanline.h"
|
||||
#include <mapnik/image_util.hpp>
|
||||
#include <fstream>
|
||||
|
||||
void render(mapnik::geometry_type & geom,
|
||||
mapnik::box2d<double> const& extent,
|
||||
|
|
Loading…
Reference in a new issue