Commit 27bd77a
committed
Fix 'outside' detect not firing when 'cross' is present
This commit fixes an issue when having two geofences that are
tracking the same collection using the same geometry, except one
fence has detect='cross,outside' and the other is just 'outside'.
Only the 'cross,outide' fence sends notifications when an object
crosses, while the other does not send any events, evn though the
object is actually outide.1 parent bcc6f75 commit 27bd77a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments