docs: add docker commands for enabling alpha layers (#71897)

added docker commands for enabling alpha layers
pull/71914/head
Isabel 2 years ago committed by GitHub
parent 44a1f10b10
commit ef0de1af32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      docs/sources/panels-visualizations/visualizations/geomap/index.md

@ -373,6 +373,12 @@ To enable the Route layer, set `enable_alpha` to `true` in your configuration fi
enable_alpha = true
```
To enable the Route layer using Docker, run the following command:
```
docker run -p 3000:3000 -e "GF_PANELS_ENABLE_ALPHA=true" grafana/grafana:<VERSION>
```
### Options
- **Size** sets the route thickness. Fixed by default, or Min and Max range of selected field.
@ -401,6 +407,12 @@ To enable the Photos layer, set `enable_alpha` to `true` in your configuration f
enable_alpha = true
```
To enable the Photos layer using Docker, run the following command:
```
docker run -p 3000:3000 -e "GF_PANELS_ENABLE_ALPHA=true" grafana/grafana:<VERSION>
```
### Options
- **Image Source Field** select a string field containing image data in either of the following formats

Loading…
Cancel
Save