I have an application where the user draws a path (a series of connected straight lines) and this path may not intersect any feature in a particular GeoJSON layer. I need to check that no point along these lines intersect the GeoJSON layer, not just the endpoints. How can I perform this check?
أكثر...
أكثر...