We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfb74d commit 2942018Copy full SHA for 2942018
internal/conf/config.go
@@ -51,7 +51,7 @@ func setDefaultConfig() {
51
viper.SetDefault("Metadata.Title", "pg-featureserv")
52
viper.SetDefault("Metadata.Description", "Crunchy Data Feature Server for PostGIS")
53
54
- viper.SetDefault("Website.BasemapUrl", "")
+ viper.SetDefault("Website.BasemapUrl", "https://{a-d}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png")
55
}
56
57
// Config for system
0 commit comments