Ticket #662 (closed defect: duplicate)

Opened 9 years ago

Last modified 3 years ago

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

Changed 3 years ago by warmerdam

  • keywords raster query classified added
  • status changed from new to closed
  • resolution set to duplicate
  • description modified (diff)

This was corrected for #1021, essentially a duplicate of this ticket.

Note: See TracTickets for help on using tickets.