Opened 17 years ago
Closed 17 years ago
#458 closed defect (fixed)
Can't force clipping in GETMAPIMAGE request (performance bottleneck in fusion)
Reported by: | edzimmerman | Owned by: | edzimmerman |
---|---|---|---|
Priority: | high | Milestone: | 2.0 |
Component: | Rendering Service | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1021266 |
Description
Fusion uses a GETMAPIMAGE request to render the map image. GETMAPIMAGE currently always sets the requiresClipping flag on the renderer to false. When a map contains a layer using labels, the renderer will attempt to render all the labels even when these are not inside the area being rendered. This design is intentional so that tiles rendered will have label flowing contiguously across tiles. However, when not tiling, there currently is no way to force the renderer to clip which would greatly increase performance for the this common case.
Change History (2)
comment:1 by , 17 years ago
Priority: | medium → high |
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Component: | General → Rendering Service |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in 2.0.x branch as http://trac.osgeo.org/mapguide/changeset/3001.
Fixed in trunk as http://trac.osgeo.org/mapguide/changeset/3011.