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

Running a OSM Local server instance

0

Hello,

I need to access the endpoint https://api.openstreetmap.org/api/0.6/node/ locally (in my case this would be localhost:3000/api/0.6/node/)to get node details by nodeID. Any guide how to setup a local server on Ubuntu 17.10?

Thanks.

asked 11 Feb '18, 03:08

KlausD94's gravatar image

KlausD94
21334
accept rate: 0%

edited 16 Feb '18, 23:20

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

1

What you want is the "openstreetmap website" software. Installation instructions for older Ubuntu versions are here https://github.com/openstreetmap/openstreetmap-website/blob/master/INSTALL.md and if you don't get it to work on 17.10 out of the box, consider running it in a Docker container.

answered 11 Feb '18, 08:38

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .