Click or drag to resize

Render Custom Lines

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

Custom lines take the same parameters as standard lines.

Custom Lines Render Block
Syntax
cam
RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']', '[' penlist ']' [, label]
RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']', pen [, label]
Example
cam
RENDER [type == 0], PEN<(0,0,0),1>, LABEL<!myfont:colname(title)>
RENDER [all:"Colombia"], PEN<(255,0,0),2>, LABEL<!redfont:colname(property_id)>
Note Note

You will likely want to set the colname for any Label objects. This will default to "name" if you do not specify it.

Parameters

filter

One or more of the line type filters.

country

An optional list of countries, separated by commas. Country names should match those in the Country enumeration, and should be listed in quotation marks. This argument limits the rendering performed by this statement to the countries specified. If no countries are specified, then the statement will render for all countries which were not matched by earlier statements.

pen/penlist

A pen, or bracketed and comma separated list of pens, with which to draw the line(s). In the case of multiple pens, each pen is drawn in the order in which it is specified.

label

Specifies a label to be drawn along the line. Optional