Geomap: Base layer server configuration (#37041)

This commit is contained in:
Eunice Kim
2021-07-21 08:54:05 -07:00
committed by GitHub
parent ec9a587cbe
commit 3b0d7fc00b
6 changed files with 59 additions and 0 deletions

View File

@@ -1011,3 +1011,10 @@ default_timezone = browser
[expressions]
# Enable or disable the expressions functionality.
enabled = true
[geomap]
# Set the default base layer in GeoMaps plugin
default_baselayer =
# Enable or disable loading other base map layers
disable_custom_baselayers = false

View File

@@ -991,3 +991,10 @@
[expressions]
# Enable or disable the expressions functionality.
;enabled = true
[geomap]
# Set the default base layer in GeoMaps plugin
;default_baselayer =
# Enable or disable loading other base map layers
;disable_custom_baselayers = false