Opened 17 years ago

Last modified 17 years ago

#1997 new defect

Debug message inserted into html from mapdraw.c

Reported by: bfraser@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer C Library Version: 4.10
Severity: normal Keywords:
Cc:

Description

At line 360 in mapdraw.c there's a call to msDebug:

        msDebug( "scalefactor = %g\n", map->layers[i].scalefactor );

but it's not protected  with a "if (map->layers[i].debug)" or something
similar.

If the sizeunits are not PIXEL, all mapserver generated webpages will 
have "scalefactor = nnnn" shown at the bottom of the page.

Change History (1)

comment:1 by fwarmerdam, 17 years ago

Cc: warmerdam@… added
Note: See TracTickets for help on using tickets.