DEV Community

GISSIAH
GISSIAH

Posted on

Building Web Map application using Node JS, MongoDB and Leaflet js

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.

Top comments (1)

Collapse
 
freedisch profile image
Freedisch

What is the GitHub link project