Opened 19 years ago

Last modified 13 years ago

#1421 closed defect

BUG into the mapgraticule.c code — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.