settings: add wcs as statistics provider (#52731)

This commit is contained in:
Frédéric Péters 2021-04-11 17:34:07 +02:00
parent 434ac12426
commit 3879710d48
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ COMBO_MAP_LAYER_ASSET_SLOTS = {}
KNOWN_SERVICES = {}
# services known to expose statistics
STATISTICS_PROVIDERS = ['bijoe', 'authentic']
STATISTICS_PROVIDERS = ['bijoe', 'authentic', 'wcs']
# PWA Settings
PWA_VAPID_PUBLIK_KEY = None