horizon
horizon copied to clipboard
THE http api search POI(Point of Information) from osm data?
THE http api about search POI(Point of Information) from osm data? will take it into the todo list?
Do you mean point of "interest" (not the "information")?
@zkbqhuang can you give feedback? If I'm right and you mean point of "intereset" then we probably should modify our graph processing library.
Sorry I'm late. interest point is right eg: point of some building or Street .
@zkbqhuang Well, I see need of this feature too: geocoding, reverse-geocoding, fuzzy search. From my view: we need to modify https://github.com/LdDl/ch library in such way to store metadata in vertices; then we can do some wrapping around graph data for searching certain vertices. We have this idea as issue: https://github.com/LdDl/ch/issues/5.
First steps should be:
- modify ch library
- modify osm importer (for OSM-data handling + turn restrictions)
Then we create new issues for each mentioned feature (geocoding and etc.)