From 211bfd2f4d57882db3cf2490d289732c180e5265 Mon Sep 17 00:00:00 2001 From: Isabel <76437239+imatwawana@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:25:32 -0400 Subject: [PATCH] [v9.4.x] docs: add alphaPanels feature toggle information (#71508) fix backport conflict --- .../visualizations/geomap/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/sources/panels-visualizations/visualizations/geomap/index.md b/docs/sources/panels-visualizations/visualizations/geomap/index.md index 62a8e75adff..63fb54f221a 100644 --- a/docs/sources/panels-visualizations/visualizations/geomap/index.md +++ b/docs/sources/panels-visualizations/visualizations/geomap/index.md @@ -338,6 +338,13 @@ The Night / Day layer displays night and day regions based on the current time r {{< figure src="/static/img/docs/geomap-panel/geomap-day-night-9-1-0.png" max-width="1200px" caption="Geomap panel Night / Day" >}} +To enable the Night / Day layer, set `enable_alpha` to `true` in your configuration file: + +``` +[panels] +enable_alpha = true +``` + ### Options - **Show** toggles time source from panel time range @@ -357,6 +364,13 @@ The Photos layer renders a photo at each data point. {{< figure src="/static/img/docs/geomap-panel/geomap-photos-9-3-0.png" max-width="1200px" caption="Geomap panel Photos" >}} +To enable the Photos layer, set `enable_alpha` to `true` in your configuration file: + +``` +[panels] +enable_alpha = true +``` + ### Options - **Image Source Field** select a string field containing image data in either of the following formats