Opened 16 years ago

Closed 16 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 edzimmerman, 16 years ago

Priority: mediumhigh
Status: newassigned

comment:2 by edzimmerman, 16 years ago

Component: GeneralRendering Service
Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.