Render Custom Lines |
Custom lines take the same parameters as standard lines.
Syntax | cam RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']', '[' penlist ']' [, label] RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']', pen [, label] |
Example | cam RENDER [type == 0], PEN<(0,0,0),1>, LABEL<!myfont:colname(title)> RENDER [all:"Colombia"], PEN<(255,0,0),2>, LABEL<!redfont:colname(property_id)> |
Note |
---|
You will likely want to set the colname for any Label objects. This will default to "name" if you do not specify it. |
One or more of the line type filters.
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