Skip to content

Commit 87eb867

Browse files
authored
Update landscan style to hide no data values
1 parent ced4c16 commit 87eb867

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dataqs/landscan/resources/landscan.sld

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<sld:Rule>
1010
<sld:RasterSymbolizer>
1111
<sld:ColorMap>
12-
<sld:ColorMapEntry color="#0FF01E" opacity="1" quantity="0" label="0"/>
12+
<sld:ColorMapEntry color="#0FF01E" opacity="0" quantity="0" label="0"/>
13+
<sld:ColorMapEntry color="#0FF01E" opacity="1" quantity="10" label="10"/>
1314
<sld:ColorMapEntry color="#11DAF0" opacity="1" quantity="25" label="25"/>
1415
<sld:ColorMapEntry color="#1515E8" opacity="1" quantity="50" label="50"/>
1516
<sld:ColorMapEntry color="#E9D715" opacity="1" quantity="100" label="100"/>

0 commit comments

Comments
 (0)