diff --git a/src/components/project.vue b/src/components/project.vue index 0151b18..08885cc 100644 --- a/src/components/project.vue +++ b/src/components/project.vue @@ -178,6 +178,8 @@ export default { this.messages = aoMarkers.messages; this.lastUpdate = aoMarkers.last_update; + console.log(this.baseMaps); + //Base maps (raster tiles) let asSources = {}; let asLayers = []; @@ -577,10 +579,10 @@ export default {

- - diff --git a/src/scripts/spot.js b/src/scripts/spot.js index edc2d5d..caa0904 100755 --- a/src/scripts/spot.js +++ b/src/scripts/spot.js @@ -116,6 +116,7 @@ export default class Spot { } lang(sKey, asParams = []) { + if(sKey == '') return ''; if(typeof asParams !== 'object') asParams = [asParams]; var sLang = '';