From 49934042d212b479169788f021a4f63d792bd938 Mon Sep 17 00:00:00 2001 From: Benjamin King Date: Mon, 6 Nov 2017 23:38:28 -0500 Subject: [PATCH] added immutable flag documentation --- doc/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/config.md b/doc/config.md index 06e869d1bb..0c565f8af9 100644 --- a/doc/config.md +++ b/doc/config.md @@ -96,6 +96,7 @@ To display a color palette legend, a *palette* object should exist with the foll - **id**: Identifier of the palette. This should match the name of the colormap file without the extension. - **recommended**: Array of custom palette identifiers that are recommended for use with this layer (see ``config/palettes-custom.json``). Example, *["orange_1", "red_1"]* +- **immutable**(optional): When this flag is set to true, the options to adjust thresholds and colormaps are removed. ### Full Example