opacity changes
This commit is contained in:
parent
cc11065ca7
commit
b7faed8f5c
1 changed files with 3 additions and 4 deletions
|
@ -297,11 +297,10 @@ def xml_hillshade(zoom, x_scale):
|
|||
return """
|
||||
<Style name="hillshade%s">
|
||||
<Rule>%s
|
||||
<RasterSymbolizer opacity="0.4" scaling="bilinear">
|
||||
<RasterSymbolizer opacity="0.3">
|
||||
<RasterColorizer default-mode="linear">
|
||||
<stop value="0" color="rgba(0,0,0,0)" />
|
||||
<stop value="2" color="rgba(0,0,0,0.6)" />
|
||||
<stop value="128" color="rgba(128,128,128,0.0)" />
|
||||
<stop value="0" color="rgba(0,0,0,1)" />
|
||||
<stop value="128" color="rgba(128,128,128,0.4)" />
|
||||
<stop value="255" color="rgba(255,255,255,1)" />
|
||||
</RasterColorizer>
|
||||
</RasterSymbolizer>
|
||||
|
|
Loading…
Add table
Reference in a new issue