Here, we’re defining a color (Fill color), the size of the symbol (Symbol size), and setting a constriction of one symbol (Symbol).
We’re specifying a syntax for the text string (Text), in this sample: “Navn: [navn] – [objectID]”. This syntax declares a fixed textstring “Navn:” followed by dynamic information from the columns “navn” and “objectID”, separated by a dash. Columns must be declared within square brackets. The sample given generates the following result: “Navn: Narvik – 50”.
In addition, a style for the text is defined (Label style); font type, size and placement.
Legend example
Map example