mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
up style in details
This commit is contained in:
parent
68e7dc19fc
commit
59ec02284a
4 changed files with 2 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue