Opened 19 years ago

Closed 13 years ago

#1421 closed defect (invalid)

BUG into the mapgraticule.c code

Reported by: mgalindo@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer CGI Version: 4.6
Severity: normal Keywords:
Cc: tomkralidis

Description (last modified by tbonfort)

Reproducible:
The mapgraticule.c code has a bug at line 130.
It is written:       else if( strcmp( pInfo->labelformat, "DDMM" )   == 0 )
It must be written:  else if( strcmp( pInfo->labelformat, "DD" )     == 0 )

I want to sujest also to include the directive LABELFORMAT "<free-c-format>" 
like LABELFORMAT "%4.1f" into the map file.

Thanks.

Change History (3)

comment:1 by mgalindo@…, 19 years ago

It is my first bug report. Sorry if I made something wrong in this report.

comment:2 by tomkralidis, 16 years ago

Cc: tomkralidis added

Is this still an issue? It appears the code in trunk in mapgraticule.c, starting around line 92, covers DDMMSS, DDMM, and DD.

comment:3 by tbonfort, 13 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

closing as invalid since no response from reporter

Note: See TracTickets for help on using tickets.