I am trying to figure out how to detect if latitude/longitude pair (-25.70078,-54.44522) is inside a natural area polygon.
Is there a better solution ?
So far I have something like this:
https://overpass-turbo.eu/s/1h8D
This code gets me the nearest area but it also gets me the closest areas, which I don’t want.
I need to know if the point is “in” (true) the specified area.