Geomap: default basemap config cleanup (#37069)

This commit is contained in:
Ryan McKinley
2021-07-21 13:48:20 -07:00
committed by GitHub
parent f26f76df5a
commit e604e69d93
13 changed files with 91 additions and 92 deletions

View File

@@ -1013,8 +1013,8 @@ default_timezone = browser
enabled = true
[geomap]
# Set the default base layer in GeoMaps plugin
default_baselayer =
# Set the JSON configuration for the default basemap
default_baselayer_config =
# Enable or disable loading other base map layers
disable_custom_baselayers = false
enable_custom_baselayers = true

View File

@@ -993,8 +993,14 @@
;enabled = true
[geomap]
# Set the default base layer in GeoMaps plugin
;default_baselayer =
# Set the JSON configuration for the default basemap
;default_baselayer_config = `{
"type": "xyz",
"config": {
"attribution": "Open street map",
"url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
}
}`
# Enable or disable loading other base map layers
;disable_custom_baselayers = false
;enable_custom_baselayers = true