Begin Points Statement |
The statements 'begin points' and 'end points' are placed around the render calls for points.
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 |