From 52f47bd797972bee46c33991829e8dd0acd57172 Mon Sep 17 00:00:00 2001 From: Emux Date: Fri, 24 Apr 2020 14:45:21 +0300 Subject: [PATCH] Update docs --- docs/Rendertheme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Rendertheme.md b/docs/Rendertheme.md index bd448b9f..788799c5 100644 --- a/docs/Rendertheme.md +++ b/docs/Rendertheme.md @@ -109,11 +109,12 @@ There are different possibilities to simplify and accelerate map styling or chan ### Style patterns -If you want to use a specific style multiple times you not have to rewrite it for each text, area, or line rule. +If you want to use a specific style multiple times you not have to rewrite it for each text, line, area or symbol rule. If you define a style set an `id` and use it with `use` in your rendering instructions: - `style-text` - `style-line` - `style-area` + - `style-symbol` This example styles all areas with the_residential_ style, which haven't the `highway` or `building` key.