Opened 17 years ago

Last modified 16 years ago

#1980 new defect

mapObj->save(...) causes MapFile to lose GridObj->labelformat value — at Version 1

Reported by: aaronkoning@… Owned by: mapserverbugs
Priority: high Milestone:
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc:

Description (last modified by hobu)

When using PHP MapScript to mapObj->save(...) a MapFile, it appears that the
LABELFORMAT variable in the GRID object is set to null (which results in decimal
coordinates being displayed, even if DDMM or DDMMSS is selected).

Change History (1)

comment:1 by hobu, 17 years ago

Description: modified (diff)

graticuleObj and grid layers do not currently have copy support in mapcopy.c, and labelformat is not a normal property of layerObj, so it is not currently copied.

Note: See TracTickets for help on using tickets.