I’m working on a project in Bubble.io where I need to match users based on their locations. I’ve run into some issues and could really use your help. Here’s the context and the approaches we’ve tried so far:
Context:
We have two types of users:
User1: They can select multiple areas they serve by drawing polygons on a map (GeoJSON format),
User2: They select a single location where they need a service.
We need to match customers with User1 whose service areas include the User2 location.
Let me know if you need any more information.