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 aseerel4c26 ♦ |
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 Ramm ♦ |