remove fast rasterizer at all until mapnik guys fix it
This commit is contained in:
parent
e1b4599c1a
commit
fab46ba357
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue