trying to query a specific point from geojson data being stored in mongodb. im using mongoose to do the operations. So far all i can achieve is getting the file which is a feature collection of all the points in the database. my goal is to query a specific point in that feature collection file and update its values.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
What is the GitHub link project