Opened 16 years ago
Closed 16 years ago
#735 closed defect (fixed)
LineBuffer::Optimize doesn't return buffer of same geometry type
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | high | Milestone: | 2.1 |
Component: | General | Version: | 2.0.1 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1117732, 1099343 |
Description
The LineBuffer::Optimize method creates and returns an "optimized" LineBuffer which contains a reduced set of points based on the supplied drawing scale. The returned buffer must be the same geometry type as the source buffer, but the code isn't ensuring this is the case. This is resulting in rendering glitches.
Change History (3)
comment:1 by , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in branch with submission https://trac.osgeo.org/mapguide/changeset/3404.
Note:
See TracTickets
for help on using tickets.
Fixed in trunk with submission https://trac.osgeo.org/mapguide/changeset/3402.