diff --git a/src/Interface/IMapBase.js b/src/Interface/IMapBase.js index 07ccd5308..c609fbc8c 100644 --- a/src/Interface/IMapBase.js +++ b/src/Interface/IMapBase.js @@ -590,7 +590,9 @@ IMap.prototype = { if (Config) { this.apiKey = Object.keys(Config.generalOptions.apiKeys); } else { + // clé full par défaut et on charge la config this.apiKey = "full"; + needsGetConfig = true; } }