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>
|
||||||
<Style name="labels">
|
<Style name="labels">
|
||||||
<Rule>
|
<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>
|
</Rule>
|
||||||
</Style>
|
</Style>
|
||||||
<Layer name="layer"
|
<Layer name="layer"
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
#include "agg_scanline_u.h"
|
#include "agg_scanline_u.h"
|
||||||
#include "agg_renderer_scanline.h"
|
#include "agg_renderer_scanline.h"
|
||||||
#include <mapnik/image_util.hpp>
|
#include <mapnik/image_util.hpp>
|
||||||
|
#include <fstream>
|
||||||
|
|
||||||
void render(mapnik::geometry_type & geom,
|
void render(mapnik::geometry_type & geom,
|
||||||
mapnik::box2d<double> const& extent,
|
mapnik::box2d<double> const& extent,
|
||||||
|
|
Loading…
Add table
Reference in a new issue