Ticket #2998 (closed defect: fixed)
mapquery.c have many bugs for lp->status == ?
| Reported by: | linuxsch | Owned by: | sdlime |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.4.1 release |
| Component: | MapServer C Library | Version: | 5.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
mapquery.c
if(lp->status == MS_LAYER_POINT
should be
if(lp->type == MS_LAYER_POINT
Change History
Note: See
TracTickets for help on using
tickets.
