From 6d5cd95d941595f645ffe8a645f7605c7d68c5c7 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 6 Apr 2021 18:14:37 +0200 Subject: [PATCH] Small comment update --- Docs/Making_Your_Own_Theme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/Making_Your_Own_Theme.md b/Docs/Making_Your_Own_Theme.md index adfb9d5..8c051f2 100644 --- a/Docs/Making_Your_Own_Theme.md +++ b/Docs/Making_Your_Own_Theme.md @@ -128,4 +128,6 @@ For example, in the [cyclofix-theme](https://mapcomplete.osm.org/cyclofix), ther If all the layers are deselected except the bike wash layer, a shop having this tag will still match and will still show up as shop. +### Not reading the .JSON-specs +There are a few advanced features to do fancy stuff available, which are documented only in the spec above - for example, reusing background images and substituting the colours or HTML-rendering. If you need advanced stuff, read it through!