Table of Contents

Mapviewer - Map

Layers

Mapviewer Map Layers

Oracle Spatial - Layer (Column with Geometric Data)

Generation

When a map request arrives at the MapViewer server, the server picks a free renderer associated with the master data source in the request. This section describes the process that the MapViewer server follows to generate a map.

In brief, MapViewer performs the following steps:

  1. Parse and process the incoming XML map request.
  2. Prepare the data for each theme (executed in parallel).
  3. Render and label each theme.
  4. Generate final images or files.

The ordering of the themes in the list is important, because it determines the order in which the themes are rendered. All themes included in the base map (when present) are added to the list first, followed by all specified themes (predefined or JDBC). The theme that contains all the individual features is added as the last theme on the list. Any other requested features of a map (such as legend, map title, or footnote), are created and saved for rendering later.

MapViewer creates individual renderable objects based on the result set.

Documentation / Reference