typo fix
This commit is contained in:
parent
7b50d261a5
commit
39edd5be4e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def xml_linesymbolizer(color="#000000", width="1", opacity="1", linecap="butt",
|
|||
# rasterizer = ' rasterizer="fast"'
|
||||
|
||||
return """
|
||||
LineSymbolizer %s smooth="0.2" stroke="%s" stroke-width="%s" stroke-opacity="%s" stroke-linejoin="%s" stroke-linecap="%s" %s/>"""%(rasterizer, color, float(width), float(opacity), linejoin, linecap, dashes)
|
||||
<LineSymbolizer %s smooth="0.2" stroke="%s" stroke-width="%s" stroke-opacity="%s" stroke-linejoin="%s" stroke-linecap="%s" %s/>"""%(rasterizer, color, float(width), float(opacity), linejoin, linecap, dashes)
|
||||
|
||||
|
||||
def xml_polygonsymbolizer(color="#000000", opacity="1"):
|
||||
|
|
Loading…
Add table
Reference in a new issue