Click or drag to resize

Render Blocks

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

A render block demarcates a set of statements that control the rendering of one type of feature. Any render statements contained within a render block may relate only to the type of feature being rendered in that block.

Syntax
cam
BEGIN <feature type>
END [<feature_type>]
Example
cam
BEGIN lines
  RENDER [railways],PEN<(100,200,100)>
END lines
Parameters

feature type

One of the 5 feature types that GeoBase renders:

Custom Data

It is possible to render custom data independently of standard data. Custom data may be imported from Alchemy (see CustomTable) or included in a table in a transactional repository (see TransactionalRepository). Rendering of custom data is limited to lines, polygons, and points, and uses a slightly different syntax.