Click or drag to resize

Render Point_Addresses

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

This render block controls the rendering of supplementary Point Address Data. Symbols are rendered at the LatLon location corresponding to the property centroid, and an optional callout line can be drawn connecting this location to the LatLon on the road network from which the property is accessed. Callout lines and symbols are rendered in the PreLabelling phase, while the the property number is rendered in the Labelling phase.

Point_Addresses Render Block
Syntax RENDER '['ALL[:"<country>"{,"<country>"}]']', symbol, pen, label [, position]

Example
cam
RENDER [ALL],DOT<square,3,!outlineBrush,!fillBrush>,PEN<!lightGrey>,LABEL<!myFont,10,0,!addrPriority,1>,BESIDE_SYMBOL
RENDER [ALL:"Canada","France"],BOX<!outlinePen,!fillBrush>,PEN<!lightGrey>,!myLabel,ON_SYMBOL
Parameters

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.

symbol

The symbol to draw.

pen

The pen used to draw the callout line.

label

The label to draw with the symbol.

position

Specifies whether the label should be drawn on the symbol, or beside it, by specifying ON_SYMBOL or BESIDE_SYMBOL, respectively. Optional, defaults to BESIDE_SYMBOL.