Render Lines |
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>] |
One or more of the filters listed below, separated by commas.
railways | Railways |
rivers | River center lines |
canals | Canal 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 |
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.
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.
Specifies a label to be drawn along the line. Optional