From 824718fad08e84ee2ea7bc2f5fce8c6fcdc2d72d Mon Sep 17 00:00:00 2001 From: Franzz Date: Fri, 30 Jan 2026 12:04:30 +0100 Subject: [PATCH] Fix default text --- src/components/project.vue | 10 ++++++---- src/scripts/spot.js | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) 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 = '';