test for other value
This commit is contained in:
parent
39f3033c16
commit
c34507a8b5
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def xml_polygonsymbolizer(color="#000000", opacity="1"):
|
|||
color = nicecolor(color)
|
||||
|
||||
return """
|
||||
<PolygonSymbolizer fill="%s" fill-opacity="%s" gamma="0.65" />"""%(color, float(opacity))
|
||||
<PolygonSymbolizer fill="%s" fill-opacity="%s" gamma="0.73" />"""%(color, float(opacity))
|
||||
|
||||
def xml_polygonpatternsymbolizer(file=""):
|
||||
return """
|
||||
|
|
Loading…
Add table
Reference in a new issue