Ticket #662 (closed defect: duplicate)
red/green/blue classification doesn't work with raster query
| Reported by: | warmerdam | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | MapServer CGI | Version: | 4.3 |
| Severity: | normal | Keywords: | raster query classified |
| Cc: |
Description (last modified by warmerdam) (diff)
Classifications like the following don't work properly with raster
classification since raster classification is currently using
msGetClass_Float() that only substitutes for [pixel].
CLASS
NAME "Grid"
EXPRESSION ([red] == 96 and [green] == 32 and [blue] == 32)
COLOR 255 0 0
END
Problem demonstrated by test rqtest_12() in msautotest/mspython/rqtest.py.
Change History
Note: See
TracTickets for help on using
tickets.
