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

Offline Search on a map (like in a web-version)

0

I have a tile server building from package, it's working locally (offline), need to make an offline search (maybe there are existing solution before I start building my own bicycle). I read about OpenLayers, but in all tutorials that I've read authors use internet for search.

asked 07 Apr '16, 14:39

MartinShil's gravatar image

MartinShil
16112
accept rate: 0%

edited 07 Apr '16, 20:26

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

3

You can set up your own nominatim server and use that locally.

answered 07 Apr '16, 14:50

rorym's gravatar image

rorym
5.4k1449100
accept rate: 11%

Yes, thanks, few minutes ago I've found info about it.

(07 Apr '16, 14:59) MartinShil

See http://wiki.openstreetmap.org/wiki/Search_engines for more frameworks / alternatives.

(08 Apr '16, 18:14) stephan75