MapGuide Open Source:  Home |  Download |  Internals

Ticket #458 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Can't force clipping in GETMAPIMAGE request (performance bottleneck in fusion)

Reported by: edzimmerman Assigned to: 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

02/25/08 12:48:07 changed by edzimmerman

  • priority changed from medium to high.
  • status changed from new to assigned.

02/25/08 19:01:57 changed by edzimmerman

  • status changed from assigned to closed.
  • resolution set to fixed.
  • component changed from General to Rendering Service.