This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Live search

0

Is it possible to make live search on own OSM server? For example, user types first characters of street name and can see appropriate street names. What tools can help me realize it? Thank you.

asked 10 Jan '15, 13:11

yaahor's gravatar image

yaahor
61458
accept rate: 0%


2 Answers:

5

See https://github.com/komoot/photon that should provide all you need (note that if you want to have continous updates you will need a nominatim instance which involves considerably more work).

answered 10 Jan '15, 13:24

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 10 Jan '15, 13:25

2

According to Search_engines in the OSM wiki you can also try Pelias.

answered 12 Jan '15, 17:22

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Pelias uses substantial amounts on non-OSM data, among other 4square quattroshapes which are at least of questionable provenance (licence and quality wise).

(13 Jan '15, 11:07) SimonPoole ♦

Source code available on GitHub .