trying to comment fast rasterizer to get rendering

This commit is contained in:
Komzpa 2011-09-20 14:18:11 +03:00
parent 9eb261287e
commit c2c0bca657

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:
rasterizer = ' rasterizer="fast"'
#if float(width) < 4 and not dashes:
# rasterizer = ' rasterizer="fast"'
return """
<LineSymbolizer %s>