nodata hs tweaks
This commit is contained in:
parent
7eca1dd1aa
commit
9dbd968aab
1 changed files with 2 additions and 1 deletions
|
@ -297,10 +297,11 @@ def xml_hillshade(zoom, x_scale):
|
|||
return """
|
||||
<Style name="hillshade%s">
|
||||
<Rule>%s
|
||||
<RasterSymbolizer opacity="1" scaling="bilinear" mode="multiply">
|
||||
<RasterSymbolizer opacity="0.4" scaling="bilinear" mode="multiply">
|
||||
<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="255" color="rgba(255,255,255,1)" />
|
||||
</RasterColorizer>
|
||||
</RasterSymbolizer>
|
||||
|
|
Loading…
Add table
Reference in a new issue