-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
saibotk
Sep 16, 2023
Replies: 1 comment 3 replies
-
Yes the function can be found here: Is this what you were looking for? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the late reply.
Actually all actions will need to be done via a database query. You could just use something along the lines of
DB::query()->stSelect(ST:intersects($point, $polygon))->get()
(You would need to try this out, I currently cannot check that, just wrote it out of my head.)
Hope that helps!