Opened 12 years ago

Closed 12 years ago

#2141 closed enhancement (fixed)

Support base layers in RenderDynamicOverlay

Reported by: jng Owned by:
Priority: low Milestone: 2.5
Component: Rendering Service Version:
Severity: trivial Keywords:
Cc: External ID:

Description

Currently if we want to render an image of a map with any tiled base layers at any arbitrary scale, we have to use the RenderMap API.

The problem with the RenderMap API, is that the background color is pre-filled into the image making it fully opaque and un-suitable for overlaying on top of another image.

The problem with the RenderDynamicOverlay API (which is normally the API we would use in this case) is that tiled base layers are omitted during rendering.

Attached is a patch that introduced a new behavior flag (RenderBaseLayers) for the RenderDynamicOverlay API, and a modification to RenderDynamicOverlay to include such tiled base layers if the new RenderBaseLayers is OR'ed into the behavior parameter.

Attachments (1)

2141.patch (13.4 KB ) - added by jng 12 years ago.

Download all attachments as: .zip

Change History (2)

by jng, 12 years ago

Attachment: 2141.patch added

comment:1 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed r7109

Note: See TracTickets for help on using tickets.