Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto-affectation] Prise en compte de format wkt spécifique #3589

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

emilschn
Copy link
Collaborator

Ticket

#3588

Description

Certaines zones au format WKT ne sont pas prises en compte correctement.
Exemple : MULTIPOLYGON (((X1 Y1, X2 Y2),(X3 Y3, X4 Y4)))
Il y a un tableau à un seul élément imbriqué (alors qu'on cherche à récupérer directement cet élément comme une liste.
Cela provoque une erreur d'analyse.

Et comme l'enregistrement en bdd (flush) de la géolocalisation est fait après, certaines géolocalisation sont mal initialisées dans ce cas.

Changements apportés

  • Mise en place du flush avant de faire l'auto-affectation (pour au moins enregistrer la géolocalisation)
  • Prise en compte du format avec tableau avec mono-valeur dans le format wkt

Tests

  • Utiliser une zone ou plusieurs zones créées sur la prod dans le 34
  • Créer un signalement dont l'auto-affectation fonctionne avec ces zones

Copy link
Collaborator

@hmeneuvrier hmeneuvrier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relecture et test OK

Copy link
Collaborator

@numew numew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lecture ok

@numew numew merged commit 1edc71f into main Jan 21, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants