specify alpha 0 in default-color e.g "#00000000"
This commit is contained in:
parent
06ab69a08e
commit
6b3fc9907f
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@
|
|||
|
||||
<Style name="ramped">
|
||||
<Rule>
|
||||
<RasterSymbolizer>
|
||||
<RasterColorizer default-mode="linear" default-color="#000000">
|
||||
<RasterSymbolizer scaling="near" opacity="1">
|
||||
<RasterColorizer default-mode="linear" default-color="#00000000">
|
||||
<stop value="0" color="red"/>
|
||||
<stop value="26" color="green"/>
|
||||
</RasterColorizer>
|
||||
|
|
Loading…
Reference in a new issue