diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 1 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 13 | ||||
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_map.html | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 4e659b60f..d7d39f2da 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -3,6 +3,7 @@ v4.0.49 - 2023- ### Features/improvements ### - improve changelog display +- Sheet: display spatial reference system with coordinates of points v4.0.48 - 2023-06-08 diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 4b8a01830..c1bbcf19d 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -2,7 +2,8 @@ v4.0.49 - 2023- -------------------- ### Fonctionnalités/améliorations ### -- amélioration de l'affichage du journal de modifications +- Amélioration de l'affichage du journal de modifications +- Fiche : affichage dus système de référence spatiale avec les coordonnées des points v4.0.48 - 2023-06-08 -------------------- @@ -12,17 +13,17 @@ v4.0.48 - 2023-06-08 - Fiche : affichage des coordonnées des points ### Technique ### -- arrondi et arrondi en z par défaut pour chaque système de référence spatiale -- ne pas mettre le journal de débogage dans le répertoire projet sous Debian -- correction de type mime pour settings.js +- Arrondi et arrondi en z par défaut pour chaque système de référence spatiale +- Ne pas mettre le journal de débogage dans le répertoire projet sous Debian +- Correction de type mime pour settings.js v4.0.47 - 2023-06-08 -------------------- ### Technique ### -- amélioration des post-traitements après import -- nombreuses corrections (ou potentielles corrections) dans les templates (localisation inappropriée) (#5594) +- Amélioration des post-traitements après import +- Nombreuses corrections (ou potentielles corrections) dans les templates (localisation inappropriée) (#5594) v4.0.46 - 2023-05-26 diff --git a/ishtar_common/templates/ishtar/blocks/sheet_map.html b/ishtar_common/templates/ishtar/blocks/sheet_map.html index 8dbf008f8..f37213c2f 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_map.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_map.html @@ -36,7 +36,7 @@ {% if coordinates.0 != None %}; {% endif %} <strong>{% trans "Z:" %}</strong> {{coordinates.2}} {% endif %} - {% endwith %}{% endif %} + {% endwith %}{% if geodata.spatial_reference_system %} - ({{geodata.spatial_reference_system.label}}){% endif %}{% endif %} </span> </li>{% endfor %} {% if geo_item.SLUG == "operation" and display_context_records %} |