Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrieuclp authored Jan 15, 2025
1 parent 0f031f4 commit 4853d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/geonature/core/gn_synthese/utils/blurring.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def build_blurred_precise_geom_queries(
CorAreaSyntheseAlias,
CorAreaSyntheseAlias.id_synthese == Synthese.id_synthese,
),
geom_column=LAreas.geom_4326,
geom_column=LAreas.geom,
)
# Joins here are needed to retrieve the blurred geometry
blurred_geom_query.add_join(LAreasAlias, LAreasAlias.id_area, CorAreaSyntheseAlias.id_area)
Expand Down

0 comments on commit 4853d51

Please sign in to comment.