horizon icon indicating copy to clipboard operation
horizon copied to clipboard

THE http api search POI(Point of Information) from osm data?

Open zkbqhuang opened this issue 5 years ago • 4 comments

THE http api about search POI(Point of Information) from osm data? will take it into the todo list?

zkbqhuang avatar Nov 07 '20 04:11 zkbqhuang

Do you mean point of "interest" (not the "information")?

LdDl avatar Nov 09 '20 06:11 LdDl

@zkbqhuang can you give feedback? If I'm right and you mean point of "intereset" then we probably should modify our graph processing library.

LdDl avatar Nov 11 '20 08:11 LdDl

Sorry I'm late. interest point is right eg: point of some building or Street .

zkbqhuang avatar Nov 11 '20 16:11 zkbqhuang

@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:

  1. modify ch library
  2. modify osm importer (for OSM-data handling + turn restrictions)

Then we create new issues for each mentioned feature (geocoding and etc.)

LdDl avatar Nov 12 '20 16:11 LdDl