Click or drag to resize

Render Lines

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

Lines are rendered in a similar manner to streets, although no arrows or shields will be drawn.

Lines Render Block
Syntax
cam
RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']','[' penlist ']' [, label]
RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']', pen [, label]
Example
cam
RENDER [railways:"USA","Mexico"],PEN<(64,64,64),1:railway>
RENDER [countries, counties],[PEN<(255,255,0,180),5>,PEN<(0,0,0),3:dash>]
Parameters

filter

One or more of the filters listed below, separated by commas.

railwaysRailways
riversRiver center lines
canalsCanal center lines
counties County borders. These features only exist where two counties meet, not along the coast
states State borders. These features only exist where two states meet, not along the coast
countries Country borders. These features only exist where two countries meet, not along the coast

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