Closed ghost closed 5 years ago
the link to download http://dev.overpass-api.de/api_drolbr/ doesn't work. i get forbidden reponse
@TheMoroccan09 It looks like there is now a problem with downloading a clone from Overpass. This is not specific to Docker image and should be reported in drolbr/Overpass-API
Ok, this is probably a really stupid question but I'm pretty new to all this, 'how do I use this'?
I've been using https://overpass-turbo.eu/ but keep hitting rate limiting and query timeouts so decided to give wiktorn/Overpass-API a try. I initialized with the following command:
I had to leave the office that evening so suspended my machine, leaving one of the downloads hanging.
When I returned in the morning, I restarted the container, and opened localhost:12346 - I was greeted by the "Welcome to Nginx" page.
The logs looked like this :
I entered the container, executed the
download_clone
command, and allowed it to complete.I then stopped and started the container, but still just get the "Welcome to Nginx" home page.
I just went to http://overpass-turbo.eu (changing from https to http) - and changed the settings so it would send reqests to http://localhost:12346/api/
Tested it, and tada ! it worked !
So I suggest document how to use (although its obvious to anyone in the community ) and perhaps add my workaround for the failed initial download.