Click or drag to resize

Begin Polygons Statement

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

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

Begin Polygons / End Polygons Statements
Syntax
cam
begin polygons
          RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']','[' brushlist ']' [, outline pen [, label]]
          RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']', brush [, outline pen [, label]]
end polygons
Example
cam
begin polygons
        RENDER [land:"USA"],BRUSH<(255,255,200)>, BRUSH<(0,0,255),1>
        RENDER [parks],BRUSH<!green>,null,LABEL<!myfont>
        RENDER [states:"Germany","Austria"],[!red, !blue, !purple]
end polygons