Opened 16 years ago
Closed 16 years ago
#788 closed defect (fixed)
MgCurvePolygon::Serialize & Deserialize handle inner rings incorrectly
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | General | Version: | 2.0.1 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1175627 |
Description
The code in MgCurvePolygon::Serialize uses the wrong index values in the loop which serializes the inner rings (it's off by one).
The code in MgCurvePolygon::Deserialize does not deserialize the final inner ring.
Change History (2)
comment:1 by , 16 years ago
Milestone: | → 2.1 |
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in the trunk stream with submission https://trac.osgeo.org/mapguide/changeset/3502.