Click or drag to resize

Begin Points Statement

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

The statements 'begin points' and 'end points' are placed around the render calls for points.

Begin Points / End Points Statements
Syntax
cam
begin points
          RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']', symbol, label [, position]
end points
Example
cam
begin points
          RENDER [large_cities,cities],ICON<!cityIcon>,LABEL<!cityLabel>
          RENDER [villages:"France","Belgium"],DOT<round, 4, BRUSH<!black>, BRUSH<!green>>,!mylabel
end points