The problem I have is the following: I have about 136.000 points in England and want to check if they are nearby roads (lets say in a distance of 10 meters. The roads will come from OpenStreetMap as LineStrings.
The roads-data and the points are GeoJSON-documents. But unfortunately there is - as far as I know - no in-build function in mongodb that can handle this.
Is there any way to get this issue solved?