remove fast rasterizer at all until mapnik guys fix it

This commit is contained in:
Komzpa 2011-10-10 08:32:39 +02:00
parent e1b4599c1a
commit fab46ba357

View file

@ -92,8 +92,8 @@ def xml_linesymbolizer(color="#000000", width="1", opacity="1", linecap="butt",
else:
dashes = ""
rasterizer = ""
if float(width) < 4 and not dashes and zoom < 6:
rasterizer = ' rasterizer="fast"'
# if float(width) < 4 and not dashes and zoom < 6:
# rasterizer = ' rasterizer="fast"'
return """
<LineSymbolizer %s>