Ticket #1379 (closed bug: fixed)

Opened 8 years ago

Last modified 8 years ago

Adicionar banda selecionada no sld

Reported by: francisco.neto Owned by: raphael.costa
Priority: major Milestone: terrama2-4.0.0-rc2
Component: alert Version: 4.0
Keywords: Cc:
Parent Tickets: Platform: Windows

Description

Na criação do estilo da view, adicionar no sld a tag de informação de banda a ser desenhada

<RasterSymbolizer>
        <Opacity>1.0</Opacity>
        <ChannelSelection>
                <GrayChannel>
                        <SourceChannelName>1</SourceChannelName>
                </GrayChannel>
        </ChannelSelection>
        <ColorMap extended="true">
                <ColorMapEntry color="#0000ff" quantity="3189.0"/>
                <ColorMapEntry color="#009933" quantity="6000.0"/>
                <ColorMapEntry color="#ff9900" quantity="9000.0" />
                <ColorMapEntry color="#ff0000" quantity="14265.0"/>
        </ColorMap>
</RasterSymbolizer>

Subtickets

Change History

comment:1 Changed 8 years ago by raphael.costa

  • Status changed from new to closed
  • Resolution set to fixed

Implementado em PR 1257

Note: See TracTickets for help on using tickets.