settings: declare map layer marker slot (#49018)

This commit is contained in:
Frédéric Péters 2020-12-01 17:34:14 +01:00
parent c7ecf2ca46
commit 1e849e1cfb
1 changed files with 6 additions and 0 deletions

6
debian/50gnm.py vendored
View File

@ -843,6 +843,12 @@ WCS_FORM_ASSET_SLOTS = {
},
}
COMBO_MAP_LAYER_ASSET_SLOTS = {
'marker': {
'prefix': 'Marqueur',
},
}
import memcache
memcache.SERVER_MAX_VALUE_LENGTH = 10 * 1024 * 1024