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

Using map of my city on offline Intranet

1

Hi,

I need to share a map of my city on our Intranet, we don't have Internet connexion on it. We need more than a picture of the map, we need to search street name. I know how to export data from OpenStreetMap but I don't know how put it on my web server (IIS).

Thanks for your help.

Bests regards.

Pierre

asked 29 Mar '13, 09:27

ZeMuRDoCK's gravatar image

ZeMuRDoCK
26113
accept rate: 0%


One Answer:

3

You'll need to setup your own tile server (to display the map) and nominatim server (to search for addresses). switch2osm has a good tutorial on serving tiles, and the nominatim installation instructions can be found on the wiki.

Hum, those instructions are for Linux servers though. All the tools should work on Windows, but I do not know of a tutorial for that platform. Maybe an easyer solution would be to use a ready-made virtual machine image to run the osm services.

answered 29 Mar '13, 10:13

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.3k18152249
accept rate: 19%

edited 29 Mar '13, 10:19

Source code available on GitHub .