Get nodes by ID/Amenity tag

Hello everyone!

I am pretty new at Graphhopper, so this question may be trivial, but is there any way to get a specific node by its ID/name tag/amenity tag/some other way?

First off, the data I am working with is coming from a local .osm file that is periodically updated .

I need to implement a system that focuses on a few nodes (could be buildings, signs, shops), and I’d like to be able to have access to their data via their ID or name. Their location may change at times, and so I would like to be able to just search for the ID instead of having to check manually what their new long and lat are and using the LocationIndex.

Thanks a lot for any feedback you may have!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.