top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

MongoDB: Checking if a Point is nearby a LineString

0 votes
241 views

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?

posted Nov 22, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

Please advise if a NodeJS app should keep its historical data in a separate MongoDB databases instead of keeping them together with the application data?
For instance, 'transactions' collection and 'transactionhistories' collection, will it be better to store in different databases or single database for the same NodeJS app? Thanks!

...