Skip to content

Commit

Permalink
Corrige le jumelage de PEI
Browse files Browse the repository at this point in the history
Issue: #206024
Change-Id: Ib963f3038669921e9ed45fd3acf6223b66605b3a
  • Loading branch information
Emilie Genton committed Feb 7, 2024
1 parent beb4ebb commit fe90139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public JSONObject findJumelage(String geometrie) {
.where(
"ST_DISTANCE({0}, {1}) < {2}",
HYDRANT.GEOMETRIE,
parametreProvider.get().getSridInt() + geometrie,
"SRID=" + parametreProvider.get().getSridInt() + ";" + geometrie,
DISTANCE_MINIMAL_JUMELAGE)
.and(TYPE_HYDRANT_NATURE.CODE.eq(BI))
.and(HYDRANT_PIBI.JUMELE.isNull())
Expand Down

0 comments on commit fe90139

Please sign in to comment.