mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
fix loading of params for utils
This commit is contained in:
parent
47f0e01d80
commit
0ce172f706
5 changed files with 12 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue