Ticket #458 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by edzimmerman

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

Changed 4 years ago by edzimmerman

  • status changed from assigned to closed
  • resolution set to fixed
  • component changed from General to Rendering Service
Note: See TracTickets for help on using tickets.