test for other value

This commit is contained in:
Komzpa 2012-05-29 19:30:04 +03:00
parent 39f3033c16
commit c34507a8b5

View file

@ -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 """