fix loading of params for utils

This commit is contained in:
Tykayn 2025-04-28 16:58:18 +02:00 committed by tykayn
parent 47f0e01d80
commit 0ce172f706
5 changed files with 12 additions and 6 deletions

View file

@ -5,13 +5,10 @@
* @type {boolean}
*/
import lcm_config from './lcm_config.js'
import lcm_utils from './lcm_utils.js'
import lcm_utils, {valid_qa_message} from './lcm_utils.js'
import lcm_color_utils from './lcm_color_utils.js'
import { sendToJOSM, createJOSMEditLink } from './lcm_editor.js'
export const valid_qa_message = '<span class="quality-ok">✔ Aucun problème de qualité</span>' // message affiché lorsque tout est bon
export const show_all_alerts = true // afficher ou non toutes les alertes, ou seulement les alertes critiques
let geojsondata;
let lastLatLng;
let searchLocationMarker = null;
@ -702,7 +699,7 @@ function eachFeature(feature, layer, stats) {
${displaySocketsList(feature)}
</div>
<div class="other-infos">
${popupContent}
<!-- ${popupContent}-->
</div>
</div>