Skip to content

Commit 2942018

Browse files
committed
set default basemap
1 parent 1cfb74d commit 2942018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/conf/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func setDefaultConfig() {
5151
viper.SetDefault("Metadata.Title", "pg-featureserv")
5252
viper.SetDefault("Metadata.Description", "Crunchy Data Feature Server for PostGIS")
5353

54-
viper.SetDefault("Website.BasemapUrl", "")
54+
viper.SetDefault("Website.BasemapUrl", "https://{a-d}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png")
5555
}
5656

5757
// Config for system

0 commit comments

Comments
 (0)