Opened 16 years ago
Closed 16 years ago
#784 closed task (fixed)
Clean up LineBufferPool usage
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | low | Milestone: | 2.1 |
Component: | General | Version: | 2.0.1 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
We're creating too many line buffer pools in stylization / rendering code. DefaultStylizer creates one, StylizationEngine creates one, and each of the renderers creates one.
The code needs to be cleaned up to only create one buffer pool.
Note:
See TracTickets
for help on using tickets.
Fixed in the trunk stream with submission https://trac.osgeo.org/mapguide/changeset/3498.