Begin Lines Statement |
The statements 'begin lines' and 'end lines' are placed around the render calls for lines.
Syntax | cam begin lines RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']','[' penlist ']' [, label] RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']', pen [, label] end lines |
Example | cam begin lines 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>] end lines |