Opened 16 years ago
Closed 16 years ago
#761 closed defect (fixed)
Annotation drawing should be faster when display is dense
Reported by: | louisewatson | Owned by: | louisewatson |
---|---|---|---|
Priority: | medium | Milestone: | 2.2 |
Component: | Rendering Service | Version: | 2.0.2 |
Severity: | minor | Keywords: | |
Cc: | External ID: | 1121643 |
Description
When there are many annotations displayed, the current drawing time is too slow.
Change History (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed by submission http://trac.osgeo.org/mapguide/changeset/3462
The changes made to improve the annotation drawing speed were:
SE_RenderText object so that this data can be reused rather than recalculated when the text is drawn.