I am finding a lot on how to find all POINTS that are contained in a circle drawn around a location (using the Haversine formula) in MySQL.
My function should return all polygons that are at least partially intersecting with the circle.
How do I create that circle?
How do I check if a polygon intersects with that circle?