Opened 13 years ago

Closed 13 years ago

#3934 closed defect (fixed)

Saving a mapObj loses CLUSTER section from layer

Reported by: lucacasagrande Owned by: dmorissette
Priority: normal Milestone: 6.0.1 release
Component: MapServer C Library Version: 6.0
Severity: normal Keywords: mapscript
Cc: tamas

Description

If you try to save a mapObj, the new mapfile doesn't contain any CLUSTER class from layers.

Thx

Change History (2)

comment:1 by dmorissette, 13 years ago

Cc: tamas added; dmorissette removed
Component: MapScript-PythonMapServer C Library
Owner: changed from hobu to dmorissette
Status: newassigned

writeCluster() is not called from writeLayer(). Looking into this now.

comment:2 by dmorissette, 13 years ago

Resolution: fixed
Status: assignedclosed

Fixed in SVN trunk r11849 and branch-6-0 r11848. Added call to writeCluster() in writeLayer(), made small fixes to writeCluster(), and also improved handling of parsing errors in loadCluster().

Note: See TracTickets for help on using tickets.