up style in details

This commit is contained in:
Tykayn 2025-04-28 12:45:58 +02:00 committed by tykayn
parent 68e7dc19fc
commit 59ec02284a
4 changed files with 2 additions and 10 deletions

View file

@ -843,7 +843,7 @@ function fillDetailsWithFeature(feature) {
let count_features_in_table = 0;
table_details += '<div class="key-values" >'
// ne montrer que certains champs dans la popup
lcm_config.tags_to_display_in_popup.forEach(function (key) {
lcm_config.tags_to_display_in_popup.forEach((key) => {
if (lcm_config.tags_to_display_in_popup.indexOf(key)) {
let value = feature.properties.tags[key]
if (value) {