Skip to content

Fix #9964 Fixed error when drawing in rules manager filter#12091

Open
MV88 wants to merge 2 commits intogeosolutions-it:masterfrom
MV88:9964_draw
Open

Fix #9964 Fixed error when drawing in rules manager filter#12091
MV88 wants to merge 2 commits intogeosolutions-it:masterfrom
MV88:9964_draw

Conversation

@MV88
Copy link
Contributor

@MV88 MV88 commented Mar 13, 2026

Description

Image

with this line it is fixed

return Math.abs(Number(a).toFixed(8) - Number(b).toFixed(8)) <= 0.00000001;

i have also refactored the isNearlyEqual function

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

What is the current behavior?

Fix #9964

What is the new behavior?

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

@MV88 MV88 added this to the 2026.01.00 milestone Mar 13, 2026
@MV88 MV88 self-assigned this Mar 13, 2026
@MV88 MV88 added the bug label Mar 13, 2026
@cla-bot cla-bot bot added the CLA Ready label Mar 13, 2026
@MV88 MV88 requested a review from mahmoudadel54 March 13, 2026 16:36
@MV88 MV88 removed their assignment Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure GeoFence access rules: It is not possible to filter the rule using the "draw AOI filters"

2 participants