diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-01-09 12:16:15 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:56:44 +0100 |
commit | 61e981d30af776e6a64394b56110063e86f0bab0 (patch) | |
tree | 5decd678762fe49a661730395e66e840c81b3332 /changelog | |
parent | 2d08645c3245c467ea55af70f5cd5dcc74e4b74a (diff) | |
download | Ishtar-61e981d30af776e6a64394b56110063e86f0bab0.tar.bz2 Ishtar-61e981d30af776e6a64394b56110063e86f0bab0.zip |
✨ sheet map: display buffer - 🐛 sheet map: fix 2d point display
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 9 |
2 files changed, 15 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 38961c599..ca5a8d547 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -2,6 +2,10 @@ v4.0.XX - 2099-12-31 -------------------- ### Features/improvements ### +- geo form: + - add coordinates display + - get coordinates from geolocalisation +- geo sheet: display point buffer #### Imports ##### - pre-import forms @@ -36,7 +40,9 @@ v4.0.XX - 2099-12-31 - tables: user, action, IP, routable IP ### Bug fixes ### -- geo sheet: do not zoom or select point with no x, y coordinates +- geo sheet: + - do not zoom or select point with no x, y coordinates + - fix 2d point display v4.0.72 - 2024-02-05 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 5aa63679c..179015abc 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -2,6 +2,11 @@ v4.0.XX - 2099-12-31 -------------------- ### Fonctionnalités/améliorations ### +- formulaire géographique : + - affichage des coordonnées + - obtention des coordonnées depuis la géolocalisation +- fiche géographique: affichage du tampon du point + #### Imports ##### - ajout de formulaire pré-imports @@ -37,7 +42,9 @@ v4.0.XX - 2099-12-31 - tables RGPD : informations sur utilisateur, action, IP, IP routable ### Corrections de dysfonctionnements ### -- fiche géo : retrait des fonctions de zoom et de sélection pour les points sans coordonnées x et y +- fiche géo : + - retrait des fonctions de zoom et de sélection pour les points sans coordonnées x et y + - correction de l'affichage de points 2D v4.0.72 - 2024-02-05 -------------------- |